Note:

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

Assignment Team Based Submissions: Difference between revisions

From MoodleDocs
No edit summary
 
Line 28: Line 28:
* Implement code
* Implement code
* Integration by HQ
* Integration by HQ
===File structure===


==Screenshots==
==Screenshots==
<gallery>
File: Team-Submission-Settings.png| The additional settings for team based submissions
File: Team-Submission-Status.png | The student submission status when team based submissions are active
File: Team-Submission-Grading-Table.png | The grading table showing the team and the team submission status in separate columns
File: Team-Submission-Single-Grading.png | The single grading page for a team assignment - the grade call be applied to all students in the group or just the current student
</gallery>

Latest revision as of 03:55, 30 March 2012

Assignment Team Based Submissions
Project state In Progress
Tracker issue http://tracker.moodle.org/browse/MDL-31284
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 allows students to submit an assignment as part of a team. The method for allocating students to teams is still to be determined but there is a healthy discussion in the forum listed above.

Requirements

Moodle 2.3 required

Community bonding period

Milestones

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

Features

There will be a setting that says that students will be submitting assignments as part of a team. There will be an option to specify the grouping for student teams. A team submission will be visible and updatable by any member of the group. If a student is not a member of any group, or if they are a member of multiple groups they will belong to a default team. There may be options to require all team members to confirm submission of the assignment for marking. The grading table will display one row per student, but will contain a column indicating the team and the status of the team submission. The single grading interface will allow grading and feedback to be sent to either the whole team or just the current student. The student submission summary will indicate the team and the list of students who have not yet submitted (if required).

Coding period

Milestones

  • Implement code
  • Integration by HQ

Screenshots