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

Save attributes value to the results file - by: yohay

$
0
0
The equation type solved it
Many thanks!

Exit intent survey (or what is the easiest means of web page integration?) - by: holch

$
0
0

jelo wrote: If I look at Microsoft Forms and Google Forms and SurveyMonkey, the question is, where LimeSurvey is aiming in terms of ideal usercases in the SaaS space. Stuck in the middle? Or the golden middle? If many users of LimeSurvey would need quota, I would expect more requests here in the forum. Google Forms offer jumps to other sections.

I am not quite sure why you bring up those tools in connection with my post.

What I wanted to say: You have one very simple question, people choose one answer and that's it. So I don't see the need for any tool here and would just create a simple form in HTML and process it with PHP or something. I think any tool is overkill. But I understand the OPs wish to have "all surveys in one place". This makes sense.

One click to prefill and submit a survey using URL fields - by: phplist

$
0
0

jelo wrote:

phplist wrote: and also the instruction to submit the survey immediately, without loading of the survey page with prefilled fields.

In other words: If the submit button would be triggered via Javascript after loading the page, it would fit your requirement? BTW: What version of LimeSurvey is used?

We're using LimeSurvey hosted (limequery.com). The JS method sounds like a potentially awkward workaround...

Exclude specific answer from randomization - by: stephanied

One click to prefill and submit a survey using URL fields - by: jelo

$
0
0

tpartner wrote: I realize that you have a dislike/distrust for all workarounds

Which comes from the first time using LimeSurvey with a workaround in the old days. Hidden field with random number wasn't hidden for some browsers. Respondents entered numbers in the random number field ;-)

My suggestion to use the API is a server-side solution.

I'm aware of that. The distinction here was inside or outside of LimeSurvey. Reducing dependency with outside scripts might be a reason too.

I second your reasoning with more robustness via API.

Exit intent survey (or what is the easiest means of web page integration?) - by: phplist

$
0
0

All in One. Welcome page disabled. No end message displayed.The bootstrap layout seems to be to spacious to be integrated into small windows.


Exactly - that would be a very useful feature set, presumably for a wide range of uses.

Date picker - allow only Fridays/day of week selection - by: tpartner

$
0
0
Add this script to the question source:

<script type="text/javascript" charset="utf-8">
	$(document).ready(function(){	
		// Disable everything except Fridays
		$('#answer{SGQ}_datetimepicker').data('DateTimePicker').daysOfWeekDisabled([0,1,2,3,4,6]); 
	});
</script>

scoring an array - by: SarcoidosisUK

$
0
0
Thanks for you help with the rescores!

Thanks for your idea on the scale but this scale has been scientifically validated for a specific purpose and cannot be changed.

.lss file is attached, apologies.

Once I have mastered the rescores, how can I then sum these rescores for each question group and hide the answer from respondents but make the number available to use with further calculations? (Stage 3 in my original question).

Thanks

Multiple SuperAdmin - by: stevelegare

Comments mandatory for 'Multiple choice with comments' - by: annieandongmei

$
0
0
Hi, I am having the same issue. Attached is my survy. Can you help me?

How to have weekly email notification sent to admin email - by: tpartner

$
0
0
That's not available in LimeSurvey.

Multiple choice and block selecting more then max - by: stephanied

$
0
0
This code works great in version 2.73.1. I would like to take it one step further and partially randomize and fix one answer to the bottom of the list. For multiple choice questions I typically use the following function:
<script type="text/javascript" charset="utf-8">	
	$(document).ready(function() {
		keepPos('{SGQ}',['SQ004|4']) //	keepPos('{SGQ}',['code|position'])
	});
</script>
Thanks in advance!

Comments mandatory for 'Multiple choice with comments' - by: annieandongmei

$
0
0
It looks like

LimeSurvey
Version 3.0.5+180118

I also attached a screenshot of the version below.

How should I do this then ?

Re-Open or Export Assessment Messages For Users - by: micjman

$
0
0
Yeah Jelo, I think this has been reported as bug before, and they are working on it - but I was hoping there might be a work around in the meantime for assessment_CURRENT_TOTAL. One thought I had was to use the the '.value' expressions and write it all out. For example, when I add an equation question at the end of a group, I thought I could use {796918X38X257.value} which works fine to capture the assessment value for that question, and then use something like {796918X38X257.value+796918X38X258.value+796918X38X259.value} to make a sort of fake assessment_Current_Total. Oddly though, subtraction works fine with this logic. For example, this works {796918X38X257.value-796918X38X258.value-796918X38X259.value} and so does {796918X38X257.value/796918X38X258.value/796918X38X259.value} for dividing, and so does '*' for multiplying. However, for some reason, every time I try to use the (+) sign, either nested or not, it just gives me to side by side results, e.g. 2+2 = 22 instead of 4, even though 2-2 = 0.
Got any thoughts about this? Thanks again, you've helped me twice already.

Re-Open or Export Assessment Messages For Users - by: tpartner

$
0
0
That's because Expression Manager is seeing those values as strings so concatenates them instead of adding.

Try:



Empty Values when the user choose answer 1,2,3 on 4th is working. - by: ezabetak

$
0
0
Hello We are running a survey on my company and we notice that in a specific question if the user choose answer 1 ,2 , 3 on database record empty field.if the choose the 4th answer.it working.

The weird thing is that when we running the survey to test the question on our computer with the three option 1,2,3 was working.

So I we cannot find what is happening so i need your help..please help us.The survey is written on greek language ,and on this specific question we dont use any special character for example quotas or something.

Comments mandatory for 'Multiple choice with comments' - by: tpartner

$
0
0
Sorry, I don't have an answer other than updating to the latest version but that may not be wise while running an active survey.

Note: Always make sure to back everything up before updating.

Numeric Keyboard rather than default keyboard - by: wizard2none

$
0
0
After searching, I find a suggested method for having a numeric keyboard is to use numpad .

Can someone provide an example or more details on how to do this in template?
More specifically, I need this for the following question types:
  1. Numerical Input question type
  2. Multiple Numerical Input question type

All inputs are non-negative integers.

I think I understand the basics such as:
  • Deactivate the included keypad
  • Upload the .js and .css files for numpad to my template
But, I'm not sure of the Javascript code to place in 'template.js' to attach numpad to the question types above.


Hosting: limesurvey.org
Version: 2.73.1

Thanks for any help or suggestions.

Empty Values when the user choose answer 1,2,3 on 4th is working. - by: holch

$
0
0
Sorry, but with the description given it is almost impossible to help you. It is not clear (to me) what you are talking about.

Export answers to excel in semi-realtime - by: vkuzmin

$
0
0
And i got responces.
limeurl = "http://YOURDOMAIN/limesurvey/index.php"
limesessionkey = "SESSIONKEY"
limesid = "SID"
limedoctype = "csv" 'xls, csv, json
limelang = "en" 'ru
limecompletionstatus = "complete" 'complete,incomplete, all
sendtext = "<methodCall><methodName>export_responses</methodName><params><param><value><string>" + limesessionkey + "</string></value></param><param><value><int>" + limesid + "</int></value></param><param><value><string>" + limedoctype + "</string></value></param><param><value><string>" + limelang + "</string></value></param><param><value><string>" + limecompletionstatus + "</string></value></param></params></methodCall>"
Viewing all 17529 articles
Browse latest View live