exitAndSave - Methods - Reports API

Reports API Methods

exitAndSave()

Save and terminate the assessment for the specified learners when using the live progress report.

You would want to use this to save and end the assessment in a live proctoring scenario.

This report is primarily for monitoring learner progress during proctored assessments. It is updated based on live interactions of learners with their assessments in real time.

Note This does not submit the assessment, it will only save the current progress, ready for the learner to resume at another time.

Examples

reportsApp.getReport('my-live-progress-report-id').exitAndSave([
    'user_1',
    'user_2',
    'user_3',
    // ...
]);

Arguments

  • userArray array[string]

    An array of user IDs with active assessments to be saved and terminated. This is the same user_id used when initializing the Items API in the assessment.

Return value

None (undefined).

Related articles

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.