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

[WIP] A novel page starting/summarizing exam marking #28

Closed
wants to merge 10 commits into from

Conversation

arnobl
Copy link
Member

@arnobl arnobl commented Jun 14, 2022

Work in progress: do not merge yet

The idea is to provide users with a summary page related to the marking of a given exam.
When clicking on 'corriger copies', instead of showing the first question of the first student, the following page appears:
image

Then, users can resume their marking task by clicking on the buttons 'continuer' that goes the the unrated answer of the given question.

This is an attempt to fix #8

Current issues:
#26 : problem while navigating to question 2.

#27: this would permit users to identify unrated answers to go to them. But currently accessing an answer automatically marks it as rated.

Other issue: StudentResponseService does not permit to get all the answers of a given exam or a given question (requires sheetid). Maybe we can design a dedicated REST route for grabbing a DTO that contains all the data used in the page instead of using several REST routes (that makes the code more complex).

TODO:

  • UI tests
  • Use tabs. A second tab would contain a table sorted by students instead of questions?

@barais
Copy link
Collaborator

barais commented Oct 26, 2022

API is now ok.

And the StudentResponse is not set when you just navigate through the student responses without any actions

@arnobl
Copy link
Member Author

arnobl commented Jan 9, 2023

Closing as deprecated. Opening a new one.

@arnobl arnobl closed this Jan 9, 2023
@arnobl arnobl deleted the resume-summary-marking-exam branch January 12, 2023 07:53
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

Successfully merging this pull request may close these issues.

Add a feature to resume the marking where the examiner left
2 participants