File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
activities/drawingActivity Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
3+ "@type": "reproschema:Activity",
4+ "@id": "drawingActivity_schema",
5+ "prefLabel": {
6+ "en": "Drawing Activity"
7+ },
8+ "description": "Assessment of drawing tasks",
9+ "schemaVersion": "1.0.0",
10+ "version": "0.0.1",
11+ "ui": {
12+ "addProperties": [
13+ {
14+ "isAbout": "items/drawClock",
15+ "variableName": "drawClock",
16+ "prefLabel": {
17+ "en": "Draw a clock"
18+ },
19+ "backgroundImage": "./images/drawaclock.png"
20+ },
21+ {
22+ "isAbout": "items/signName",
23+ "variableName": "signName",
24+ "prefLabel": {
25+ "en": "Sign your name"
26+ },
27+ "backgroundImage": "./images/signature.png"
28+ }],
29+ "order": [
30+ "items/signName",
31+ "items/drawClock"
32+ ],
33+ "shuffle": false
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments