Toggle between templates based on language - by: tpartner
You should be able to do that with CSS if you give the logo images language-specific classes. body.lang-en img.logo-fr { display: none; } Â body.lang-fr img.logo-en { display: none; }
View ArticleCreate token on the fly - by: badronald
Can I pass user token into url after registration? Using Remote Control 2?
View Articlequestion text - by: plab
many thanks. IF I have more than 3 Text string need to show in different sequence, how the nested IF statements should be present? {if(random == 1, 'Text string 1.', if(random == 2, 'Text string 2.',...
View Articleuser and token - by: tammo
Strange, I do not have that version, but I do have Version 2.6.2-lts Build 161206 In that version there is the variable {ANSWERTABLE} I believe it has been available in earlier versions also. In my...
View Articlequestion text - by: tpartner
The IF statements work like this: {if(condition, 'Returned result if true', 'Returned result if false')} If nesting (multiple IF statements) is necessary, replace 'Returned result if false' with...
View ArticlePaired groups randomization - by: Damzee
Hi everyone! I got a question about randomization that involves question group pairs, that stay together despite the randomization. If only we got another "layer" of grouping this should be easy, but...
View ArticleDisable specific boxes (=answer options) in a array question (numbers) - by:...
Hi all, This is a pretty old topic and I think it may no longer work the same... Or I'm doing something wrong (this is the most probable of the both). I'm trying to hide a radio button in an array The...
View ArticleMultiple Short Text - Set Display rows for a field - by: arunicbe
I have a multiple short text question with five text boxes. I need to set display rows value to 2 to the last text box. Other text boxes will be normal text boxes. Now, if I set this value, all the...
View ArticleMultiple Short Text - Set Display rows for a field - by: tpartner
As far as I know, that's not possible. The problem is that when you use any "Display rows" setting, it changes the input elements from <input type="text"> to <textarea> and you can enter...
View ArticleDisable specific boxes (=answer options) in a array question (numbers) - by:...
Never mind - I just tried out your code above and replaced it with the name of the checkbox and it did the trick! Thanks again!
View ArticleMultiple choice table - Discrete choice Models - by: Rexha
Hello, I have got working the tutorial that you put here. And we have made a test pilot survey, and just then i realized the images that i insert dont become dinamic, they are static. This means that...
View ArticleLive intercept and True Intent study - by: serra
Hi all, I was wondering if LimeSurvey or any plugin is currently able to do the following: - Intercepting a user at the beginning of a visit in a website by showing a question like "would you like to...
View ArticleMultiple choice table - Discrete choice Models - by: tpartner
The image should be dynamic - it's styled to have a width of 100%. Can you give a link to a short test survey containing only that question?
View ArticleLive intercept and True Intent study - by: tpartner
Other than the link target, this doesn't apply to LimeSurvey, it has more to do with website development.
View ArticleDisplay percentage on Assessment - by: tpartner
You will need to use nested IF statements: See this discussion on nested IF statements - www.limesurvey.org/community/forums/can-...question-text#155058
View ArticleAudio recording - by: tpartner
There is no voice recording capability but LimeSurvey is open source so feel free to develop and contribute.
View ArticlePersonalized evaluation text at end of survey - by: tpartner
Please refer to the manual - Expression Manager Tailoring.
View Article"join" in equatation - by: tpartner
As far as I know, you cannot use variables in variable names. (which I think is what you're asking)
View ArticleMultiple choice table - Discrete choice Models - by: tpartner
You have given the image width and height styles. Remove those in the HTML editor.
View ArticleGrouping answers from previous question - by: saifshaikh
Thanks Tony, that perfectly works.
View Article