Search found 57 matches

by claudia
March 6th, 2018, 8:25 am
Forum: Other
Topic: Changing to CSPro v7
Replies: 22
Views: 17823

Changing to CSPro v7

Hi, I have cretaed my whole CAPI data entry in Cspro version 6.3. Before starting the survey and collecting data, I want to set up synchronisation from my android tablet to dropbox but I get an error message saying that synchronisation is not supported to dropbox in this version so if I understand c...
by claudia
February 13th, 2018, 11:13 am
Forum: Entry
Topic: Showing Text Boxes
Replies: 3
Views: 4147

Showing Text Boxes

Hi, On my laptop (windows) version of the questionnaire form there are a few instructions to questions which are in the format of text boxes (e.g. "the next 10 questions are about the services you used during your recent pregnancy"). On my Android device these text boxes don't appear. How ...
by claudia
September 26th, 2017, 5:08 am
Forum: Entry
Topic: Problem with multiple languages
Replies: 7
Views: 6432

Re: Problem with multiple languages

Hi and thank you for your answers. I'm a bit slow understanding this procedure, really sorry... Basically, I had followed these instructions (http://www.csprousers.org/help/CSPro/multiple_language_dictionaries.html) and I do have the "Language" box in the toolbar where both English and Fre...
by claudia
September 25th, 2017, 7:21 am
Forum: Entry
Topic: Problem with multiple languages
Replies: 7
Views: 6432

Re: Problem with multiple languages

Hi, thank you for your answers. Until now, I was only changing the Value LABELS according to the language; which seemed to work in most cases (but not all!). Am I also supposed to change the Value Set NAMES? And what about the ITEM NAMES (I had left them the same in the two languages)? Many thanks, ...
by claudia
September 22nd, 2017, 5:12 am
Forum: Entry
Topic: Problem with multiple languages
Replies: 7
Views: 6432

Problem with multiple languages

Hi, I use cspro v6.3 and I am programming my questionnaire in multiple languages: English and French. I have followed the instructions for adding a language to the value sets (questionnaire answers) and most of the time it works; however, sometimes when I change the value sets say from English into ...
by claudia
September 20th, 2017, 10:47 am
Forum: Entry
Topic: Multi language application
Replies: 7
Views: 6571

Re: Multi language application

Thanks. Would anyone else know how to fix this problem with the value sets in different languages (see below)? Hi, I use cspro v6.3 and I am also programming my questionnaire in multiple languages: English and French. I have followed the instructions for adding a language to the value sets and most ...
by claudia
September 18th, 2017, 6:03 am
Forum: Entry
Topic: Multi language application
Replies: 7
Views: 6571

Re: Multi language application

Hi, I use cspro v6.3 and I am also programming my questionnaire in multiple languages: English and French. I have followed the instructions for adding a language to the value sets and most of the time it works; however, sometimes when I change the value sets say from English into French (for the Fre...
by claudia
July 7th, 2017, 4:55 am
Forum: Entry
Topic: Error message for incompatible multiple answers
Replies: 6
Views: 4752

Re: Error message for incompatible multiple answers

Perfect, that's what I was looking for. Thanks
by claudia
July 6th, 2017, 10:53 am
Forum: Entry
Topic: Error message for incompatible multiple answers
Replies: 6
Views: 4752

Re: Error message for incompatible multiple answers

Thanks for your reply. The code worked fine to create an error message if someone selects options "D" and "E" at the same time. However, I was also looking for an error message in case someone selects for ex. A, B, and E (seen as it's incompatible to say you consulted a healthcar...
by claudia
July 5th, 2017, 9:29 am
Forum: Entry
Topic: Error message for incompatible multiple answers
Replies: 6
Views: 4752

Re: Error message for incompatible multiple answers

That's incredibly helpful thanks! In case anyone uses the same command, I had to modify a couple of details because my cspro wasn't happy about an extra braket and some inverted commas, so this is what I used: if pos("D",$) >=1 and length (strip($))>1 then errmsg ("You cannot select n...