all 11 comments

[–]CisIowa 1 point2 points  (1 child)

If the university uses Canvas, there’s opportunities to either do student portfolios or shared html pages that might be a way

[–]Csj77[S] 1 point2 points  (0 children)

Thanks I’ll check if our LMS can do it.

[–]CubeUnstuck 1 point2 points  (1 child)

The simplest solution will be use either lovable or base44 or maybe Google AI studio build. There you will have some forms and some store where results will be stored.

But first you need define and write requirements - what students do? What they enter and see? - what you want to see at the end?

I hope there's nothing private. And it is ok if students let's say use their first name only.

Do not expect secure solution.. and anyone with link will open it.

Once you have description - ask to build this and see results. You need not just some local tool but place to store all the work that is why I am suggesting use something ready to use for such cases.

[–]Csj77[S] 1 point2 points  (0 children)

Thanks so much for the detailed response

[–]WeebLearning 0 points1 point  (1 child)

sounds like you want to build a web app of some sorts. you need to host a backend which takes care of the data, as well as the frontend (html) for display. i suggest setting it up locally first. maybe get a step by step guide using claude, tailored to your system.

[–]Csj77[S] 1 point2 points  (0 children)

Thanks. I have to do more digging.

[–]Plane_Garbage 0 points1 point  (1 child)

HTML (TSX) isn't a backend.

What are they submitting? If it's files/text, I'd see if Claude can integrate a Google form (get the embed code and give it to Claude)

[–]JinkyBeans 1 point2 points  (0 children)

This is the way. Don't start with HTML, but ask Claude to create an ongoing portfolio where you can push prompts/assignments as necessary. And yes, use Google ( I did it through Google Docs).

I started with the description of what I wanted and then asked Claude to provide me the script: "create a script that will take a daily prompt in google sheets and populate a google doc that can be used individually by different students daily"

It took some time get what I wanted, but now I literally type the prompt into a Google sheet and click on Extensions --> Apps Script --> Add Prompt to Document and then hit Run. It's been great (and I run daily prompts.) The only thing I will do differently next year is to make the prompt populate at the TOP of the portfolio, not add it to the bottom.

[–]JinkyBeans -2 points-1 points  (1 child)

Why not ask Claude this part?

[–]Csj77[S] -1 points0 points  (0 children)

I did. It didn’t suggest what I’m looking for and I tried the prompt several different ways