Do you have a question for us ? If you do just add a comment and we’ll see what we can do. We have many years experience in the market research industry so if we cannot help you, we will know people who can. It does not cost to ask!
|
||||||
|
Description : This examples shows you how your grid can have headers on the left and the right and the middle of the grid. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Description : This examples shows you how you can use another Calendar object to enter dates in a loop. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Here is another way that points could be worked out using custom properties. First off put the values in the metadata
Metadata(en-AU, Question, label)
Q1 "Gender" categorical [1]
{
_1 "Male" [iScore = 10],
_2 "Female" [iScore = 20]
};
End Metadata
In this case Male is worth 10 points and female is worth 20. Then in your routing write a quick function to loop the results and total up the score. Routing(Web) Dim iTotal Q1.Ask() iTotal = iTotal + Score(Q1) debug.MsgBox(ctext(iTotal)) Function Score(oQuestion) Dim oResp,iScore For each oResp in oQuestion.response.value iScore = iScore + oQuestion.categories[format(oresp,"a")].properties["iScore"] Next Score = iScore End Function End Routing A few days ago we where asked the following, Q: I have a categorical question that i would like to randomize the responses. However some of the responses must be randomized , but must not be next to each other. To randomize the response on a categorical question is easy , we just use the ran keyword, for example , Continue reading Q & A : Randomization of categorical codes Have you ever wanted to randomize the text in a question. For example , if you are running a telephone interviewing job you may want the interviewer to read read the list out in a different order each time. In this article we will show you one way that this can be done. Continue reading Randomize the text of a question. Description : This examples shows you how you can create a drag and drop question. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Description : This examples shows you how you can use another Calendar object to enter dates. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Description : This examples shows you how you can have a small image on your page and by clicking on it you can show a larger version. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Recently i notice that someone was searching on “Calculating Points”. In this article we will show you how this could be done. The example we will use is something similar to a panel system where you might get some points for completeing a survey, but the code could be used in any number of ways. Continue reading Calculating points Today I noted that someone was searching on the site for information about Data Collection Hosting. The idea of this post is to allow others if they are out their to add a comment to talk about the offering they have, but from what i know there are three solutions. Solution 1: IBM SPSS MSP Data Collection Solution 2: IBM SPSS ASP Data Collection. Solution 3: Generic Service Providor Hosting. Every so often people ask questions that can be found in the “Data Collection Developer Library”. More often than not they would ask where they can get a copy of it and i would have to point them to a site where they could register and download it. Now with IBM you don’t have to download it you can browse it online. I am sure most of you have a copy installed , but for those of you that dont then you can find the online version at this url. http://publib.boulder.ibm.com/infocenter/spssdc/v6r0m1/index.jsp Description : This examples shows you how you can use a Calendar object to enter dates. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Description : This examples shows you how you can place a currency symbol to the left of the box where you enter the currency value in. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. Description : This examples shows you how you can highlight a column of answers when they have been clicked in a grid. V601 Author Wizard Files : Click Here Copy entire folder to your templates folder. Professional IVS File : Click Here, Click File, Import Metadata in professional to load. We noticed that someone recently ran a search on our blog to try and find out how to convert a DDF to excel. This is a simple thing to do and to be honest there will be lots of examples in the DDL. Just install the DDL and then check the following directory out, “C..\DDL\Scripts\Data Management\”. If you don’t have the DDL installed then read on. Continue reading Convert a DDF File to a Excel File. Recently in the comments section we where asked, Hi. I am working on a survey where we need to have a summary of responses at the end of the survey. I am using script which was posted in IBM help that would put the question in the first column and the answer in the second. However I have a grid in my survey and instead of the question name appearing, the grid question is repeated throughout. Any suggestions on how to get the question name in the table instead of the grid question? In this case the answer was to use the {@} in the loops , for example G1 "G1 - Text " loop
{
A "This is the question A",
B "This is the question B"
} fields -
(
SQ "SQ Text {@}"
categorical [1..1]
{
Y "Y",
N "N"
};
) expand;
Ever wanted to compare two sheets in a excel file and store the results on another sheet? Or perhaps compare the cells and take one away from the other and store the result. In this article we will show you how you can do this. Continue reading Compare two Excel sheets A few weeks ago we where asked the following Q: I just want to show a popup box says “Quota Full” and send the participant to end of the survey. Any help about this ? In this article we will address the popup box and the jump to the end of the survey. If you would like to see how you check the quotas then you can take a look at the related articles shown at the end of the post. Continue reading Q&A : Quota Full popup box In this article I will show you one way that you could use to de-dupe your data collection datafiles. I am not sure how you would get duplicates in it in the first place , but let’s just assume you do have them. This example will use the Museum.ddf file in the DDL. This file & the ddf can be found here “.\DDL\Data\Data Collection File\” Continue reading De-dupe your data files |
||||||
|
Copyright © 2012 smarter Dimensions - All Rights Reserved 1 guests, 2 bots, 0 members Max visitors today: 25 at 04:03 am UTC This month: 54 at 01-16-2012 12:15 pm UTC This year: 54 at 01-16-2012 12:15 pm UTC All time: 62 at 11-14-2011 06:45 am UTC Post Popularity Graphing by Knowledge Ring
Performance Optimization WordPress Plugins by W3 EDGE
|
||||||