View Issue Details

This bug affects 1 person(s).
 6
IDProjectCategoryView StatusLast Update
12620Bug reportsSurvey editingpublic2018-01-15 10:41
Reportercdorin Assigned ToLouisGac 
PriorityurgentSeverityminor 
Status closedResolutionfixed 
Product Version3.0.0-beta.x 
Summary12620: No difference between preview question group and preview question
Description

I get the same survey preview no matter the button I press

TagsNo tags attached.
Attached Files
Selection_049.png (9,672 bytes)   
Selection_049.png (9,672 bytes)   
Bug heat6
Complete LimeSurvey version number (& build)3.0.0 beta 2
I will donate to the project if issue is resolvedNo
Browser
Database type & versionirrelevant
Server OS (if known)irrelevant
Webserver software & version (if known)irrelevant
PHP Versionirrelevant

Users monitoring this issue

There are no users monitoring this issue.

Activities

cdorin

cdorin

2017-08-22 16:18

reporter   ~44335

I would also like to select certain question groups/questions but it is not working. In my case, the preview function shows only the second group question.
Tried to simply preview one question from the first group question (also one question from the second group question). It is not working. I am permanently redirected to the preview of the second group question.

Selection_055.png (62,446 bytes)   
Selection_055.png (62,446 bytes)   
LouisGac

LouisGac

2017-11-10 18:27

developer   ~45042

preview is broken, confirmed.

LouisGac

LouisGac

2017-11-13 12:11

developer   ~45045

previewing the survey works.
only preview group/question don't work.

LouisGac

LouisGac

2017-11-13 12:21

developer   ~45047

In surveyRuntime:
"
$this->previewgrp = ($this->sSurveyMode == 'group' && isset($this->param['action']) && ($this->param['action'] == 'previewgroup')) ? true : false;
$this->previewquestion = ($this->sSurveyMode == 'question' && isset($this->param['action']) && ($this->param['action'] == 'previewquestion')) ? true : false;
"

so the preview group was on only on group by group mode, and preview question only on question by question mode....

LouisGac

LouisGac

2017-11-13 12:29

developer   ~45048

Fix committed to develop branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=24793

c_schmitz

c_schmitz

2018-01-15 10:41

administrator   ~45773

Version 3.0.3 released.

Related Changesets

LimeSurvey: develop 23978091

2017-11-13 12:29:17

LouisGac

Details Diff
Fixed issue 12620: No difference between preview question group and preview question Affected Issues
12620
mod - application/helpers/SurveyRuntimeHelper.php Diff File

Issue History

Date Modified Username Field Change
2017-08-22 15:12 cdorin New Issue
2017-08-22 15:12 cdorin File Added: Selection_049.png
2017-08-22 16:18 cdorin File Added: Selection_055.png
2017-08-22 16:18 cdorin Note Added: 44335
2017-10-23 10:55 LouisGac Assigned To => LouisGac
2017-10-23 10:55 LouisGac Status new => assigned
2017-10-23 11:46 LouisGac Priority none => high
2017-11-10 18:27 LouisGac Note Added: 45042
2017-11-10 18:29 LouisGac Sticky Issue No => Yes
2017-11-10 18:29 LouisGac Priority high => urgent
2017-11-13 12:11 LouisGac Note Added: 45045
2017-11-13 12:21 LouisGac Note Added: 45047
2017-11-13 12:29 LouisGac Changeset attached => LimeSurvey develop 23978091
2017-11-13 12:29 LouisGac Note Added: 45048
2017-11-13 12:29 LouisGac Resolution open => fixed
2017-11-13 12:30 LouisGac Sticky Issue Yes => No
2017-11-13 12:31 LouisGac Status assigned => resolved
2018-01-15 10:41 c_schmitz Note Added: 45773
2018-01-15 10:41 c_schmitz Status resolved => closed
2019-11-01 17:25 c_schmitz Category Survey design => Survey editing