edit translation files? - by: DenisChenu
You can dowload the po file at translate.limesurvey.org. Then it's more easy to update the mo
View ArticleSubmit answer after click on yes or no - by: alimeaday
Do you mean that without the delay we might end up with the wrong answer in the database? Is the 300 ms an educated safe guess or do we need more to be 100% safe? Would this code line work?:...
View ArticlePre-fill or set default answer to List Radio question based on previous...
THANK YOU! That worked for the List Radio, but what if q1 is a Multiple Choice type question? In this case: If the first checkbox of q1 is selected (regardless of whether any of the other checkboxes...
View ArticleSave later message - by: tpartner
You can modify the translation string - manual.limesurvey.org/Translating_LimeSurvey
View ArticleCornel Musculoskeletal Questionnaire in Limesurvey - by: tpartner
Yes, this could be done but would require a lot of CSS/JavaScript/image development. Also, it would never work on mobile devices. I would consider re-designing it, thinking of mobile first.
View ArticleI need to increase the answer code length - by: Ben_V
FYI, just added a note here: bugs.limesurvey.org/view.php?id=7593
View ArticleLikert scale slider with point values - by: holch
You could use an array question type without the subquestion text.
View ArticleToken and prefilled answers - by: holch
These two links are links in your local network. No one will be able to access them.
View ArticleShowing Summary of questions and responses to participants - by: sviswanadham
Thank you Ben and Holch. I think I'm starting to figure it out a bit. What I wanted was to be able to allow the user to access the results later on as well after submission. Like a permanent link. I...
View ArticleSort Multiple Choice subquestions - by: tpartner
This script should handle columns (in version 2.65.x): <script type="text/javascript" charset="utf-8"> $(document).ready(function() { // Identify this question var qID = {QID}; var thisQuestion...
View Article2 Array Type in a single question - by: tpartner
Create an Array (Texts) type question and set "Numbers only" to "On". Insert the following script into the question source. Note that since the question is numbers-only, the data recorded in column-2...
View ArticleArray question type with multiple selection - by: elissa
Hi, You may try to select Array (Numbers) type of question and then in Advanced settings switch on the Checkbox layout option in the Display section. Cheers
View ArticleURGENT: Subquestion/Answer option at runtime from a previous ListRadio...
Elissa gave me the perfect solution to my problem. Thanks and it worked.
View ArticleHow can I change the background color for an individual question block? - by:...
If you get stuck, post a link here to a live sample survey using that template and we'll tune the CSS selectors.
View ArticleMandatory to complete row in table - by: Rzwiers
Hi all, Is it possible to make it mandatory for participants to complete the rest of the row in a table when they fill in one field? At the moment you can fill in the first column and leave the other...
View ArticleNeed help with dual Array with question in the middle... - by: tpartner
Set up your survey to use JavaScript and place the following script in the source of the question: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ // Identify...
View ArticlePreview text in textfield - by: tpartner
Assuming the question type is short-text, set up your survey to use JavaScript and place the following script in the source of the question: <script type="text/javascript" charset="utf-8">...
View ArticleComments mandatory for 'Multiple choice with comments' - by: tpartner
If your adaptations are correct, you may be able to click the checkbox without commenting but you will not be allowed to submit the page. You can add a question validation tip to indicate that. Sample...
View ArticleValidate phone and email in Multiple short text - by: IngeborgNor
I've made an example, see attached group: File Attachment:File Name: kontaktinfo.lsgFile Size: 6 KB Question validation equation: (is_empty(kontaktinfo_epost) or...
View Article