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

Is there a size limit when importing .lss files - by: Joffm

$
0
0
And - just to be sure:
I looked at the setting of my XAMPP phpinfo.


Only 2MB.

As you seem to use a local installaton, you might try to change the setting in your php.ini

; Maximum allowed size for uploaded files.
; php.net/upload-max-filesize
upload_max_filesize=
2M

I changed the value and got in phpinfo



Joffm

Taking answers from question x and transferring them into ranking question - by: phartig

$
0
0
Thank you so much! Worked like a charme

Change List type Other text box to multirow? - by: blocka

$
0
0
Perfect, thank you! I was able to do the same for multiple choice with other option, based on your guidance!

How to access Question Themes in LS 3? - by: DenisChenu

Kiosk survey that resets - by: BHS_Kez

$
0
0
Hello,

I need to create a survey that can be used in a browser as a kiosk set up.

I work with a school and during parents evenings the parents are given a link to complete a survey on their evenings' experience. However, very few actually do it so, I've been asked to create a kiosk-style one they can do on their way out the door.

I can't seem to find any setting to do this, would it be something I would have to get a plugin for?

The basic functions I need are:

Survey to restart on completion
Survey to reset after being inactive for 30-60 seconds (in case they wander off without finishing)
Have a simple interface and a popup onscreen keyboard for the 'any other comments' section.

Any help would be greatly appreciated, thank you.

Kez

Combine Array(Text) with short free text - by: kratugoel

$
0
0
It worked perfectly. Thank you so much!

Sending reminders with anonymous tokens - by: Joffm

$
0
0

However, not sure what are the real advantages of using anonymous tokens

There is no, what you might call "advantage".
But you can assure your respondents that their name and email cannot be merged with their answers.

As you see, there are different types of surveys:
1. The open survey.
Here anybody who knows the general link to the survey is able to answer.
And of course your answer table doesn't contain any personal data.


2.The closed survey
To conduct a closed survey you need a participants table. So only persons who are in this table are allowed to answer the survey. Therefore they receive a unique token (like password) which they have to enter at the start of the survey.
2.1. not anonymous
In this case your answer table contains the personal data (name, email, token) of the respondents


2.2. Anonymous
In this case your answer table does NOT contain these data.

Nor does the ID match the ID in the participant table. It's just an autoincrement number.

Additionally, I would like to know if it´s possible to conduct the survey in closed mode with anonymous tokens? Meaning that only participants from the email list can fill out the survey?

As you might have seen already:
When you activate a survey you are first asked, if you want to have "anonymous" answers.
After clicking "Save and ..." you are asked if you want to create a participants table (closed mode).

And "anonymous tokens"? Here you are a little bit confused.

Is it possible to send reminders only to those participants who have not yet replied and still keep the survey completely anonymous?

These are two different things.
As said and also here in the manual
https://manual.limesurvey.org/Survey_participants#Can_a_survey_using_tokens_ensure_anonymous_responses.3F
You send a reminder to a person of the participants table, who do not have a flag "already answered". So you know WHO answered and WHO did not, but you do not know WHAT they answered.

Joffm

support for an equation for automatic default "0" in numbers (array) question - by: Joffm

$
0
0

Works fine in new responses but not in those with previous responses as it replaces them.

What do you mean by that?

Joffm

Share preview with others - by: Glassman

$
0
0
Yes the survey is not activated yet. I can send a copy of the questions but letting the group see the actual survey would be nicer.

Share preview with others - by: tpartner

$
0
0
If the survey is not activated, only admins with permissions to view the survey will be able to see it.

If you want others to view it you will need to activate.

support for an equation for automatic default "0" in numbers (array) question - by: jbdotingco

$
0
0
The equation is already working after removing the quotation for 0 in the equation.

Sending reminders with anonymous tokens - by: Emilia_

$
0
0
Great! Thank you for the quick reply! I think this is clear to me now. It´s not even possible to conduct a closed survey without using a unique token. To summarize this:
In a closed survey, I´m able to manage the participant table, send targeted reminders and a unique invitation (Dear....), the only difference is that the name and answers are not merged in the answer table, which is the case with a "normal" token. Am I correct?

Share preview with others - by: DenisChenu

$
0
0
But : it's not a 404 for previewing ? No ?

Sending reminders with anonymous tokens - by: tpartner

$
0
0
The definition of a closed survey is that it uses tokens. A closed survey can be either non-anonymous (token table and responses table are connected) or anonymous (no connection between the token table and responses table). Both types of closed survey can send invitation and reminder emails.

- manual.limesurvey.org/Participant_settings#Anonymized_responses

Kiosk survey that resets - by: BHS_Kez

$
0
0
Thank you for helping.
I'm going to need to dig about to find how to get the survey to reset after inactivity.
I wonder if it can be done in the browser itself to auto-refresh, as long as I turn off the feature that lets the user continue from where they last stopped, it should just go back to the start of the survey

Unify provided response options in a filtered questions - by: alexandrosi

$
0
0
Hello everybody,

I would appreciate your help on the following challenge I have:

I have a multiple-choice question (Q1) which is used as a filter for another question (Q2) (type of Q2 is Array (Numbers)). Let me give you an example to make myself clear:

Q1. Please select which of the following project outcomes you have used so far:

a. 2018 Webinar
b. 2019 Webinar
c. 2018 Flyer
d. 2019 Flyer
e. 2018 Handbook
f. 2019 Handbook

Q2. Where did you use the project outcomes in:

If someone selects a and/or b then I want one option to appear "Webinar". The same goes with remaining Q1 options. If c and/or d then I want one option "Flyer", and for e and/or f then "Handbook".

(I don't know if it is relevant or helpful but at Q2. the x-scale subquestions will be: "Presentations", "Promotional materials", "Consultations", "Other").

Thank you in advance for your help.

Alexandros

Alter, Geschlecht, Familienstand ... - by: MaxRadlast

$
0
0
Hi,
ich habe in meiner Umfrage Alter, Geschlecht und weitere soziodemographische Angaben abgefragt. Nun möchte ich die Ergebnisse nach diesen Parametern auswerten.
Beispiel: Ich möchte alle Antworten von Männern unter 35 anzeigen lassen.

Wie mache ich das?

Danke für Tipps,
Walter

Kiosk survey that resets - by: tpartner

$
0
0
To get it to reset after inactivity, try placing something like this in your theme custom.js file:

$(document).on('ready pjax:scriptcomplete',function(){
	// Delay before redirecting in seconds
	var sleepTime = 60;
 
	var redirectTimeout;
 
	function startTimer() {
		redirectTimeout = setTimeout(function() {
			window.location.href = 'http://pathTo/limeSurvey/index.php/123456?newtest=Y';
		}, sleepTime*1000);
	}
 
	function stopTimer() {
		clearTimeout(redirectTimeout);
	}
 
	startTimer();
 
	$('input, textarea, button').on('click change keyup', function(e) {
		stopTimer();
		startTimer();
	});
 
});

Unify provided response options in a filtered questions - by: tpartner

$
0
0
It seems to me that sub-question relevance like this would work (first example):

!is_empty(Q1_a) OR !is_empty(Q1_b)

Combine Array(Text) with short free text - by: tpartner

$
0
0
@Joffm, I am happy to have you re-post my scripts - it very often saves me from having to search for them. :)
Viewing all 17529 articles
Browse latest View live


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