SondagesPro / LS-moreAccessibility

Fix and improve LimeSurvey accessibility (public part)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More accessibility for LimeSurvey

Some more accessibility for LimeSurvey, actually:

  • Replace the label for single question choice by label to the question
  • Fix the other label in single choice (radio) and multiple choice
  • Add roles and aria-labelledby for list of answers (radio and checkbox)
  • Add roles and aria-labelledby for arrays of answers (radio, text and checkbox)
  • Optionnal: Use a real string for the asterisk in mandatory question type
  • Optionnal: Add fieldset for list of answers and subquestion (deactivate role and aria-labelledby for list and array).

This plugin was not tested with 2.50 version actually

Installation

Via GIT

  • Go to your LimeSurvey Directory (version up to 2.05)
  • Clone with Submodule in plugins/moreAccessibility directory : git clone --recursive https://git.framasoft.org/SondagePro-LimeSurvey-plugin/moreAccessibility.git moreAccessibility

Via ZIP dowload

Home page & Copyright

About

Fix and improve LimeSurvey accessibility (public part)

License:GNU General Public License v3.0


Languages

Language:PHP 99.9%Language:CSS 0.1%