Values.ProfileTemplateQuestionSourceA profile template question.
type nonrec t = {questionId : QuestionId.t option;questionTitle : QuestionTitle.t option;questionDescription : QuestionDescription.t option;questionChoices : ProfileTemplateQuestionChoices.t option;The question choices.
*)minSelectedChoices : MinSelectedProfileChoices.t option;The minimum number of choices selected.
*)maxSelectedChoices : MaxSelectedProfileChoices.t option;The maximum number of choices selected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MinSelectedProfileChoices.t
| `List of
[> `Structure of (string * [> `String of ChoiceId.t ]) list ] list
| `String of QuestionId.t ])
list ]