Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

A plugin for Moodle that displays all of a teacher's unmarked work from across the site in one block. The interface is an expandable AJAX-loading tree (course -> activity -> user), which provides a pop-up when a user is clicked, which allows the work to be marked without leaving the page.

mattgibson/moodle-block_ajax_marking

Repository files navigation

Please note: this plugin is no longer supported.

Sadly, I just don't have time to keep up with the chages to core which keep breaking different parts of it. It really needs a full rewrite, but there's not going to be time for me to do that given my current commitments.

Instructions

Full documentation is available at: http://docs.moodle.org/en/Ajax_marking_block

This block displays all of your marking from all of your courses in one place and allows you to grade the work in single-student pop ups without leaving the page. It is most useful as a front page block, but works just as well in a course, although the pieces of work on display will still be from the whole site, not just that course. Be aware that it will ignore site-wide roles for performance reasons (very slow on large sites + too much space needed to display output) and only teacher roles assigned at category or course level will result in work showing up here.

The block displays grading in a tree structure in the form of Course -> Assessment item -> Student. There are exceptions for some assessment types as their structure needs extra levels e.g. quizzes: Course -> Quiz -> Question -> Student.

There is an option to enable 'display by group' for each individual assessment (currently disabled for Moodle 2.1). This will add an extra level: Course -> Assessment -> GROUP -> Student, with the option to choose which groups to show or hide. To enable this, click on the 'Configure' link at the bottom of the block to open a settings pop up. The tree in the pop up shows all of the assessment items you have permission to grade and you can set you personal display preferences by clicking on the name of the assesment. Changes are saved instantly when you select any option, and you just need to close the settings pop up when you are done.

Currently supported types:

  • Assignment
  • Forum
  • Quiz
  • Workshop

About

A plugin for Moodle that displays all of a teacher's unmarked work from across the site in one block. The interface is an expandable AJAX-loading tree (course -> activity -> user), which provides a pop-up when a user is clicked, which allows the work to be marked without leaving the page.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •