View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
14816Bug reportsConditionspublic2019-04-26 10:48
Reportervkuzmin Assigned ToDenisChenu  
PrioritynoneSeverityminor 
Status closedResolutionno change required 
Product Version3.17.x 
Summary14816: Multiple answers exclusive option issue with Relevance equation
Description

I've found strange behaiour with exclusive option and normal option in the same equation.
Q1 (multiple question)
A1 - option that hide next question
A2 - ok, shouldnt hide next question
A3 - exclusive option that shouldnt hide next question

Q2 (any type of question)
Relevance equation: !is_empty(Q1_A3) OR is_empty(Q1_A1)

Expected behavior:
When i choose A3 option Q2 question should be shown becouse Q1_A1 is empty (=TRUE) and Q1_A3 isnt empty (=TRUE too)

Real behavior:
When i choose A3 option Q2 question is hidden

Steps To Reproduce

Import lss or use demo link while its aviable: https://demo.limesurvey.org/index.php?r=admin/survey/sa/view/surveyid/968442

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

Relationships

related to 14818 assignedDenisChenu Feature requests Default suffix to NAOK not code 

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2019-04-26 09:50

developer   ~51583

https://manual.limesurvey.org/Expression_Manager#Usage_of_NAOK

Fixed by : ! is_empty(S1_99.NAOK) OR is_empty(S1_1.NAOK)

vkuzmin

vkuzmin

2019-04-26 10:38

reporter   ~51586

Sorry and thank you

Issue History

Date Modified Username Field Change
2019-04-25 13:46 vkuzmin New Issue
2019-04-25 13:46 vkuzmin File Added: limesurvey_survey_968442 (3).lss
2019-04-26 09:50 DenisChenu Note Added: 51583
2019-04-26 09:53 DenisChenu Relationship added related to 14818
2019-04-26 10:38 vkuzmin Note Added: 51586
2019-04-26 10:48 DenisChenu Assigned To => DenisChenu
2019-04-26 10:48 DenisChenu Status new => closed
2019-04-26 10:48 DenisChenu Resolution open => no change required