Determining how many responses were given to a question

Problem

You want to find out how many answers a respondent has given to a certain question.

Solution

Use a CALCUL question as in:

    number = n_selections($QUESTION,1,2,3,4,5)

Discussion

The n_selections function returns the number of selections a respondent has made in question QUESTION among the list of codes which follows the name of the question.

Determining how many responses were given to a question

Problem

You want to find out how many answers a respondent has given to a certain question.

Solution

Use a CALCUL question as in:

    number = n_selections($QUESTION,1,2,3,4,5)

Discussion

The n_selections function returns the number of selections a respondent has made in question QUESTION among the list of codes which follows the name of the question.