count_valid_answers_per_respondent#

Survey.count_valid_answers_per_respondent() ndarray#

Count the number of valid answers for each respondent.

Returns#

np.ndarray

An array of shape (num_respondents, ), where each row contains the number of questions answered validly by the respondent corresponding to that row.