[Xerte-dev] Re: Xerte-dev Digest, Vol 39, Issue 5

Kemp Johnathan johnathan.kemp at ntlworld.com
Fri Nov 7 23:23:18 GMT 2014


Further to my earlier post - and this shows how long it is since I was
active with Xerte

Can I ask if you have taken a look at the hotspotImageConnector page?

I don't have a version of Xerte Online Toolkits to test this on, but in the
last version of desktop Xerte the hotspotImageConnector page included the
functionality to add either a text box or a sound to a hotspot (instead of
a connection to another page) so this page may already offer you the
functionality you are looking for.

Anyway as before - if I have miss understood what it is you are seeking to
achieve just ignore me and I'll go away :-)

Johnathan

On 6 November 2014 15:50, sara djezar <djezarsara at gmail.com> wrote:

> yes i have used notepad++
>
> 2014-11-06 16:41 GMT+01:00 <xerte-dev-request at lists.nottingham.ac.uk>:
>
>> Send Xerte-dev mailing list submissions to
>>         xerte-dev at lists.nottingham.ac.uk
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>> or, via email, send a message with subject or body 'help' to
>>         xerte-dev-request at lists.nottingham.ac.uk
>>
>> You can reach the person managing the list at
>>         xerte-dev-owner at lists.nottingham.ac.uk
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Xerte-dev digest..."
>>
>>
>> Today's Topics:
>>
>>    1. Re: Xerte-dev Digest, Vol 39, Issue 3 (Julian Tenney)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Thu, 6 Nov 2014 15:41:17 +0000
>> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
>> To: For Xerte technical developers <xerte-dev at lists.nottingham.ac.uk>
>> Subject: [Xerte-dev] Re: Xerte-dev Digest, Vol 39, Issue 3
>> Message-ID:
>>         <
>> 12C67A1EEC419342AF5E59DA31562C3F0D99E34F63 at EXCHANGE1.ad.nottingham.ac.uk>
>>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Almost certainly this is due to an error in the xml somewhere. Have you
>> run it through a validator?
>>
>> From: xerte-dev-bounces at lists.nottingham.ac.uk [mailto:
>> xerte-dev-bounces at lists.nottingham.ac.uk] On Behalf Of sara djezar
>> Sent: 06 November 2014 15:39
>> To: xerte-dev at lists.nottingham.ac.uk
>> Subject: [Xerte-dev] Re: Xerte-dev Digest, Vol 39, Issue 3
>>
>> hi everyone  i have an other problem: i want to transforme the hotspot
>> image template into hotspot image sound i have created this xml file :
>> <?xml version="1.0"?>
>>
>> -<learningObject>
>>
>>
>> -<hotspotImageSound align="Bottom" hicol="0xFFFF00" highlight="false"
>> interactivity="Click Explore"
>>                     tip="Exhibit the behaviour mind map"
>> imageWidth="Large"
>>                     url=" FileLocation + 'media/Exhibit the
>> behaviour.ping'"
>>                    text="<Li>Click any of the labels on the mind map to
>> hear information about the topic.</Li> <Li>Make a note of any ideas that
>> are new to you.</Li> <I>This is an example of the Hotspot Image Sound Page
>> Wizard. This Page Wizard is not available in the Page Templates project
>> wide template as of October 2010.</I+> This is an enhancement of the
>> Hotspot Image Page Wizard, which is included in Page Templates. <I>The mind
>> map was created using Free mind, an open source Mind Mapping program. The
>> voice over was created using State from paranormal.com<
>> http://paranormal.com> and Audacity to slow down the rate of speech by
>> about 10%. I found that using text to speech created a consistent voice. In
>> earlier projects I used live voices, which I could not later match with if
>> I wanted to add further speech after the speaker was no longer
>> available.</I>" linkID="">
>> <hotspot text="Description for the hotspot" h="19" w="116" y="33" x="114"
>>                displayText="No" name="Result of Trigger"
>> audio="FileLocation + 'media/exhibit_trigger.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="16" w="69" y="102" x="45"
>>                displayText="No" name="Tutor trap" audio="FileLocation +
>> 'media/exhibit_tutorTrap.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="16" w="93" y="125" x="23"
>>                displayText="No" name="Responsibility" audio="FileLocation
>> + 'media/exhibit_responsibilities.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="18" w="72" y="112" x="138"
>>                 displayText="No" name="Outcomes" audio="FileLocation +
>> 'media/exhibit_outcomes.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="37" w="86" y="67" x="257"
>>                 displayText="No" name="Exhibit the behaviour"
>> audio="FileLocation + 'media/exhibit_exhibit.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="18" w="88" y="22" x="354"
>>                 displayText="No" name="Competence" audio="FileLocation +
>> 'media/exhibit_competence.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="18" w="62" y="112" x="379"
>>                displayText="No" name="Practice" audio="FileLocation +
>> 'media/exhibit_practice.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="17" w="74" y="93" x="463"
>> displayText="No" name="Frequency" audio="FileLocation +
>> 'media/exhibit_frequency.mp3'"/>
>>
>> <hotspot text="Description for the hotspot" h="31" w="90" y="117" x="463"
>> displayText="No" name="Sleep and performance" audio="FileLocation +
>> 'media/exhibit_sleep.mp3'"/>
>>
>> </hotspotImageSound>
>>
>> </learningObject>
>>
>>
>> and this page wizard :
>>
>> <wizard>
>>
>>   <!--HOTSPOT IMAGE
>> INTERACTION----------------------------------------------------->
>>   <hotspotImageSound hint="An interaction allowing you to mark up an
>> image with regions and associate explanatory text with each region. The
>> type of interactivity can be varied.">
>>
>>
>>     <text type="TextArea" height="250" label="Text"/>
>>     <url type="media" label="Image"/>
>>     <imageWidth type="ComboBox" label="Image Width"
>> options="Small,Medium,Large,Full" width="100"/>
>>     <tip type="TextInput" label="Image Tooltip"/>
>>     <interactivity type="ComboBox" label="Interactivity" options="Show
>> Me,Click Explore" width="100"/>
>>     <highlight type="CheckBox" label="Highlight Hotspots"/>
>>     <hicol type="ColourPicker" label="Highlight Colour"/>
>>     <align type="ComboBox" label="Align Text" options="Left,Right,Bottom"
>> width="100"/>
>>
>>     <narration type="media" label="Narration" optional="true"/>
>>
>>     <newNodes>
>>       <hotspot><![CDATA[<hotspot name="name" text="Description for the
>> hotspot" displayText="Yes" x="0" y="0" w="100" h="100" /></hotspot>
>>     </newNodes>
>>
>>   </hotspotImageSound>
>>
>>
>> <!--HOTSPOT-------------------------------------------------------------------------->
>>   <hotspot type="hotSpot" label="Edit Hotspot" menuItem="HotSpot"
>> icon="icLayers" remove="true">
>>
>>     <name type="TextInput" label="Hotspot Title"/>
>>     <text type="TextArea" height="250" label="Text"/>
>>     <displayText type="ComboBox" label="Display Text" options="Yes,No"
>> width="100"/>
>>     <audio type="media" label="Sound to play" optional="true"/>
>>   </hotspot>
>>
>> i have connected the xml file to the new template and this is my results :
>>
>>
>>
>> </wizard>
>>
>> 2014-11-06 13:00 GMT+01:00 <xerte-dev-request at lists.nottingham.ac.uk
>> <mailto:xerte-dev-request at lists.nottingham.ac.uk>>:
>> Send Xerte-dev mailing list submissions to
>>         xerte-dev at lists.nottingham.ac.uk<mailto:
>> xerte-dev at lists.nottingham.ac.uk>
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>         http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>> or, via email, send a message with subject or body 'help' to
>>         xerte-dev-request at lists.nottingham.ac.uk<mailto:
>> xerte-dev-request at lists.nottingham.ac.uk>
>>
>> You can reach the person managing the list at
>>         xerte-dev-owner at lists.nottingham.ac.uk<mailto:
>> xerte-dev-owner at lists.nottingham.ac.uk>
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of Xerte-dev digest..."
>>
>>
>> Today's Topics:
>>
>>    1. modification of hotspot image template (sara djezar)
>>    2. liste submissions (sara djezar)
>>    3. Re: modification of hotspot image template (Julian Tenney)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 5 Nov 2014 15:42:09 +0100
>> From: sara djezar <djezarsara at gmail.com<mailto:djezarsara at gmail.com>>
>> To: xerte-dev at lists.nottingham.ac.uk<mailto:
>> xerte-dev at lists.nottingham.ac.uk>
>> Subject: [Xerte-dev] modification of hotspot image template
>> Message-ID:
>>         <
>> CACLZfoxNuMxPV_iqq_jBLTmEqkEVsXMuMjCzO-Pi6Q382T2Oqw at mail.gmail.com
>> <mailto:
>> CACLZfoxNuMxPV_iqq_jBLTmEqkEVsXMuMjCzO-Pi6Q382T2Oqw at mail.gmail.com>>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hello developers!
>>
>> I need your help .
>>
>>  I want to make some modifications in the template ? hotspot image ?  so
>> that  I can insert a text ( instead of image) and when user click in each
>> area ( in this case line  ) he can see another text (definition for
>> example
>> ) .  can you help me to make the xml code please J
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141105/9abeac2b/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Wed, 5 Nov 2014 15:46:10 +0100
>> From: sara djezar <djezarsara at gmail.com<mailto:djezarsara at gmail.com>>
>> To: xerte-dev at lists.nottingham.ac.uk<mailto:
>> xerte-dev at lists.nottingham.ac.uk>
>> Subject: [Xerte-dev] liste submissions
>> Message-ID:
>>         <CACLZfoz-YLePkZDS7hbxdEWgJdrXMsM6kNykOPcwj=
>> 79rVBy0Q at mail.gmail.com<mailto:79rVBy0Q at mail.gmail.com>>
>> Content-Type: text/plain; charset="utf-8"
>>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141105/e17a38f0/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Wed, 5 Nov 2014 14:52:55 +0000
>> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk<mailto:
>> Julian.Tenney at nottingham.ac.uk>>
>> To: For Xerte technical developers <xerte-dev at lists.nottingham.ac.uk
>> <mailto:xerte-dev at lists.nottingham.ac.uk>>
>> Subject: [Xerte-dev] Re: modification of hotspot image template
>> Message-ID:
>>         <
>> 12C67A1EEC419342AF5E59DA31562C3F0D99E349D1 at EXCHANGE1.ad.nottingham.ac.uk
>> <mailto:
>> 12C67A1EEC419342AF5E59DA31562C3F0D99E349D1 at EXCHANGE1.ad.nottingham.ac.uk
>> >>
>>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Get the text you need, get a screenshot of it and turn it into an image.
>> Use that in the interaction.
>>
>> From: xerte-dev-bounces at lists.nottingham.ac.uk<mailto:
>> xerte-dev-bounces at lists.nottingham.ac.uk> [mailto:
>> xerte-dev-bounces at lists.nottingham.ac.uk<mailto:
>> xerte-dev-bounces at lists.nottingham.ac.uk>] On Behalf Of sara djezar
>> Sent: 05 November 2014 14:42
>> To: xerte-dev at lists.nottingham.ac.uk<mailto:
>> xerte-dev at lists.nottingham.ac.uk>
>> Subject: [Xerte-dev] modification of hotspot image template
>>
>> Hello developers!
>> I need your help .
>>  I want to make some modifications in the template ? hotspot image ?  so
>> that  I can insert a text ( instead of image) and when user click in each
>> area ( in this case line  ) he can see another text (definition for example
>> ) .  can you help me to make the xml code please ?
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141105/7c9d5fa4/attachment-0001.html
>> >
>>
>> ------------------------------
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk<mailto:Xerte-dev at lists.nottingham.ac.uk>
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>>
>> End of Xerte-dev Digest, Vol 39, Issue 3
>> ****************************************
>> This message and any attachment are intended solely for the addressee and
>> may contain confidential information. If you have received this message in
>> error, please send it back to me, and immediately delete it.   Please do
>> not use, copy or disclose the information contained in this message or in
>> any attachment.  Any views or opinions expressed by the author of this
>> email do not necessarily reflect the views of the University of Nottingham.
>>
>> This message has been checked for viruses but the contents of an
>> attachment
>> may still contain software viruses which could damage your computer
>> system, you are advised to perform your own checks. Email communications
>> with the University of Nottingham may be monitored as permitted by UK
>> legislation.
>>
>>
>>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL: <
>> http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141106/364304c8/attachment.html
>> >
>>
>> ------------------------------
>>
>> _______________________________________________
>> Xerte-dev mailing list
>> Xerte-dev at lists.nottingham.ac.uk
>> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>>
>>
>> End of Xerte-dev Digest, Vol 39, Issue 5
>> ****************************************
>> This message and any attachment are intended solely for the addressee and
>> may contain confidential information. If you have received this message in
>> error, please send it back to me, and immediately delete it.   Please do
>> not use, copy or disclose the information contained in this message or in
>> any attachment.  Any views or opinions expressed by the author of this
>> email do not necessarily reflect the views of the University of Nottingham.
>>
>> This message has been checked for viruses but the contents of an
>> attachment
>> may still contain software viruses which could damage your computer
>> system, you are advised to perform your own checks. Email communications
>> with the University of Nottingham may be monitored as permitted by UK
>> legislation.
>>
>>
>>
>>
>>
>
> _______________________________________________
> Xerte-dev mailing list
> Xerte-dev at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte-dev/attachments/20141107/1ec10d7d/attachment-0001.html>


More information about the Xerte-dev mailing list