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

Prefilling value, variable type - by: gabrieljenik

$
0
0
Hi,

With the API you can prefill a custom token attribute.
Then in the survey you can prefill a question from the token attribute.

Thanks!

Default setting for decimal_mark - by: halliballi123

$
0
0
I wonder why it has worked for so many years and now the behaviour changed.

Problem is, it's not me who creates surveys it's my 45 users. ...

Send response pdf in email - by: rickanderson

$
0
0
Hi All...

Having spent a bit of time trying Denis' plugins 'pdfReport' and 'limeMpdf' (thanks for these and your help throughout the thread Denis) I have not quite been able to achieve what I hoped to do (issues with the resulting PDF report orientation and the inability to overlay images).

I am able to produce the PDF report that I require using 'html2pdf' and would like to re-ask my original question which was whether there is some means within LimeSurvey to attach the resulting PDF file to an email to be sent to an email address supplied via an input box in the survey End Message text (i.e. after the survey has been submitted).

I see 'phpmailer' is listed as a third party plugin - I was wondering whether this be used to do the above and if so, how would I access/reference 'phpmailer' within the survey End Message (or do I have to add php code to one of the theme template files)?

Any suggestions or pointers would be much appreciated.

Cheers...Rick.

Default setting for decimal_mark - by: holch

$
0
0
Well, I can't answer this. Sometimes the developers make decisions...

Prefilling value, variable type - by: gabrieljenik

Prefilling value, variable type - by: tpartner

$
0
0
If you have the value in a token attribute, do you really need to load it into a question, since it will be available in the data as a token attribute?

...I suppose, maybe, if you want it to appear in the LS public statistics.

Default setting for decimal_mark - by: halliballi123

$
0
0
You are right. I create a feature request.
Thank you

Prefilling value, variable type - by: Jmantysalo

$
0
0

gabrieljenik wrote: When creating the tokens, you can fill extra attributes for it.
manual.limesurvey.org/Survey_participants#Manage_attributes


OK, but how to refer to them? I added a custom attribute "MYDATA" and then added a question "Hello {TOKEN} with name {TOKEN:FIRSTNAME} data {TOKEN:MYDATA}, how are you doing?", but it shows TOKEN:MYDATA in red and the value I set to a test participant is not show in survey responses.

If one question is marked no other choices possible - by: voegtma

$
0
0
Dear all,

I am urgently looking for help with respect to the following question: I would like to put a condition on my survey question that if the participant selects one option no further answers are allowed.

I am using a multiple choice type of questions where several answers are possible. Does anyone know, how I can program this condition on one of the subquestions?


Thanks for the help!

Best regards
Manuel

If one question is marked no other choices possible - by: jelo

Prefilling value, variable type - by: holch

$
0
0
{TOKEN:ATTRIBUTE1} or {TOKEN:ATTRIBUTE_1} etc. (need to use the right number for your attribute, obviously.

It is not taking your name, but only the attribute_1, etc.

lab.js integration - by: sdyckfr

$
0
0
I have an experimental video segmentation task set up with lab.js ( lab.js.org ) and want to integrate it in LS (3.20.2+191119) similar to how the lab.js developers describe its integration with Qualitrics ( labjs.readthedocs.io/en/latest/learn/deploy/3a-qualtrics.html ).

Could anyone help me out with how to set up the JavaScript in LS to data from the lab.js experiment in a hidden textarea within LS?

The description for Qualitrics uses an "embedded data field" in Qualtrics, which - to my understanding - Limesurvey does not have. The lab.js experiment is embeded in an iframe. The following code is used for connecting lab.js and the qualtrics "embedded data field".

How to not use the same randnumber twice - by: CoeusProject

$
0
0
Dear All:

I am struggling with an issue and I am wondering whether anybody has a good idea how to solve it.

I want to ask my respondents a question after showing them a brief text. It is a survey experiment so not all respondents receive the same information. A randnumber will decide what text they get to see.

Later in the survey, they will receive the same question again, but I want to make sure that they do not get the same information they have received before the first question.

Do you know whether there is a way to "exclude" numbers from a randnumber once they have been used before to make sure that they are not repeated?

Thank you for any help you can provide.

Date/time field type values disapear, when returning back to unfinished survey - by: holch

$
0
0
Your version is over 2 years old and the branch is not supported anymore. So even if you create a bug report, it will not be fixed, even if it would be on the latest version of this branch (which should be something around 2.7x).

Is it possible to evaluate whether at least one of each group has answered? - by: jelo

$
0
0
You can use Links with parameters (Panel integration) to add e.g a company code to the results. Or use tokens with attributes when a closed survey is OK for you.

Questions not shown after equation is in question group - by: jelo

$
0
0

larissabruebach wrote: I do not want to show each participant all 15 question groups of one category. I would like randomly select 4 of each categoery. But I want ALL question groups to be mixed and not show one category after the other.)


So you have 4 topics. Each topic has 15 Questionsgroups. Each question group consists of a Video and a few questions). You want to show 4 questions groups per topic. And you want the order of topics mixed.

I don't see in your lss export how you randomly select the questionsgroups you want to show.

The first equation, where you want to assign 0 to happy is not assigning 0, but {0}.
If you check happy==0 the result is FALSE cause happy is {0} instead of 0.

An approach which might work would be to assign the 15 questiongroups of one topic to one Randomization group and then try to show only 4 of the 15 via a workaround like this here:
www.limesurvey.org/forum/can-i-do-this-w...lect-question-groups

Randomization group: To start randomizing a question group, enter a string into the field such as randgroup1. You will need to enter that same string in all question groups that you want to randomize and which will then appear in a random order when taking the survey. Only places inside the same group will be randomly switched!


I don't get your approach, but if you fix the first equation to assign 0 to happy instead of {0} you might can show us how your solution is working. Deutsche Elemente in der Umfrage sind kein Problem.

Question about using tokens - by: jelo

$
0
0

skis89 wrote: How could we go about prompting visitors to fill out the survey, with no end date, no predefined participant table, using a token system to allow only one response per person per visit? Is this possible?

Using a token system is demanding a list with tokens. This predefined participant list didn't need to have the emails or participants, but just a list of dummy tokens.

The are plugins to create a token during accessing the survey.
Check this one: gitlab.com/SondagesPro/SurveyAccess/registerQuick
I haven't used it yet. But the developer is reading this forum.

If you don't want to use a token system, you could create a hashcode from the emailadress and a salt via your webportal. That hashcode would be used as a URL parameter to be submitted from the webportal to LimeSurvey. You could transfer additional codes, which none could create without going via your webportal. That way you could identify the valid submissions inside a open survey.

Prevent accidentially closing the survey - by: blocka

$
0
0
And then I found the answer. You can add this to custom.js:

(window).on('beforeunload', function(){
var c=confirm();
if(c){
return true;
}
else
return false;
});

Printing answers throughout the survey - by: Donaldmax

$
0
0
BusyBonsai thank you so much or sharing this information. it helps full

Questions not shown after equation is in question group - by: jelo

$
0
0

larissabruebach wrote: Then it should show the first question group with one question and one equation. BUT there is only the button "next", NO question or equation. (relevance equation counter == 1) (sets counter = 2)


The "FirstQuestionGroup" has a relevance "counter == 1"
Inside "FirstQuestionGroup" you set counter=2, which will then hide the group (counter no longer 1).

It's working correctly. You need to take into account that the relevance is checked constantly.
Viewing all 17529 articles
Browse latest View live


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