Note:

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

Assignment/Draft Features/Publish student assignment to other students: Difference between revisions

From MoodleDocs
No edit summary
Line 1: Line 1:
='''Publish student assignment to other students'''=
='''Publish student assignment to other students'''=


This is a proposal for an additional feature to provide an ability for a teacher to publish selected student assignments that could be used as e.g  an example/answer model/feedback or any other purposes to other students after getting the permission from the owners of the assignments in Assignment module.
This is a proposal for an additional feature to provide an ability for a teacher to publish selected student assignments that could be used as e.g  an example/answer model/feedback or any other purposes to other students after getting the required permission from the owners of the assignments in Assignment module.
 
='''Goals and rationale'''=
='''Goals and rationale'''=
The main goal of this feature is to :
The main goal of this feature is to :

Revision as of 03:54, 6 September 2012

Publish student assignment to other students

This is a proposal for an additional feature to provide an ability for a teacher to publish selected student assignments that could be used as e.g an example/answer model/feedback or any other purposes to other students after getting the required permission from the owners of the assignments in Assignment module.

Goals and rationale

The main goal of this feature is to :

  • Provide an ability for a teacher to publish submitted student assignments to other students after obtaining the required permission from students to do so when students submitted their assignments

Overview

The current behavior regarding the ability for teachers to publish submitted student assignments to other students has not yet been supported. With this 'Publish student assignment' feature, it will give teachers an ability and the permission (if granted) to publish student assignments of their choice to other students for a number of reasons such as the assignment will be used as a answer model/feedback example for other students

Settings added to the mod_assign settings page

Submission publication (select yesno, default to no)

[Help text] When set to yes, a checked box along with an assignment publishing consent form will be visible to students in their assignment submission page for students to grant their permissions to the teacher to publish their submitted assignments if the teacher wishes to do so to other students if it is checked. (of course, publishing permission check box will be made optional for the students and NOT 'required').


Change in the grading table page interface

Filter by grade (simple direct grading/rubrics/marking guide grading method)

'Filter by grade' min and max grade text boxes and the 'go' button are located on the bottom page of the grading table in 'Options' section box if simple direct grading/rubrics/marking guide is chosen as the grading method in the assignment activity. The assignment marker can type minimum and/or maximum grades ( a range of grades) in the two boxes provided. The entered inputs will be validated on the client side.

Filter by grade (scale grading method)

'Filter by grade' drop-down list containing the list of available grading scales plus 'not set' is located on the bottom page of the grading table in Options section box. It uses JavaScript 'on submit' ( if JavaScript is not enabled on a browser, the 'go' button appears next to the grading scales' drop-down list) to submit the selected scale.

Use Cases

A teacher is creating an assignment using simple direct grading method with a small number of students and she does not wish to locate students based on a range of grades

  • Create an assignment and grade all assignment submissions
  • In the grading table, don't use 'Filter by grade' feature in 'Options' section

A teacher is creating an assignment using simple direct grading method with a large number of students in advanced programming unit and she wishes students whose grades are 80 or above in the assignment activity to represent the school in NASA programming competition

  • Create an assignment and grade all assignment submissions'
  • In the grading table, type 80 in min grade box and leave the max grade box empty and then press the 'go' button.

A teacher is creating an assignment using simple direct grading method with a large number of students in foundation unit and she wishes students whose grades are in the range of 60 and 75 in the assignment activity to require them to submit a feedback about the assignment

  • Create an assignment and grade all assignment submissions'
  • In the grading table, type 60 in min grade box and 75 in the max grade box and then press the 'go' button.

A teacher is creating an assignment using scale grading method with a large number of students in a creative writing unit and she wishes students whose grades are 'separate and connected' will be exempted from submitting the next assignment

  • Create an assignment and grade all assignment submissions'
  • In the grading table, select 'separate and connected' in the grading scale's drop-down list.