Question condition with javascript - by: tpartner
"#question123" would become "#question92". Or, you can do this:var qID = 92; Â $.ajax({ url: 'ajax.php', dataType: 'html', data: {var1: 1}, // Data passed to the PHP function success:...
View Articleputting participants randomly to different types of surveys - by: Spread
Thanks a lot! I am now rearranging all my surveys, question groups and questions. But now I have 2 more questions: What do I need to put in the "relevance box" and how can I hide the question from...
View Articlehow to export (RPC) a given answer by its ID? - by: bebs
bump: How do I export (using remote control) only 1 answer that interests me? I know it's ID, but of course not its "position" in the answers table as they may not match.
View ArticleDynamically alter answer options based on server data and previous question -...
Hi, I've looked through the fora, but I can't find help. I am doing a Stated Preference Survey which means that I am calculating Answer options based on previous responses as well as a survey design...
View ArticleReturning information via URL from Child Survey to Parent Survey - by: ohvelma
I have continued to work on this, with no wonderful solutions yet. My first approach was to pass the relative selected on the child survey back to the parent survey via the End-URL and store the...
View ArticleDisplay number of rows in array question based on previous numerical input -...
Hi Tony, There small glitch in this workaround The rows don't display as soon as the number is entered...they only show up after clicking somewhere else...is there a way to make the rows appear as soon...
View ArticleEntering the next question without pushing the forward button - by: Spread
Hey, I do have a questionaire where I needed to design different surveys as different questions sets in order to put participants randomly to one of 13 surveys. Now I need to show the questions 1 by 1...
View Articlerandomize questions sets - by: Spread
Dear All, I would like to randomly put participants of a study to 1 of 13 questions sets. I only found hints that I should do it with the express manager or with the randomize function but I don´t know...
View ArticleProblems with access code - by: jonasartur
Hello people, I have a problem here in codes. I own two companies and employees with the same registration but in different branch. EX: enrolls 99 In one company is Fulano In company 2 is Ciclano How...
View ArticleDynamically alter answer options based on server data and previous question -...
Great thanks alot Tony! The text got updated with what you put. Also I found and tried the following which also worked:...
View ArticleShow Summary Question Group After Survey Submitted - by: tpartner
You can use Expression Manager to pipe the answers of questions into the End message. Something like: Your answer to Q1 was: {q1.shown} Your answer to Q2 was: {q2.shown} Your answer to Q3 was:...
View ArticleDisplay number of rows in array question based on previous numerical input -...
The easiest way to handle that would be to populate all of the hidden text inputs with an "N/A" value. So, the script in the "How many courses..." question would become:
View Articlequestion type 'numerical input' - export problem to SPSS - by: luayessa
Are you sure that you choosed the option "Prior to 16" in the SPSS export page?
View ArticleHow can I change from "AND" to "OR" in the statistics page? - by: luayessa
I noticed that for a Date/Time question in the statistics page, there is an input box with this label: "AND/OR Date is <= ". I tested, but everytime it is "AND" not "OR". What should I do to join...
View ArticleWhy the date/time question does not have a Field Summary block in the...
There is no Field Summary block in the statistics page for a Date/Time question like Short Text and Numerical questions. Why is that?
View ArticleInsert date started, completed and IP address in email - by: xbonize
Hello, Can somebody tell me how to insert date submitted, date started, date last action and also IP address in "Confirmation email template"?. I mean it will show that info same like if we use...
View ArticleCustom Template: New image at end of each group - by: dweisser
Hi all, I'm trying to customize a template in which we add an image at the end of each group. We're running V2+. I'm modifying the endgroup.pstpl in order to accomplish this. However, as you know, when...
View ArticleHow can I change from "AND" to "OR" in the statistics page? - by: tpartner
This may be a bug. Please file a bug report and... 1. Give as much information as possible. 2. Provide step-by-step instructions how to reproduce the problem. 3. Provide screenshots and a sample...
View ArticleInsert date started, completed and IP address in email - by: xbonize
Thanks for your reply. At least I can stop searching that placeholder.
View ArticleCustom Template: New image at end of each group - by: tpartner
In LS 2, each group is wrapped in a <div id="group-n"> element, where "n" is the group index starting a 0. So, I see a couple of approaches... CSS BACKGROUND IMAGES 1) Add a <div> element...
View Article