View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
04639Bug reportsSurvey takingpublic2010-10-01 12:42
Reporteruser9919Assigned Toc_schmitz  
PrioritynormalSeveritypartial_block 
Status closedResolutionduplicate 
Product Version1.90+ 
Summary04639: Survey iterate and token-based answers persistence problem
Description

After upgrading from 1.87 to 1.90+ I face the following problem.

I use token-based answers persistence for an iterated survey.
I send the invitation
The user is directed to the first page of the questions (the welcome screen is skipped) and the page displays the survey title and the navigation but the question is not displayed. The use can move forward until the end of the survey but no question is displayed. The only way I have found is to go back from the first page to the welcome page. After doing this everything is displayed correctly.
I have checked the source code of the first question page before going to the welcome page and after returning from the welcome page. The main difference is that before going back to the welcome page the code in line 40 is:

<input type='hidden' name='fieldnames' value='' id='fieldnames' />

After returning from the welcome page the code in line 40 is:

<input type='hidden' name='fieldnames' value='26363X8X2441|26363X8X2442|26363X8X2443' id='fieldnames' />

It seems that there is a related with token-based answers persistence bug that is responsible for the missing question values. The system does not know which questions to display and it does not display any questions at all. After going back to the welcome page and returning back the system knows that it has to display the questions of the first page

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)9130
I will donate to the project if issue is resolved
Browser
Database type & versionMySQL/5.0.91
Server OS (if known)Linux
Webserver software & version (if known)Apache/2.0.63
PHP Version5.2.13

Relationships

duplicate of 04604 closedlemeur Iterate survey > it starts by the end ! (bug in the v1.90+ upgrate) 

Users monitoring this issue

There are no users monitoring this issue.

Activities

user9919

2010-09-30 12:27

  ~12949

It seems that the problem is not reproduced with older surveys. It seems this is not a bug.

user9919

2010-09-30 12:39

  ~12950

This was a problem with the language of the survey. Not a bug. Please accept my apologies.

user9919

2010-09-30 16:57

  ~12957

Finally, I am able to report a real bug related to survey iterate and token-based answers persistence.

When you iterate a survey the lastpage field should be set equal to one, because you want the users to start the survey from the beginning and review the previous responses the natural way (beginning to end). The iterate survey function seems to leave the lastpage field unchanged.

DenisChenu

DenisChenu

2010-10-01 10:16

developer   ~12964

It's not a 04604 duplicate ?

I put it in duplicate, see if lemeur correction correct the problem.

:)

Issue History

Date Modified Username Field Change
2010-09-30 11:51 user9919 New Issue
2010-09-30 12:27 user9919 Note Added: 12949
2010-09-30 12:39 user9919 Note Added: 12950
2010-09-30 16:57 user9919 Note Added: 12957
2010-09-30 16:57 user9919 Issue Monitored: user9919
2010-10-01 10:16 DenisChenu Note Added: 12964
2010-10-01 10:17 DenisChenu Relationship added duplicate of 04604
2010-10-01 12:42 c_schmitz Status new => closed
2010-10-01 12:42 c_schmitz Assigned To => c_schmitz
2010-10-01 12:42 c_schmitz Resolution open => duplicate
2010-10-25 00:18 c_schmitz Category Survey at Runtime => Survey taking