ResponseId
This structure uniquely identifies the response.
Syntax
typedef struct response_id
{
double group_id;
double question_id;
int repeat_sn ;
} ResponseId;Parameters
Each of the following is an input parameter for the API functions below, except for WriteResponses, where all three are output parameters.
group_id
question_id
repeat_sn
Used in Functions
GetResponse, GetUnivDiscrepancy, GetManualDiscrepancy, SetDataComment, SetResponseData, SetUnivDiscrepancy, SetManualDiscrepancy, and WriteResponses
Parent topic: DCAPI Structure Type Definitions