This is a test site. Any changes will be lost!

Exercise module: Difference between revisions

From MoodleDocs
(edit, now will see if this is really a module with a future)
(A contributed module)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Moodle 1.8}}
The '''Exercise''' activity is a simple but powerful assignment tool where the teacher asks the students to do a piece of practical work. The student's self assessment and the teacher's evaluation of the self assessment and the submitted work make up the grade for the assignment.  
'''Exercise''' is a simple but powerful assignment tool where the teacher asks the students to do a piece of practical work. The student's self assessment and the teacher's assessment make up the grade for the assignment. It will probably be replaced by the more robust Workshop module in future Moodles. It became a standard activity module for a course in Moodle 1.8.  


An exercise could be writing an essay or a report, preparing a presentation, etc. When the student has done the task they must first self-assess their work before submitting it to the teacher. Once submitted the teacher assesses the piece of work itself. The teacher can give feedback to the student and ask the student to improve the work and re-submit it or not. The final grade is based on how well the student assessed their own work and the work itself.
An exercise could be writing an essay or a report, preparing a presentation, etc. When the student has done the task they must first self-assess their work before submitting it to the teacher. Once submitted the teacher assesses the piece of work itself. The teacher can give feedback to the student and ask the student to improve the work and re-submit it or not. The final grade is based on how well the student assessed their own work and the work itself.
Note: The Exercise module is A contributed module which is included in the standard Moodle download for historical reasons. It is disabled by default.  Many of its features can be found in the [[Workshop module]].


==Settings==
==Settings==
The administrator must make the Exercise activity visible using the modules > activities link in the [[Site administration block]].
Most fields on the settings page for Exercise have help buttons which describe them in more detail.  The fields include: <br>
Most fields on the settings page for Exercise have help buttons which describe them in more detail.  The fields include: <br>
::Title, Description, Grade for Student Assessment,Grade for Submission, Grading Strategy, Handling of Multiple Submissions, Number of Comments, Assessment Elements, Grade Bands, Criterion Statments or Categories in a Rubric, Comparison of Assessments, Use Password, Password, Maximum Size, Deadline, Number of Entries in League Table, Hide Names from Students, Group mode, and Hide from students.
::Title, Description, Grade for Student Assessment,Grade for Submission, Grading Strategy, Handling of Multiple Submissions, Number of Comments, Assessment Elements, Grade Bands, Criterion Statements or Categories in a Rubric, Comparison of Assessments, Use Password, Password, Maximum Size, Deadline, Number of Entries in League Table, Hide Names from Students, Group mode, and Hide from students.


==Development notes==
==Development notes==
The Exercise module was originally written by Ray Kingdon for Moodle 1.3 and was a non-standard module at that timeIt is planned to replace the Exercise module with a new [[Workshop module]].
The Exercise module was originally written by Ray Kingdon for Moodle 1.3, who also developed the  Workshop module.  As noted above, the Exercise module is considered a non-standard module.  The plan was to include the Exercise features in the [[Workshop module]] (the first third party add on developed for Moodle) and as of 1.8 this has largely been accomplished.   
 
The development goal is to finish the consolidation of the Workshop (and Exercise) and the [[Assignment module]]s.


==See also==
==See also==
* Using Moodle [http://moodle.org/mod/forum/view.php?id=853 Exercise module forum]
* Using Moodle [http://moodle.org/mod/forum/view.php?id=853 Exercise module forum]


[[Category:Modules (non-standard)]] [[Category:Exercise]]
[[Category:Contributed code]]
[[Category:Exercise]]


[[ru:Модуль_Упражнение]]
[[ru:Модуль_Упражнение]]

Latest revision as of 14:25, 24 March 2008

The Exercise activity is a simple but powerful assignment tool where the teacher asks the students to do a piece of practical work. The student's self assessment and the teacher's evaluation of the self assessment and the submitted work make up the grade for the assignment.

An exercise could be writing an essay or a report, preparing a presentation, etc. When the student has done the task they must first self-assess their work before submitting it to the teacher. Once submitted the teacher assesses the piece of work itself. The teacher can give feedback to the student and ask the student to improve the work and re-submit it or not. The final grade is based on how well the student assessed their own work and the work itself.

Note: The Exercise module is A contributed module which is included in the standard Moodle download for historical reasons. It is disabled by default. Many of its features can be found in the Workshop module.

Settings

The administrator must make the Exercise activity visible using the modules > activities link in the Site administration block.

Most fields on the settings page for Exercise have help buttons which describe them in more detail. The fields include:

Title, Description, Grade for Student Assessment,Grade for Submission, Grading Strategy, Handling of Multiple Submissions, Number of Comments, Assessment Elements, Grade Bands, Criterion Statements or Categories in a Rubric, Comparison of Assessments, Use Password, Password, Maximum Size, Deadline, Number of Entries in League Table, Hide Names from Students, Group mode, and Hide from students.

Development notes

The Exercise module was originally written by Ray Kingdon for Moodle 1.3, who also developed the Workshop module. As noted above, the Exercise module is considered a non-standard module. The plan was to include the Exercise features in the Workshop module (the first third party add on developed for Moodle) and as of 1.8 this has largely been accomplished.

The development goal is to finish the consolidation of the Workshop (and Exercise) and the Assignment modules.

See also