moodle/admin/tool/brickfield
Safat Shahin f9fc355ec7 MDL-71679 mod_quiz: Updates for new qbank api
This implementation will introduct changes to
the mod_quiz to implement the new qbank api
for view. Major changes are introduced in
the custom view and also all the legacy points
to the old qbank are changed to qbank plugins
where needed. It also deprecated and deletes
classes and scripts which were kept not to
break mod_quiz for the new api implementation.
2021-10-04 15:44:25 +11:00
..
classes MDL-71679 mod_quiz: Updates for new qbank api 2021-10-04 15:44:25 +11:00
db NOBUG: Fixed file access permissions 2021-05-07 16:54:26 +02:00
json
lang/en Merge branch 'MDL-71584-master_Languagestrings' of https://github.com/brickfield/moodle 2021-05-13 13:57:22 +08:00
pix NOBUG: Fixed SVG browser compatibility 2021-05-07 16:54:23 +02:00
templates MDL-71584 tool_brickfield: Fixed up language string issues. 2021-05-12 08:44:01 -04:00
tests MDL-71925 tool_brickfield: Limited DOM tag count using core function. 2021-07-27 15:58:01 -04:00
index.php MDL-71539 tool_brickfield: PHP8 optional param error fixed. 2021-05-05 11:47:33 -04:00
lib.php
LICENSE_QUAIL.txt MDL-71532 tool_brickfield: Removing tabs and unneeded files. 2021-05-05 11:34:35 -04:00
README.md MDL-71569 Accessibility toolkit: Fix Summary data task failure 2021-05-11 19:46:31 -04:00
registration.php MDL-71584 tool_brickfield: Fixed up language string issues. 2021-05-12 08:44:01 -04:00
settings.php MDL-69863 tool_brickfield: Change public to private. 2021-05-04 19:49:55 +02:00
styles.css
version.php MDL-69863 tool_brickfield: Final version adjustments to current 2021-05-04 19:50:24 +02:00

Brickfield accessibility tool plugin

Copyright (C) 2021 Brickfield Education Labs

The Accessibility admin tool plugin provides a simple means of checking content for any accessibility issues.

Created by an enthusiastic team from Brickfield Education Labs, including:

  • Karen Holland
  • Gavin Henrick
  • Mike Churchward
  • Renée Mackey
  • Laia Joana Canet
  • Jay Churchward
  • Paul Ffrench
  • Holly Lynn
  • Michael Pound
  • Max Larkin

with a little help from our friends.

Portions of the htmlchecker files were derived from the "Quail PHP Accessibility Library". The Quail library (Copyright (C) 2009 Kevin Miller) is licensed under GNU GPL v3. See the LICENSE_QUAIL.txt file in this directory for original Quail license information.