View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
09365Bug reportsRemoteControlpublic2014-11-23 23:42
ReporterBearf Assigned Toc_schmitz  
PriorityurgentSeveritypartial_block 
Status closedResolutionfixed 
Product Version2.05+ 
Fixed in Version2.05+ 
Summary09365: The method list_question doesn`t return questions which depend on another
Description

The method list_question doesn`t return questions which depend on another.
It means than when we try to export the results of the survey with multiple chocice question we have not results.
This problem didn´t happend with last version 2.0.0

Steps To Reproduce

1 Create a survey with some multiple choice questions and simple questions
2
Activate and response the survey (focus to the multiple choice questions, try to mark more than one response)
3_ Export the responses from that survey and test the results.

TagsNo tags attached.
Bug heat4
Complete LimeSurvey version number (& build)141003
I will donate to the project if issue is resolvedNo
BrowserAny
Database type & versionMySQL
Server OS (if known)Linux dclinuxwebs1 3.0.101-0.21
Webserver software & version (if known)Apache 2.0 Handler
PHP Versionphp5

Users monitoring this issue

There are no users monitoring this issue.

Activities

user36434

2014-11-20 17:54

  ~31015

Last edited: 2014-11-20 17:54

It's possible to list all questions, modifying remotecontrol_handle.php file (application\helpers\remotecontrol), changing list_questions method:

$aQuestionList = Question::model()->findAllByAttributes(array("sid"=>$iSurveyID, "parent_qid"=>"0","language"=>$sLanguage));

with

$aQuestionList = Question::model()->findAllByAttributes(array("sid"=>$iSurveyID, "language"=>$sLanguage));

c_schmitz

c_schmitz

2014-11-21 17:16

administrator   ~31021

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

c_schmitz

c_schmitz

2014-11-23 23:42

administrator   ~31066

Version 2.05 Build 141123 released.

Related Changesets

LimeSurvey: master eaed00ff

2014-11-21 16:16:27

c_schmitz

Details Diff
Fixed issue 09365: The method list_question doesn't return subquestions Affected Issues
09365
mod - application/helpers/remotecontrol/remotecontrol_handle.php Diff File

Issue History

Date Modified Username Field Change
2014-11-20 17:18 Bearf New Issue
2014-11-20 17:54 user36434 Note Added: 31015
2014-11-20 17:54 user36434 Note Edited: 31015
2014-11-21 00:29 c_schmitz Assigned To => c_schmitz
2014-11-21 00:29 c_schmitz Status new => assigned
2014-11-21 17:16 c_schmitz Changeset attached => LimeSurvey master eaed00ff
2014-11-21 17:16 c_schmitz Note Added: 31021
2014-11-21 17:16 c_schmitz Resolution open => fixed
2014-11-21 17:16 c_schmitz Status assigned => resolved
2014-11-21 17:16 c_schmitz Fixed in Version => 2.05+
2014-11-23 23:42 c_schmitz Note Added: 31066
2014-11-23 23:42 c_schmitz Status resolved => closed