Accessibility Filescan

Blocks ::: block_accessibility_filescan
Maintained by Anthony Weed
Moodle block plugin to display accessibility results from the [local_accessibility_filescan](https://github.com/Swarthmore/moodle-local_accessibility_filescan) Moodle plugin.

Accessibility Filescan 1.0.0

Moodle 4.0, 4.1, 4.2, 4.3
Released: 2024年 03月 27日(週三) 00:50

moodle-block_accessibility_filescan

Moodle block plugin to display accessibility results from the local_accessibility_filescan Moodle plugin.

Requirements

  • Moodle 4.0+

Installation

From the CLI

MOODLE_ROOT=/path/to/your/moodle
git clone https://github.com/aweed1/moodle-block_accessibility_filescan $MOODLE_ROOT/blocks/accessibility_filescan

From Moodle

Download the main branch of this repo, then upload via the Moodle plugin installation page.

Configuration

There are configurations for help links for each type of accessibility problem. These links can be set to specific URLs for remediation of the file.

Screenshots

Screenshot of the Accessibility Filescan plugin for Moodle, showing a pie chart with results for course PDF accessibility checks: 2 PDFs pass all checks (green), 3 PDFs pass some checks (orange), and none fail all checks (no red segment). A 'Details' button is below the chart, and the last scan date is listed as Tuesday, March 26, 2024.

Screenshot showing a table from the Moodle Accessibility Filescan plugin with columns for filename, language, text, title, tagging, and page count. Entries show varying checkmark and 'x' marks for each criterion, and a 'Download to CSV' option is available. The last scan time is noted at the bottom

Version information

Version build number
2024031900
Version release name
1.0.0
Maturity
Alpha測試版
MD5 Sum
757d13e6bf25ea1075a7e46d1ea0b05d
Supported software
Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3
  • Latest release for Moodle 4.0
  • Latest release for Moodle 4.1
  • Latest release for Moodle 4.2
  • Latest release for Moodle 4.3

Version control information

Version control system (VCS)
GIT
VCS repository URL
VCS branch
main
VCS tag
1.0.0

Default installation instructions for plugins of the type Blocks

  1. Make sure you have all the required versions.
  2. Download and unpack the block folder.
  3. Place the folder (eg "myblock") in the "blocks" subdirectory.
  4. Visit http://yoursite.com/admin to complete the installation
  5. Turn editing on in any home or course page.
  6. Add the block to the page
  7. Visit the config link in the block for more options.