Question by Question? - by: Serafim
That´s it. It was the .tablegroup Thanks. one more problem solved.
View ArticleUse a participant's email address domain in a relevance equation - by: tpartner
strstr() will return a string including the splitting character (needle). Try:(strstr(TOKEN:EMAIL, '@') == "@domain.com")
View ArticleI would like to know if I can do this evaluation project with Limesurvey -...
Alathar, as far as I understood, you do have a couple of surveys for different classes. Something like: Class A -> Survey ID #A Class B -> Survey ID #B ... You also have a relation of students...
View ArticleQuestion Quotes...possible? - by: bwoo5
Hello! I have a token based survey where the person will be rating 5 places. There is 10 questions I need to ask them about each place. Now the hard part I am having is that I only want each places to...
View ArticleReloading old answers from a deactivated survey - by: hillman
Hi! I'm a long time user of Limesurvey (from the phpsurveyor days!) and really like this software. Unless I'm wrong, it seems to be impossible to reimport old answers from a modified survey. I needed...
View ArticleAuto translate is not working! - by: DenisChenu
Don't know, and can not really test, i don't have an auto translate API key. Denis
View ArticleCan I control the amount of info that limesurvey puts into SPSS' labels...
Thank you. That is useful to know. Yes, I figured I could probably do a search and replace. Not an ideal solution though. Any chance of building an improvement into a future version of LimeSurvey?
View ArticleExpression Manager: Nested Equations? - by: DenisChenu
Think it's a bug or misfeature in EM. bugs.limesurvey.org/view.php?id=7236 Denis
View ArticleLimeSurvey 2.0 - Anonymous Survey with Custom Code - by: tpartner
You should be able to do this with a simple short-text question and Expression Manager/relevance. In your relevance equations, you can use the string functions to handle the entered code.
View ArticleUsing date entered by user - by: tpartner
This appears to be a bug. Using this, I can remove the first instance of "." but the second instance remains. str_replace(".", "", q3)
View Articlecan I export all answers using rpc (remote control)? - by: bebs
Hello, I can successfully export the metadata of the answers using the remote control client (using the export_responses() function). This give me the answers metadata ("id","Completed","Last...
View ArticleHow to have email invitations sent once survey becomes active - by: Mazi
fchanavat wrote: You mention a cron script for sending mails automatically. Is this the one that can be found here: www.limesurvey-templates.com/automatical...nvitations-p-49.htmlYes. Currently that...
View ArticleLimiting question count in group - by: bwoo5
Thanks tpartner, works perfect and you're answers are always quick and efficient. Much appreciated. Thanks again, Bryon
View ArticleRestrict access for taking survey with username and password - by: mpasic
Is it possible to setup LimeSurvey to prompt for user Login for starting a survey. Authentication should be performed by ldap. Distributing tokens via e-mail isn't convenient for me Thanks for any...
View ArticlePresent responses in later questions/groups. - by: DenisChenu
Hello, Did you look at expression manager documentation ? Denis
View ArticleCan order of display of groups be randomized? - by: mdekker
In current build (20130129) the group randomization feature works, but only for complete groups. The order of questions inside the group stays as defined. If you want to randomize the order of...
View ArticleSending invitations - by: Serafim
Yes, it's probably because of the server settings, must ask my IT department. Anyway, thanks people...
View ArticleChange text to "other comment mandatory error"? - by: DenisChenu
The last version are corrected in GIT.
View Article