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?
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?
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?
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?
The allowed time to complete this assessment has expired. Your answers have been automatically submitted. Click "Return" to return to the Assessments page.
- when: student clicks "Submit for Grading" or "Save and Continue/Exit"
- business logic: is this a timed assessment? && has time expired?
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?