Skip to content

Commit 911bd21

Browse files
committed
added drawing activities
1 parent 0225414 commit 911bd21

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
}
5.01 KB
Loading
5.14 KB
Loading

0 commit comments

Comments
 (0)