We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a16f43 commit 28e67e8Copy full SHA for 28e67e8
1 file changed
src/features/2.metrics.md
@@ -64,6 +64,31 @@ The table to store the metric report records
64
* `count` : how many data have we gone through to do the calculation
65
* `created` : date when the record gets calculated
66
67
+## Metric Types
68
+
69
+<table>
70
+<tr>
71
+<th>data_source</th>
72
+<th>data_type</th>
73
+<th>aggregation</th>
74
+<th>description</th>
75
+</tr>
76
77
+<td rowspan="3">question</td>
78
+<td rowspan="3">scalar</td>
79
+<td>average</td>
80
+<td>The average value of the weight of the question choice</td>
81
82
83
+<td>sum</td>
84
+<td>The sum value of the weight of the question choice</td>
85
86
87
+<td>count</td>
88
+<td>Count how many users have answered this question</td>
89
90
+</table>
91
92
## Workflow
93
94
### Create metric
0 commit comments