amalieeh / assessment-support

TDT4501 Computer Science, Specialization Project (2021 FALL) with Sylvi Phuong Huynh @sylvihuynh. About Learning technology.
0 stars 0 forks source link

Create progress bar #82

Closed amalieeh closed 2 years ago

amalieeh commented 2 years ago

Create a progressbar for the assessment page. It should be based on how many answers have been assessed of the total amount of answers to assess. Because some answers will perhaps be reassessed, the total amount is hard to calculate (since it is appended after the score is set). Some times there will be a ceil of e.g. 10%, so then you can use total amount of answers*1,1 as the total number. The trouble is if the user un-checks the option to reassess assessments, meaning they dont want to reassess answers. Then the total amount changes, an the system should handle it.

MUI has a stepper that can be variant="progress".