You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/features/2.metrics.md
+48-6Lines changed: 48 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ Relationship between a metric and a data source link in an experience
49
49
*`metric_id`
50
50
*`data_source_id` : the related data source id
51
51
* When `data_source` = `question`, this id is the question id
52
+
* When `data_source` = `assessment`, this id is the assessment id
53
+
* When `data_source` = `user` or `pulse-check`, this id is the experience id
52
54
*`experience_id`
53
55
*`institution_id`
54
56
*`calculation_frequency` : when to calculate the metrics
@@ -66,18 +68,23 @@ The table to store the metric report records
66
68
67
69
## Metric Types
68
70
71
+
Each combination of data source and data type represents a different metric calculation approach. Below is a comprehensive list of all supported data source and data type combinations:
72
+
69
73
<table>
70
74
<tr>
71
75
<th>data_source</th>
72
76
<th>data_type</th>
73
77
<th>aggregation</th>
74
78
<th>description</th>
79
+
<th>report type</th>
75
80
</tr>
81
+
76
82
<tr>
77
-
<tdrowspan="3">question</td>
78
-
<tdrowspan="3">scalar</td>
83
+
<tdrowspan="4">question</td>
84
+
<tdrowspan="4">scalar</td>
79
85
<td>average</td>
80
86
<td>The average value of the weight of the question choice</td>
0 commit comments