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

Images as array options - by: holch

$
0
0
Thanks for your feedback. This will help others with the same question in the future (given that they search the forum before asking...)

Optional address registration - by: naitk050

$
0
0
Your question is not very clear. Try providing some more details.

Based on what I think you are asking - you can set up limesurvey to automatically go to a specified url after the survey has been submitted. This url could be another limsurvey that collects the information you require for for the competition (this keeps the information from the competition separate from the information from the survey). Or you could use this option to link to a separate site where your competition is located.

From the following link (docs.limesurvey.org/Creating+a+new+surve...tions+for+LimeSurvey)

End URL: This URL will be presented as a link at the end of the survey, and allows you to direct your participants back to your home page (or, in fact, anywhere). The End URL has to be entered with "http://" at the beginning, eg. www.limesurvey.org.
You can use they placeholder {SAVEDID}, {TOKEN}, {SID} and {LANG} in this URL.
SAVEDID is the id assigned to this particular submission, TOKEN is the token used to participate in the survey, SID is the survey ID and LANG is the language code
eg. www.limesurvey.org/test.php?var1={SAVEDI...ar3={SID}&lang={LANG}
From version 1.82+ you can use URL fields with this field to pass parameters from the start URL to then end URL.
You can also use {INSERTANS:SGQA} in this URL (since 1.82+). This allows adding the response to a specific question in the survey to the final url. This can be useful for sending a response to an external script (ie an email address collected during the survey). eg: "www.limesurvey.org/test.php?email={INSERTANS:1234X56X7}"

Question hint for Numeric Question Type - by: LSCitizen

$
0
0
Hi -
I want to increase the font size of the question hint that displays on numeric question types when a minimum or maximum value is specified.

What should I change in the template.css file?

One question, multiple choice and multiple respondents - by: paulfiner

$
0
0
You can use a multiple numeric question and then in the 'advanced section' select 'Use checkbox layout'.

This will allow multichoice answers for each person.

Cheers

Paul

Incorrect value of saved_date in saved_control table - by: DenisChenu

$
0
0
Sorry,

Don't understand/read it's in saved_control.

Please test with the last version and fill a bug with this information.

Denis

Using pictures in ranking question - by: tpartner

$
0
0
Do you get any JavaScript errors in the console?

Can you activate a test survey for us to see?

display certain questions to every nth respondent - by: tpartner

$
0
0
In short, no, not out-of-the-box.

A quick-and-dirty solution would be to use the {SAVEDID} which is available after submitting the first question page. You could use that number to populate a hidden question to be used for conditions later in the survey. The flaw with this method is that incomplete surveys also get a SAVEDID.

A more robust solution would be to make an AJAX call to a remote PHP script that queries the database to find the number of completed surveys and then populate the hidden question accordingly.

Question hint for Numeric Question Type - by: tpartner

$
0
0
What template are you using?

Can you give a screenshot?

One question, multiple choice and multiple respondents - by: DezB

$
0
0
HI Folks

Many thanks to paulfiner and tpartner, worked a treat, now I can start on the other questions.

Kind regards

DezB

randomly show groups of question - by: holch

$
0
0
I have some trouble with my localhost at the moment. Seems like something is blocking it, so I can't have a look.

But at the bottom of the group page, there is a field called something like "Randomization Group".

For the group of groups that that should be randomized among each other (B,C,D,E) you put for example "RG1" in each of these groups.

Then Limesurvey will randomize the positions of these groups among each other. As far as I know, this would even work if they are not consecutive, e.g you have questions a,b,c,d and want to randomize b and d, but a always be on the 1st position and c always on the third, you just give b and d the same name for the randomiation group and it should work. Just like for the randomization group for questions.

Multiple numerical question - limitation to answer posibilities - by: DenisChenu

run php script on completion of a survey - by: DenisChenu

$
0
0
Mazi wrote:
Another approach is to simply use the end URL feature and redirect the user to a certain URL which calls the PHP file.
This one is easy to do too.

Denis

Between subject random group order with Expression Manager - help - by: blazko

$
0
0
thanks for the offer, but im building this survey as a favor for a collegue. I'd rather say thats not possible and make him go with paper and pencil, than put my money on it :)

I thought there is a way i can work out by my self with an example i could follow.

Default Answers with question type : array (texts?) - by: apalms

$
0
0
Hi all!

I am working with version 2.0, and am trying to figure out if it is possible to add default answers in the question type array texts.

The below is how my array will be constructed.
H01 H02 H03 H04
B01 DEFAULT XXX XXX XXX
B02 DEFAULT XXX XXX XXX
B03 DEFAULT XXX XXX XXX

Thank you!!

Which universities are using LimeSurvey? - by: robstone

$
0
0
University of York, Psychology for a few years on and off

randomly show groups of question - by: lepsid

$
0
0
yes, it works. Thank you very much. This was really simple :)

run php script on completion of a survey - by: ivanleng

$
0
0
I need to do the same and use a PHP script at the end to send some stuff to an external web service.

I'm thinking about using PHP Session to store some values so they can be easily retrieved, this way my end URL won't be too long.

Default Answers with question type : array (texts?) - by: tpartner

$
0
0
There is no built-in setting for defaults in text arrays but you can do it with a little JavaScript.

Set up your survey to use JavaScript and add something like this to the question source.

<script type="text/javascript" charset="utf-8">
	$(document).ready(function() {
 
		var defaultText = 'My default';
		$('#question{QID} tr[id^="javatbd"]').each(function(i) {
			if($('input[type="text"]:eq(0)', this).val() == '') {
				$('input[type="text"]:eq(0)', this).val(defaultText)
			}
		});
	});
</script>

How to launch a survey in context defined by some other application - by: tpartner

$
0
0
Sure, I think it's a great application of LimeSurvey and your implementation approach is perfect.

This is similar to the way many websites embed forms from their lead management vendors, etc.

Scrolling to mandatory question errors - by: tpartner

$
0
0
Already asked and answered in your other post.
Viewing all 17529 articles
Browse latest View live


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