Skip to content

Commit 4304946

Browse files
committed
update item names
1 parent 70c088a commit 4304946

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

activities/selectActivity/items/slider_item_with_max

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
33
"@type": "reproschema:Field",
4-
"@id": "slider_item",
5-
"prefLabel": "slider item",
6-
"description": "This is a slider item.",
4+
"@id": "slider_item_with_max",
5+
"prefLabel": "slider item with max value",
6+
"description": "This is a slider item with max value.",
77
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
9-
"question": "This is an example of a slider item.",
9+
"question": "This is an example of a slider item with max value.",
1010
"ui": {
1111
"inputType": "slider"
1212
},

activities/selectActivity/items/slider_item_without_max

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0/contexts/reproschema",
33
"@type": "reproschema:Field",
4-
"@id": "slider_item",
5-
"prefLabel": "slider item",
6-
"description": "This is a slider item.",
4+
"@id": "slider_item_without_max",
5+
"prefLabel": "slider item without max",
6+
"description": "This is a slider item without max value.",
77
"schemaVersion": "1.0.0",
88
"version": "0.0.1",
9-
"question": "This is an example of a slider item.",
9+
"question": "This is an example of a slider item without max value.",
1010
"ui": {
1111
"inputType": "slider"
1212
},

0 commit comments

Comments
 (0)