File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,31 @@ The table to store the metric report records
6464* ` count ` : how many data have we gone through to do the calculation
6565* ` created ` : date when the record gets calculated
6666
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+ <tr >
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+ </tr >
82+ <tr >
83+ <td >sum</td >
84+ <td >The sum value of the weight of the question choice</td >
85+ </tr >
86+ <tr >
87+ <td >count</td >
88+ <td >Count how many users have answered this question</td >
89+ </tr >
90+ </table >
91+
6792## Workflow
6893
6994### Create metric
You can’t perform that action at this time.
0 commit comments