Checkmark report

General plugins (Local) ::: local_checkmarkreport
Maintained by AMC Academic Moodle Cooperation
The Checkmark Report provides teachers and students with an overview of the details of all checkmark activites in a course. In this way, ticks, grades, feedback and other key figures can be displayed in a compact form and exported in various formats.

Checkmark report 2015-07-15 (00)

Moodle 2.8
Released: Tuesday, 6 October 2015, 10:31 PM
// This file is part of local_checkmarkreport for Moodle - http://moodle.org/
//
// It is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// It is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see .

/**
* README.txt
* @version 2015-01-14
* @package local_checkmarkreport
* @author Andreas Hruska (andreas.hruska@tuwien.ac.at)
* @author Katarzyna Potocka (katarzyna.potocka@tuwien.ac.at)
* @author Eva Karall (eva.maria.karall@univie.ac.at)
* @author Philipp Hager
* @copyright 2015 Academic Moodle Cooperation {@link http://www.academic-moodle-cooperation.org}
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

# ---------------------------------------------------------------
# FOR Moodle 2.7+
# ---------------------------------------------------------------

Checkmarkreport plugin
===============

OVERVIEW
================================================================================


REQUIREMENTS
================================================================================
Moodle 2.7 or later

INSTALLATION
================================================================================
To install, extract the contents of the archive to the local/ folder in the moodle
root folder, and all of the archive's contents will be properly placed into the
folder structure. The module and all of its files is located in local_checkmarkreport
folder and requires checkmark module (for Moodle 2.7) to be installed.

The langfiles can be put into the folder local/checkmarkreport/lang normally.
All languages should be encoded with utf-8.

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. All the data necessary
for a proper install is contained in the help files displayed on screen.

CHANGELOG
================================================================================
v 2015011400
-------------------------
*) Replace add_to_log with triggered events
*) Add support for PostgreSQL-DBs
*) Fix hidden columns not being restoreable
*) Strip HTML-tags from link titles in table
*) Implement gradebook-support and show locked/overwritten grades
*) Improve layout for small browser windows
*) Fixed some minor bugs

v 2014101900
-------------------------
-) improve logging
-) various bugs fixed

Version information

Version build number
2015071500
Version release name
2015-07-15 (00)
Can be updated from
2015-01-14 (00) (2015011400)
Can be updated to
v2.9 (2016012001)
Maturity
Stable version
MD5 Sum
689666bde79776c8639a6192952b8655
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 General plugins (Local)

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