View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
10228Feature requestsSurvey editingpublic2016-01-20 09:08
ReporterCaro_F Assigned To 
PrioritynormalSeverityfeature 
Status newResolutionopen 
Summary10228: Create a "do not answer this question" subquestion in array
Description

When I have a rather long mandatory array question, I would like to add some "do not answer this question" to ensure that participants really read questions (e.g. to eliminate people who answer people who are just bored and click the same answer everywhere).

The idea is to still have a mandatory question (with block of the validation and red items when you miss one) without a "No answer" option.

The only workaround I've found was something about making one "No answer" option, hiding it with CSS/JS and check this option with JS for the "do not answer" question. Seems to be a complex :/

TagsNo tags attached.
Bug heat2
Story point estimate
Users affected %

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2016-01-20 09:08

developer   ~34290

You can use EM system https://manual.limesurvey.org/Question_type_-_Array#Whole_question_validation_equation_.28em_validation_q.29

For exemple : QCODE is your question title/code you have SQ1, SQ2 and SQ3 (etc) mandatory and SQ04 the "No answer this question".

Use :
!is_empty(QCODE_SQ01) && !is_empty(QCODE_SQ02) && !is_empty(QCODE_SQ03) && is_empty(QCODE_SQ04)

We can have an click option for whole situation. EM is done for this.

Issue History

Date Modified Username Field Change
2016-01-14 19:22 Caro_F New Issue
2016-01-20 09:08 DenisChenu Note Added: 34290
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing