-
-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
51da792
commit e33cd87
Showing
55 changed files
with
2,514 additions
and
837 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
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
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
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
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
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
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
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
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
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
95 changes: 95 additions & 0 deletions
95
tests/e2e/default/training-materials/forms/expired-training.xml
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,95 @@ | ||
<?xml version="1.0"?> | ||
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:jr="http://openrosa.org/javarosa" xmlns:orx="http://openrosa.org/xforms"> | ||
<h:head> | ||
<h:title>First Training</h:title> | ||
<model> | ||
<itext> | ||
<translation lang="en"> | ||
<text id="/expired_training/action_icons/action_icons_aligment/action_icons_image_1:label"> | ||
<value>**Old feature**</value> | ||
</text> | ||
<text id="/expired_training/action_icons/action_icons_aligment/action_icons_image_2:label"> | ||
<value>**New feature**</value> | ||
</text> | ||
<text id="/expired_training/action_icons/action_icons_note_1:label"> | ||
<value>The "New Action" icon at the bottom of your app has also changed.</value> | ||
</text> | ||
<text id="/expired_training/ending/ending_note_1:label"> | ||
<value>If you do not understand these changes, please contact your supervisor.</value> | ||
</text> | ||
<text id="/expired_training/ending/ending_note_2:label"> | ||
<value>When you're ready, go ahead and start using your app.</value> | ||
</text> | ||
<text id="/expired_training/intro/intro_note_1:label"> | ||
<value>There have been some changes to icons in your app. The next few screens will show you the difference.</value> | ||
</text> | ||
<text id="/expired_training/intro/intro_note_2:label"> | ||
<value>Read each screen carefully and tap "Next" if you understand. If you need extra support, please contact your supervisor.</value> | ||
</text> | ||
</translation> | ||
</itext> | ||
<instance> | ||
<expired_training id="expired_training" prefix="J1!expired_training!" delimiter="#" version="2022-06-07 10:17:10"> | ||
<intro tag="hidden"> | ||
<intro_note_1 tag="hidden"/> | ||
<intro_note_2 tag="hidden"/> | ||
</intro> | ||
<action_icons tag="hidden"> | ||
<action_icons_note_1 tag="hidden"/> | ||
<action_icons_aligment> | ||
<action_icons_image_1 tag="hidden"/> | ||
<action_icons_image_2 tag="hidden"/> | ||
</action_icons_aligment> | ||
</action_icons> | ||
<ending tag="hidden"> | ||
<ending_note_1 tag="hidden"/> | ||
<ending_note_2 tag="hidden"/> | ||
</ending> | ||
<meta tag="hidden"> | ||
<instanceID/> | ||
</meta> | ||
</expired_training> | ||
</instance> | ||
<instance id="contact-summary"/> | ||
<bind nodeset="/expired_training/intro/intro_note_1" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/intro/intro_note_2" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/action_icons/action_icons_note_1" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/action_icons/action_icons_aligment/action_icons_image_1" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/action_icons/action_icons_aligment/action_icons_image_2" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/ending/ending_note_1" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/ending/ending_note_2" readonly="true()" type="string"/> | ||
<bind nodeset="/expired_training/meta/instanceID" type="string" readonly="true()" calculate="concat('uuid:', uuid())"/> | ||
</model> | ||
</h:head> | ||
<h:body class="pages"> | ||
<group appearance="field-list" ref="/expired_training/intro"> | ||
<input ref="/expired_training/intro/intro_note_1"> | ||
<label ref="jr:itext('/expired_training/intro/intro_note_1:label')"/> | ||
</input> | ||
<input ref="/expired_training/intro/intro_note_2"> | ||
<label ref="jr:itext('/expired_training/intro/intro_note_2:label')"/> | ||
</input> | ||
</group> | ||
<group appearance="field-list" ref="/expired_training/action_icons"> | ||
<input ref="/expired_training/action_icons/action_icons_note_1"> | ||
<label ref="jr:itext('/expired_training/action_icons/action_icons_note_1:label')"/> | ||
</input> | ||
<group ref="/expired_training/action_icons/action_icons_aligment"> | ||
<input ref="/expired_training/action_icons/action_icons_aligment/action_icons_image_1"> | ||
<label ref="jr:itext('/expired_training/action_icons/action_icons_aligment/action_icons_image_1:label')"/> | ||
</input> | ||
<input ref="/expired_training/action_icons/action_icons_aligment/action_icons_image_2"> | ||
<label ref="jr:itext('/expired_training/action_icons/action_icons_aligment/action_icons_image_2:label')"/> | ||
</input> | ||
</group> | ||
</group> | ||
<group appearance="field-list" ref="/expired_training/ending"> | ||
<input ref="/expired_training/ending/ending_note_1"> | ||
<label ref="jr:itext('/expired_training/ending/ending_note_1:label')"/> | ||
</input> | ||
<input ref="/expired_training/ending/ending_note_2"> | ||
<label ref="jr:itext('/expired_training/ending/ending_note_2:label')"/> | ||
</input> | ||
</group> | ||
</h:body> | ||
</h:html> |
Oops, something went wrong.