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