Skip to content

Commit

Permalink
Added links to wiki for new page types using page names suggested by …
Browse files Browse the repository at this point in the history
…Jonathan (these don't exist yet but should in time for release)
  • Loading branch information
FayCross committed Aug 14, 2024
1 parent f1866c6 commit b7e6fee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
<name label="Title" type="TextInput" wysiwyg="true"/>
<text label="Text" type="TextArea" height="250" placeholder="Description for the hotspot"/>
<alttext label="Tooltip Description" type="script" height="100" defaultValue="" placeholder="Enter a description for accessibility" optional="true"/>
</flexhotspot><audioRecord menu="Interactivity" menuItem="Audio Recorder" hint="An interaction allowing a user to record short audio clips and compare them to example audio files." icon="icMicrophone" thumb="thumbs/audioRecord.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#audioRecord" wiki="https://xerte.org.uk/wiki/doku.php?id=interactivity_audioRecord" remove="true">
</flexhotspot><audioRecord menu="Interactivity" menuItem="Audio Recorder" hint="An interaction allowing a user to record short audio clips and compare them to example audio files." icon="icMicrophone" thumb="thumbs/audioRecord.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#audioRecord" wiki="https://xerte.org.uk/wiki/doku.php?id=interactivity_audio_recorder_page" remove="true">

<name label="Page Title" type="TextInput" wysiwyg="true"/>
<text label="Page Text" type="TextArea" height="200" placeholder="Enter text for the page here"/>
Expand Down Expand Up @@ -4533,7 +4533,7 @@
</lightboxGroup><pageHeaderGroup type="group" label="Header Colours" optional="true" tooltip="Change the header background colour and/or the colour of the titles for this page." common="true">
<headerBgColor type="ColourPicker" label="Header Background Colour" defaultValue="" optional="true" tooltip="Change the header background colour for this page only. If necessary, remember to change the colour of the titles too in order to maintain acceptable contrast for accessibility."/>
<headerTextColor type="ColourPicker" label="Header Titles Colour" defaultValue="" optional="true" tooltip="Change the header text colour for this page only. Note this will not overide a colour applied to the titles directly."/>
</pageHeaderGroup></iSpring><imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true">
</pageHeaderGroup></iSpring><imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" wiki="https://xerte.org.uk/wiki/doku.php?id=media_image_comparison_page" remove="true">

<name label="Page Title" type="TextInput" wysiwyg="true"/>

Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/audioRecord.xwd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<wizard menus="Interactivity"> <pageWizard remove="true" duplicate="false"> <newNodes> <audioRecord><![CDATA[<audioRecord name="Enter Page Title" text="" panelWidth="Medium" randomise="false" prevText="Previous" nextText="Next" restartText="Restart" restartConfirmText="Restarting will remove all recordings. Do you want to restart?" countText="Clip {i} of {n}" recText="Record" stopText="Stop" downloadText="Download" deleteText="Delete" clipNameLabel="Enter audio clip name" defaultClipName="Unnamed clip" clipNameRenameLabel="Edit audio clip name" micErrorLabel="Try Again" />]]></audioRecord> </newNodes> </pageWizard> <!-- audioRecord============================================= --> <audioRecord menu="Interactivity" menuItem="Audio Recorder" hint="An interaction allowing a user to record short audio clips and compare them to example audio files." icon="icMicrophone" thumb="thumbs/audioRecord.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#audioRecord" wiki="https://xerte.org.uk/wiki/doku.php?id=interactivity_audioRecord" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <text label="Page Text" type="TextArea" height="200" placeholder="Enter text for the page here"/> <panelWidth label="Panel Width" options="Small,Medium,Large,Full" type="ComboBox" data="Small,Medium,Large,Full" defaultValue="Small"/> <randomise label="Clip Order" type="ComboBox" data="false,true" options="Sequence,Random"/> <downloadGroup label="Download" type="group" tooltip="A download button will allow audio files (audio examples and/or recordings) to be downloaded once the required number of recordings have been made" optional="true"> <downloadExamples label="Example Audio" type="CheckBox" optional="true"/> <download label="Recorded Audio" type="CheckBox" optional="true"/> </downloadGroup> <feedback label="Feedback" type="TextArea" height="200" defaultValue="" placeholder="Enter feedback text" optional="true" tooltip="Add feedback once recordings for all audio clips have been made"/> <nextText label="Next Button" type="TextInput" wysiwyg="true" language="true"/> <prevText label="Previous Button" type="TextInput" wysiwyg="true" language="true"/> <restartText label="Restart Button" type="TextInput" wysiwyg="true" language="true"/> <restartConfirmText label="Restart Confirm Text" type="TextInput" language="true"/> <countText label="Clip {i} of {n}" type="TextInput" wysiwyg="true" language="true"/> <recText label="Record Button" type="TextInput" wysiwyg="true" language="true"/> <stopText label="Stop Record Button" type="TextInput" wysiwyg="true" language="true"/> <downloadText label="Download Button" type="TextInput" wysiwyg="true" language="true"/> <deleteText label="Delete Clip Button" type="TextInput" wysiwyg="true" language="true"/> <clipNameLabel label="Clip Name Text" type="TextInput" language="true"/> <defaultClipName label="Default Clip Name" type="TextInput" language="true"/> <clipNameRenameLabel label="Clip Rename Text" type="TextInput" language="true"/> <micErrorLabel label="Microphone Error Button" type="TextInput" wysiwyg="true" language="true"/> <newNodes> <nestedAudio><![CDATA[<nestedAudio name="Title" text="" feedback="" feedbackAfter="1"/>]]></nestedAudio> </newNodes> </audioRecord> <nestedAudio menuItem="Audio" icon="icBullet" remove="true"> <name label="Title" type="TextInput" wysiwyg="true"/> <text label="Text" type="TextArea" height="200" placeholder="Enter text here" /> <feedbackAfter label="Recordings Required" type="NumericStepper" min="1" max="100" step="1" tooltip="The number of recordings that must be made before the feedback is shown and the user can move on"/> <feedback label="Feedback" type="TextArea" height="200" placeholder="Enter feedback text here" tooltip="Feedback will be shown once the required number of recordings have been made"/> <audioGroup label="Audio Example" type="group" optional="true" tooltip="An example audio file that is shown before or after a recording has been made"> <audio label="File" type="Media" placeholder="Select an audio file" optional="true"/> <showAudio label="Show Example" type="ComboBox" data="always,fb" options="Initially,After Feedback" defaultValue="always" tooltip="Select whether the example audio player is shown before or after recordings are made" optional="true"/> </audioGroup> </nestedAudio> </wizard>
<wizard menus="Interactivity"> <pageWizard remove="true" duplicate="false"> <newNodes> <audioRecord><![CDATA[<audioRecord name="Enter Page Title" text="" panelWidth="Medium" randomise="false" prevText="Previous" nextText="Next" restartText="Restart" restartConfirmText="Restarting will remove all recordings. Do you want to restart?" countText="Clip {i} of {n}" recText="Record" stopText="Stop" downloadText="Download" deleteText="Delete" clipNameLabel="Enter audio clip name" defaultClipName="Unnamed clip" clipNameRenameLabel="Edit audio clip name" micErrorLabel="Try Again" />]]></audioRecord> </newNodes> </pageWizard> <!-- audioRecord============================================= --> <audioRecord menu="Interactivity" menuItem="Audio Recorder" hint="An interaction allowing a user to record short audio clips and compare them to example audio files." icon="icMicrophone" thumb="thumbs/audioRecord.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#audioRecord" wiki="https://xerte.org.uk/wiki/doku.php?id=interactivity_audio_recorder_page" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true" /> <text label="Page Text" type="TextArea" height="200" placeholder="Enter text for the page here"/> <panelWidth label="Panel Width" options="Small,Medium,Large,Full" type="ComboBox" data="Small,Medium,Large,Full" defaultValue="Small"/> <randomise label="Clip Order" type="ComboBox" data="false,true" options="Sequence,Random"/> <downloadGroup label="Download" type="group" tooltip="A download button will allow audio files (audio examples and/or recordings) to be downloaded once the required number of recordings have been made" optional="true"> <downloadExamples label="Example Audio" type="CheckBox" optional="true"/> <download label="Recorded Audio" type="CheckBox" optional="true"/> </downloadGroup> <feedback label="Feedback" type="TextArea" height="200" defaultValue="" placeholder="Enter feedback text" optional="true" tooltip="Add feedback once recordings for all audio clips have been made"/> <nextText label="Next Button" type="TextInput" wysiwyg="true" language="true"/> <prevText label="Previous Button" type="TextInput" wysiwyg="true" language="true"/> <restartText label="Restart Button" type="TextInput" wysiwyg="true" language="true"/> <restartConfirmText label="Restart Confirm Text" type="TextInput" language="true"/> <countText label="Clip {i} of {n}" type="TextInput" wysiwyg="true" language="true"/> <recText label="Record Button" type="TextInput" wysiwyg="true" language="true"/> <stopText label="Stop Record Button" type="TextInput" wysiwyg="true" language="true"/> <downloadText label="Download Button" type="TextInput" wysiwyg="true" language="true"/> <deleteText label="Delete Clip Button" type="TextInput" wysiwyg="true" language="true"/> <clipNameLabel label="Clip Name Text" type="TextInput" language="true"/> <defaultClipName label="Default Clip Name" type="TextInput" language="true"/> <clipNameRenameLabel label="Clip Rename Text" type="TextInput" language="true"/> <micErrorLabel label="Microphone Error Button" type="TextInput" wysiwyg="true" language="true"/> <newNodes> <nestedAudio><![CDATA[<nestedAudio name="Title" text="" feedback="" feedbackAfter="1"/>]]></nestedAudio> </newNodes> </audioRecord> <nestedAudio menuItem="Audio" icon="icBullet" remove="true"> <name label="Title" type="TextInput" wysiwyg="true"/> <text label="Text" type="TextArea" height="200" placeholder="Enter text here" /> <feedbackAfter label="Recordings Required" type="NumericStepper" min="1" max="100" step="1" tooltip="The number of recordings that must be made before the feedback is shown and the user can move on"/> <feedback label="Feedback" type="TextArea" height="200" placeholder="Enter feedback text here" tooltip="Feedback will be shown once the required number of recordings have been made"/> <audioGroup label="Audio Example" type="group" optional="true" tooltip="An example audio file that is shown before or after a recording has been made"> <audio label="File" type="Media" placeholder="Select an audio file" optional="true"/> <showAudio label="Show Example" type="ComboBox" data="always,fb" options="Initially,After Feedback" defaultValue="always" tooltip="Select whether the example audio player is shown before or after recordings are made" optional="true"/> </audioGroup> </nestedAudio> </wizard>
Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/imageCompare.xwd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <imageCompare><![CDATA[<imageCompare name="Enter Page Title" text="Enter here the instructions for the page" url1="Select Image" tip1="" url2="Select Image" tip2="" interactivity="Show Me" highlight="false" align="Left" nextTxt="Next" priorTxt="Previous" />]]></imageCompare> </newNodes> </pageWizard> <!-- COMPARE IMAGE INTERACTION============================= --> <imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true"/> <image1 type="group" label="Image 1"> <url1 label="File" type="media"/> <tip1 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image1> <image2 type="group" label="Image 2"> <url2 label="File" type="media"/> <tip2 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image2> <vertical label="Drag Vertically" type="CheckBox" defaultValue="true" optional="true" /> </imageCompare></wizard>
<wizard menus="Media"> <pageWizard remove="true" duplicate="false"> <newNodes> <imageCompare><![CDATA[<imageCompare name="Enter Page Title" text="Enter here the instructions for the page" url1="Select Image" tip1="" url2="Select Image" tip2="" interactivity="Show Me" highlight="false" align="Left" nextTxt="Next" priorTxt="Previous" />]]></imageCompare> </newNodes> </pageWizard> <!-- COMPARE IMAGE INTERACTION============================= --> <imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" wiki="https://xerte.org.uk/wiki/doku.php?id=media_image_comparison_page" remove="true"> <name label="Page Title" type="TextInput" wysiwyg="true"/> <image1 type="group" label="Image 1"> <url1 label="File" type="media"/> <tip1 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image1> <image2 type="group" label="Image 2"> <url2 label="File" type="media"/> <tip2 label="Description" type="TextInput" placeholder="Enter a description for accessibility"/> </image2> <vertical label="Drag Vertically" type="CheckBox" defaultValue="true" optional="true" /> </imageCompare></wizard>
Expand Down
4 changes: 2 additions & 2 deletions src/Nottingham/wizards/en-GB/template.xwd
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
<name label="Title" type="TextInput" wysiwyg="true"/>
<text label="Text" type="TextArea" height="250" placeholder="Description for the hotspot"/>
<alttext label="Tooltip Description" type="script" height="100" defaultValue="" placeholder="Enter a description for accessibility" optional="true"/>
</flexhotspot><audioRecord menu="Interactivity" menuItem="Audio Recorder" hint="An interaction allowing a user to record short audio clips and compare them to example audio files." icon="icMicrophone" thumb="thumbs/audioRecord.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#audioRecord" wiki="https://xerte.org.uk/wiki/doku.php?id=interactivity_audioRecord" remove="true">
</flexhotspot><audioRecord menu="Interactivity" menuItem="Audio Recorder" hint="An interaction allowing a user to record short audio clips and compare them to example audio files." icon="icMicrophone" thumb="thumbs/audioRecord.jpg" example="https://xot.xerte.org.uk/play_116?hide=bottom#audioRecord" wiki="https://xerte.org.uk/wiki/doku.php?id=interactivity_audio_recorder_page" remove="true">

<name label="Page Title" type="TextInput" wysiwyg="true"/>
<text label="Page Text" type="TextArea" height="200" placeholder="Enter text for the page here"/>
Expand Down Expand Up @@ -4533,7 +4533,7 @@
</lightboxGroup><pageHeaderGroup type="group" label="Header Colours" optional="true" tooltip="Change the header background colour and/or the colour of the titles for this page." common="true">
<headerBgColor type="ColourPicker" label="Header Background Colour" defaultValue="" optional="true" tooltip="Change the header background colour for this page only. If necessary, remember to change the colour of the titles too in order to maintain acceptable contrast for accessibility."/>
<headerTextColor type="ColourPicker" label="Header Titles Colour" defaultValue="" optional="true" tooltip="Change the header text colour for this page only. Note this will not overide a colour applied to the titles directly."/>
</pageHeaderGroup></iSpring><imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" remove="true">
</pageHeaderGroup></iSpring><imageCompare menu="Media" menuItem="Image Compare" hint="An interaction allowing you to compare two image" icon="icHotspot" thumb="thumbs/imageCompare.jpg" wiki="https://xerte.org.uk/wiki/doku.php?id=media_image_comparison_page" remove="true">

<name label="Page Title" type="TextInput" wysiwyg="true"/>

Expand Down

0 comments on commit b7e6fee

Please sign in to comment.