Accept cookies at start of survey? - by: LouisGac
iFrames can make problems with cookies, it depends on your server configuration (P3P), but also on participant's web browser configuration (3rd party cookies). Easy solution: open the survey in a new...
View Articlenot counting hidden questions in the progress bar - by: tpartner
That code is for previous versions of LimeSurvey. For the current version and the upcoming 3.x, use this code which applies to the Bootstrap progress bar. <script type="text/javascript"...
View Articlenot counting hidden questions in the progress bar - by: Siem
Actually that is very helpful! The hidden questions are at the end of the survey so this is perfect. Below is the working code (if anyone else has this problem): <script type="text/javascript"...
View ArticleMultiple numerical input: Slider - no movement = "NAN"? - by: ALehner
Hi there, I have a question regarding the slider function for the question type "Multiple numerical input": In our survey we want to use the slider with min value: 1 and max value: 9; --> We use the...
View ArticleMultiple numerical input: Slider - no movement = "NAN"? - by: tpartner
Can you provide the code that you are using to calculate the mean?
View ArticleAnswers random order - partial randomization & keeping distinct answers fixed...
Can you activate a test survey and give a link here?
View ArticleAnswers random order - partial randomization & keeping distinct answers fixed...
Hmm...the template uses the image-tick plugin which, in my opinion, should be replaced with pseudo-elements as in the core shipped templates. Use this rule at the end of template.css which will force...
View ArticleDisplay percentage on Assessment - by: marektondryk
After restarting computer works with q10
View ArticleMultiple numerical input: Slider - no movement = "NAN"? - by: ALehner
Sure (normalization): {round(1/sum(1, 1/Q02_SQ001, 1/Q02_SQ002, 1/Q02_SQ003)*100,2)} % Thanks in advance!
View ArticleShow multiple answers question in printanswers - by: Reveb
I know 2 months has passed and im sorry but i still have this problem.I still need a solution for this. I have everything fixed but this multiple choice question. It's a multipe choice question with 6...
View ArticleShow multiple answers question in printanswers - by: Reveb
I just restyled the {ANSWERTABLE}. It's not perfect but it's good enough Reveb
View ArticleMultiple numerical input: Slider - no movement = "NAN"? - by: ALehner
Great! That works! Thank you!
View ArticleTime Format AM/PM - by: kkellytpl
I did try "h:MM A" before. After trying again, I found it only works with display drop down boxes set to off. Thank you tpartner!
View ArticleHow to completely delete datatable with old responses? - by: nibos
Thank you very much.
View ArticleMandatory Informed Consent - by: tpartner
Place a mandatory yes/no consent question on the first survey page and then either: Place relevance on all following groups to only show them if "Yes" selected and use Expression Manager to tailor the...
View ArticleShort text question validation: First sign must be capital letter second...
Hello, try this: /^[A-Z][0-9]/
View ArticleShort text question validation: First sign must be capital letter second...
You can use either the "Validation" or the "Question validation equation" fields. The "Question validation equation" allows for far greater flexibility in the validation criteria but requires the use...
View ArticleCreate token on the fly - by: badronald
I am trying to understand how this works....sorry for my confusion....I got the code working....after I have participants register, I would need to write code in AJAX to connect to the remotecontrol...
View Article