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

16266: Need to reload page to have editor

$
0
0
When i move to question or group edition : javascript broke and i'm unable to edit question or group

16267: Array question type: Array by Scale not displayed correctly during survey taking (mobile phone)

$
0
0
The question type array by scale will be not displayed correctly during survey taken for mobile phones.

16268: Array question type: Array by Column not displayed correctly during survey taking (mobile phone)

$
0
0
The question type array by column will be not displayed correctly during survey taken for mobile phones.

16269: "Start bounce processing" menu item doesn't work

$
0
0
As shown here in the manual: https://manual.limesurvey.org/Email_bounce_tracking_system#Starting_Bounce_Processing_in_v3.0<br /> <br /> The menu item "Start bounce processing" targets #, but doesn't do anything. No ajax request, nothing is happening.<br /> <br /> If you call /index.php/admin/tokens/sa/bounceprocessing/surveyid/XXXXXX directly, it works normally.

16270: Can't re-save questions with answer options

$
0
0
Every time I try to create a question with subquestions or answer options, I can save it juste fine the first time. But if I try to modify it later on, in most cases, I get the following error message : "Question cannot be stored. Please check the answer options for duplicates or empty codes."<br /> If I change the answer options or click on Quick add and hit Replace without changing anything, I can save my question fine again.<br /> I also noticed that a red-circled cross appears in the question code field when this bug occurs (see pictures below).

16271: Can't export/copy some surveys

$
0
0
I noticed that for some surveys, the export button as .lss, .lsa or .txt does not work. It does nothing on Firefox, and it returns a server problem error on Chrome.<br /> <br /> I just did a fresh install to see if it solved the problem, following the steps mentioned here: https://manual.limesurvey.org/Installation_-_LimeSurvey_CE and here : https://manual.limesurvey.org/Installation_security_hints<br /> <br /> But the problem kept showing up.<br /> <br /> Further, I tried to create a new survey from a copy of a survey that wouldn't export, and the following error showed up :<br /> <br /> 500: Internal Server Error<br /> CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1 Can't create/write to file '/tmp/MYnend0k' (Errcode: 13 - Permission denied)<br /> <br /> For all purposes, you will find attached an html export of a survey which presents this bug.<br /> <br /> Am I missing something ?<br /> <br /> Thanks in advance for your help.

16272: Purpose of allowedfileuploads

$
0
0
In 4.X there are a new settings : `allowedfileuploads` what is the exact purpose ?<br /> <br /> It seems to be used for LimeSurveyFileManager, then for ressource file, but we already have `allowedresourcesuploads` for this.<br /> Then : maybe it was a general restriction ? In theme too ?

16273: Validation regex including unicode characters fails

$
0
0
I´m testing this simple regex to validate the content of an user response:<br /> <br /> /^[A-Z0-9\s]+$/<br /> <br /> <br /> It matches capital letters, numbers and whitespaces. It seems to be correct and works fine.<br /> <br /> But assume I would like to include the unicode char "á".<br /> <br /> I've tested the following regexes with no results:<br /> <br /> /^[áA-Z0-9\s]+$/<br /> <br /> /^[\x00E1A-Z0-9\s]+$/<br /> <br /> /^[\x{00E1}A-Z0-9\s]+$/<br /> <br /> /^[\u00E1A-Z0-9\s]+$/<br /> <br /> <br /> 0x00E1 is the hex code value for "á"<br /> <br /> Tha validation test fails in all the cases above

16274: Setting font makes nothing

$
0
0
Setting font in theme options changes nothing. I used fruity theme and after setting font the body tag has font-comic_sans, but it does nothing. Maybe some .css is not loaded at all or something.

16275: Cannot delete assessment rules

$
0
0
Trying to delete assessment rule doesn't work. When clicking delete button, a tiny loader icon shows, but nothing happens afterwards. Refreshing the page doesn't affect the outcome. Tested on Group based rules and Total based rules alike

16278: "Survey data policy checkbox label" is not accepting some texts in spanish

$
0
0
When using long texts or accented texts on "Survey data policy checkbox label:" for spanish, the changes are not saved.

16279: Api: list_participants and empty set vs. not initialized

