> ## Documentation Index
> Fetch the complete documentation index at: https://dev.ownright.com/llms.txt
> Use this file to discover all available pages before exploring further.

# StatusCertificateReviewAssessmentQuestion

> A status certificate review assessment question.

## Fields

<ResponseField name="answer" type="StatusCertificateReviewAssessmentQuestionAnswer">
  The answer of the assessment question.
</ResponseField>

<ResponseField name="clientDescription" type="String!" required>
  The client description of the assessment question.
</ResponseField>

<ResponseField name="handle" type="String!" required>
  The handle of the assessment question.
</ResponseField>

<ResponseField name="options" type="[StatusCertificateReviewAssessmentQuestionOption!]!" required>
  The options for the assessment question.
</ResponseField>

<ResponseField name="title" type="String!" required>
  The title of the assessment question.
</ResponseField>
