Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Assignment module.

Assignment module: Difference between revisions

From MoodleDocs
(→‎Contrib modules: more types)
 
(81 intermediate revisions by 24 users not shown)
Line 1: Line 1:
{{Assignments}}
{{Activities}}
<p class="note">'''Note''': This page is about the new Assignment module in Moodle 2.3 onwards. For documentation about Assignments (2.2), see [https://docs.moodle.org/22/en/Assignment_module Assignment module] in the 2.2 docs.</p>


'''Assignments''' allow the teacher to grade various types of student submissions.


==Types==
The assignment module allows teachers to collect work from students, review it and provide feedback including grades. The work a student submits is visible only to the teacher and not to other students.
Moodle supports plug-in assignment types.


===Official types===
[[Image:Assignment example.jpg|frame|center]]
There are three official types:


;Upload
* [[Assignment settings]]
:A student can upload a single file. This could be a Word document, spreadsheet or anything digital. Multiple files could be zipped and then submitted.
* [[Using Assignment]]
;Online Text
* [[Assignment FAQ]]
:This assignment type asks users to edit a text, using the normal editing tools. Teachers can grade them online, and even add inline comments or changes.
* [[Upgrade tool]]
;Offline assignment
:This is useful when the assignment is performed outside of Moodle. It could be something elsewhere on the web or face-to-face. Students can see a description of the assignment, but can't upload files or anything. Grading works normally, and students will get notifications of their grades.


===Contrib modules===
Students can submit any digital content (files), including, for example, word-processed documents, spreadsheets, images, audio and video clips.  Assignments don't necessarily have to consist of file uploads.  Alternatively, teachers can ask students to type directly into a text field in Moodle. Or they can ask student to do both, upload a file or files and type text directly into Moodle. An assignment activity can also be set up to not accept any student submissions and serve as a reminder to students of a 'real-world' assignment they need to complete and to record grades in Moodle for activities that don't have an online component.
These assignment types have been contributed by users:


;[http://moodle.org/mod/forum/discuss.php?d=30613 Group Assignment] (by Patrick Jermann)
An assignment has an 'available from' date before which no students can submit anything, and a due date, after which teachers can choose not to accept submissions any more.  
:One user uploads the file but all the members of his or her group "benefit" from the submission.


;[http://moodle.org/mod/forum/discuss.php?d=33940 uploadmulti] (by Brian Jones)
Markers can choose to be notified every time a student submits an assignment, or only for late submissions. Markers can choose to give students feedback in the form of text or uploaded files.
:Allows uploading multiple files.


;[http://moodle.org/mod/forum/discuss.php?d=39979 Multiple Files Upload] (by Gustav W Delius)
== Two assignment modules ==
:Allows uploading multiple files.
{{New features}}
Moodle 2.3 includes two assignment modules - the new assignment module (a rewrite of the old assignment module) under ''/mod/assign/'' and the old assignment module under ''/mod/assignment/'' with four subtypes, renamed 'Assignments (2.2)'.


;[http://cdc.humboldt.edu/moodle/mod/resource/view.php?id=21 Review assignment] (by Humboldt University)
For new Moodle 2.3 installs, Assignments (2.2) is disabled/hidden. For sites which have upgraded from Moodle 2.2, both assignment modules are available. It is recommended that admins upgrade all existing assignments to use the new assignment module as soon as possible, as described in [[Upgrade tool|Assignment upgrade tool]], then disable Assignments (2.2), to avoid the confusion of having two assignment modules.
:A new assignment type that adds the ability to send back to the student a graded copy of their file. For Moodle 1.5.


;[http://moodle.org/mod/forum/discuss.php?d=34887 Form] (by Michael Robellard)
== See also ==
:allows students to enter information in a form (multiple textarea boxes) and then the teacher can grade each textarea with a number of points (or other grading scale) and give a comment for each form field


== See also ==
*[[Workshop module]] allows peer to peer evaluations
*[http://download.moodle.org/docs/using_moodle/ch7_assignments.pdf Using Moodle Chapter 7: Assignments and Exercises]


[[Category:Teacher]]
[[Category:Assignment]]


[[nl:Opdracht]]
[[de:Aufgabe]]
[[eu:Zereginak]]
[[fr:Devoir]]

Latest revision as of 18:08, 22 May 2013

Note: This page is about the new Assignment module in Moodle 2.3 onwards. For documentation about Assignments (2.2), see Assignment module in the 2.2 docs.


The assignment module allows teachers to collect work from students, review it and provide feedback including grades. The work a student submits is visible only to the teacher and not to other students.

Assignment example.jpg

Students can submit any digital content (files), including, for example, word-processed documents, spreadsheets, images, audio and video clips. Assignments don't necessarily have to consist of file uploads. Alternatively, teachers can ask students to type directly into a text field in Moodle. Or they can ask student to do both, upload a file or files and type text directly into Moodle. An assignment activity can also be set up to not accept any student submissions and serve as a reminder to students of a 'real-world' assignment they need to complete and to record grades in Moodle for activities that don't have an online component.

An assignment has an 'available from' date before which no students can submit anything, and a due date, after which teachers can choose not to accept submissions any more.

Markers can choose to be notified every time a student submits an assignment, or only for late submissions. Markers can choose to give students feedback in the form of text or uploaded files.

Two assignment modules

New feature
in Moodle 2.3!

Moodle 2.3 includes two assignment modules - the new assignment module (a rewrite of the old assignment module) under /mod/assign/ and the old assignment module under /mod/assignment/ with four subtypes, renamed 'Assignments (2.2)'.

For new Moodle 2.3 installs, Assignments (2.2) is disabled/hidden. For sites which have upgraded from Moodle 2.2, both assignment modules are available. It is recommended that admins upgrade all existing assignments to use the new assignment module as soon as possible, as described in Assignment upgrade tool, then disable Assignments (2.2), to avoid the confusion of having two assignment modules.

See also