Using survey URL to fill answer and hide question - by: DenisChenu
Hello, /sid/509354/token/nbtv2puxfc/lang/en/509354X01X01/A1 manual.limesurvey.org/wiki/Workarounds:_...using_the_survey_URL This part of manual need to be elsewhere than workaround, it's not a...
View ArticleDynamically generate options depending on tokens table - by: snowhite
Hi Denis, Is there a way to do "OR" condition instead of "AND"? I mean I want something like: ((TOKEN:ATTRIBUTE_1 == "condition") or (TOKEN:ATTRIBUTE_2 == "condition")) Thanks a lot
View ArticleSurvey by EMail with Identity - by: FabianWeiss
Hi Folks! I have the following Scenario: We have programmed a C++ program, which will be used by other people now. But we wanna have feedback of the using right after every single use. So: The user...
View Articletokens: combine answer persistence & multiple use of same token? - by: bebs
Hello. Is is possible to combine answer persistence & multiple use of same token? My context is that of students describing various businesses (usually 3 per student). I'd like to allow the...
View ArticleBUG with display the correct language title {SURVEYNAME} when I use...
I work with the latest stable version 2.00 Build 130708 + and have the following problem: The survey consists of 2 languages (German-English). German is the "base language". On the first page in...
View Articlewhen trying to create new token I get "Invalid session key" - by: misilot
I am getting a session key. Here is an example of my code. //require_once 'jsonRPCClient.php'; require_once '/var/www/sites/site/survey/application/libraries/jsonRPCClient.php'; $rt = new...
View ArticleSharing all participants - by: ttenbergen
I would like to share all participants to all users by default. We are using it in an internal setting where a pool of admins use it to invite to and get feedback for events, but a subset of the...
View ArticleCapturing a variable - by: mitch54
I have another question. We are trying to capture a variable for purposes of being able to contact the users of the survey. We have put the number at the end of the URL...
View Articlewhen trying to create new token I get "Invalid session key" - by: misilot
<?php $rt = new jsonRPCClient('https://site/survey/admin/remotecontrol'); $sSessionKey= $rt->get_session_key('user','password'); if (is_array($sSessionKey)) {echo $sSessionKey['status'];...
View ArticleDual Scale Array to Multiple Scale Array Possibility? - by: lsorg
Great job. That's amazing, it works fantastic. Thanks.
View ArticleCapturing a variable - by: mitch54
We tried using this and it didn't work, so we tried using just &id=1111 and it still didn't work. The id column was sequential. And it is the language key/value. Not sure how to proceed.
View ArticleThe nuisance with Panel Providers - How to implement SiD, Quota and...
If updating causes trouble, that I can't answer. My updates worked well, I started with 2.01. Good luck with that!
View Articlearray with stars - by: marcic
Thanks Tony! Your script as always worked like a charm. I played around with changing the images behind the stars but could not manage to change the size of the star. I.e. it shows only part of the...
View ArticleDynamically generate options depending on tokens table - by: snowhite
Great! Thank you... Solved
View ArticleOffline Use - by: peterantok
I like this solution and I'd like to use something similar. Do you have such a quick install tool for WAMPP + Limesurvey 2.00? That would make my work easier.
View ArticleDate condition based on token attribute - by: kateibe
Hi Dennis, Thank you for your response. Maybe this question is a bit out of my league because I cannot figure out how to make this work! It seems as though it would be so simple. I have tried...
View ArticleGoogle Fusion table map - by: marcic
Hi! For the children's summer reading project I would like to show a question with a map populated with libraries across the country that I have made with Google Fusion tables. The kids would be able...
View Article@@OPTOUTURL@@ SYNTAX - by: LaurentS
Hi there, is it just me, or the @@OPTOUTURL@@ syntax counterpart of @@SURVEYURL@@ doesn't exist ? It would be quite handy, in order to format nice html links in e-mail templates. Thx
View ArticleThe nuisance with Panel Providers - How to implement SiD, Quota and...
lajennylove wrote: I got a few errors and I don't know why. Here's my Logic File for Survey... But i think than is almost done. And now, about this: Use the Prefill url system to prefill PANELID with...
View ArticleDate condition based on token attribute - by: DenisChenu
Put this in your token table YYYYMMDD (for a date of birth at 03/20/1975 : 19750320 ). And use this validation equation: date("YYYYMMDD",strtotime(self))==TOKEN:ATTRIBUTE_X
View Article