-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add customized height and weight elements items back
- Loading branch information
Showing
5 changed files
with
92 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"id": "height_cm", | ||
"category": "reproschema:Item", | ||
"description": { | ||
"en": "inches or centimeters" | ||
}, | ||
|
||
"prefLabel": { | ||
"en": "height centimeters" | ||
}, | ||
"question": { | ||
"en": "Height (centimeters)" | ||
}, | ||
"responseOptions": { | ||
"valueType": "xsd:decimal" | ||
}, | ||
"ui": { | ||
"inputType": "float" | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"id": "height_in", | ||
"category": "reproschema:Item", | ||
"description": { | ||
"en": "inches or centimeters" | ||
}, | ||
"preamble": { | ||
"en": "Height and Weight" | ||
}, | ||
"prefLabel": { | ||
"en": "height inches" | ||
}, | ||
"question": { | ||
"en": "Height (inches)" | ||
}, | ||
"responseOptions": { | ||
"valueType": "xsd:decimal" | ||
}, | ||
"ui": { | ||
"inputType": "float" | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"id": "weight_kg", | ||
"category": "reproschema:Item", | ||
"description": { | ||
"en": "lbs or kg" | ||
}, | ||
"prefLabel": { | ||
"en": "weight kilograms" | ||
}, | ||
"question": { | ||
"en": "Weight (kilograms)" | ||
}, | ||
"responseOptions": { | ||
"valueType": "xsd:decimal" | ||
}, | ||
"ui": { | ||
"inputType": "float" | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"id": "weight_lbs", | ||
"category": "reproschema:Item", | ||
"description": { | ||
"en": "lbs or kg" | ||
}, | ||
"prefLabel": { | ||
"en": "weight pounds" | ||
}, | ||
"question": { | ||
"en": "Weight (pounds)" | ||
}, | ||
"responseOptions": { | ||
"valueType": "xsd:decimal" | ||
}, | ||
"ui": { | ||
"inputType": "float" | ||
}, | ||
"@context": "https://raw.githubusercontent.com/ReproNim/reproschema/main/releases/1.0.0/reproschema" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters