amalieeh / assessment-support

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

Saving assessments to localstorage #67

Closed sylvihuynh closed 2 years ago

sylvihuynh commented 2 years ago

As for now, all of the assessments are saved when the finish button is clicked. This is not optimal as a user may not finish assessing all answers in one session. Hence, there should be some saving to localstorage along the way to avoid loss of data/finished assessments. Saving can be done each time a score is set or each time one clicks next.

The structure of the data saved to localstorage must be considered and reviewed.