Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Assignment Team Based Submissions: Difference between revisions

From MoodleDocs
Damyon Wiese (talk | contribs)
This page will not be migrated to new devdocs
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:WillNotMigrate}}
{{Infobox Project
{{Infobox Project
|name = Assignment Team Based Submissions
|name = Assignment Team Based Submissions
Line 28: Line 30:
* 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 06:21, 10 February 2025


Warning: This page is no longer in use. The information contained on the page should NOT be seen as relevant or reliable.


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