Show Function
Posted: February 25th, 2014, 8:56 am
Hi all,
I am creating a CAPI mode application for a household survey. After completing the roster of the household, there are questions at various forms where the ID of the Respondent is asked. In in order the interviewer not to go backwards and look it up, I am using the show function where I include the ID code and Name. The command looks like:
onfocus
i=show(ROSTER000,IDCX,Q101,TITLE("ID","NAME"));
What I am wondering is if there is a function that gives the interviewer the option enter the ID by choosing,as with the show function there is just a pop up window and after the interviewer has to enter the ID code manually. I know it is not the best explanation but I hope you will get the meaning.
And one more thing about the show function. If the question is the first of the form (let's say 2.1), the table from the show function appears right after answering the last question of the previous form (let's say 1.10) and CAPI question that appears is still from 1.10 and not 2.1. Any ideas how to deal with these 2 issues?
Best,
Stavros
I am creating a CAPI mode application for a household survey. After completing the roster of the household, there are questions at various forms where the ID of the Respondent is asked. In in order the interviewer not to go backwards and look it up, I am using the show function where I include the ID code and Name. The command looks like:
onfocus
i=show(ROSTER000,IDCX,Q101,TITLE("ID","NAME"));
What I am wondering is if there is a function that gives the interviewer the option enter the ID by choosing,as with the show function there is just a pop up window and after the interviewer has to enter the ID code manually. I know it is not the best explanation but I hope you will get the meaning.
And one more thing about the show function. If the question is the first of the form (let's say 2.1), the table from the show function appears right after answering the last question of the previous form (let's say 1.10) and CAPI question that appears is still from 1.10 and not 2.1. Any ideas how to deal with these 2 issues?
Best,
Stavros