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 functionality for saving the assessment #8

Closed sylvihuynh closed 2 years ago

sylvihuynh commented 2 years ago

When the assessment of a task is done, the correction should be saved in a database.

amalieeh commented 2 years ago

We're thinking to save is as a json object to local storage or session storage.

It will probably be saved in assessment page when the user clicks "next" and loads in a new batch of answers.

amalieeh commented 2 years ago

Need to save

Think about how you want to extract the information later. E.g. how easy will it be to get the data on Approval page and Completion page.

(Also remember to #7)