Values.QuestionMetricSourceA metric for a particular question in the pillar.
type nonrec t = {questionId : QuestionId.t option;risk : Risk.t option;bestPractices : BestPractices.t option;The best practices, or choices, that have been identified as contributing to risk in a question.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of ChoiceId.t ]) list ] list
| `String of QuestionId.t ])
list ]