Use 12 text-display questions displayed in a randomized order -
manual.limesurvey.org/Question_type_-_Te...e_.28random_group.29
↧
Image overview - by: tpartner
↧
Recover partially saved responses - by: blocka
As an update, I have discovered that their responses were in the VV file, and that they are back in the response table.
But, the record of this has been deleted from the table _saved_control
I have imported the two missing records from a backup -- but:
(a) will this work for the respondent? and
(b) any thoughts about how this could averted in the future?
But, the record of this has been deleted from the table _saved_control
I have imported the two missing records from a backup -- but:
(a) will this work for the respondent? and
(b) any thoughts about how this could averted in the future?
↧
↧
Conditions and scenarios - by: tpartner
Try using Qcode.relevanceStatus -
manual.limesurvey.org/Expression_Manager...#Access_to_variables
((Q00004.NAOK == "A2") AND (Q00075.NAOK == "A2") AND (Q00070.relevanceStatus.NAOK < 1))
OR
(((!is_empty(Q00032_SQ001.NAOK) AND (Q00032_SQ001.NAOK < 2))) AND ((!is_empty(Q00034_SQ001.NAOK) AND (Q00034_SQ001.NAOK == 1))) AND (Q00075.NAOK == "A2") AND (Q00070.relevanceStatus.NAOK < 1))
OR
(((!is_empty(Q00032_SQ001.NAOK) AND (Q00032_SQ001.NAOK < 2))) AND ((!is_empty(Q00032_SQ002.NAOK) AND (Q00032_SQ002.NAOK < 1))) AND (Q00075.NAOK == "A2") AND (Q00070.relevanceStatus.NAOK < 1))
OR
(((!is_empty(Q00032_SQ001.NAOK) AND (Q00032_SQ001.NAOK < 3))) AND ((!is_empty(Q00033_SQ001.NAOK) AND (Q00033_SQ001.NAOK == 1))) AND (Q00075.NAOK == "A2") AND (Q00070.relevanceStatus.NAOK < 1))
↧
Image overview - by: kaistuess
Hi, thanks for your answer. Now there are 12 seperate pages. Every design has got his own page. When I click "next" I see the next design. How can I setup only ONE page where all designs are displayed so the user can look at all of them. Or am I doing anything wrong?
↧
Electronic signature - by: gabrieljenik
Hi Apouxx,
For some customers, I have done in the past plugins for PDF reporting inclding the pictures uploaded.
Let me know at This email address is being protected from spambots. You need JavaScript enabled to view it. if you want to talk about that and how it could be adapted to your situation.
Thanks!
For some customers, I have done in the past plugins for PDF reporting inclding the pictures uploaded.
Let me know at This email address is being protected from spambots. You need JavaScript enabled to view it. if you want to talk about that and how it could be adapted to your situation.
Thanks!
↧
↧
360 survey - by: gabrieljenik
Is it all LS stack and yes I have it in a plugin. Looking forward to the release of LimeStore.
Let me know if you want to have a call so we can review it in more depth.
Thanks!
Let me know if you want to have a call so we can review it in more depth.
Thanks!
↧
Image overview - by: tpartner
Place all of the questions in the same group and run the survey in group-by-group mode.
↧
Change "Always hide this question" for many questions simultaneously - by: jamarin
Joffm wrote: Hi,
On the other side I do not think this is really necessary.
How much does it take to set - let's say - 100 questions to 'hidden'? 25 Minutes?
/quote]
In my case hiding 100 questions means 1 hour and a half (and a lot of possibilities of missing something)
It is a pity that the Settings/list questions bulk options does not allow to hide/show several questions at once (or choose the scale when exporting to spss)
this kind of bulk actions may save me a lot of time configuring surveys
↧
How do I use IP Info DB API Key? - by: blocka
I see there is an option to use IP info DB API (
manual.limesurvey.org/Global_settings
)
But I cannot find any information about how this works. Is the extra data stored in the IP response column in the survey, or do I have have to enable other things to make this work?
But I cannot find any information about how this works. Is the extra data stored in the IP response column in the survey, or do I have have to enable other things to make this work?
↧
↧
How do I use IP Info DB API Key? - by: blocka
Ah, that makes sense. If I set the CSS to hidden for the short-text type question, would the IP location still be saved with the response?
↧
Show Running Total - Array(numbers) - by: teracomp
I have a question that uses an Array (Numbers) with 7 subquestions. The user is prompted to allocate 10,000 across the 7 subquestions by increments of 500. I'm using the Question Validation Equation: sum(self.value) < 10001 to control the limit for the question.
Even though there are only 7 subquestions, it would be best if I could display the running total as the respondent selects values per subquestion.
The question is attached.
Even though there are only 7 subquestions, it would be best if I could display the running total as the respondent selects values per subquestion.
The question is attached.
↧
Conditions and scenarios - by: jelo
It might help to post the exact LimeSurvey version you use. Attach an LSS-Export of the relevant questions if you still have issues.
↧
Show Ranking items as Ordered List - by: teracomp
It took me a while to get back to this request, but thanks for the direction DenisChenu!
I updated the answer.twig to show <ol> instead of <ul>:
then modified the css for the question by injecting this code:
What I like about this solution is that the <ol> is suppressed by default, display: block, so if you don't override the css in the question, the sortable answers don't show the numbers. For many instances, this is fine. In my case, for question #2049, I want the <ol> to show numbers so I add some padding and force the .list-group-item to display: list-item.
I updated the answer.twig to show <ol> instead of <ul>:
then modified the css for the question by injecting this code:
What I like about this solution is that the <ol> is suppressed by default, display: block, so if you don't override the css in the question, the sortable answers don't show the numbers. For many instances, this is fine. In my case, for question #2049, I want the <ol> to show numbers so I add some padding and force the .list-group-item to display: list-item.
↧
↧
Show Running Total - Array(numbers) - by: teracomp
Please disregard this request. I did see a reference to Array (text) but did not understand that this question type includes Grand Total as well as Numbers Only. That solves my problem.
I didn't delete the post because someone else might be looking for Array(numbers) details.
Suffice it to say: use Array(texts) and select the "Other" panel to control the output!
I didn't delete the post because someone else might be looking for Array(numbers) details.
Suffice it to say: use Array(texts) and select the "Other" panel to control the output!
↧
How do I use IP Info DB API Key? - by: tpartner
Hiding a question via CSS will not affect how it's loaded. Try it.
↧
Start a competition at a specific time for everyone - by: jelo
Please report back, how you conduct the competition in the end.
If you look at the technical layers to let browser and webserver interact, you will see all kinds of issues, which let a realtime survey not work as reliable as needed.
In LimeSurvey you can limit start and end time of a survey.
But a question time should only start, once the browser has completed loading and is really showing the webpage. Not every browser on every device is displaying the page with the same speed (Updates in the background, different amount of free memory etc.). So you cannot use the timer of the page. You want to enforce a strict timetable. You know the exact timetable of every question to be displayed and to vanished.
But to enforce loading the next question you need a browser action (timecountdown).
To get that done, you will need the complete survey loaded at once and displayed via a Javascript routine to enforce timing. You will need to let people load the survey a few minutes before the start to ensure everybody has the survey ready for the starttime. The onepage displaymode of LimeSurvey looks not capable enough to hide parts on time without workarounds.
Out of the box LimeSurvey should not be considered for that kind of survey. So if you don't want to invest additional time/money in workarounds, you might look elsewhere first.
If you look at the technical layers to let browser and webserver interact, you will see all kinds of issues, which let a realtime survey not work as reliable as needed.
In LimeSurvey you can limit start and end time of a survey.
But a question time should only start, once the browser has completed loading and is really showing the webpage. Not every browser on every device is displaying the page with the same speed (Updates in the background, different amount of free memory etc.). So you cannot use the timer of the page. You want to enforce a strict timetable. You know the exact timetable of every question to be displayed and to vanished.
But to enforce loading the next question you need a browser action (timecountdown).
To get that done, you will need the complete survey loaded at once and displayed via a Javascript routine to enforce timing. You will need to let people load the survey a few minutes before the start to ensure everybody has the survey ready for the starttime. The onepage displaymode of LimeSurvey looks not capable enough to hide parts on time without workarounds.
Out of the box LimeSurvey should not be considered for that kind of survey. So if you don't want to invest additional time/money in workarounds, you might look elsewhere first.
↧
Conditions and scenarios - by: tpartner
Note that variable names are case-sensitive, yes, please attach a small sample survey containing only the relevant questions.
↧
↧
Net Promoter Score Survey Template ? - by: Yourpiyushgupta
Before setting up a Net Promoter Score survey, you ought to know the various types of surveys that are available at your disposal. The two main types of NPS surveys are:
Relationship surveys
Transactional surveys
Hope this Helps
Relationship surveys
Transactional surveys
Hope this Helps
↧
Integrate Map - by: MLZwicker
Hi,
I would like to integrate a map into my survey where the participants can click on, they must be able to click multiple times on different locations. Is there a way to make this possible?
Cheers
M.
I would like to integrate a map into my survey where the participants can click on, they must be able to click multiple times on different locations. Is there a way to make this possible?
Cheers
M.
↧
how can get the gps location at start up (online) - by: Mndoughan
I am trying to get the gps location for token users when they access my survey. best regards and thank you
↧