Grade distribution

Grade reports ::: gradereport_gradedist
Maintained by AMC Academic Moodle Cooperation
The grade distribution visualizes the distribution of the participants' letter grades in the grades overview. Changes to letter grades can be visually analysed, saved and overwritten if necessary.

Grade distribution v2.8

Moodle 2.8
Released: Thursday, 9 June 2016, 7:33 PM
# ---------------------------------------------------------------
# This software is provided under the GNU General Public License
# http://www.gnu.org/licenses/gpl.html
# with Copyright © 2009 onwards
#
# Dipl.-Ing. Andreas Hruska
# andreas.hruska@tuwien.ac.at
#
# Dipl.-Ing. Mag. rer.soc.oec. Katarzyna Potocka
# katarzyna.potocka@tuwien.ac.at
#
# Vienna University of Technology
# Teaching Support Center
# Gußhausstraße 28/E015
# 1040 Wien
# http://tsc.tuwien.ac.at/
# ---------------------------------------------------------------
# FOR Moodle > 2.7.2
# ---------------------------------------------------------------

README.txt
v.2016-05-15


Gradereport Gradedist
===============

OVERVIEW
================================================================================
The gradereport gradedist module allows for viewing the distribution of
student grades for a course regarding the current grade letter boundaries
as well as changing these to shift the distribution.

REQUIREMENTS
================================================================================
Originally developed for Moodle 2.7.2

This module depends on HighCharts for visualizing the grade distribution.
You can download this module from http://www.highcharts.com/download
free of charge for non-commercial use.

Make sure to download the correct package version 4.x and place the core
(highcharts.src.js) and the exporting module (exporting.src.js), or if you
prefer their minified versions (highcharts.js, exporting.js)
into the folder moodleroot/grade/report/gradedist/js/"

INSTALLATION
================================================================================
Every file of the folder/zip goes into
moodleroot/grade/report/gradedist

After it you have to run the admin-page of moodle (http://your-moodle-site/admin)
in your browser. You have to be logged in as admin before.
The installation process will be displayed on the screen.
That's all.


USAGE
================================================================================
1. Within a course, navigate to Administration->Grades->Grade distribution.
2. The distribution for the current course and grade letter boundaries is shown.
3. To change the current boundaries, type in values into the new lower boundaries fields.
4. The chart can be adjusted showing absolute or percent values, the distribution
for the old and/or the new grade letters.
5. The current distribution can be downloaded as Excel-Sheet.
6. The new lower boundaries for the grade letter can be saved via "Change grade letters".

CHANGELOG
====================================================================================================
*) 15.05.2016
[github][Update] #3267:
Change recommended download target for highcharts files.
Adapt code so also their minified versions are accepted.
Fix exporting bug with non-transparent labels disappearing on image with latest version of highcharts
*) 15.01.2016
Fix Bug #2871 Entering "100" invokes an error message and prevents to save the new entries
Hotfix #2637 [github.com] Highcharts JS license:
Add text to the *Requirements* section that Highcharts can be
downloaded manually for non-commercial use.
*) 14.11.2015
Fix Bug #2771 "Chart displays new and actual values differently
without having modified new values": make the module compare always with
"." as decimal point, don't use ",", this might fail for unknown
reasons.

Version information

Version build number
2015111404
Version release name
v2.8
Can be updated from
v2.8
Can be updated to
v2.9 (2015120108)
Maturity
Stable version
MD5 Sum
397866ce409d3ac4f1d7c379219f4638
Supported software
Moodle 2.8
  • Latest release for Moodle 2.8

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
MOODLE_28_STABLE

Default installation instructions for plugins of the type Grade reports

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "mygradereport") in the "grade/report" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation