Values.ReviewTemplateAnswerSummarySourceThe summary of review template answers.
type nonrec t = {questionId : QuestionId.t option;pillarId : PillarId.t option;questionTitle : QuestionTitle.t option;choices : Choices.t option;selectedChoices : SelectedChoices.t option;choiceAnswerSummaries : ChoiceAnswerSummaries.t option;A list of selected choices to a question in the review template.
*)isApplicable : IsApplicable.t option;answerStatus : ReviewTemplateAnswerStatus.t option;The status of whether or not this question has been answered.
*)reason : AnswerReason.t option;The reason why a choice is not-applicable to a question in the review template.
*)questionType : QuestionType.t option;The type of question.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsApplicable.t
| `Enum of string
| `List of
[> `String of ChoiceId.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of ChoiceContentDisplayText.t ])
list ]
list ])
list ]
list
| `String of ChoiceId.t
| `Structure of
(string * [> `String of ChoiceContentDisplayText.t ]) list ])
list ]
list
| `String of QuestionId.t ])
list ]