Sakai Community DocumentationSakai 21 Administrator Guide (English)EventsWhat are the Test and Quizzes user events logged by the system?

What are the Test and Quizzes user events logged by the system?

Tests & Quizzes (Samigo)

Samigo logs events associated with the following activities:

  1. Accessing and Taking Assessments
  2. Submitting Assessments
  3. Reviewing Feedback

Accessing and Taking Assessments

Event What the event means
sam.assessment.take
The user accesses the assessment and selects the Begin Assessment button.
sam.assessment.take.via_url The user accesses the assessment via a link, e.g., the Published Assessment URL or a link on a Lessons page, and selects the Begin Assessment button.
SAMIGO_TIMED_ASSESSMENT:QUEUE:NEWTIMER:SUCCESS
A timer thread starts running on the server at the start of a timed assessment.
sam.assessment.resume
The user exits the assessment, returns to it, and selects the Continue Assessment button.

NOTE: This event will NOT display for assessments accessed VIA URL - the ONLY button on that screen is Begin Assessment.  All attempts to access an assessment via a URL will be logged as if they were new takes.
Post buffer bypass CTI=sakai.samigo [...] getTimerStrings?_=[timervalue]
A timed assessment is open in a browser window and the browser is getting the time remaining (happens every few seconds, so lots of these events spam the logs while a user has an assessment open).

Submitting Assessments

Event What the event means
sam.submit.from_toc
The user is on the Table of Contents screen and selects the Submit for Grading button. So now, the user would be on the Assessment Submission Warning page. They still have the Submit for Grading and Previous buttons available to them. They did not officially submit yet.
sam.submit.from_last_page
The user is on last page of the assessment and selects the Submit for Grading button. So now, the user would be on the Assessment Submission Warning page. They still have the Submit for Grading and Previous buttons available to them. They did not officially submit yet.
sam.assessment.submit.click_sub
The user selects the Submit for Grading button on the Assessment Submission Warning page.

Not sure if this is the correct meaning, or if this belongs with the event below instead?
sam.assessment.submit
This is also logged with a manual submission.

Not sure what it means? 
sam.assessment.submit.checked

The user is on the page with the submission confirmation number.

Not sure this is the correct meaning?
SAMIGO_TIMED_ASSESSMENT:QUEUE:REMOVE
A timer thread is removed from the queue when a timed assessment is submitted by any method (manual or automatic).
sam.assessment.thread_submit
A timed assessment is submitted by the expiration of the timer.
sam.assessmentTimedSubmitted
This provides the confirmation information for a timed assessment that was automatically submitted by the expiration of the timer.
SAMIGO_TIMED_ASSESSMENT:SUBMIT:FORGRADE
This also indicates the expiration of the timer thread submitting the assessment.
gradebook.updateItemScore
If the assessment settings included the option to send the score to the Gradebook, the score is being updated in the Gradebook tool.
transportMessage: headers[ From: "Server Name" <server email> To: "User" <user email> Subject: Notification for assessment submission
An email notification for submission is sent to a user.  The email subject varies slightly depending on how it was submitted (timer, auto, user submit).

Reviewing Feedback

Event What the event means
sam.assessment.review
The user selects a Feedback link to access assessment feedback.