N.B: If you click on one of the
images, it will pop up in a larger zoomed
in
display for you.
The Toolkit analysis and ongoing
processing goes on the assumption that
your
Moodle site is configured with regularly
running cron, as always recommended by
Moodle
HQ for production sites.
However, if you are using the
Toolkit on a test site, this may not be
the
case. Instead, you may have to manually
run
cron to trigger the different parts of the
processes.
There are five main scheduled tasks
which deal with the toolkit processing of
the
analysis of the accessibility issues in
HTML
content.
These are found at Site
administration > Server > Tasks >
Scheduled tasks.
- Process bulk caching
(\tool_brickfield\task\bulk_process_caches).
- Process bulk batch accessibility
checking
(\tool_brickfield\task\bulk_process_courses).
- Task to check for any invalid
checkids
(\tool_brickfield\task\checkid_validation).
- Process content analysis requests
(\tool_brickfield\task\process_analysis_requests).
- Update site summarydata
(\tool_brickfield\task\update_summarydata).

Running scheduled tasks
manually
If your Moodle site is enabled to
run tasks inpidually from this page, using
the Run now link, you must run them in
this
exact order, and all of them once, each
time,
to mirror a normal cron general run. This
is
due to the separate tasks being in an
established progression, one from each
other.
However, if you are running cron as
one single call, such as running
/admin/cron.php from the browser, or
running
cron as CLI, or running cron normally, the
precise ordering of these three tasks is
already organised for you by the Toolkit
plugin.
Accessibility toolkit
The features of the Accessibility
toolkit plugin are:
- It houses the data relating to the
areas of HTML to be checked.
- It houses the accessibility checks
which will be regularly
processed.
- It runs its check processing via
analysis requests.
- It runs event listeners, for
relevant events such as course or
module
updates, additions, or deletions, so
relevant
granular repeats of checks may be
performed.
- It stores the results and errors of
processed checks.
- It displays the results of the
accessibility checks in various
reports.