Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create viewer for writing responses in NCME study #409

Open
1 of 8 tasks
bxie opened this issue Sep 23, 2019 · 0 comments
Open
1 of 8 tasks

Create viewer for writing responses in NCME study #409

bxie opened this issue Sep 23, 2019 · 0 comments

Comments

@bxie
Copy link
Collaborator

bxie commented Sep 23, 2019

For a given user in the NCME study, select a problem and show the following:

  • final code output
  • intermediate code outputs at uniform intervals (e.g. every 60 sec), where these intervals can be user-defined

TODO:

  • create /viewer endpoint and limit to those where "UsersNcme2019/{uuid}/isAdmin" is true
  • get dropdown of all ncme users (emails and exerciseAssignmentId)
  • when given user selected, show dropdown of all ncme exercises (ExerciseId) where ExerciseType is "WRITE"
  • for selected write exercise, show exercise view w/ value written in at certain hime
  • have restricted slider to go between intervals
    • marks are normalized datalog timestamp (minus start time, converted to sec)
  • have a forward and back buttons to move slider a user-defined positive value of seconds (e.g. 30 sec)

Data structure for a user
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant