Skip to content

redesign the overview page

Adrià Labay requested to merge 418-redesign-the-overview-page into master

Closes #418 (closed), #249 (closed), #315 (closed), !174 (closed), #143

  • Single dropdown that selects the overview or problem details.
  • Overview:
    • At a glance plot similar to the current summary_plot.py, show score distribution of problems per student, it is possible to select one student to see his/her marks in all problems. If the grading of the problem is finished it show the Rir and average score below the problem name, otherwise it show the estimated time left. On hover there is information about student id and absolute score.
    • Histogram of total scores with Gaussian distribution with mean and std evaluated from the scores. If a student is selected on the At a glance plot and this student has a total score, the corresponding bar changes color. On hover there is information about number of students that have the selected score.
    • Bar chart with graded/ungraded solutions. On hover, number of solutions + estimated average time.
    • If there are more copies than students, a warning shows up.
  • Problem:
    • Table of feedback options as currently.
    • Bar chart with graded solutions per grader and ungraded. On hover, number of solutions + estimated average time.
    • If there are more solutions than students, a message shows up warning the user to add more space the next time.
Edited by Anton Akhmerov

Merge request reports