File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 2323 "reproschema:Skipped"
2424 ]
2525 },
26- {"isAbout": "items/text_item",
26+ {"isAbout": "items/text_item",
2727 "variableName": "text_item",
2828 "isVis": true,
2929 "allow": [
3030 "reproschema:Skipped"
3131 ]
3232 },
33+ {"isAbout": "items/textarea_item",
34+ "variableName": "textarea_item",
35+ "isVis": true,
36+ "allow": [
37+ "reproschema:Skipped"
38+ ]
39+ },
3340 {"isAbout": "items/participant_id_item",
3441 "variableName": "participant_id_item",
3542 "isVis": true,
5663 "items/integer_item",
5764 "items/float_item",
5865 "items/text_item",
66+ "items/textarea_item",
5967 "items/multitext_item",
6068 "items/participant_id_item",
6169 "items/email_item"
Original file line number Diff line number Diff line change 1+ {
2+ "@context": "https://raw.githubusercontent.com/ReproNim/reproschema/1.0.0-rc2/contexts/generic",
3+ "@type": "reproschema:Field",
4+ "@id": "textarea_item",
5+ "prefLabel": "text area item",
6+ "description": "This is a text area item.",
7+ "schemaVersion": "1.0.0-rc2",
8+ "version": "0.0.1",
9+ "question": "This is an item where the user can input large amounts of text.",
10+ "ui": {
11+ "inputType": "textarea"
12+ },
13+ "responseOptions": {
14+ "valueType": "xsd:string",
15+ "maxLength": 300
16+ }
17+ }
You can’t perform that action at this time.
0 commit comments