-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrubric-criteria.json
More file actions
50 lines (50 loc) · 1.22 KB
/
Copy pathrubric-criteria.json
File metadata and controls
50 lines (50 loc) · 1.22 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"version": 1,
"criteria": [
{
"id": "layout-repeated-track-symmetry",
"pass": "layout",
"rubric": "rubrics/pass-layout.md"
},
{
"id": "deck-example-rendered-truth",
"pass": "deck-review",
"rubric": "rubrics/pass-deck-review.md"
},
{
"id": "deck-annotation-evidence-mapping",
"pass": "deck-review",
"rubric": "rubrics/pass-deck-review.md"
},
{
"id": "deck-reading-path-density",
"pass": "deck-review",
"rubric": "rubrics/pass-deck-review.md"
},
{
"id": "deck-structural-variety",
"pass": "deck-review",
"rubric": "rubrics/pass-deck-review.md"
},
{
"id": "deck-click-in-continuity",
"pass": "deck-review",
"rubric": "rubrics/pass-deck-review.md"
},
{
"id": "artifact-slop-false-sequence",
"pass": "artifacture:slop-gap",
"rubric": "rubrics/pass-artifact-slop-gap.md"
},
{
"id": "artifact-slop-false-state",
"pass": "artifacture:slop-gap",
"rubric": "rubrics/pass-artifact-slop-gap.md"
},
{
"id": "artifact-slop-false-provenance",
"pass": "artifacture:slop-gap",
"rubric": "rubrics/pass-artifact-slop-gap.md"
}
]
}