Admin login screen - add dummy username as example - by: bdeprez
Hi all, I have received an interesting question about our implementation of LimeSurvey. In our organization, users have many different usernames - we use the LDAP authentication plugin but users do...
View ArticleDifferent drop down options in different columns - by: tpartner
Denis has published a plugin for that - www.limesurvey.org/index.php?option=com_...textadapt&Itemid=729
View ArticleShow message based on date user created - by: blocka
I need a way to show a user a message during login, based on a condition around their user account's create date -- basically, to remind them that it has been more than 30 days and they should reset...
View ArticleUpdating or adding questions to a live survey. - by: ymca
ymca wrote: Hi, 2. The users can resubmit after a spesific time from their last survey submitting. I am trying to search the option in the manual on that so I can be able to let users resubmit their...
View ArticleDisplay percentage on Assessment - by: marektondryk
LS 2.64.7+170404 customized ubuntu_orange template badanie.coachabilityindex.pl/index.php/329683
View ArticleLoad data from custom table - by: tpartner
There is no built-in facility to access external databases. You may be able to use the RemoteControl 2 API to load the data into token attributes - manual.limesurvey.org/RemoteControl_2_API
View Articleproblem with admin page - by: jelo
marcomarenco wrote: i've made a copy in local, tested (test was OK), and reupload and now everything is fine.If you uploaded the files of LimeSurvey (e.g. via FTP or SFTP) a few files seemed to be not...
View ArticleLoad data from custom table - by: holch
Maybe you can use the token table with custom attributes for that? Depends on how you invite respondents.
View ArticleUpdating or adding questions to a live survey. - by: holch
There is no option that will allow them after "x" days/months. So you need to control this manually by expiring and "unexpiring" the survey.
View ArticleAnswers random order - partial randomization & keeping distinct answers fixed...
I am not surprised, as the template "Olive" only states that it is compatible with the 2.06/ 2.6.x LTS branch and not with the most recent 2.6x branch.
View ArticleDisplay percentage on Assessment - by: tpartner
Sorry, I am not going to try and debug where there is a 20 second timer on every page.
View ArticleDisplay percentage on Assessment - by: marektondryk
Sorry Tony, time is set off. There is short version of survey. 2 groups of questions (10 questions+10 hidden questions in each group). ____________________ <script type="text/javascript"...
View ArticleLoad data from custom table - by: malp
Thank you both. Yes, I could use the token table, as suggested by holch, but reading ls documentation I didn't understand where I have to insert the {TOKEN:..} tag to fill the question's field.
View ArticleLoad data from custom table - by: tpartner
Depending on the question type, you can put something like {TOKEN:ATTRIBUTE_1} in the "Default answer" field.
View ArticleDynamic text in "Maximum value" of numerical question. - by: tpartner
Place this in the "Question validation equation" field: this <= date('Y') And, something like this in the "Question validation tip" field: {if(this <= date('Y'), 'Okay', 'Try again!')} Sample...
View ArticleRandom Media Loading - by: tpartner
You can use JavaScript to load the inputs of a multiple-numeric question and then use those values in your paths to the videos. This will load a question with 10 random numbers between 1 and 2000:...
View ArticleCreate token on the fly - by: badronald
I currently am using ls 2.06 I need to add tokens as people do the survey, I used to do this via the newtoken.php workaround I have 2 surveys.....that need to to be connected via a token I am trying to...
View Articlebuild survey management system in a university - by: imankazemian
Hello everybody Can I create a free website for students in a university to responsively build their surveys, and publish their surveys without give them the admin accounts? Something like...
View ArticleDisplay percentage on Assessment - by: marektondryk
Link in the post above is for the short version with 2 groups of questions and without token.... OK... Tony thanks for Your gooddwill...
View Articleone token for all participants - by: kelso
Hi, I want to create an anonymous survey and restrict the access with a token. The token would be given to the participants during an event. Is it possible to use the same token for various users?...
View Article