I am building a platform using Airtable and Softr that allows teachers to auto-generate assessments, allow students to submit assessments, and auto-grade these assessments based on a specified marking guide and rubric.
I have built the auto-generation of assessments part, which works as follows:
-User submits assessment requirements through form (currently Tally)
-Answers populate in fields in an ‘assessments’ table in Airtable
-I then run a script to call OpenAI API and generate questions
-These individual questions then populate in a ‘questions’ table
My current challenge
In order to develop the submitting assessments part, I need to auto-create a form for each assessment. This form needs to populate with the questions (which exist as records in the questions table) - so essentially I need to auto-create a form with dynamic inputs based on the question text.
Would this be possible even if a third party form builder was used.
Any bidders on the project welcome 🙂