ianchadd / va

Code for gender + virtual assistants project
Other
1 stars 0 forks source link

add survey questions #28

Open ianchadd opened 1 year ago

ianchadd commented 1 year ago

modelsSIRIcataFINAL.txt

Please add the survey questions on VA/ChatGPT to models in survey_pilot_va app. Please name them something that makes sense, group the questions in an intuitive way, create relevant templates, add to pages that make sense, then test. Ideally this would get done before tomorrow afternoon.

maddy0314 commented 1 year ago

Wow, you were not joking that this is literally just a text file. I'll do what I can.

maddy0314 commented 1 year ago

Note: I'm leaving the structure of the questions as written, where each answer for the most part corresponds to an integer value (excluding multi-choice questions). If you want the actual word answer to be recorded instead of a corresponding number (i.e. "Male", "Female" instead of 1,2; as in the Sexual Orientation demographic question) you can let me know or just remove the numbers yourself.

maddy0314 commented 1 year ago

//TODO: Return to questions with error messages (mostly questions with Other choices) and force print error message to corresponding HTML page. Page will not advance without the Other string field filled if its box is checked, but it does not throw the error message visibly on screen.

maddy0314 commented 1 year ago

Okay, all the questions are at least in the latest commit to main. I'll try to walk back to forcing the multi select errors to be visible onscreen, but the error throw does at least function as intended by preventing submission of the current form. I made very minor grammatical edits to the questions in Siri's file, but please look over them and let me know if you want me to change anything else.