View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 14370 | Bug reports | Import/Export | public | 2018-12-20 14:37 | 2023-06-01 17:44 |
| Reporter | larjona | Assigned To | adamzammit | ||
| Priority | low | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 3.15.x | ||||
| Summary | 14370: QueXML export (Print answers) of a ranking question showing name of available options instead of "Rank #" | ||||
| Description | Hello When the user performs the survey and tries to print their answers, the QueXML export of their answers produces a confusing PDF, showing the names of the available options instead for "Rank #1", "Rank #2", etc (see attached buster-artwork-survey-823746-queXML-answers.pdf as an example). | ||||
| Steps To Reproduce | If you want to vote for your favourite Debian Buster artwork, you can use our survey to reproduce the issue (but please vote only once): Or alternatively you can: | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Bug heat | 18 | ||||
| Complete LimeSurvey version number (& build) | 3.15.5+181115 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | Not relevant (tested in Firefox and Chromium in Debian stable) | ||||
| Database type & version | PostgreSQL from Debian stable | ||||
| Server OS (if known) | Debian 9 stable | ||||
| Webserver software & version (if known) | Nginx from Debian stable | ||||
| PHP Version | 7.0 (php7.0-fpm package from Debian stable) | ||||
|
No pdf attached |
|
|
Sorry, I forgot. |
|
|
I can confirm this. Attached small sample survey. limesurvey_survey_854739.lss (21,164 bytes)
<?xml version="1.0" encoding="UTF-8"?>
<document>
<LimeSurveyDocType>Survey</LimeSurveyDocType>
<DBVersion>472</DBVersion>
<languages>
<language>en</language>
</languages>
<answers>
<fields>
<fieldname>aid</fieldname>
<fieldname>qid</fieldname>
<fieldname>code</fieldname>
<fieldname>sortorder</fieldname>
<fieldname>assessment_value</fieldname>
<fieldname>scale_id</fieldname>
</fields>
<rows>
<row>
<aid><![CDATA[5]]></aid>
<qid><![CDATA[2]]></qid>
<code><![CDATA[AO01]]></code>
<sortorder><![CDATA[0]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
<row>
<aid><![CDATA[6]]></aid>
<qid><![CDATA[2]]></qid>
<code><![CDATA[AO02]]></code>
<sortorder><![CDATA[1]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
<row>
<aid><![CDATA[7]]></aid>
<qid><![CDATA[2]]></qid>
<code><![CDATA[AO03]]></code>
<sortorder><![CDATA[2]]></sortorder>
<assessment_value><![CDATA[0]]></assessment_value>
<scale_id><![CDATA[0]]></scale_id>
</row>
</rows>
</answers>
<answer_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>aid</fieldname>
<fieldname>answer</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[5]]></id>
<aid><![CDATA[5]]></aid>
<answer><![CDATA[Some option]]></answer>
<language><![CDATA[en]]></language>
</row>
<row>
<id><![CDATA[6]]></id>
<aid><![CDATA[6]]></aid>
<answer><![CDATA[Another option]]></answer>
<language><![CDATA[en]]></language>
</row>
<row>
<id><![CDATA[7]]></id>
<aid><![CDATA[7]]></aid>
<answer><![CDATA[Different option]]></answer>
<language><![CDATA[en]]></language>
</row>
</rows>
</answer_l10ns>
<groups>
<fields>
<fieldname>gid</fieldname>
<fieldname>sid</fieldname>
<fieldname>group_order</fieldname>
<fieldname>randomization_group</fieldname>
<fieldname>grelevance</fieldname>
</fields>
<rows>
<row>
<gid><![CDATA[2]]></gid>
<sid><![CDATA[854739]]></sid>
<group_order><![CDATA[1]]></group_order>
<randomization_group/>
<grelevance><![CDATA[1]]></grelevance>
</row>
</rows>
</groups>
<group_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>gid</fieldname>
<fieldname>group_name</fieldname>
<fieldname>description</fieldname>
<fieldname>language</fieldname>
<fieldname>sid</fieldname>
<fieldname>group_order</fieldname>
<fieldname>randomization_group</fieldname>
<fieldname>grelevance</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[2]]></id>
<gid><![CDATA[2]]></gid>
<group_name><![CDATA[My first question group]]></group_name>
<language><![CDATA[en]]></language>
<sid><![CDATA[854739]]></sid>
<group_order><![CDATA[1]]></group_order>
<randomization_group/>
<grelevance><![CDATA[1]]></grelevance>
</row>
</rows>
</group_l10ns>
<questions>
<fields>
<fieldname>qid</fieldname>
<fieldname>parent_qid</fieldname>
<fieldname>sid</fieldname>
<fieldname>gid</fieldname>
<fieldname>type</fieldname>
<fieldname>title</fieldname>
<fieldname>preg</fieldname>
<fieldname>other</fieldname>
<fieldname>mandatory</fieldname>
<fieldname>encrypted</fieldname>
<fieldname>question_order</fieldname>
<fieldname>scale_id</fieldname>
<fieldname>same_default</fieldname>
<fieldname>relevance</fieldname>
<fieldname>question_theme_name</fieldname>
<fieldname>modulename</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[2]]></qid>
<parent_qid><![CDATA[0]]></parent_qid>
<sid><![CDATA[854739]]></sid>
<gid><![CDATA[2]]></gid>
<type><![CDATA[R]]></type>
<title><![CDATA[Q00]]></title>
<other><![CDATA[N]]></other>
<mandatory><![CDATA[N]]></mandatory>
<encrypted><![CDATA[N]]></encrypted>
<question_order><![CDATA[1]]></question_order>
<scale_id><![CDATA[0]]></scale_id>
<same_default><![CDATA[0]]></same_default>
<relevance><![CDATA[1]]></relevance>
<question_theme_name><![CDATA[ranking]]></question_theme_name>
</row>
</rows>
</questions>
<question_l10ns>
<fields>
<fieldname>id</fieldname>
<fieldname>qid</fieldname>
<fieldname>question</fieldname>
<fieldname>help</fieldname>
<fieldname>script</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<id><![CDATA[2]]></id>
<qid><![CDATA[2]]></qid>
<question><![CDATA[A first example question. Please answer this question:]]></question>
<help><![CDATA[This is a question help text.]]></help>
<script/>
<language><![CDATA[en]]></language>
</row>
</rows>
</question_l10ns>
<question_attributes>
<fields>
<fieldname>qid</fieldname>
<fieldname>attribute</fieldname>
<fieldname>value</fieldname>
<fieldname>language</fieldname>
</fields>
<rows>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[array_filter]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[array_filter_exclude]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[array_filter_style]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[choice_title]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[cssclass]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[em_validation_q]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[em_validation_q_tip]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[hidden]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[hide_tip]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[max_answers]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[max_subquestions]]></attribute>
<value><![CDATA[3]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[min_answers]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[page_break]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[printable_help]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[public_statistics]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[random_group]]></attribute>
<value/>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[random_order]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[rank_title]]></attribute>
<value/>
<language><![CDATA[en]]></language>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[samechoiceheight]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[samelistheight]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[save_as_default]]></attribute>
<value><![CDATA[N]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[showpopups]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[statistics_graphtype]]></attribute>
<value><![CDATA[0]]></value>
<language/>
</row>
<row>
<qid><![CDATA[2]]></qid>
<attribute><![CDATA[statistics_showgraph]]></attribute>
<value><![CDATA[1]]></value>
<language/>
</row>
</rows>
</question_attributes>
<surveys>
<fields>
<fieldname>sid</fieldname>
<fieldname>gsid</fieldname>
<fieldname>admin</fieldname>
<fieldname>expires</fieldname>
<fieldname>startdate</fieldname>
<fieldname>adminemail</fieldname>
<fieldname>anonymized</fieldname>
<fieldname>faxto</fieldname>
<fieldname>format</fieldname>
<fieldname>savetimings</fieldname>
<fieldname>template</fieldname>
<fieldname>language</fieldname>
<fieldname>additional_languages</fieldname>
<fieldname>datestamp</fieldname>
<fieldname>usecookie</fieldname>
<fieldname>allowregister</fieldname>
<fieldname>allowsave</fieldname>
<fieldname>autonumber_start</fieldname>
<fieldname>autoredirect</fieldname>
<fieldname>allowprev</fieldname>
<fieldname>printanswers</fieldname>
<fieldname>ipaddr</fieldname>
<fieldname>ipanonymize</fieldname>
<fieldname>refurl</fieldname>
<fieldname>showsurveypolicynotice</fieldname>
<fieldname>publicstatistics</fieldname>
<fieldname>publicgraphs</fieldname>
<fieldname>listpublic</fieldname>
<fieldname>htmlemail</fieldname>
<fieldname>sendconfirmation</fieldname>
<fieldname>tokenanswerspersistence</fieldname>
<fieldname>assessments</fieldname>
<fieldname>usecaptcha</fieldname>
<fieldname>usetokens</fieldname>
<fieldname>bounce_email</fieldname>
<fieldname>attributedescriptions</fieldname>
<fieldname>emailresponseto</fieldname>
<fieldname>emailnotificationto</fieldname>
<fieldname>tokenlength</fieldname>
<fieldname>showxquestions</fieldname>
<fieldname>showgroupinfo</fieldname>
<fieldname>shownoanswer</fieldname>
<fieldname>showqnumcode</fieldname>
<fieldname>bouncetime</fieldname>
<fieldname>bounceprocessing</fieldname>
<fieldname>bounceaccounttype</fieldname>
<fieldname>bounceaccounthost</fieldname>
<fieldname>bounceaccountpass</fieldname>
<fieldname>bounceaccountencryption</fieldname>
<fieldname>bounceaccountuser</fieldname>
<fieldname>showwelcome</fieldname>
<fieldname>showprogress</fieldname>
<fieldname>questionindex</fieldname>
<fieldname>navigationdelay</fieldname>
<fieldname>nokeyboard</fieldname>
<fieldname>alloweditaftercompletion</fieldname>
<fieldname>googleanalyticsstyle</fieldname>
<fieldname>googleanalyticsapikey</fieldname>
<fieldname>tokenencryptionoptions</fieldname>
</fields>
<rows>
<row>
<sid><![CDATA[854739]]></sid>
<gsid><![CDATA[1]]></gsid>
<admin><![CDATA[inherit]]></admin>
<adminemail><![CDATA[inherit]]></adminemail>
<anonymized><![CDATA[N]]></anonymized>
<format><![CDATA[I]]></format>
<savetimings><![CDATA[N]]></savetimings>
<template><![CDATA[inherit]]></template>
<language><![CDATA[en]]></language>
<additional_languages/>
<datestamp><![CDATA[N]]></datestamp>
<usecookie><![CDATA[I]]></usecookie>
<allowregister><![CDATA[I]]></allowregister>
<allowsave><![CDATA[I]]></allowsave>
<autonumber_start><![CDATA[0]]></autonumber_start>
<autoredirect><![CDATA[I]]></autoredirect>
<allowprev><![CDATA[I]]></allowprev>
<printanswers><![CDATA[Y]]></printanswers>
<ipaddr><![CDATA[N]]></ipaddr>
<ipanonymize><![CDATA[N]]></ipanonymize>
<refurl><![CDATA[N]]></refurl>
<showsurveypolicynotice><![CDATA[0]]></showsurveypolicynotice>
<publicstatistics><![CDATA[I]]></publicstatistics>
<publicgraphs><![CDATA[I]]></publicgraphs>
<listpublic><![CDATA[I]]></listpublic>
<htmlemail><![CDATA[I]]></htmlemail>
<sendconfirmation><![CDATA[I]]></sendconfirmation>
<tokenanswerspersistence><![CDATA[I]]></tokenanswerspersistence>
<assessments><![CDATA[I]]></assessments>
<usecaptcha><![CDATA[E]]></usecaptcha>
<usetokens><![CDATA[N]]></usetokens>
<bounce_email><![CDATA[inherit]]></bounce_email>
<emailresponseto><![CDATA[inherit]]></emailresponseto>
<emailnotificationto><![CDATA[inherit]]></emailnotificationto>
<tokenlength><![CDATA[-1]]></tokenlength>
<showxquestions><![CDATA[I]]></showxquestions>
<showgroupinfo><![CDATA[I]]></showgroupinfo>
<shownoanswer><![CDATA[I]]></shownoanswer>
<showqnumcode><![CDATA[I]]></showqnumcode>
<bounceprocessing><![CDATA[N]]></bounceprocessing>
<showwelcome><![CDATA[I]]></showwelcome>
<showprogress><![CDATA[I]]></showprogress>
<questionindex><![CDATA[-1]]></questionindex>
<navigationdelay><![CDATA[-1]]></navigationdelay>
<nokeyboard><![CDATA[I]]></nokeyboard>
<alloweditaftercompletion><![CDATA[I]]></alloweditaftercompletion>
<googleanalyticsstyle/>
<googleanalyticsapikey/>
<tokenencryptionoptions/>
</row>
</rows>
</surveys>
<surveys_languagesettings>
<fields>
<fieldname>surveyls_survey_id</fieldname>
<fieldname>surveyls_language</fieldname>
<fieldname>surveyls_title</fieldname>
<fieldname>surveyls_description</fieldname>
<fieldname>surveyls_welcometext</fieldname>
<fieldname>surveyls_endtext</fieldname>
<fieldname>surveyls_policy_notice</fieldname>
<fieldname>surveyls_policy_error</fieldname>
<fieldname>surveyls_policy_notice_label</fieldname>
<fieldname>surveyls_url</fieldname>
<fieldname>surveyls_urldescription</fieldname>
<fieldname>surveyls_email_invite_subj</fieldname>
<fieldname>surveyls_email_invite</fieldname>
<fieldname>surveyls_email_remind_subj</fieldname>
<fieldname>surveyls_email_remind</fieldname>
<fieldname>surveyls_email_register_subj</fieldname>
<fieldname>surveyls_email_register</fieldname>
<fieldname>surveyls_email_confirm_subj</fieldname>
<fieldname>surveyls_email_confirm</fieldname>
<fieldname>surveyls_dateformat</fieldname>
<fieldname>surveyls_attributecaptions</fieldname>
<fieldname>email_admin_notification_subj</fieldname>
<fieldname>email_admin_notification</fieldname>
<fieldname>email_admin_responses_subj</fieldname>
<fieldname>email_admin_responses</fieldname>
<fieldname>surveyls_numberformat</fieldname>
<fieldname>attachments</fieldname>
</fields>
<rows>
<row>
<surveyls_survey_id><![CDATA[854739]]></surveyls_survey_id>
<surveyls_language><![CDATA[en]]></surveyls_language>
<surveyls_title><![CDATA[test2]]></surveyls_title>
<surveyls_description/>
<surveyls_welcometext/>
<surveyls_endtext/>
<surveyls_policy_notice/>
<surveyls_policy_notice_label/>
<surveyls_url/>
<surveyls_urldescription/>
<surveyls_email_invite_subj><![CDATA[Invitation to participate in a survey]]></surveyls_email_invite_subj>
<surveyls_email_invite><![CDATA[Dear {FIRSTNAME},<br />
<br />
you have been invited to participate in a survey.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}<br />
<br />
If you are blacklisted but want to participate in this survey and want to receive invitations please click the following link:<br />
{OPTINURL}]]></surveyls_email_invite>
<surveyls_email_remind_subj><![CDATA[Reminder to participate in a survey]]></surveyls_email_remind_subj>
<surveyls_email_remind><![CDATA[Dear {FIRSTNAME},<br />
<br />
Recently we invited you to participate in a survey.<br />
<br />
We note that you have not yet completed the survey, and wish to remind you that the survey is still available should you wish to take part.<br />
<br />
The survey is titled:<br />
"{SURVEYNAME}"<br />
<br />
"{SURVEYDESCRIPTION}"<br />
<br />
To participate, please click on the link below.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME} ({ADMINEMAIL})<br />
<br />
----------------------------------------------<br />
Click here to do the survey:<br />
{SURVEYURL}<br />
<br />
If you do not want to participate in this survey and don't want to receive any more invitations please click the following link:<br />
{OPTOUTURL}]]></surveyls_email_remind>
<surveyls_email_register_subj><![CDATA[Survey registration confirmation]]></surveyls_email_register_subj>
<surveyls_email_register><![CDATA[Dear {FIRSTNAME},<br />
<br />
You, or someone using your email address, have registered to participate in an online survey titled {SURVEYNAME}.<br />
<br />
To complete this survey, click on the following URL:<br />
<br />
{SURVEYURL}<br />
<br />
If you have any questions about this survey, or if you did not register to participate and believe this email is in error, please contact {ADMINNAME} at {ADMINEMAIL}.]]></surveyls_email_register>
<surveyls_email_confirm_subj><![CDATA[Confirmation of your participation in our survey]]></surveyls_email_confirm_subj>
<surveyls_email_confirm><![CDATA[Dear {FIRSTNAME},<br />
<br />
this email is to confirm that you have completed the survey titled {SURVEYNAME} and your response has been saved. Thank you for participating.<br />
<br />
If you have any further questions about this email, please contact {ADMINNAME} on {ADMINEMAIL}.<br />
<br />
Sincerely,<br />
<br />
{ADMINNAME}]]></surveyls_email_confirm>
<surveyls_dateformat><![CDATA[9]]></surveyls_dateformat>
<email_admin_notification_subj><![CDATA[Response submission for survey {SURVEYNAME}]]></email_admin_notification_subj>
<email_admin_notification><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}]]></email_admin_notification>
<email_admin_responses_subj><![CDATA[Response submission for survey {SURVEYNAME} with results]]></email_admin_responses_subj>
<email_admin_responses><![CDATA[Hello,<br />
<br />
A new response was submitted for your survey '{SURVEYNAME}'.<br />
<br />
Click the following link to see the individual response:<br />
{VIEWRESPONSEURL}<br />
<br />
Click the following link to edit the individual response:<br />
{EDITRESPONSEURL}<br />
<br />
View statistics by clicking here:<br />
{STATISTICSURL}<br />
<br />
<br />
The following answers were given by the participant:<br />
{ANSWERTABLE}]]></email_admin_responses>
<surveyls_numberformat><![CDATA[0]]></surveyls_numberformat>
</row>
</rows>
</surveys_languagesettings>
<themes>
<theme>
<sid>854739</sid>
<template_name>fruity</template_name>
<config>
<options>inherit</options>
</config>
</theme>
</themes>
<themes_inherited>
<theme>
<sid>854739</sid>
<template_name>fruity</template_name>
<config>
<options>
<ajaxmode>off</ajaxmode>
<brandlogo>on</brandlogo>
<brandlogofile>themes/survey/fruity/files/logo.png</brandlogofile>
<container>on</container>
<backgroundimage>off</backgroundimage>
<animatebody>off</animatebody>
<bodyanimation>fadeInRight</bodyanimation>
<bodyanimationduration>500</bodyanimationduration>
<animatequestion>off</animatequestion>
<questionanimation>flipInX</questionanimation>
<questionanimationduration>500</questionanimationduration>
<animatealert>off</animatealert>
<alertanimation>shake</alertanimation>
<alertanimationduration>500</alertanimationduration>
<font>noto</font>
<bodybackgroundcolor>#ffffff</bodybackgroundcolor>
<fontcolor>#444444</fontcolor>
<questionbackgroundcolor>#ffffff</questionbackgroundcolor>
<questionborder>on</questionborder>
<questioncontainershadow>on</questioncontainershadow>
<checkicon>f00c</checkicon>
<animatecheckbox>on</animatecheckbox>
<checkboxanimation>rubberBand</checkboxanimation>
<checkboxanimationduration>500</checkboxanimationduration>
<animateradio>on</animateradio>
<radioanimation>zoomIn</radioanimation>
<radioanimationduration>500</radioanimationduration>
<zebrastriping>off</zebrastriping>
<stickymatrixheaders>off</stickymatrixheaders>
<greyoutselected>off</greyoutselected>
<hideprivacyinfo>off</hideprivacyinfo>
<crosshover>off</crosshover>
<showpopups>1</showpopups>
<showclearall>off</showclearall>
<questionhelptextposition>top</questionhelptextposition>
<notables>1</notables>
</options>
</config>
</theme>
</themes_inherited>
</document>
|
|
|
@adamzammit Can you take a look at this, please ? It is not exactly clear to me how it is supposed to look like in queXML PDF. |
|
|
Thanks @c_schmitz I hadn't noticed this bug report. The ranking question display was almost correct for paper/queXML PDF purposes. It displayed each possible ranking option in order so that a person filling out on paper could enter the rank manually. The issue here was when displaying a filled response it didn't make sense. I have made two pull requests which should resolve this issue in master and LTS. https://github.com/LimeSurvey/LimeSurvey/pull/2032 Thanks, |
|
|
Thank you very much - that was fast! |
|
|
Fix committed to 3.x-LTS branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=32697 |
|
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=32698 |
|
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=34756 |
|
|
LimeSurvey: 3.x-LTS 15a399ea 2021-09-13 12:56 Committer: GitHub Details Diff |
Fixed issue 14370: QueXML export (Print answers) of a ranking question showing name of available options instead of "Rank #" (#2032) |
Affected Issues 14370 |
|
| mod - application/helpers/export_helper.php | Diff File | ||
|
LimeSurvey: master cdb3ecb0 2021-09-13 13:07 Committer: GitHub Details Diff |
Fixed issue 14370: QueXML export (Print answers) of a ranking question showing name of available options instead of "Rank #" (#2033) * Fixed issue 14370: QueXML export (Print answers) of a ranking question showing name of available options instead of "Rank #" * Dev: Missing else statement |
Affected Issues 14370 |
|
| mod - application/helpers/export_helper.php | Diff File | ||
|
LimeSurvey: master 5b1fbb78 2023-06-01 19:44 Committer: GitHub Details Diff |
Fixed issue 18737: Missing response action: View response as queXML PDF (#3042) * Fixed issue 17298: queXML PDF Export: 500: Internal Server Error * Fixed issue 17578: PSPP reports warnings when opening SPSS SAV file using Export to SAV * Fixed issue 14370: QueXML export (Print answers) of a ranking question showing name of available options instead of "Rank #" * Fixed issue 18737: Missing response action: View response as queXML PDF |
Affected Issues 14370, 17298, 17578, 18737 |
|
| mod - application/models/SurveyDynamic.php | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2018-12-20 14:37 | larjona | New Issue | |
| 2018-12-20 14:37 | larjona | File Added: quexml_545598_en.xml | |
| 2018-12-20 16:09 | DenisChenu | Note Added: 50054 | |
| 2018-12-21 08:59 | larjona | File Added: printanswers_queXML.pdf | |
| 2018-12-21 08:59 | larjona | Note Added: 50058 | |
| 2019-01-10 15:50 |
|
Assigned To | => LouisGac |
| 2019-01-10 15:50 |
|
Status | new => assigned |
| 2019-01-10 15:50 |
|
Priority | none => low |
| 2019-01-10 15:50 |
|
Steps to Reproduce Updated | |
| 2021-09-07 17:53 | c_schmitz | Assigned To | LouisGac => adamzammit |
| 2021-09-07 17:55 | c_schmitz | Note Added: 66382 | |
| 2021-09-07 17:55 | c_schmitz | File Added: limesurvey_survey_854739.lss | |
| 2021-09-07 17:55 | c_schmitz | Bug heat | 4 => 6 |
| 2021-09-07 17:56 | c_schmitz | Note Added: 66383 | |
| 2021-09-08 08:05 | adamzammit | Note Added: 66387 | |
| 2021-09-08 08:05 | adamzammit | Bug heat | 6 => 8 |
| 2021-09-08 09:45 | c_schmitz | Zoho Project Synchronization | => |Yes| |
| 2021-09-08 09:47 | c_schmitz | Note Added: 66389 | |
| 2021-09-08 10:16 | c_schmitz | Status | assigned => ready for testing |
| 2021-09-13 10:56 | adamzammit | Changeset attached | => LimeSurvey 3.x-LTS 15a399ea |
| 2021-09-13 10:56 | adamzammit | Note Added: 66465 | |
| 2021-09-13 10:56 | adamzammit | Resolution | open => fixed |
| 2021-09-13 11:07 | adamzammit | Changeset attached | => LimeSurvey master cdb3ecb0 |
| 2021-09-13 11:07 | adamzammit | Note Added: 66466 | |
| 2021-09-23 00:38 | adamzammit | Relationship added | has duplicate 17616 |
| 2021-09-23 00:38 | adamzammit | Bug heat | 8 => 14 |
| 2021-09-23 07:53 | c_schmitz | Status | ready for testing => closed |
| 2021-09-23 10:03 | ollehar | Bug heat | 14 => 16 |
| 2021-10-08 01:15 | alainsirois | Bug heat | 16 => 18 |
| 2023-06-01 17:44 | adamzammit | Changeset attached | => LimeSurvey master 5b1fbb78 |
| 2023-06-01 17:44 | adamzammit | Note Added: 75318 |