-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresent.qmd
More file actions
25 lines (20 loc) · 713 Bytes
/
Copy pathpresent.qmd
File metadata and controls
25 lines (20 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
title: "pmcq"
format: revealjs
---
## Equation
$$
B = \sum_{k=1}^{5} (r_k - c_k)^2
$$
<br> <br> $$
B^{*} = 20 - 25B
$$
## Table
| Actor | Probabilities | B | B\* |
|---------------|-------------------|----------|---------------|
| Test-creator | $c = (0, 1, 0, 0, 0)$ | | |
| Student A | $r = (0, 1, 0, 0, 0)$ | 0 | +20 |
| Student B | $r = (.2, .2, .2, .2, .2)$ | 0.8 | 0 |
| Student C | $r = (0, 0, 1, 0, 0)$ | 2 | -30 |
| Student D | $r = (.10, .75, .05, .08, .02)$ |0.08| +18 |
| Student E | $r = (.03, .80, .08, .06, .03)$ |0.05| +18.7 |