SondagesPro / answersAsReadonly

Allow to set input as readonly in answer

Home Page:https://gitlab.com/SondagesPro/answersAsReadonly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

answersAsReadonly : Allow to set some answer part to read only.

This add a new attribute (advanced setting) in each question to set answers part as “read only”.

Work in progress :

  • All question type with all settings didn't work
  • Control is done only via html and javascript, no PHP control is done.
  • You can not use self inside Expression.

Plugin are tested in LimeSurvey 2.72, 3 and can be tested in LimeSurvey 4.

With LimeSurvey 2.73 : upload question type are unsupported.

With LimeSurvey 3 and up : Ranking question type are unsupported, MAP question type are untested.

Installation

Via GIT

  • Go to your LimeSurvey Directory
  • Clone in plugins/answersAsReadonly directory : git clone https://gitlab.com/SondagesPro/answersAsReadonly.git answersAsReadonly

Via ZIP dowload

  • Get the file answersAsReadonly.zip
  • Extract : unzip answersAsReadonly.zip
  • Move the directory to plugins/ directory inside LimeSurvey

Contribute

Contribution are welcome, for patch and issue : use gitlab.

Home page & Copyright

Changelog

  • 2020-03-09 0.3.0 : Allow usage of in page question : force expression as static.
  • 2019-11-09 0.2.0 : Show uploaded files and allow dowload
  • 2018-05-21 0.0.4 : fix upload
  • 2018-05-21 0.0.4 : fix buttons and css
  • 2018-05-21 0.0.3 : fix HTML validity
  • 2018-05-21 0.0.2 : fix for dropdown
  • 2018-05-20 0.0.1 : initial realease

About

Allow to set input as readonly in answer

https://gitlab.com/SondagesPro/answersAsReadonly

License:GNU Affero General Public License v3.0


Languages

Language:PHP 63.2%Language:JavaScript 16.8%Language:Twig 12.6%Language:CSS 7.4%