View Issue Details

This bug affects 1 person(s).
 8
IDProjectCategoryView StatusLast Update
11305Bug reportsResponse browsingpublic2018-02-22 14:18
ReporterSiem Assigned ToLouisGac 
PrioritynoneSeverityminor 
Status closedResolutionfixed 
Product Version2.50.x 
Summary11305: saved survey responses empty when equation questions are enabled
Description

I have a survey with equation questions. The responses are saved.

When I view a response in the individual view, the answers are empty.
For an equation question the answer is the equation-formula and not the result of the formula.

When I remove the equation questions - the responses are not empty and contain normal data.

In this individual view the questions are empty, but when I export the results I see the answers from the test. Also the answers are taken into account for the statistics, so the correct test-data is saved into the database.
I would expect to see the answers in the individual view too.

TagsNo tags attached.
Attached Files
fixed-css.png (67,704 bytes)   
fixed-css.png (67,704 bytes)   
Bug heat8
Complete LimeSurvey version number (& build)Version 2.50+ Build 160529
I will donate to the project if issue is resolvedNo
Browser
Database type & version5.5.49-0+deb7u1
Server OS (if known)Debian
Webserver software & version (if known)Apache/2.2.22 (Debian)
PHP Version5.4.45-0+deb7u2

Users monitoring this issue

There are no users monitoring this issue.

Activities

DenisChenu

DenisChenu

2016-06-08 08:36

developer   ~39308

Need a little lss example file

c_schmitz

c_schmitz

2016-06-09 13:52

administrator   ~39354

Please attach a small sample survey with a couple responses demonstrating the issue as .lsa file. Thank you!

Siem

Siem

2016-06-09 15:44

reporter   ~39364

I uploaded a 12 question survey based on the original one.

Siem

Siem

2016-06-13 14:56

reporter   ~39524

Last edited: 2016-06-13 14:58

I noticed it's a displaying problem and I found the cause:

The hidden equation questions are very long and Lime Survey displays the complete question and limits horizontal scrolling. This causes the answer to fall outside my screen.

when I remove ' style="overflow-x: hidden; ' from the page (in my browser), the answers become visible, but it still takes some horizontal scrolling. I think with a little tweaking questions and answers can both get 50% of the horizontal width and thus display all of the time.

I use the default theme.

LouisGac

LouisGac

2016-06-21 12:13

developer   ~39770

I have the exact same display in 2.06 and 2.5
Can you confirm you still have that bug with last build?

DenisChenu

DenisChenu

2016-06-21 12:48

developer   ~39778

Last edited: 2016-06-21 12:52

@LouisGac : i upload 2 screenshot:
1st with 2.06 : it's dirty (due to badd css in admin template) : but have some text.
2nd : seems really empty in 2.50 for the same reponse id : link is /admin/responses/sa/view/surveyid/758532/id/3

In fact : need some css : content is here, but some css seems to fix it:
table#resulttableform {
background-color: transparent;
max-width: 100%;
table-layout: fixed;
}
table#resulttableform th, table#resulttableform th{
word-wrap:break-word;
}

LouisGac

LouisGac

2016-06-21 12:53

developer   ~39779

ok thx

LouisGac

LouisGac

2016-06-22 12:31

developer   ~39787

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

c_schmitz

c_schmitz

2016-07-14 15:42

administrator   ~39889

Version 2.50 Build 160714 released

Related Changesets

LimeSurvey: master 36c92907

2016-06-22 12:30

LouisGac


Details Diff
Fixed issue 11305: saved survey responses empty when equation questions are enabled
Dev: added max width to responses td
Affected Issues
11305
mod - application/config/version.php Diff File
mod - styles/Apple_Blossom/css/lime-admin-common.css Diff File
mod - styles/Bay_of_Many/css/lime-admin-common.css Diff File
mod - styles/Black_Pearl/css/lime-admin-common.css Diff File
mod - styles/Dark_Sky/css/lime-admin-common.css Diff File
mod - styles/Free_Magenta/css/lime-admin-common.css Diff File
mod - styles/Noto_All_Languages/css/lime-admin-common.css Diff File
mod - styles/Purple_Tentacle/css/lime-admin-common.css Diff File
mod - styles/Sea_Green/css/lime-admin-common.css Diff File
mod - styles/Sunset_Orange/css/lime-admin-common.css Diff File

Issue History

Date Modified Username Field Change
2016-05-31 10:21 Siem New Issue
2016-06-08 08:36 DenisChenu Note Added: 39308
2016-06-09 13:52 c_schmitz Note Added: 39354
2016-06-09 13:52 c_schmitz Assigned To => c_schmitz
2016-06-09 13:52 c_schmitz Status new => feedback
2016-06-09 15:21 Siem File Added: limesurvey_survey_758532.lss
2016-06-09 15:22 Siem File Added: survey_archive_758532.lsa
2016-06-09 15:44 Siem Note Added: 39364
2016-06-09 15:44 Siem Status feedback => assigned
2016-06-13 14:56 Siem Note Added: 39524
2016-06-13 14:57 Siem Note Edited: 39524
2016-06-13 14:58 Siem Note Edited: 39524
2016-06-21 12:01 LouisGac Sticky Issue No => Yes
2016-06-21 12:13 LouisGac Note Added: 39770
2016-06-21 12:47 DenisChenu File Added: Capture du 2016-06-21 12-46-39.png
2016-06-21 12:47 DenisChenu File Added: Capture du 2016-06-21 12-46-57.png
2016-06-21 12:48 DenisChenu Note Added: 39778
2016-06-21 12:52 DenisChenu Note Edited: 39778
2016-06-21 12:53 LouisGac Note Added: 39779
2016-06-21 12:53 DenisChenu File Added: fixed-css.png
2016-06-22 12:31 LouisGac Changeset attached => LimeSurvey master 36c92907
2016-06-22 12:31 LouisGac Note Added: 39787
2016-06-22 12:31 LouisGac Assigned To c_schmitz => LouisGac
2016-06-22 12:31 LouisGac Resolution open => fixed
2016-06-22 12:31 LouisGac Status assigned => resolved
2016-07-14 15:42 c_schmitz Note Added: 39889
2016-07-14 15:42 c_schmitz Status resolved => closed
2018-02-22 14:18 c_schmitz Sticky Issue Yes => No