Search found 4 matches

by pngugi
July 2nd, 2023, 2:19 am
Forum: News
Topic: How to randomly select respondents for other sections
Replies: 1
Views: 18621

How to randomly select respondents for other sections

Good morning CSPro Users, I'm seeking guidance or a sample system for implementing a Kish grid. My questionnaire includes a section for collecting demographic information from up to 100 members. In the subsequent section, I need to randomly select only 10 members of those who were listed to answer q...
by pngugi
August 9th, 2018, 2:20 am
Forum: Entry
Topic: RandomizeVS Function for check box
Replies: 7
Views: 5894

Re: RandomizeVS Function for check box

josh wrote:Try seeding the random number generator with a call to seed before the first call to randomizevs: http://www.csprousers.org/help/CSPro/seed_function.html
Thanks so much Josh
by pngugi
August 5th, 2018, 5:09 am
Forum: Entry
Topic: RandomizeVS Function for check box
Replies: 7
Views: 5894

Re: RandomizeVS Function for check box

Here is the SimpleCAPI example with the LANGUAGES_SPOKEN checkbox randomized. Here is the relevant logic: PROC LANGUAGES_SPOKEN onfocus randomizevs (LANGUAGES_SPOKEN); I Josh, I have noted that when you start data entry, RandomizeVS produces same results (similar patterns) for all the cases but whe...
by pngugi
August 1st, 2018, 6:04 am
Forum: Entry
Topic: Randomizing the Order of Questions
Replies: 8
Views: 12088

Re: Randomizing the Order of Questions

I think that you'll have problems with this in system controlled mode. CSPro does not make this task easy. One other option, assuming that the response options for your questions are the same, is to have a repeating item in the dictionary that you will use to ask several questions. Then, you could ...