View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
10926Feature requestsExpression Managerpublic2016-11-06 19:43
Reportercoeneisma Assigned To 
PrioritynoneSeverityfeature 
Status newResolutionopen 
Summary10926: Expression Manager to link to previous question group
Description

The only way to link to a previous question group is by using the question index. I would like to have the possibility to use the Expression Manager to link to a previous question group.

Additional Information

The goal is to present given answers (and some EM magic) as text on the last question page, and give the user the possibility to go back when he/she wants to change some answers, without using the question index.

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-04-12 19:16

developer   ~37270

Last edited: 2016-04-13 09:37

You can

  • Allow index
  • remove index part from template
  • I think you can use surveyurl?move=stepNumber : can you try ?

Else you need a form with a onlick event ....

See : https://www.limesurvey.org/forum/can-i-do-this-with-limesurvey/104218-em-link-to-question-group#134511

DenisChenu

DenisChenu

2016-11-06 19:41

developer   ~41734

More easy in 3.0 :

<a href="#" data-limesurvey-submit="{ 'move':1 }">Go to step 1</a>

Does the trick for javascript

For 'No JS' <button type="submit" name="move" value="1"> Go to step 1 </button>

Must control without index activated. But if needed : just remove {QUESTION_INDEX_MENU} and {QUESTION_INDEX} from template

DenisChenu

DenisChenu

2016-11-06 19:43

developer   ~41735

PS : you can , too :
Remove {QUESTION_INDEX_MENU} + {QUESTION_INDEX} from template and add it only in last question.

Issue History

Date Modified Username Field Change
2016-04-12 13:09 coeneisma New Issue
2016-04-12 19:16 DenisChenu Note Added: 37270
2016-04-13 09:37 DenisChenu Note Edited: 37270
2016-11-06 19:41 DenisChenu Note Added: 41734
2016-11-06 19:43 DenisChenu Note Added: 41735