Default Answers with question type : array (texts?) - by: sys_sby
Hello Tony, I mean that's it Thank you very much Regards sys_sby
View ArticleCan I calculate SEC (Socio Economic Class) in Lime Survey? - by: tpartner
You can use several array questions shown by conditions and then use Expression manager to load an equation question depending on those answers.
View ArticlePrepopulate Multiple Choice Questions - by: holitschka
Hello everybody, I am working on a survey and would like to prepopulate checkboxes in a multiple choice question. Does anyone know how I can do that? I didn't find anything in the forum so far. Thanks...
View ArticleIdentifying users who complete the survey and those who screen out! - by: holch
Just remember that the quota will only have effect when the survey is active, in preview mode they will not be triggered, because the answers are not saved.
View ArticleMeasuring time in milliseconds - by: helper
Open .../application/controllers/admin/responses.php find the following: replace with:
View Articlemodifying "array dual scale" questions - by: jvandernoll
I keep on trying... Somehow it is rally reluctant to upload my attachments - in the previews it is there, but in the submitted post it isn't ... I've also attached (I hope..) the file that you get when...
View ArticleMatrix with fixed text columns - by: holch
Various titles within one questionnaire will be dificult. I don't see how this could be done (someone?). If you can do it title by title (one questionnaire for each title) you can upload a token table...
View ArticleOptional address registration - by: schmidtm
naitk050 wrote: Based on what I think you are asking - you can set up limesurvey to automatically go to a specified url after the survey has been submitted. This url could be another limsurvey that...
View ArticleCan I calculate SEC (Socio Economic Class) in Lime Survey? - by: ajparag
Please share a guide or tutorial on how to use an expression. I am new to LimeSurvey. Please help! Update: Got it! will go through it. Thanks!
View ArticleHow can I export survey responses directly from SQLserver? - by: Mazi
You are not the only one having tried to export data directly via an SQL statement and so far no one has succeeded to do so. There are several reasons for this, e.g. Limesurvey stores answer codes...
View ArticleQuestion hint for Numeric Question Type - by: tpartner
Try adding this to the end of template.css: .numeric p.tip { font-size: 125%; }
View ArticleMatrix with fixed text columns - by: tpartner
As Holch says, this may be more work than it is worth, but you could: 1) Create an array-text question with the maximum possible rows 2) Use JavaScript to make columns A, B, C, F "readonly" 3) Make an...
View ArticleHow add a double slider in LS??? - by: tpartner
@ tpartner your proposal looks very great, it didn“t work in my attempt?!Working survey and template attached. Note that in this demo the text inputs are not hidden so you can see them being loaded....
View Articlerun php script on completion of a survey - by: davyhp
ivanleng wrote: I need to do the same and use a PHP script at the end to send some stuff to an external web service. I'm thinking about using PHP Session to store some values so they can be easily...
View Articlevariable endurl upon radio button question - how can I do that? - by: holch
Let's say you 3 possible responses: A B C You'll create a quote for each of them and set it to zero (0). So whenever someone marks this response, they will run into the endpage for this quota. At the...
View Articlemodifying "array dual scale" questions - by: tpartner
Okay, in 1.92, set the question to non-mandatory and use this script. In addition to the above behaviour, it will: 1) Uncheck and hide the "No Answer" options 2) Pop up an alert and abort the submit...
View ArticleResponses stored as messy codes in MS SQL server - by: ldhf5237
I did a query in lime survey database and found non-english responses are stored as messy codes in database (SQL SERVER 2008). But the response shows correct when I export them from Lime Survey. Why ?
View ArticleAdd token from URL - by: DenisChenu
See : docs.limesurvey.org/RemoteControl+2+API Use : docs.limesurvey.org/RemoteControl+2+API#add_participants docs.limesurvey.org/RemoteControl+2+API#invite_participants Denis
View Article