how to export (RPC) a given answer by its ID? - by: bebs
Hello, I can export the survey answers via RPC, thanks for the feature. How do I export only 1 answer that interests me? I know it's ID, but of course not its "position" in the answers table as they...
View ArticleHow to reorder question between groups - by: Dmitry_f
Thanks a lot, it looks like what I am looking for!
View ArticleMandatory question skipped? - by: bwoo5
I am still using 1.92, waiting till limesurvey 2 is all smoothed out before upgrading. I was just wondering if anyone has suggestions on what can cause this situation. Survey is token based. I have 2...
View ArticleChanging an active survey - by: DenisChenu
You can add answer in an active survey, Not for subquestion (multi check is subquestion ). If you have access to phpmyadmin, it can be done too directly in DB: - deactivate survey - Add the sub...
View ArticleOffline face2face surveys using Limesurvey - by: mfaber
Hi All, there are situations where online web surveys are just not the way to go. Or not the only way you want to reach your target population. Imagine you want to interview persons in their...
View ArticleDual scale array: Relevance equation does not work - by: DenisChenu
Hello, Seem corrected for next release: bugs.limesurvey.org/view.php?id=7309 Denis
View ArticleArray Filter and Conditional Statements - by: tpartner
Here is a post that may give some insights on column-specific array filtering - www.limesurvey.org/en/forum/can-i-do-thi...-another-array#91998
View ArticleCompletion time per question group - by: tpartner
No, not "out-of-the-box". As a workaround, you could use a hidden question and JavaScript to record the time elapsed between page load and submit but that would require adding those (hidden) questions...
View Articlerandom assignment - by: tpartner
As far as I can tell, you are doing everything correctly. Maybe you should file a bug report.
View ArticleScrolling to mandatory question errors - by: tpartner
Try adding this to the end of template.js: $(document).ready(function() { if($('.errormandatory').length > 0) { $('html, body').animate({ scrollTop: $('.errormandatory:first').offset().top },...
View ArticleShow Full responses in Completed page - by: DenisChenu
agabriel wrote: is there a way i can query the database using Javascript?No, not really. You have to use own php script and call it in AJAX: api.jquery.com/jQuery.ajax/ Denis
View ArticleResponse ID in survey input print - by: DenisChenu
Not by default, Think best is to adapt "last page" message with adding {SAVEDID} and use EM to have complete answers table. With this solution, you can show what you want in the printable survey. Denis
View ArticleParticipate in the survey many times - by: DenisChenu
Hello, You can use "UsesLeft" in token table. Set it to 10 000 000 for example.
View Articlerandom assignment - by: DenisChenu
Hello, And please: what is your LS version ? And did this appear in group test and not in surey test mode. Denis
View ArticleOptional address registration - by: schmidtm
Is it possible to add an optional address registration form at the end of the survey? I want to create a survey with an additional competition where users are free to take part after finishing the...
View ArticleSurvey order, split, merge and various newby questions - by: tpartner
is it possible to...randomly follow with question group #2 or #3?The documentation can help you. Have a look at: - Conditions - docs.limesurvey.org/Setting+conditions&s...tions+for+LimeSurvey -...
View ArticleScrolling to mandatory question errors - by: Ben_V
Thank you Denis, $showpopups added to my list of completly forgotten useful optional settings!
View ArticleLimit number of created surveys - by: jrsanche
Is it possible to restrict the number of surveys that a user can create in Limesurvey? Thanks in advance, Juan Ramón
View ArticleBatch downloading results from several surveys - by: jrsanche
Is it possible to download the results of different surveys in a batch? I mean, to select different surveys (or all) and export all its results to one or several files in one single operation. Thanks...
View Articledynamic rows in array - by: DenisChenu
Mauybe you can put a lsg file export, then i can have a look at the script and EM. But, for another questio after the multi text question, use EM directly: {SQTEXT_SQ1.NAOK} {SQTEXT_SQ2.NAOK}...
View Article