expression manager code for all combinations in a number array - by: holch
I am not aware of such a thing. I guess you will have to go for the 81 combinations, probably. Maybe someone else has an idea on how this could be made easier.
View Articleexpression manager code for all combinations in a number array - by: jelo
TransportLab wrote: I would like to validate that the sum of all different numbers entered in the matrix equals the input in a previous question and I would like to avoid writing the 81 combinations...
View Articleexpression manager code for all combinations in a number array - by:...
Thanks a bunch. That saved me a lot of typing
View ArticleLimeService vs Community LimeSurvey - W3C Compliant/Accessiblity - by: Ben_V
Hi, Master @DenisChenu is sharing & updating a great plugin improving accessibility (for humans or screen readers) but as far as I know this plugin is not really compatible with ≥2.50 version....
View ArticleAnswers random order - partial randomization & keeping distinct answers fixed...
I wanted to realize more or less the same goal, but instead of having a list, I wanted to have an array type question with partial randomization. By modifying the code of tpartner I managed to realize...
View ArticleLimesurvey with Wordpress? - by: ymca
Hi, The SurveyPress plugin sounds cool. I have installed the latest “SurveyPress”. Then logged out of backend. After I have logged back I saw a white page and couldn’t log anymore to the admin area. I...
View ArticleAdd a second progress bar trough the survey template (frontend) - by: jelo
Ben_V wrote: 2) I agree with Joffm... skipped questions are pretty hard to handle ( even if you can access this info via {qcode.relevanceStatus} )Most LimeSurvey users seems to not run into the topic...
View ArticleCan I add more translations while my survey is running - by: Ben_V
yes you can add or remove language even your survey is activated
View ArticleCopy survey from one to another with participants - by: bimsplus
Hi, everybody I have one survey and I want regulary (1 month) send it to fixed numer of participants. Can I make copy survey from one to another together with participants ? thx
View ArticleShort Audio Clips for Surveys - Hosting/Streaming Advice - by: tpartner
Could you indicate me also how to change the skin color of the PlayerThe player appearance is controlled by styles in the assigned skin. In LS 2.6x, the skin is defined by including the appropriate CSS...
View ArticleCopy survey from one to another with participants - by: tpartner
There is no copy feature that automatically includes token data. 1) Copy survey 1 2) Initialize tokens and create any necessary token attributes in survey 2 3) Export the token table from survey 1 4)...
View ArticleProtecting a video in upload/survey/numerosurvey/file with login pwd - by:...
Hello everybody, As someone (or something like a google robot for indexing ) could reach directly the material in /upload/survey/numerosurvey/files, by entering the url in a browser, if i am not...
View Articleexport_responses by datetime with RemoteControl 2 API - by: conwa02976
I am able to use the export_responses method and get all 'complete' surveys from a surveyid. I know the $iFromResponseID and $iToResponseID is available but that may not always pull data correctly. So,...
View ArticleRegister to finish part 2 of the survey later after some questions - by: jck
Hi, we use Limesurvey to evaluate our exhibitions in the museum. To make the process simple for our visitors I would like to split the survey in two parts. One part in the museum and another part that...
View ArticleMulti short text validation - by: jaystone
I'm fairly new to Limesurvey and Javascript. What I'd like to do is validate an email address and phone number(s) in a multiple short text question only if the field is filled in. I only need 2 of the...
View ArticleShort Audio Clips for Surveys - Hosting/Streaming Advice - by: Csurvey
Many thanks Tony, it works perfectly. Fantastic I am doing some trying now and i am searching for disabling the timers on both side the player, the title of the video and the stop button also : i found...
View ArticleConditionals in the end message - by: ordogz
Hello, I'm trying to use the approach below, for my survey: {if(howmany == 1, price1.question,'')} {if(howmany == 2, price2.question,'')} {if(howmany == 3, price3.question,'')} {if(howmany == 4,...
View ArticleMulti short text validation - by: tpartner
I think the problem is that you cannot use curly braces in regular expressions place in the question source - Expression Manager will cause them to be parsed inaccurately. I would place the function in...
View ArticleRegister to finish part 2 of the survey later after some questions - by: Joffm
Hi, jck, what's so bad about the "Resume later" link at the top? You can explain the way to use it at the beginning in a boilerplate question. But - to be honest - Tony's solution is better if you want...
View Article