Grading API Methods
save()
Saves all stored grading sessions.
You would want to use this to save all of your grading sessions permanently.
Examples
const savedResult = await gradingApp.save();
Arguments
None.
Return value
Type Promise
When the promise resolves, it will indicate that all grading sessions have been saved.