Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Assignment Student Submission Statement: Difference between revisions

From MoodleDocs
Line 35: Line 35:
<gallery>
<gallery>
File:Submission-Statement-Admin-Settings.png|The admin settings for the assignment submission statement allows configuring the statement text and a settings to force it for all assignments in this Moodle site.
File:Submission-Statement-Admin-Settings.png|The admin settings for the assignment submission statement allows configuring the statement text and a settings to force it for all assignments in this Moodle site.
File:Submission-Statement-Module-Settings|The module settings allow enabling and disabling this feature at the module level only if it has not been required at the admin settings level.  
File:Submission-Statement-Module-Settings.png|The module settings allow enabling and disabling this feature at the module level only if it has not been required at the admin settings level.  
File:Submission-Statement-Edit-Submission-Screen.png|The edit submission screen now contains a required checkbox that forces the user to select it to submit the assignment (only if drafts are not enabled)
File:Submission-Statement-Edit-Submission-Screen.png|The edit submission screen now contains a required checkbox that forces the user to select it to submit the assignment (only if drafts are not enabled)
File:Submission-Statement-Confirmation-Screen.png|If drafts are enabled, the submission confirmation screen contains the submission statement and checkbox.
File:Submission-Statement-Confirmation-Screen.png|If drafts are enabled, the submission confirmation screen contains the submission statement and checkbox.
File:Submission-Statement-Accepted-Log.png|When a user accepts the assignment submission statement the action is recorded in the activity log.
File:Submission-Statement-Accepted-Log.png|When a user accepts the assignment submission statement the action is recorded in the activity log.
</gallery>
</gallery>

Revision as of 08:40, 27 February 2012

Assignment Student Submission Statement
Project state In Progress
Tracker issue http://tracker.moodle.org/browse/MDL-31288
Discussion http://moodle.org/mod/forum/discuss.php?d=192642 https://github.com/netspotau/moodle-mod_assign
Assignee NetSpot)


Introduction

This is an enhancement to the mod_assign that requires students to check a box next to a statement when submitting an assignment. The text for the statement is set globally and it can either be required for all assignments, or individual assignments may choose to hide or show the statement. An example would be that students have to agree that the assignment is their own work.

Requirements

Moodle 2.3 required

Community bonding period

Milestones

  1. Refine the project proposal with community feedback
  2. Define the mockups

Features

Global settings for the assignment module to set the text and choose if it is globally enabled, globally disabled or configurable at an assignment level. Optional setting at an assignment level to turn it on or off. Should be logged that the student accepted the statement. If submission drafts are enabled, the statement is only shown when the student submits their assignment for grading.

Coding period

Milestones

  • Implement code
  • Integration by HQ

File structure

Screenshots