Array with 3 Scales - by: tpartner
Question type - Array (Texts) - manual.limesurvey.org/Question_type_-_Array_(Texts) With Denis' arrayTextAdapt plugin - www.limesurvey.org/index.php?option=com_...textadapt&Itemid=729
View Articlejquery open dialog with php external source - by: holch
As far as I know, Limesurvey does not allow to load non-LS PHP files because of security reasons.
View ArticleInput Validation with regular expression fails - by: Bielefeld
Thanks for your input! Executing the survey live does not make any difference, simplifying the regex to the absolute minimum like this: does not make a difference either. Your point of JS vs. PHP...
View ArticleShow answers on assessment - by: paulhazelwood
I have attached one of the questions. They are all in the same format. There is only 1 correct answer.
View Articlejquery open dialog with php external source - by: marcomarenco
yes, i think that you're in right. maybe a solution is to embed the code inside editQuestion_view.php?
View ArticleIntegration of user uploaded file (image) into "print answered questions" -...
Hi there, I am using the function print answered questions from the generell settings, which allows the user to export an .pdf document with the given answers. I'm am using the question type file...
View ArticleHotel Guest Satisfaction Survey - Single Submission per Stay - by: DenisChenu
Hi, manual.limesurvey.org/Survey_participant...ned_attribute_fields About cookies : i don't think there are a settings for this.
View ArticleEmail settings - by: DenisChenu
holch wrote: No, not without hacking the core, which I can not recommend.Or make a plugin, which I recommend
View ArticleExport questionnaire text and logic to file - by: DenisChenu
TSV export/import system is great too and work really good, i really use it a lot manual.limesurvey.org/Tab_Separated_Value_Survey_Structure
View ArticleInput Validation with regular expression fails - by: tpartner
Please file a bug report supplying all details and a small test survey.
View ArticleShow answers on assessment - by: Ben_V
paulhazelwood wrote: ...The questions are all multiple Sounds like the questions are all .... radio questions
View ArticleHotel Guest Satisfaction Survey - Single Submission per Stay - by: tpartner
We are sending post stay thank you email directly from our system but tokens need to send invitation thru lime survey system.You can use the RemoteControl 2 API to create tokens and send invitations. -...
View ArticleLinking surveys: start of documentation - by: Liod_DS
Hi all! Finally someone gets a similar problem I've linked to surveys time ago, and now they are in field every month (like a traking) I've experienced all the issues you guys point there... it's not a...
View ArticleAutomatically proceed to next question after selecting answer - by: tpartner
Oh, wait, there's a conflict when clicking on the .label-clickable elements. Try this: <script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $('#question{QID}...
View Articlejquery open dialog with php external source - by: marcomarenco
hi, i would use .ajax, but it's not possible. now i've the same problem with .autocomplete bye
View Articleautocomplete in admin survey for short text question - by: marcomarenco
hi, in same way is it possible to use autocomplete in create/edit question for "short text" ? it seems that is not possible to call the php script, i've the data in table. thanks, Marco
View ArticleAutomatic backup - by: aukevann
Hi, Is there a way to automate backups of both the files and especially the database? Best regards, Auke
View Articlejquery open dialog with php external source - by: marcomarenco
i've put the code inside the file: editQuestion_view.php (in limesurvey\application\views\admin\survey\Question) here is the script: $("#parolaauto") .on( "keydown", function( event ) { if (...
View Articleautocomplete in admin survey for short text question - by: tpartner
It may be failing due to same-origin policy - see here - stackoverflow.com/questions/4613310/how-...ternal-url-in-jquery
View ArticleAutomatically proceed to next question after selecting answer - by: Siem
Many thanks, this solution works perfectly!
View Article