From d5f74cca7f7fe5151436e0ec61b59234069338de Mon Sep 17 00:00:00 2001 From: jojohoch <joachim.hoch@iqb.hu-berlin.de> Date: Fri, 12 Nov 2021 16:06:55 +0100 Subject: [PATCH] Add export files --- ...kbox_required_iqb-aspect-module@0.1.1.json | 1 + ...down_required_iqb-aspect-module@0.1.1.json | 62 +++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 example_data/export_files/checkbox_required_iqb-aspect-module@0.1.1.json create mode 100644 example_data/export_files/dropdown_required_iqb-aspect-module@0.1.1.json diff --git a/example_data/export_files/checkbox_required_iqb-aspect-module@0.1.1.json b/example_data/export_files/checkbox_required_iqb-aspect-module@0.1.1.json new file mode 100644 index 000000000..422204173 --- /dev/null +++ b/example_data/export_files/checkbox_required_iqb-aspect-module@0.1.1.json @@ -0,0 +1 @@ +{"pages":[{"sections":[{"elements":[{"id":"checkbox_1","zIndex":0,"width":213,"height":145,"dynamicPositioning":false,"xPosition":191,"yPosition":185,"gridColumnStart":1,"gridColumnEnd":2,"gridRowStart":1,"gridRowEnd":2,"marginLeft":0,"marginRight":0,"marginTop":0,"marginBottom":0,"type":"checkbox","readOnly":false,"label":"Beispielbeschriftung","value":false,"required":true,"requiredWarnMessage":"Eingabe erforderlich","fontColor":"#000000","font":"Roboto","fontSize":18,"lineHeight":120,"bold":false,"italic":false,"underline":false,"backgroundColor":"transparent"}],"height":400,"backgroundColor":"white","dynamicPositioning":false,"autoColumnSize":true,"autoRowSize":true,"gridColumnSizes":"1fr 1fr","gridRowSizes":"1fr"}],"hasMaxWidth":false,"maxWidth":900,"margin":0,"backgroundColor":"#ffffff","alwaysVisible":false,"alwaysVisiblePagePosition":"left","alwaysVisibleAspectRatio":50}],"veronaModuleVersion":"iqb-aspect-module@0.1.1"} \ No newline at end of file diff --git a/example_data/export_files/dropdown_required_iqb-aspect-module@0.1.1.json b/example_data/export_files/dropdown_required_iqb-aspect-module@0.1.1.json new file mode 100644 index 000000000..bf3a0888a --- /dev/null +++ b/example_data/export_files/dropdown_required_iqb-aspect-module@0.1.1.json @@ -0,0 +1,62 @@ +{ + "pages": [ + { + "sections": [ + { + "elements": [ + { + "id": "dropdown_1", + "zIndex": 0, + "width": 214, + "height": 107, + "dynamicPositioning": false, + "xPosition": 160, + "yPosition": 138, + "gridColumnStart": 1, + "gridColumnEnd": 2, + "gridRowStart": 1, + "gridRowEnd": 2, + "marginLeft": 0, + "marginRight": 0, + "marginTop": 0, + "marginBottom": 0, + "type": "dropdown", + "readOnly": false, + "label": "Beispielbeschriftung", + "value": null, + "required": true, + "requiredWarnMessage": "Eingabe erforderlich", + "options": [ + "Hong Kong Dynamic" + ], + "allowUnset": false, + "fontColor": "#000000", + "font": "Roboto", + "fontSize": 18, + "lineHeight": 120, + "bold": false, + "italic": false, + "underline": false, + "backgroundColor": "#d3d3d3" + } + ], + "height": 400, + "backgroundColor": "white", + "dynamicPositioning": false, + "autoColumnSize": true, + "autoRowSize": true, + "gridColumnSizes": "1fr 1fr", + "gridRowSizes": "1fr" + } + ], + "hasMaxWidth": false, + "maxWidth": 900, + "margin": 0, + "backgroundColor": "#ffffff", + "alwaysVisible": false, + "alwaysVisiblePagePosition": "left", + "alwaysVisibleAspectRatio": 50 + } + ], + "veronaModuleVersion": "iqb-aspect-module@0.1.1" +} -- GitLab