Messages

SAMigo Error, Validation, and Warning Messages

These messages are coded here: https://source.sakaiproject.org/svn/sam/trunk/samigo-app/src/java/org/sakaiproject/tool/assessment/bundle/

Assessment Types

Assessment Settings

Authoring

Grading

Student View (delivery)

Submissions

This assessment has already submitted and additional submissions are not allowed. Please contact your instructor if you have any questions. Click "Return" to return to the Assessments page.

  • when: student clicks "Submit for Grading" or "Save and Continue/Exit"
  • business logic: has current assessment been submitted? && are there any submission attempts left?
  • variable: no_submission_left

This assessment has already submitted and no further amendments are allowed. Please contact your instructor if you have any questions. Click "Return" to return to the Assessments page.

  • when: student clicks "Save and Continue/Exit"
  • business logic: has current assessment been submitted?
  • variable: assessment_has_been_submitted

The due date for this assessment has passed and late submissions are not allowed. Please contact your instructor if you have any questions. Click "Return" to return to the Assessments page.

  • when: student clicks "Submit for Grading" or "Save and Continue/Exit"
  • business logic: are late submission accepted? && has dueDate arrived?
  • variable: no_late_submission

Submitting this assessment is no longer allowed. Please contact your instructor if you have any questions. Click "Return" to return to the Assessments page.

  • when: student clicks "Submit for Grading" or "Save and Continue/Exit"
  • business logic: has the current assessment been retracted?
  • variable: is_retracted

The allowed time to complete this assessment has expired. Your answers have been automatically submitted. Click "Return" to return to the Assessments page.

  • when: time runs out on javascript timer or student clicks "Submit for Grading" or "Save and Continue/Exit" and time on server says time has expired
  • business logic: is this a timed assessment? && has time expired?
  • variable: timeout_submit

It appears that the answers on this page of the assessment have already been updated since this page was first viewed. This situation can occur when there is more than one browswer windows open. If this is the case, please close any secondary browser windows and only work in the original window. Close this window if it is not the original window or click "Return" to continue working on this window.

  • when: student clicks "Submit for Grading" or "Save and Continue/Exit"
  • business logic: is there a discrepancy in data between the current state of this page and its original state?
  • variable: discrepancy_in_data