Quiz Partaker Field Reference

The Quiz Partaker object is intended to link the user who passes the quiz with the Quiz and Quiz Completion record.


API name in Salesforce: CTCPG__QuizPartaker__c


Field API Name Type Description

Already Passed Count

CTCPG__AlreadyPassedCount__c

Number(18,0)

The number of the completed questions if a partaker has several attempts.

Description

CTCPG__Description__c

Long Text Area (32768)

Specify information about the quiz partaker.

Possible Number of Passes

CTCPG__PossibleNumberofPasses__c

Number(18,0)

The allowed number of quiz attempts.

Is Quiz Required

CTCPG__IsRequired__c

Checkbox

If selected, the quiz is required to take.

Quiz

CTCPG__QuizId__c

Master-Detail(Quiz)

The parent Quiz record.

User Id

CTCPG__UserId__c

Lookup(User)

The related User record.

``