Created
August 23, 2018 19:27
-
-
Save MartijnR/ec6cbc338dc11d5d2ed8e5c94799ea13 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
<h:html xmlns="http://www.w3.org/2002/xforms" | |
xmlns:enk="http://enketo.org/xforms" | |
xmlns:ev="http://www.w3.org/2001/xml-events" | |
xmlns:h="http://www.w3.org/1999/xhtml" | |
xmlns:jr="http://openrosa.org/javarosa" | |
xmlns:oc="http://openclinica.com/xforms" | |
xmlns:orx="http://openrosa.org/xforms" | |
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<h:head> | |
<h:title>AB1CD</h:title> | |
<model> | |
<instance> | |
<sas2_crf_v1 id="6d16dff9-4c3d-40d1-8e45-9424075216b5-F_SAS2" version="v1.0"> | |
<Format_G2 jr:template=""> | |
<efghi_aaaa_d/> | |
<efghi_bbbb_d/> | |
<efghi_cccc_d/> | |
<efghi_aaaa_d_comment oc:queryParent="efghi_aaaa_d"/> | |
<efghi_bbbb_d_comment oc:queryParent="efghi_bbbb_d"/> | |
<efghi_cccc_d_comment oc:queryParent="efghi_cccc_d"/> | |
</Format_G2> | |
<meta> | |
<instanceID/> | |
<instanceID_comment oc:queryParent="instanceID"/> | |
</meta> | |
</sas2_crf_v1> | |
</instance> | |
<bind nodeset="/sas2_crf_v1/Format_G2/efghi_aaaa_d" oc:itemgroup="AB1_group_to_determine_if_new_logic_can_handle_group_names_that_are_very_long1" type="string"/> | |
<bind nodeset="/sas2_crf_v1/Format_G2/efghi_bbbb_d" oc:itemgroup="AB1_group_to_determine_if_new_logic_can_handle_group_names_that_are_very_long1" type="string"/> | |
<bind nodeset="/sas2_crf_v1/Format_G2/efghi_cccc_d" oc:itemgroup="AB1_group_to_determine_if_new_logic_can_handle_group_names_that_are_very_long1" type="string"/> | |
<bind calculate="concat('uuid:', uuid())" nodeset="/sas2_crf_v1/meta/instanceID" readonly="true()" type="string"/> | |
<bind enk:for="/sas2_crf_v1/Format_G2/efghi_aaaa_d" nodeset="/sas2_crf_v1/Format_G2/efghi_aaaa_d_comment" type="string"/> | |
<bind enk:for="/sas2_crf_v1/Format_G2/efghi_bbbb_d" nodeset="/sas2_crf_v1/Format_G2/efghi_bbbb_d_comment" type="string"/> | |
<bind enk:for="/sas2_crf_v1/Format_G2/efghi_cccc_d" nodeset="/sas2_crf_v1/Format_G2/efghi_cccc_d_comment" type="string"/> | |
<!--<instance id="_users" src="jr://file-csv/users.xml"/>--> | |
</model> | |
</h:head> | |
<h:body class="pages no-text-transform"> | |
<group appearance="no-collapse" ref="/sas2_crf_v1/Format_G2"> | |
<label>Group with Long Name 1</label> | |
<repeat appearance="field-list no-collapse" nodeset="/sas2_crf_v1/Format_G2"> | |
<input ref="/sas2_crf_v1/Format_G2/efghi_aaaa_d"> | |
<label>Please give us your opinion</label> | |
</input> | |
<input ref="/sas2_crf_v1/Format_G2/efghi_bbbb_d"> | |
<label>Please give us another opinion</label> | |
</input> | |
<input ref="/sas2_crf_v1/Format_G2/efghi_cccc_d"> | |
<label>Please give us one more opinion</label> | |
</input> | |
<input appearance="dn w1" ref="/sas2_crf_v1/Format_G2/efghi_aaaa_d_comment"> | |
<label>Comment:</label> | |
</input> | |
<input appearance="dn w1" ref="/sas2_crf_v1/Format_G2/efghi_bbbb_d_comment"> | |
<label>Comment:</label> | |
</input> | |
<input appearance="dn w1" ref="/sas2_crf_v1/Format_G2/efghi_cccc_d_comment"> | |
<label>Comment:</label> | |
</input> | |
</repeat> | |
</group> | |
</h:body> | |
</h:html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment