Note: You are currently viewing documentation for Moodle 2.0. 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 (Corrected link to Modules & plugins database)
 
(32 intermediate revisions by 8 users not shown)
Line 1: Line 1:
ABOUT
__NOTOC__


The Marking block is a Moodle block add-on the provides a summary of activities
For moodle 1.8+ please read [http://moodle.org/mod/data/view.php?d=13&rid=445 the documentation in the Modules and Plugins database]. The rest of this page concerns moodle 1.5 and 1.6 only.
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,
==Purpose==
and overdue (activities past their defined close dates) activities. The marking
* to allow teacher to quickly see what needs to be "marked" in '''ONLY''':
page provides the same information and easy access to the grading functions for
# assignments
these activities.
# journals
# lessons
# forums


This block cam also display a list of students below a certain grade level.
The '''Marking''' block is a Moodle block add-on that provides a summary of activities awaiting grading. It includes a separate page that provides an alternate gradebook functionality tied to the marking block. This block is restricted to teachers and administrators.


The block can be configured to display a maximum number of students in each list
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.
and to set the grade level to display below.


This directory uses custom code for all activities it summarizes. There are few
This block can also display a list of students below a certain grade level.
common activity library functions that can perform the same operations, and thus
any new activities to be added will need new code.


INSTALLATION:
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
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
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.
your '/blocks' directory and some language files to your language directory.
Once unzipped, visit your admin screen and configure the new block the way you
Once unzipped, visit your admin screen and configure the new block the way you
want.
want.


CREDITS
===Setting up Marking block for Moodle 1.6+===
 
* download block_marking_1.6x from http://moodle.org/mod/data/view.php?d=13&rid=445
* unzip it in the root folder of your moodle directory
* adjust the settings in '''admin / configureation /blocks / marking / settings menu'''
 
==Usage==
* set '''$CFG->block_marking_listnum =''' ''(some number other than the default 2)''  via the '''admin / configureation /blocks / marking / settings menu''' (the default is to show two activites needing marking per section (unmarked / resubmitted / unsubmitted.)
** set it to a higher number to avoid the illusion that not all items are shown "to be marked"  (or click on the "MORE" button instead)


==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
* Bruno Vernier - block packaging and some bug fixes


Fernando Oliviera - G8 First Nation Schools > original design concept of the marking page.
==To do==
 
* Make sure all strings are in language file
Darren Smith - Egglescliffe School > orginal design concept of the marking block, and additional design of the marking page.
* Allow configuration of each section (i.e. enable/disable 'below average list')
 
* Create a local block library file and better compartmentalize functions
Mike Churchward - churchward.ca (mike@churchward.ca)> original technical design and development.


TO DO:
==See also==
* [http://download.moodle.org/download.php/modules/block_marking.zip Download]
* [http://moodle.org/mod/forum/discuss.php?d=45432 Link to forum post with a lang/en file with all strings filled in]


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

Latest revision as of 15:25, 21 April 2008


For moodle 1.8+ please read the documentation in the Modules and Plugins database. The rest of this page concerns moodle 1.5 and 1.6 only.

Purpose

  • to allow teacher to quickly see what needs to be "marked" in ONLY:
  1. assignments
  2. journals
  3. lessons
  4. forums

The Marking block is a Moodle block add-on that provides a summary of activities awaiting grading. It includes a separate page that provides an alternate gradebook functionality tied 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 can 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 language directory. Once unzipped, visit your admin screen and configure the new block the way you want.

Setting up Marking block for Moodle 1.6+

Usage

  • set $CFG->block_marking_listnum = (some number other than the default 2) via the admin / configureation /blocks / marking / settings menu (the default is to show two activites needing marking per section (unmarked / resubmitted / unsubmitted.)
    • set it to a higher number to avoid the illusion that not all items are shown "to be marked" (or click on the "MORE" button instead)

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
  • Bruno Vernier - block packaging and some bug fixes

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

See also