Page 1 of 1

implement schools grade multiple choice.

Posted: November 17th, 2022, 9:56 pm
by matenek
Hey guys,
I'm new using cspro.
Let's do a school census.
Has anyone done it? Can you share the files so I can base it on and use as a model?

Another question: How do I implement this screen that will be used on a tablet with android (CAPI)?

Tks all ;)

Re: implement schools grade multiple choice.

Posted: November 18th, 2022, 1:04 pm
by sherrell
Another question: How do I implement this screen that will be used on a tablet with android (CAPI)?

While you can force questions to be displayed at the same time on an Android by using the block feature https://www.csprousers.org/help/CSPro/blocks.html, for this question you would really just want a single question that allows checkboxes https://www.csprousers.org/help/CSPro/check_box.html.

So, Q2.09 would be an alphanumeric field that has the following response categories:

Pre-school, A
Pre-school, B
1st Circle, G1
1st Circle, G2
1st Circle, G3
1st Circle, G4
2nd Circle, G5
<etc>

You don't have the same display features on Androids as you do for PCs, so you'll have to make some adjustments.

Sherrell

Re: implement schools grade multiple choice.

Posted: November 18th, 2022, 11:48 pm
by matenek
Tks a lot for the response.
I implemented it with the tips you gave me.

all the best ;)