Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Marking block.

Marking block: Difference between revisions

From MoodleDocs
m (Past of the Readme File)
 
m (categories added, formatting)
Line 1: Line 1:
ABOUT
The '''Marking''' block is a Moodle block add-on the provides a summary of activities awaiting grading. It includes a separate page that provides an alternate gradebook functionality ties to the marking block. This block is restricted to teachers and administrators.


The Marking block is a Moodle block add-on the provides a summary of activities
This block displays marking information for newly submitted, resubmitted, and overdue (activities past their defined close dates) activities. The marking page provides the same information and easy access to the grading functions for these activities.
awaiting grading. It includes a separate page that provides an alternate
gradebook functionality ties to the marking block. This block is restricted to
teachers and administrators.
 
This block displays marking information for newly submitted, resubmitted,  
and overdue (activities past their defined close dates) activities. The marking
page provides the same information and easy access to the grading functions for
these activities.


This block cam also display a list of students below a certain grade level.
This block cam also display a list of students below a certain grade level.


The block can be configured to display a maximum number of students in each list
The block can be configured to display a maximum number of students in each list and to set the grade level to display below.
and to set the grade level to display below.


This directory uses custom code for all activities it summarizes. There are few
This directory uses custom code for all activities it summarizes. There are few common activity library functions that can perform the same operations, and thus any new activities to be added will need new code.
common activity library functions that can perform the same operations, and thus
any new activities to be added will need new code.


INSTALLATION:
==Installation==


To install and use, unzip this file into your Moodle root directory making sure
To install and use, unzip this file into your Moodle root directory making sure
Line 28: Line 17:
want.
want.


CREDITS
==Credits==


The marking block has been designed and built with the contributions of the
The marking block has been designed and built with the contributions of the
following people:
following people:
* Fernando Oliviera - G8 First Nation Schools > original design concept of the marking page
* Darren Smith - Egglescliffe School > orginal design concept of the marking block, and additional design of the marking page
* Mike Churchward - churchward.ca (mike AT churchward DOT ca)> original technical design and development


Fernando Oliviera - G8 First Nation Schools > original design concept of the marking page.
==To do==
 
Darren Smith - Egglescliffe School > orginal design concept of the marking block, and additional design of the marking page.
 
Mike Churchward - churchward.ca (mike@churchward.ca)> original technical design and development.


TO DO:
* Make sure all strings are in language file
* Allow configuration of each section (i.e. enable/disable 'below average list')
* Create a local block library file and better compartmentalize functions


make sure all strings are in language file.
[[Category:Administrator]]
allow configuration of each section (i.e. enable/disable 'below average list')
[[Category:Teacher]]
create a local block library file and better compartmentalize functions.

Revision as of 19:39, 4 February 2006

The Marking block is a Moodle block add-on the provides a summary of activities awaiting grading. It includes a separate page that provides an alternate gradebook functionality ties to the marking block. This block is restricted to teachers and administrators.

This block displays marking information for newly submitted, resubmitted, and overdue (activities past their defined close dates) activities. The marking page provides the same information and easy access to the grading functions for these activities.

This block cam also display a list of students below a certain grade level.

The block can be configured to display a maximum number of students in each list and to set the grade level to display below.

This directory uses custom code for all activities it summarizes. There are few common activity library functions that can perform the same operations, and thus any new activities to be added will need new code.

Installation

To install and use, unzip this file into your Moodle root directory making sure that you 'use folder names'. This will add a new block directory (marking) to your '/blocks' directory and some language files to your langage directory. Once unzipped, visit your admin screen and configure the new block the way you want.

Credits

The marking block has been designed and built with the contributions of the following people:

  • Fernando Oliviera - G8 First Nation Schools > original design concept of the marking page
  • Darren Smith - Egglescliffe School > orginal design concept of the marking block, and additional design of the marking page
  • Mike Churchward - churchward.ca (mike AT churchward DOT ca)> original technical design and development

To do

  • Make sure all strings are in language file
  • Allow configuration of each section (i.e. enable/disable 'below average list')
  • Create a local block library file and better compartmentalize functions