queXML Export to PDF without dotted lines between answer boxes - by: holch
The queXML questionnaire is created to be used and scanned with queXML....
View Articlescoring selected radio list answers from a list of one choice questions - by:...
Thanks I tried removing it, it also rendered an error, I tried retyping the codes manually and when I make a mistake I don't use the mouse pointer to insert in the error but rather backspace on...
View ArticleEdit answer options via RPC - by: dolfim
I actually want to change the text of the answer options (actually translate it). Is update_response() supposed to do so? It looks to me this function will modify the response of a participant, or?
View ArticleHow to hide the array select element - by: mikezhangsky
I have set to arrayText question , like the picture, if i select Activities "Not2", will the Dropdown elements of Status only show " In progress" and "Completed" ,and hide "Not started"
View ArticleJS to open link in new tab inserts limesurvey hosting directory before the...
One follow-up: is it possible to use "enter" to execute the search function after a respondent places text in the box?No, because you're in the LimeSurvey form, "Enter" will submit that.
View ArticleEdit answer options via RPC - by: tpartner
No, it would be set_question_properties(). Note that this will modify the question for all future respondents.
View ArticleHow to hide the array select element - by: mikezhangsky
thank for you reply ,tp, Would you please give me an example ? I do not know how to write..
View ArticleHow to hide the array select element - by: tpartner
I can't give an example without more information. What LimeSurvey version? How do you insert the dropdowns? Can you attach a sample survey containing only that group?
View ArticleRadio button group per subquestion answers - by: tpartner
Question type - Array by column - manual.limesurvey.org/Question_type_-_Array_by_column
View ArticleHow to examine who opened a link - by: agiherm
Hi Holch! Thank you, that's what I meant - I don't need to know who participants are, but I need to know whether a certain anonymous participant opened the link or not. I will try to use your solution....
View ArticleTimed redirect - by: tpartner
Try adding something like this to template.js. A timer will start when the stats view is detected. $(document).ready(function() { if($('table.statisticssummary').length > 0) { setTimeout(function ()...
View ArticleDate/hour timestamp does not display correctly - by: tpartner
Yes, I can confirm that in the latest build, the time-stamp in the Survey participants view shows 00:00 while in the token table export it shows the actual time. Please file a bug report.
View ArticlePossible to make 1 option in multiple numeric question NOT visible? - by: holch
No, 2.05 was substituted by 2.06, which then was substituted by 2.5x. Anyway, I would recommend an update to at least 2.06. This would also allow the usage of subquestion relevance.
View Articlecreate multiple surveys from ... - by: holch
If the surveys are exactly the same, except for the teacher to rate, then I really would try the approach deusdeorum gives you. However, all results will be in the same database. the question is how...
View ArticleJS for selecting two random responses from a multiple choice question - by:...
tpartner wrote: Sometimes when I test the survey and I only claim to know one of the items, the variable qHidden is empty and the item is written in qHidden2 or vice versa.If there is only one eligible...
View ArticleArray Text - Control for different column size? - by: ConradNg
Hi, I was asked to build a table with text input in column 1, slider in column 2, dropdown for column 3...shout out to Tpartner for the javascript here! Now I need to add a 4th column for numerical...
View ArticleSurvey elements don't change visibly after clicking in IE6 - by: tpartner
Try adding this to the end of template.css to hide the pseudo elements. (I think this should cover most question types) #limesurvey input[type="radio"], #limesurvey input[type="checkbox"] { position:...
View ArticleIs it possible to create custom HTML error pages? - by: f1refly
Thanks, I believe this file creates the page but it gets the content from somewhere else...
View ArticleRadio button group per subquestion answers - by: teracomp
I've discovered one issue with the Array by Column question type: the user can select the same answer for both subquestions (I'm only using 2 subquestions) (see attached) Is there a setting that...
View Article