I need a questionnaire created as a bubble.io app. The questionnaire will be a simple student progress survey with only three elements:
Grade (A,B,C,D, or F)
Participation (Satisfactory/non-satisfactory)
Comments (open ended string)
The survey should be accessible only by instructors with a unique login/password and should only show the surveys for students in their classes. This should be done through referencing a database that can be updated frequently by uploaded a .csv or similar – there can be a db/table for permissions (faculty ID, class ID, password) and students (student ID, class ID, class name). and the faculty ID would only be shown the students in the classes with the same associate class ID. Will also need a way to export the results.
I can explain more as needed