variable endurl upon radio button question - how can I do that? - by: DenisChenu
You can use: docs.limesurvey.org/tiki-index.php?page=...ling_survey_elements And use EM in Quota too. For this example, you can use: ENDURLPARAMATER Where {THEQCODE} is the Expression to fill in next...
View Articlerandomly assign participants to groups - by: jvandernoll
Thanks Denis, Unfortunately, I work (via university server) with version 1.91, and don't have that option. Any thoughts on how to solve this in 1.91? Jolanda
View ArticleCan I install LimeSurvey on Ubuntu? - by: ajparag
Hi, Is it possible to install LimeSurvey on Ubuntu? If yes, how to go about it? There are no instructions provided for installing it on Ubuntu at docs.limesurvey.org
View ArticleMeasuring time in milliseconds - by: helper
Glad that things worked out for you... just a word of caution though - If you do an update to your LimeSurvey, the changes that you made to the file may be overwritten.
View ArticleCan I install LimeSurvey on Ubuntu? - by: holch
Hi! Of course you can install it on Ubuntu. Limesurvey is a web application based on PHP/MySQL. This means you need to have a webserver running for it to use. I don't think it makes sense to explain...
View Articletrigger the url without visiting it - by: agabriel
DenisChenu wrote: yourscript just update answers in the survey table of the database srid is the "Textes complets id" of the line. You can control if $_SESSION is open and is the srid is OK before...
View ArticleResponses stored as messy codes in MS SQL server - by: luayessa
Check the SQL SERVER character set settings. It should be utf-8
View Articlerandomly assign participants to groups - by: tpartner
Oops, sorry, moving too fast... I think it should be :$('#question1961293').hide(); Or CSS:#question1961293 { display: none; } (Assuming the question ID is 1961293)
View ArticleArray question, rank with radio button. - by: tpartner
Have a look at this post - www.limesurvey.org/en/forum/design-issue...-but-now-for-colomns
View ArticleSkip mandatory questions - by: holch
What you are looking for are conditions. Have a look at the manual. You can make a question conditional depending on the answers of a previous question.
View Articlejavascript and variables in the QID - by: rodriguezm1
I have a series of questions. They are strings. Call them Question1, Question2, Question3, etc. I want to write script to generate the QID and display stuff. Example: I also tried Both of these codes...
View ArticleMBTI Test and Wordpress Integration. - by: DenisChenu
Hello, Think yes, and look at Expression Manager documentation. Denis
View ArticleCan I rename "token".., - by: DenisChenu
Look at translations file. (hope autolink to documentation work ...) docs.limesurvey.org/Translating+LimeSurv...existing_translation (autolink don't work now). Denis
View Articlejavascript and variables in the QID - by: tpartner
Yes but it would be safer to use:$('#question{that.Q123.qid}').hide(); The {Qcode.qid} variable doesn't seem to work for question types with sub-questions (arrays, etc.)
View ArticleSubquestions with different answers - by: dbv
Hi, Is it possible to have different answers per subquestion? see attachment: [File Attachment: ls_matrix.png] So question (1) has "is", "are", "me", "am" and question (2) has "in", "on", "to", "under"...
View Articlejavascript and variables in the QID - by: DenisChenu
Oh, you're right, in another question type need that for subquestion, or use QCODE_SQ1.qid then it take the qid of the parent question. For exemple: {ARRAY_SQ1==ARRAY_SQ2} is allways true. Denis PS:...
View ArticleBest practice for (automated) course evaluations - by: holch
Exactly, you create a token for each course-teacher-participant combination. This means that one participant could have various tokens if he participates in various courses. If you create your tokens...
View ArticleBest practice for (automated) course evaluations - by: supercosh
Okay, found it, I was putting a NULL value into the completed field for new tokens, instead of an empty string. A non completed survey should be marked with an empty string or with the character "N"....
View ArticleCan I install LimeSurvey on Ubuntu? - by: holch
I am not quite sure what you mean with "I am mot pro at directing...". You need to put the limesurvey folder into the folder "public_html" or "www" within your apache. You need Apache, PHP, Mysql....
View ArticleArrays of Image Buttons - by: cnsla
The Original code (from the post above) is below <a href="javascript:selectface(0);"><img class="face num0" src="yourdomain.com/upload/01.jpg" /></a> <a...
View Article