tonisormisson/lime-response-quality

A LimeSurvey Plugin to check the quality of the responses

1.1.0 2024-04-18 10:45 UTC

This package is auto-updated.

Last update: 2024-04-18 10:47:09 UTC


README

A LimeSurvey plugin to check and store response quality.

Features

Currently, checks only the "straight-liners" in various array type questions. This is a very simple check, but it is a start.

Requirements

Requires minimum LimeSurvey version 3.0.1 PHP7.4 or higher

Usage

1 Install

Via console

Change to LS plugins folder:

$ cd /your/limesurvey/path/plugins

Use git to clone into folder ResponseQualityChecker:

$ git clone https://github.com/TonisOrmisson/lime-response-quality.git ResponseQualityChecker

install composer dependencies:

$ cd ResponseQualityChecker & composer install --no-dev



## 2 Activate plugin

## 3 Set target question code where response quality score is stored
Go to survey plugin settings.