Values_1.EvaluationAnswerInputSourceInformation about input answers for a contact evaluation.
type nonrec t = {value : EvaluationAnswerData.t option;The value for an answer in a contact evaluation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of EvaluationAnswerDataNumericValue.t
| `List of
[> `String of EvaluationAnswerDataStringValue.t ] list
| `String of EvaluationAnswerDataStringValue.t ])
list ])
list ]