amalieeh / assessment-support

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

Enable reassessment #95

Closed amalieeh closed 2 years ago

amalieeh commented 2 years ago

Now, reAssessments are appended to the end of assessments. You can keep track of which assessments that are reassessments by either checking for two assessments with same answers or using the variable numberOfAnswers (which refers to the number of unique answers, not assessments) because the reassessments will be appended at the end.

I sliced the answer-list so that the user doesn't have to go through too many answers to see the reassessments.

It is sorta the backend-part of #96

sylvihuynh commented 2 years ago

yaaay, it works!! ❤️‍🔥