$
0
0
list_participants() API call is kind of strange: if the participants table is not initialized at all or it is but there are no entries, it gives same status message. OTOH if I search participants by some criteria and found none (but there is at least one non-matching entry) I got a status message saying that nothing is found.<br /> <br /> I think the latter message should also be given if there is an empty participant table.

16280: Timer function for questiontype "Dual Matrix"

$
0
0
We would like to get a timer function similar to the already existing timer function for question types "Text" and "List (Radio)" also for the question type "Dual Matrix".

16281: Error de autenticación de rol

$
0
0
En la configuración en rol de usuario al habilitar autenticación desde la base de datos genera el error que muestro en la imagen y no soy el único que tiene este tipo de problema, gracias y pronta respuesta

16282: Anstössige Formulierung in der Einladung zum Survey

$
0
0
In der Standard-Vorlage für Emails zur Einladung und Erinnerung heißt es auf englisch:<br /> "If you are blacklisted but want to participate in this survey and want to receive invitations please click the following link:<br /> {OPTINURL}"<br /> und auf spanisch: <br /> "Si usted se encuentra en la lista negra de usuarios, pero quiere participar en esta encuesta y quiere recibir invitaciones, por favor haga click en el siguiente enlace:<br /> {OPTINURL}"<br /> Dazu erhielt ich folgende Rückmeldung aus Lateinamerika: <br /> "Además, tenemos una sugerencia para ustedes, con todo el cariño: en el texto a continuación se menciona una "lista negra". Sugerimos que esta expresión no se use, porque aquí en Brasil y América Latina es una expresión que puede considerarse de naturaleza racista. Y, por supuesto, sabemos que esa no era la intención en su comunicación." In DeepL-Übersetzung:<br /> "Darüber hinaus haben wir, bei allem Respekt, einen Vorschlag für Sie: Im folgenden Text ist von einer "Schwarzen Liste" die Rede. Wir schlagen vor, diesen Ausdruck nicht zu verwenden, da er hier in Brasilien und Lateinamerika ein Ausdruck ist, der als rassistisch betrachtet werden kann.<br /> Und natürlich wissen wir, dass dies nicht die Absicht in Ihrer Mitteilung war."<br /> ich verstand sowieso nie, warum das "blacklist" hieß. Vermutlich ist der Link für diejenigen, die aus Versehen auf "opt out" geklickt hatten oder es sich nochmal anders überlegt haben. So könnte man es doch auch formulieren.<br /> Mir ist bewusst, dass ich die Formulierung selber ändern kann - aber es ist so schön an Limesurvey, dass man so Vieles in so vielen Sprachen schon vorgeschlagen bekommt.

16283: Verzögerung bei Überarbeitung des Fragebogens

$
0
0
Wenn ich Änderungen im Fragebogen vornehme und speichere, dann baut Limesurvey zunächst eine Seite ohne die linke Navigationsseite auf, und dann nochmal die selbe Seite mit der Navigation. Das ist immer eine kleine Verzögerung, aber bei einem längeren Fragebogen summiert sich das.<br /> Lässt sich das nicht verkürzen?

16284: Double clicking on sq/ao/additional & general attributes should switch the page from "question overview" to "question editor"

$
0
0
Double clicking on subquestions/answer options/additional attributes/general attributes should switch the page from "question overview" to "question editor"

16285: Error Role validation

$
0
0
When I will edit permissions or give permissions, I have the error message : <br /> <br /> An error occured while trying to save, please reload the page Code:1571314170100

16252: Preview menu of "question group" will only show English.

$
0
0
No link to other languages, just English.

16255: Editing "sub-questions" button is not visible.

$
0
0
This is exactly what I was looking to know how to do.<br /> To be able to make a sub-answer and to see the sub-answers,<br /> only if the user chooses the answer with the sub-answers.<br /> By accident I saw this.<br /> <br /> 1. Clicked on the link from the "Data consistency check" number "1072" (image_2020-05-10_20-22-46.png).<br /> 2. It got me to "edit subquestions" place (image_2020-05-10_20-29-03.png).<br /> <br /> Also saw an unknown-code (unknown-code.jpg) under the question that I wanted to make a sub-answer to.<br /> I don't know what that code is or does.
Viewing all 11738 articles
Browse latest View live