Skip to content

Commit 91e4a52

Browse files
committed
update metric
1 parent c21a8fd commit 91e4a52

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

src/features/2.metrics.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ Each combination of data source and data type represents a different metric calc
8080
</tr>
8181

8282
<tr>
83-
<td rowspan="4">question</td>
84-
<td rowspan="4">scalar</td>
83+
<td rowspan="5">question</td>
84+
<td rowspan="5">scalar</td>
8585
<td>average</td>
8686
<td>The average value of the weight of the question choice</td>
87-
<td rowspan="9">circle number,<br/>card,<br/>table</td>
87+
<td rowspan="4">circle number,<br/>card,<br/>table</td>
8888
</tr>
8989
<tr>
9090
<td>sum</td>
@@ -98,22 +98,28 @@ Each combination of data source and data type represents a different metric calc
9898
<td>net-promoter</td>
9999
<td>Calculate the net promoter of the question. (only available for choice weight 1-5 or 1-10)</td>
100100
</tr>
101+
<tr>
102+
<td>distribution</td>
103+
<td>Get the answer distribution of this question</td>
104+
<td>pie chart</td>
105+
</tr>
101106

102107
<tr>
103108
<td rowspan="2">assessment</td>
104109
<td>submitted-user</td>
105110
<td rowspan="2">count</td>
106111
<td>Count how many users have submitted this assessment</td>
112+
<td rowspan="5">circle number,<br/>card,<br/>table</td>
107113
</tr>
108114
<tr>
109115
<td>submitted-team</td>
110116
<td>Count how many teams have submitted this assessment</td>
111117
</tr>
112118

113119
<tr>
114-
<td rowspan="5">user</td>
120+
<td rowspan="3">user</td>
115121
<td>participant</td>
116-
<td rowspan="5">count</td>
122+
<td rowspan="3">count</td>
117123
<td>The total number of learners</td>
118124
</tr>
119125
<tr>
@@ -124,15 +130,6 @@ Each combination of data source and data type represents a different metric calc
124130
<td>team</td>
125131
<td>The total number of teams</td>
126132
</tr>
127-
<tr>
128-
<td>gender</td>
129-
<td>The gender distribution of learners</td>
130-
<td rowspan="2">pie chart</td>
131-
</tr>
132-
<tr>
133-
<td>nationality</td>
134-
<td>The nationality distribution of learners</td>
135-
</tr>
136133

137134
<tr>
138135
<td>pulse-check</td>

0 commit comments

Comments
 (0)