View Issue Details

This issue affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
10549Bug reportsSurvey editingpublic2016-02-25 17:18
ReporterMichaelKl Assigned Toollehar  
PriorityurgentSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Summary10549: Selective presentation of randomized questions results in a blank first page
Description

Scenario: 3 out of 5 randomized Questions should be displayed.

Randomized groups are used.
Equations are used to hide the other 2 questions with the following code
sum(Q1_SQ001.relevanceStatus, Q3_SQ001.relevanceStatus, Q4_SQ001.relevanceStatus, Q5_SQ001.relevanceStatus) LT 3

However, this only works when the presentation is on a full page. Using question-by-question or group-by-group results in a blank page.

Additional Information

https://www.limesurvey.org/forum/can-i-do-this-with-limesurvey/103646-showing-x-out-of-y-questions-in-a-questiongroup#131922

TagsNo tags attached.
Attached Files
Bug heat6
Complete LimeSurvey version number (& build)Build 160218
I will donate to the project if issue is resolvedNo
BrowserChrome (Version 48.0.2564.116 m), Firefox ()
Database type & versionMySQL 5
Server OS (if known)Windows 8.1 (XAMPP)
Webserver software & version (if known)Apache/2.4.18
PHP Version7

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2016-02-23 09:03

developer   ~35585

Seems to work on 2.06 : http://demonstration.sondages.pro/358123?newtest=Y#

But the system is complex, and it's more a workaround.

ollehar

ollehar

2016-02-24 14:44

administrator   ~35660

Group by group works for me, but not question by question (neither in 2.5 or 2.06). I never get a blank page, though - only that the question doesn't show up.

DenisChenu

DenisChenu

2016-02-24 14:50

developer   ~35661

Oups, didn't test on 2.50 ... sorry olle :)

ANd your right : this methode is done for group by group mode. There are another method for question by question:

  • Relevance equation : is_empty(STOP.NAOK)
  • Add an equation question type hidden somewhere with code : STOP and value 1
ollehar

ollehar

2016-02-24 18:00

administrator   ~35668

So we can close it?

c_schmitz

c_schmitz

2016-02-25 17:18

administrator   ~35724

2.50+ Build 160225 released

Issue History

Date Modified Username Field Change
2016-02-22 16:22 MichaelKl New Issue
2016-02-22 16:22 MichaelKl File Added: limesurvey_survey_358123 (Forum).lss
2016-02-23 09:03 DenisChenu Note Added: 35585
2016-02-23 09:06 c_schmitz Priority normal => urgent
2016-02-24 14:33 ollehar Assigned To => ollehar
2016-02-24 14:33 ollehar Status new => assigned
2016-02-24 14:44 ollehar Note Added: 35660
2016-02-24 14:50 DenisChenu Note Added: 35661
2016-02-24 18:00 ollehar Note Added: 35668
2016-02-25 10:35 ollehar Status assigned => feedback
2016-02-25 15:01 LouisGac Status feedback => resolved
2016-02-25 15:01 LouisGac Resolution open => fixed
2016-02-25 17:18 c_schmitz Note Added: 35724
2016-02-25 17:18 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing