Quantcast
Channel: LimeSurvey bugs and feature requests - Issues
Viewing all 11658 articles
Browse latest View live

12367: Information about new PDF settings at Global Settings missing

$
0
0
Since LS 2.5x the user can set some details of the PDF layout at Global Settings -> Presentation. Unfortunately, there is absolutely no documentation at the manual at <a href="https://manual.limesurvey.org/Global_settings#Presentation">https://manual.limesurvey.org/Global_settings#Presentation.</a><br /> Especially details about how one could add a logo and where that has to be placed is missing.

12368: Remote control: properties that are available are not shown

$
0
0
When I want to obtain properties via the RPC, I have to guess the names.<br /> <br /> For example: when I want to use get_survey_properties, I need to specify the names of the properties that I want to have returned.<br /> <a href="https://api.limesurvey.org/classes/remotecontrol_handle.html#method_get_survey_properties">https://api.limesurvey.org/classes/remotecontrol_handle.html#method_get_survey_properties</a><br /> <br /> But I do not know the names of the properties. In a previous version of the RPC wikipage (available until september 25, 2015) there was much more information about the properties, but according to <span class="mention"><a class="user" href="https://bugs.limesurvey.org/view_user_page.php?id=1000">@DenisChenu</a></span>, they were outdated, so he deleted them. But now we have nothing.<br /> <br /> Current RPC wikipage: <a href="https://manual.limesurvey.org/RemoteControl_2_API">https://manual.limesurvey.org/RemoteControl_2_API</a><br /> Previous version (with much more, but probably outdated, information): <a href="https://manual.limesurvey.org/index.php?title=RemoteControl_2_API&oldid=66111">https://manual.limesurvey.org/index.php?title=RemoteControl_2_API&oldid=66111</a><br /> <br /> How to proceed?

12369: Cannot upload .lsa files in forum post

12370: Different ways of hiding a question: confusing

$
0
0
I now know three ways of hiding a question from being shown on the screen, but there are nasty differences:<br /> <br /> Using a text question<br /> 1. Use "Advanced settings > Always hide this question" and click Yes. Result: question is not shown on the screen and values that are in the answer will not be saved in the database.<br /> 2. Use $('#question'+QID).hide(); in the question source results in: the question is not shown, but possible answers (like a result from a Javascript) will be stored.<br /> 3. Use class "hidden" in "Advanced settings > CSS classes" results in: the question is not shown, but possible answers (like a result from a Javascript) will be stored.<br /> <br /> So: 2 and 3 seem to have the same effect, but 1 is different. I think that this is confusing.<br /> <br /> I would propose to change the setting options of "Always hide this question" form yes/no to:<br /> Show<br /> Hide (but do render)<br /> Do not render

12371: 5-point array question with semantic differential has bold font on left side and normal font on right side

$
0
0
A simple 5 point array question with semantic differential option (Subquestion: A|B ) depicts a bold font on the left side (A) and a normal font weight on the right side (B). Template used is the "default" one.<br /> If a normal array question is used, both sides (left and right) use the bold font weight. This would be the expected behaviour for 5-point array questions as well.<br /> <br /> Screenshot of issue can be seen here:<br /> <a href="http://imgur.com/2cAYJUp">http://imgur.com/2cAYJUp</a>

12372: unsuitable and potentially derogatory CAPTCHA

$
0
0
After upgrading to 2.64 we noticed that the CAPTCHA has changed. unfortunately the changes are troubling.<br /> <br /> In this instance we are creating an application form for indigenous people. To ask them whether they are human or not is potentially a massive insult.<br /> <br /> The original text was far more benign.<br /> <br /> Also some choices of CAPTCHA word are less than acceptable. "RapeTab" Please see the attached screen shots New VS Orig.

12373: Data output different between Statistics HTML and Excel

$
0
0
I have a survey with a Multiple choice with comments question type.<br /> <br /> When I go to statistics and output as HTML, I see all the answers for this question.<br /> <br /> However, when I change the output to Excel (or PDF), I only see answers for the first sub-question of the Multiple Choice with Comments question.<br /> <br /> Seems to me I should see the same output data in Excel and PDF as I do in HTML, should I not?<br /> <br /> I created a video to walk through the scenario:<br /> <br /> <a href="https://youtu.be/c6Sx9betI0I">https://youtu.be/c6Sx9betI0I</a><br /> <br /> Any insight appreciated.

12374: Sorting in A-UI always falls back to hard coded default.

$
0
0
When in the Administrative UI (Backend of LS) I sort the survey list (for example) this sorting is always reverted to the original sorting when I revisit the page. <br /> <br /> Same thing for the number of surveys I want to see: I always want to see all surveys, but each time I login I have to reset this. <br /> <br /> I propose to change this and always show the most recent way of sorting (and perhaps show an icon for going back to default settings). And store the settings (per user) in the database, so you always find the workbench as you have left it (and not have your mother clean up the mess you have made.)

12375: Check "max_input_vars" setting when loading data for quick translation feature

$
0
0
The quick translation feature often loads hundreds of fields for translations. The default "max_input_vars" setting is just 1000 and even for medium size surveys 1000 fields can easily be reached having some multiple choice or array questions.<br /> This can lead to problems when sending updated translation details back to the server and can cause incomplete translations to be stored.<br /> <br /> Solution: Check the "max_input_vars" setting on page load and show a warning if the quick translation feature generates too many fields.

12376: Quick-translation is not working

$
0
0
The function of quick-translation (answer options) is not working – I finished the translation and saved, but it didn’t reflect in the survey (but it works perfectly for questions/sub-questions)

12377: "Add token entry" not translated on an error screen

$
0
0
After trying to add duplicate token entry I got the error message where the "Add token entry" is not translated. It is in English not Polish (I use Polish version). See the screenshot.

12378: AuditLog plugin break console usage for other plugin

$
0
0
AuditLog is broken with console action

12379: Property "PluginDynamic.reason" is not defined on Response Table Import

$
0
0
"I then went to Responses->Import from deactivated survey table.<br /> I select the only response table available, and when I clicked import I got this error:<br /> <br /> Property "PluginDynamic.reason" is not defined on Response Table Import"

12382: Description on how to use twig / description table for variabels.

$
0
0
I was thinking of a conversion table when the twig version goes live. If we look in a twig template (<a href="https://github.com/LimeSurvey/LimeSurvey/blob/develop/templates/default/views/layout_survey_list.twig">https://github.com/LimeSurvey/LimeSurvey/blob/develop/templates/default/views/layout_survey_list.twig</a>) there's a lot of variables and expressions that might be confusing for a layman's eye. <br /> <br /> <br /> I do understand that not everything can be covered in such a table but something simple like a wiki page should be enough? <br /> And instructions on how to grep the right things if one is looking for something other? <br /> <br /> Example wiki: <a href="https://manual.limesurvey.org/Twig-table">https://manual.limesurvey.org/Twig-table</a><br /> <br /> There might obviously be better ways!

12383: No favicon shown for the default template in "develop" branch

$
0
0
The favicon is not displayed because there is a missing slash in the href attribute. <br /> <br /> I'm not sure whether this is simply an omission in the twig file (head.twig) or whether the twig tag {{ aSurveyInfo.oTemplate.sTemplateurl }} should include the trailing slash as {TEMPLATEURL} did.

12384: Question help text not rendered in "develop" branch

$
0
0
The question help text is not being rendered, even after multiple question edits and savings - see attached screenshots and sample survey.<br /> <br /> (the help text is being stored in the DB)

12385: The mandatory/invalid question warning is always shown in "develop" branch

$
0
0
The mandatory/invalid question warning is always shown despite the fact that the question is non-mandatory and has no validation attached.<br /> <br /> This is the case regardless of activation status.<br /> <br /> See attached screenshot and sample survey.

12386: Navigation buttons too close together in default template of "develop" branch

$
0
0
Either the buttons or the .navigator.row elements could use some margins - see attached screenshot.

12387: Unecessary rendering of .answer-container element in text-display questions

$
0
0
In my opinion, this should be hidden in text-display questions - see attached screenshot.

12388: Old favicon on Mantis

Viewing all 11658 articles
Browse latest View live