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.
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"
.