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: QuizPartaker__c


Field API Name Type Description

Description

Description__c

Long Text Area (32768)

Specify information about the quiz partaker.

Quiz

QuizId__c

Master-Detail(Quiz)

The parent Quiz record.

User

UserId__c

Lookup(User)

The related User record.

``