GroupId

This structure is used by GetQuestGroupId to return the question group ID, given the question group name.

Syntax

typedef struct group_id
{
 char group_name[GROUP_SIZE+1] ;
} GroupId;

Parameter

group_name (in): the name of the question group.

Used in Function

GetQuestGroupId