MIT-LCP / waveform-annotation

Platform for annotating physiological waveform data.
11 stars 4 forks source link

Practice exam #64

Closed Hsaeedx closed 3 years ago

Hsaeedx commented 3 years ago

Adds practice quiz functionality to the website.

User can opt to take a practice test on events specified in base.py. The quiz is only seen by the user, and is intended to be a training tool for them.

Choosing to take the test will remove the user's current assignment, but will retain all annotations that have a response or have been saved.

Lucas-Mc commented 3 years ago

Hey @Hsaeedx, overall I like this! Here's some general comments:

Overall, I think these are minor and can be resolved later since they only affect admins... merging!

Hsaeedx commented 3 years ago

Hey @Hsaeedx, overall I like this! Here's some general comments:

  • As an admin, when I click on the "Begin practice test" I get redirected to the "Current Assignment" page but have 354 annotations to complete instead of the two listed in the settings file?
  • Are the current labels in settings correct? I got them both wrong haha
  • I created a folder of all the practice events and can upload them to this PR by changing the dictionary in the settings file? Or should this be done secretly on the server? EDIT: I guess I will upload them on the server after this is merged since the folder names don't match.

Overall, I think these are minor and can be resolved later since they only affect admins... merging!

Thanks Lucas!

To address your concerns: