mayacakmak / se2

Control interfaces for manipulating SE2 configurations
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Questionnaire #10

Closed mayacakmak closed 4 years ago

mayacakmak commented 4 years ago

First version completed by Kavi, some formatting edits by Maya.

Revising list of questions in the Google doc.

kavidey commented 4 years ago

Data should be remembered if users go back and forth (behind the scenes, going back and forth is just hiding and revealing groups of elements using JQuery, so it keeps their state the same). As long as the user doesn't reload, everything should be saved.

I just added the red asterisk: image

The code for logging to firebase is also finished. Currently, it is just logging the section and number of the question instead of the whole name. Each questionnaire is logged under /users/[uid]/sessions/[sid]/questionnaires and contains a timestamp, so in the case that a user filled it out twice on different days or something, we would be able to differentiate them. image

I also added some code to display the user ID for MTurk payment (I'm still working on the other parts of MTurk integration): image

mayacakmak commented 4 years ago

Super, thanks @KaviMD!

mayacakmak commented 4 years ago

Questions close to final in questionnaire.js