Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all 17529 articles
Browse latest View live

Quota terminating survey - by: holch

$
0
0
As I don't know the question and the survey structure, I don't really know if this would work.

I would just tell them, if you answer "No" now, but would like to continue, save your survey and resume it later (click on the button).

But as we don't really know what you are trying to do, it is difficult to say.

Quotas generally terminate. There seems to be an option where the quota allows the respondent to go back and change the answer, but I don't think this will help you much for what you are trying to do.

I honestly can't really image for it would be good what you are trying to do, but then there are so many approaches, who knows what you are trying to do. Maybe it makes sense.

limit survey access based on URL parameter - by: holch

$
0
0
You can use the token system of Limesurvey. You either create tokens and use them as ticketID or you use the ticketID as token. In any way, you need to create tokens before you can send the survey.

So if tokens are used for the survey, LS checks if the token exists (if there is no token you won't be able to participate in the survey) and if the token exists, it checks how many "uses" are left. Default is 1 use per token, but you could increase this. In your case 1 use would be the correct number and once someone accessed the survey with a specific token and completed it the uses left go down to 0, which means you can't use this token link anymore.

Now you just need to find a way to create the tokens correctly (probably the easiest way is to create the tokens based on the ticket). You might be able to do this via the LS API. But I am no expert on this.

Display Question text above an array instead of left of it - by: holch

$
0
0
Actually the question text in an array question IS displayed on top, just like for all other question types. I guess what you want is to display the subquestion text on the top.

I think you are using the wrong question type. If you only have one subquestion, you should should use the question type List (radio) with 10 columns instead. For this question type there is only the question text and no subquestion text.

Or you still use the array question, but do not use the subquestion text, only the question text.

Can I display a message based on a collective score from other questions? - by: alexchatzixenitidis

$
0
0
Hello!

So I am trying to find a way to display certain messages based upon a collective score from my survey questions. Since I am not confident that I can communicate my question properly, I will give an example to show you what I mean!

Let's say that I want to determine how well somebody knows Game of Thrones. I am asking them 3 questions with three possible responses. For instance:

Q1. Which of the following statements is true about Sansa Stark?
A1. Sansa Stark is the elder sister of Arya Stark
A2. Sansa Stark was married to Roose Bolton
A.3 Sansa who?

Q2. What are the words of house Baratheon?
A1. Ours is the fury
A2. As high as honor
A3. Bow, you sh*ts!

Q3. Which house did Catelyn Stark belong to before she was married to Ned Stark?
A1. Tully
A2. Arryn
A.3 None, she was a Snow

Is there a way I can assign a number to each answer (for example, A1=0, A2=1, A3=1) and show a message according to the collective score from ALL answers in the end of the survey? For example, if the the collective score is 0 (Q1+Q2+Q3=0), show a message saying "Wow, you must be lord Varys" OR if the collective score is > 1 say "In the game of thrones, you win or you die. You died."

This is the first time I am using this survey and although I tried to figure it out from the guide, I ended up hitting a brick wall! Is this something I can do- and if yes, how? Any recommendations are welcome! Thank you! :)

Can I display a message based on a collective score from other questions? - by: holch

$
0
0
yes, this is possible. either with assessments or with expression manager or a combination with both.

Checkbox default answer from tokens - by: tpartner

$
0
0
No, it must be in an equation question.

limit survey access based on URL parameter - by: tpartner

Have further questions dependent on multiple choice answers - by: elissa

$
0
0
Hi,

You can use relevance equation in the question that should be shown if some condition is met. For example, to show A1 when Q1_A is ticked put Q1_A=='Y' in relevance equation field of A1 question.

Cheers

REST API - export_responses don't export token infos - by: stevelegare

$
0
0
I used list_participants with custom attributes to retrieve the data and then join with tokenID on the other REST call (export_responses)
$attributes = array("attribute_1", "attribute_2", "attribute_3");
$tabReponses = $myJSONRPCClient->list_participants ($sessionKey, SURVEY_ID, 0, 1000, false, $attributes);

How to Insert Answer via Javascript - by: b1994mi

$
0
0
Hi, I have been using the html and javascript for a while in Limesurvey. I just realized that after inserting a value with javascript/jquery the answer is not recognized by Limesurvey. But, after I change the answer by my self, it worked.

The question is: how do I insert the javascript/jquery needed for Limesurvey to recognize? Is there any step that I missed?

Here is my code in the question:
Self : {self}
 
<script>
$(document).ready(function(){
  var whatiwant = "this is what I want";
  $("#answer714997X7X98").val(whatiwant);
});
</script>

What I am really trying to do is make an autocomplete form with gmap ( Ubilabs Geocomplete ) and insert data populated from the map to Limesurvey's answer without the user having to copy-paste it.

I have made a short animated GIF for explaining the situation.

Use age from previous birthday question as a condition - by: fliptopbox

$
0
0
Hi everyone,
I want to create a question that is dependent on the participants' age. I.e. if a participant is under 20, they get a different question than participants over 20.
In a previous question, they give their birthday (DD.MM.YYYY). Can LimeSurvey calculate the age based on the birthday that was given? And if so, how can I set the age as a condition for the following questions?

Thanks for helping me out with this.
Julie

Email notification - by: JobbeSmit

$
0
0
Thanks, it seems my information was out of date. Forwarded this to the relevant colleagues.

How to remove LimeSurvey and Version Info from Footer - V3.7.1 - by: LouisGac

$
0
0
I would suggest not do that.
When someone needs help with installations, we're always asking them first to provide their build number which appears in the footer.
Why do you want to remove it?

Use age from previous birthday question as a condition - by: elissa

How to Insert Answer via Javascript - by: tpartner

$
0
0
You need to fire the Expression Manager function(s).

Try this:

<script>
	$(document).ready(function(){
		var whatiwant = "this is what I want";
		$("#answer{SGQ}").val(whatiwant).trigger('keyup');
	});
</script>

Display Question text above an array instead of left of it - by: adieball

$
0
0
Hi

thanks for the quick reply.
When I use "List", the radio buttons are arranged vertical instead of horizontal which looks kind of awkward.

When I remove the SQ Text and just use the question text as suggested in the array, the field for the SQ Text is empty now, but still quite "big",, which also results in looking awkward.

limit survey access based on URL parameter - by: adieball

$
0
0
great, thank you. will check if we can get that to work.

Display Question text above an array instead of left of it - by: holch

Gender Default values - by: holch

$
0
0
Can you provide a sample survey (.LSS)?

Question validation equation error - by: waitz

$
0
0
I have a custom validation of a subquestion in a Mulitiple Short Text question. In the Question validation equation field I have entered:
(is_empty(PHONE_TEL01.NAOK) OR regexMatch('/^\+(?: ?\d)+$/',PHONE_TEL01.NAOK))

This gives a warning and a red box around the question even before the user has started to enter anything in the field.
How can I wait to give a warning of the field being filled incorrectly until the user presses Next to continue the survey?
Viewing all 17529 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>