View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
09464Bug reportsSurvey takingpublic2019-10-02 16:23
Reporterdavid2013 Assigned ToDenisChenu  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.05+ 
Target Version2.06+Fixed in Version2.06+ 
Summary09464: Ranking question cannot go to next question if it's filtered by another question
Description

When ranking question is mandatory and it has "Array filter", it will not able to continue even though all visible options are been ranked. It seems we have to answer filtered options in order to continue.

Steps To Reproduce
  1. Create a multiple choice question with 5 options.
  2. Create mandatory ranking question with same 5 options. Also, use the multiple choice as Array filter.

Now run the survey, pick any two option at multiple choice question, and click next. The ranking question will show two options since it use multiple choice question as Array filter. Then answer the ranking question by moving all options to the right, it will not allow you to continue.

TagsNo tags attached.
Attached Files
Bug heat6
Complete LimeSurvey version number (& build)demo version
I will donate to the project if issue is resolvedNo
Browser
Database type & versiondemo version
Server OS (if known)demo version
Webserver software & version (if known)demo version
PHP Versiondemo version

Relationships

related to 15348 closedollehar Ranking question does not save answers when array filter and max columns are used 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2015-02-03 12:39

developer   ~31618

Can you upload a little lss file. I'm not sure it can be fixed easily but have a look.

Actual solution : {count(self.NAOK)==count(FILTER.NAOK)} in em_validation_q

DenisChenu

DenisChenu

2015-06-20 16:34

developer   ~32461

Fixed in 2.06

c_schmitz

c_schmitz

2015-06-29 11:11

administrator   ~32555

Version 2.06+ Build 150629 released.

ollehar

ollehar

2019-10-02 16:01

administrator   ~53845

:O

ollehar

ollehar

2019-10-02 16:01

administrator   ~53846

No unit test for this bug? ;)

DenisChenu

DenisChenu

2019-10-02 16:03

developer   ~53847

No unit test in 2.05 …

And max columns are not in 2.06 too

ollehar

ollehar

2019-10-02 16:20

administrator   ~53848

Ah OK.

Related Changesets

LimeSurvey: master dd9c86c3

2015-06-20 14:34:12

DenisChenu

Details Diff
Fixex issue 09464: Mandatory ranking anking question cannot go to next question if it's filtered by another question
Dev: review relevance of sub question by number of relevance of answers.
Dev: when rewriting Question object/EM : need a function for mandatory :)
Affected Issues
09464
mod - application/helpers/expressions/em_manager_helper.php Diff File

LimeSurvey: develop d7e54502

2015-06-20 14:34:12

DenisChenu

Details Diff
Fixex issue 09464: Mandatory ranking anking question cannot go to next question if it's filtered by another question
Dev: review relevance of sub question by number of relevance of answers.
Dev: when rewriting Question object/EM : need a function for mandatory :)
Affected Issues
09464
mod - application/helpers/expressions/em_manager_helper.php Diff File

Issue History

Date Modified Username Field Change
2015-01-20 04:32 david2013 New Issue
2015-02-03 12:39 DenisChenu Note Added: 31618
2015-02-03 12:39 DenisChenu Assigned To => DenisChenu
2015-02-03 12:39 DenisChenu Status new => assigned
2015-02-04 20:49 david2013 File Added: limesurvey_survey_492812.lss
2015-06-16 14:37 DenisChenu Target Version => 2.06+
2015-06-20 16:34 DenisChenu Changeset attached => LimeSurvey master dd9c86c3
2015-06-20 16:34 DenisChenu Resolution open => fixed
2015-06-20 16:34 DenisChenu Fixed in Version => 2.06+
2015-06-20 16:34 DenisChenu Note Added: 32461
2015-06-21 18:27 DenisChenu Changeset attached => LimeSurvey develop d7e54502
2015-06-21 18:28 DenisChenu Status assigned => resolved
2015-06-29 11:11 c_schmitz Note Added: 32555
2015-06-29 11:11 c_schmitz Status resolved => closed
2019-10-02 16:01 ollehar Note Added: 53845
2019-10-02 16:01 ollehar Note Added: 53846
2019-10-02 16:03 DenisChenu Note Added: 53847
2019-10-02 16:20 ollehar Note Added: 53848
2019-10-02 16:23 ollehar Relationship added related to 15348