[Xerte] Re: Narration for nested pages in Accordion Navigators

Mary Ann Ahearn maryann at moberg.com
Mon Jan 31 20:23:43 GMT 2011


Not sure if this is what you're looking for, but I managed to put a
narration on each tab of a page created with the tab navigation template.
Haven't used the accordion template at all but I have to think it's somewhat
similar.  Did this after the page was created.

1 - Put a sound icon on the page somewhere above the tab interaction icon.
In this example it plays a narration that introduces the page at first, and
its id is "VO".

2 - Then in the script that gets executed when each of the tabs is pressed
add 3 lines of code:

VO.pause();
VO.loadSound(FileLocation + 'media/narration_01.mp3');
VO.play();

All you have to do is change the sound file that's referenced in the script
for each tab and there you have it.

Seems to work fine.  Should be easily adaptable for the accordion
interaction.

Hope this answer is at least somewhat related to your question.

-ma






On Mon, Jan 31, 2011 at 7:05 AM, Ott A (AT) <aott at glam.ac.uk> wrote:

> Many thanks - I will give it a go.
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
> xerte-request at lists.nottingham.ac.uk
> Sent: 31 January 2011 12:00
> To: xerte at lists.nottingham.ac.uk
> Subject: Xerte Digest, Vol 10, Issue 3
>
> Send Xerte mailing list submissions to
>        xerte at lists.nottingham.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nottingham.ac.uk/mailman/listinfo/xerte
> or, via email, send a message with subject or body 'help' to
>        xerte-request at lists.nottingham.ac.uk
>
> You can reach the person managing the list at
>        xerte-owner at lists.nottingham.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xerte digest..."
>
>
> Today's Topics:
>
>   1. Re: Narration for nested pages in Accordion Navigators
>       (Ott A (AT))
>    2. Re: Narration for nested pages in Accordion Navigators
>      (Julian Tenney)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 31 Jan 2011 11:29:53 +0000
> From: "Ott A (AT)" <aott at glam.ac.uk>
> To: "xerte at lists.nottingham.ac.uk" <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Narration for nested pages in Accordion
>        Navigators
> Message-ID:
>         <0583CB09BCEA134BBAE4C60538F8980D0E8B03B2 at MailDB1.uni.glam.ac.uk>
> Content-Type: text/plain; charset="us-ascii"
>
> Good thanks, yes I am up for a challenge. Any guidance of where to start
> would be greatly appreciated. I am fine with html and some javascript but
> know little about actionscript. I intended to learn this as part of using
> Xerte.
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
> xerte-request at lists.nottingham.ac.uk
> Sent: 29 January 2011 12:00
> To: xerte at lists.nottingham.ac.uk
> Subject: Xerte Digest, Vol 9, Issue 116
>
> Send Xerte mailing list submissions to
>        xerte at lists.nottingham.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nottingham.ac.uk/mailman/listinfo/xerte
> or, via email, send a message with subject or body 'help' to
>        xerte-request at lists.nottingham.ac.uk
>
> You can reach the person managing the list at
>        xerte-owner at lists.nottingham.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xerte digest..."
>
>
> Today's Topics:
>
>   1. Re: Narration for nested pages in Accordion Navigators
>      (Julian Tenney)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 28 Jan 2011 15:42:06 +0000
> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
> To: Xerte discussion list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Narration for nested pages in Accordion
>        Navigators
> Message-ID:
>        <
> 12C67A1EEC419342AF5E59DA31562C3F02CCAD719D at EXCHANGE1.ad.nottingham.ac.uk>
>
> Content-Type: text/plain; charset="us-ascii"
>
> It needs someone to develop the functionality, so it's not "no it's not
> possible at all". Are you up for a coding challenge?
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Ott A (AT)
> Sent: 28 January 2011 14:33
> To: xerte at lists.nottingham.ac.uk
> Subject: [Xerte] Re: Narration for nested pages in Accordion Navigators
>
> Thanks Julian,
>
> Is this an absolute No it is not possible? Could I create the Accordion
> page, export it, import it to the development tool and add the code for
> narration to the individual pages? I would like to build up a structure of
> criminal versus civil law; and the narration on the individual pages as
> opposed to the narration for the whole pages would be a distinct advantage.
>
> Cheers, Alex.
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
> xerte-request at lists.nottingham.ac.uk
> Sent: 27 January 2011 16:02
> To: xerte at lists.nottingham.ac.uk
> Subject: Xerte Digest, Vol 9, Issue 101
>
> Send Xerte mailing list submissions to
>        xerte at lists.nottingham.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nottingham.ac.uk/mailman/listinfo/xerte
> or, via email, send a message with subject or body 'help' to
>        xerte-request at lists.nottingham.ac.uk
>
> You can reach the person managing the list at
>        xerte-owner at lists.nottingham.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xerte digest..."
>
>
> Today's Topics:
>
>   1. Narration for nested pages in Accordion Navigators (Ott A (AT))
>   2. Re: Eval string (Dave Burnett)
>   3. Re: Narration for nested pages in Accordion Navigators
>      (Julian Tenney)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 27 Jan 2011 15:47:52 +0000
> From: "Ott A (AT)" <aott at glam.ac.uk>
> To: "xerte at lists.nottingham.ac.uk" <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Narration for nested pages in Accordion Navigators
> Message-ID:
>        <0583CB09BCEA134BBAE4C60538F8980D0E8B01B4 at MailDB1.uni.glam.ac.uk>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi
>
> Over the last two weeks, I have started to use the Xerte online toolkit in
> the JISC sandpit area with the aim to use Xerte to support a work-based
> learning project at Glamorgan University.
>
> Is it possible to add narration to the individual nested pages when
> creating an Accordion Navigator, using the toolkit templates?
>
> Many thanks, Alex.
>
> Alexandra Ott
> Instructional Designer
> The Professional Academy
> Faculty of Advanced Technology
> University of Glamorgan
> CF37 1DL
> Room G244
> Tel: 01443 482206
> aott at glam.ac.uk
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/b1422bae/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 27 Jan 2011 10:56:11 -0500
> From: Dave Burnett <d_b_burnett at hotmail.com>
> To: Xerte list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Eval string
> Message-ID: <BLU147-W143A27F2E6472B1C6C6019A7FE0 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Hadn't used it before, and the code hint that comes up for expression( is
> Math.exp(number)
>
> From: Julian.Tenney at nottingham.ac.uk
> To: xerte at lists.nottingham.ac.uk
> Date: Thu, 27 Jan 2011 15:38:31 +0000
> Subject: [Xerte] Re: Eval string
>
>
>
> str = 'FileLocation';debug(expression(str,this)); //this ==
> _level0.engineFrom: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
> Sent: 27 January 2011 15:20
> To: Xerte list
> Subject: [Xerte] Re: Eval string Daa.
> Was leaving out the _level0.engine.
>
> Cheers.
>
>
>
> From: Julian.Tenney at nottingham.ac.uk
> To: xerte at lists.nottingham.ac.uk
> Date: Thu, 27 Jan 2011 14:58:11 +0000
> Subject: [Xerte] Re: Eval stringexpression(string, _level0.engine) From:
> xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
> Sent: 27 January 2011 14:55
> To: Xerte list
> Subject: [Xerte] Eval string
> I'm gapping at the moment.
>
> taskData.group[groups.getPageIndex()].sound[0].sound
>
> originally came in as a string to set the node xml:
>
> "Filelocation + 'media\blah.mp3'"
>
> How do I eval that so it works in a direct set of the clip:
>
>
> common_sound.loadSound(taskData.group[groups.getPageIndex()].sound[0].sound);
>
>
>
>
> 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 mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte 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 mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
> 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/attachments/20110127/05e52669/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Thu, 27 Jan 2011 15:52:49 +0000
> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
> To: Xerte discussion list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Narration for nested pages in Accordion
>        Navigators
> Message-ID:
>        <
> 12C67A1EEC419342AF5E59DA31562C3F02CCAD6CEA at EXCHANGE1.ad.nottingham.ac.uk>
>
> Content-Type: text/plain; charset="us-ascii"
>
> No,
>
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Ott A (AT)
> Sent: 27 January 2011 15:48
> To: xerte at lists.nottingham.ac.uk
> Subject: [Xerte] Narration for nested pages in Accordion Navigators
>
> Hi
>
> Over the last two weeks, I have started to use the Xerte online toolkit in
> the JISC sandpit area with the aim to use Xerte to support a work-based
> learning project at Glamorgan University.
>
> Is it possible to add narration to the individual nested pages when
> creating an Accordion Navigator, using the toolkit templates?
>
> Many thanks, Alex.
>
> Alexandra Ott
> Instructional Designer
> The Professional Academy
> Faculty of Advanced Technology
> University of Glamorgan
> CF37 1DL
> Room G244
> Tel: 01443 482206
> aott at glam.ac.uk
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/5393f920/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
> End of Xerte Digest, Vol 9, Issue 101
> *************************************
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
>
> ------------------------------
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
> End of Xerte Digest, Vol 9, Issue 116
> *************************************
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 31 Jan 2011 11:48:41 +0000
> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
> To: Xerte discussion list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Narration for nested pages in Accordion
>        Navigators
> Message-ID:
>         <
> 12C67A1EEC419342AF5E59DA31562C3F02CDD2AB8D at EXCHANGE1.ad.nottingham.ac.uk>
>
> Content-Type: text/plain; charset="us-ascii"
>
> I'd look at creating your own version of the accordion navigator page that
> adds in the functionality you want. The other .rlms are useful sources of
> how to do various things, so best place to start would be with a copy of the
> accordion model and look at the bits that add the content for the
> accordion's panes.
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Ott A (AT)
> Sent: 31 January 2011 11:30
> To: xerte at lists.nottingham.ac.uk
> Subject: [Xerte] Re: Narration for nested pages in Accordion Navigators
>
> Good thanks, yes I am up for a challenge. Any guidance of where to start
> would be greatly appreciated. I am fine with html and some javascript but
> know little about actionscript. I intended to learn this as part of using
> Xerte.
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
> xerte-request at lists.nottingham.ac.uk
> Sent: 29 January 2011 12:00
> To: xerte at lists.nottingham.ac.uk
> Subject: Xerte Digest, Vol 9, Issue 116
>
> Send Xerte mailing list submissions to
>        xerte at lists.nottingham.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nottingham.ac.uk/mailman/listinfo/xerte
> or, via email, send a message with subject or body 'help' to
>        xerte-request at lists.nottingham.ac.uk
>
> You can reach the person managing the list at
>        xerte-owner at lists.nottingham.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xerte digest..."
>
>
> Today's Topics:
>
>   1. Re: Narration for nested pages in Accordion Navigators
>      (Julian Tenney)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 28 Jan 2011 15:42:06 +0000
> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
> To: Xerte discussion list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Narration for nested pages in Accordion
>        Navigators
> Message-ID:
>        <
> 12C67A1EEC419342AF5E59DA31562C3F02CCAD719D at EXCHANGE1.ad.nottingham.ac.uk>
>
> Content-Type: text/plain; charset="us-ascii"
>
> It needs someone to develop the functionality, so it's not "no it's not
> possible at all". Are you up for a coding challenge?
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Ott A (AT)
> Sent: 28 January 2011 14:33
> To: xerte at lists.nottingham.ac.uk
> Subject: [Xerte] Re: Narration for nested pages in Accordion Navigators
>
> Thanks Julian,
>
> Is this an absolute No it is not possible? Could I create the Accordion
> page, export it, import it to the development tool and add the code for
> narration to the individual pages? I would like to build up a structure of
> criminal versus civil law; and the narration on the individual pages as
> opposed to the narration for the whole pages would be a distinct advantage.
>
> Cheers, Alex.
>
> -----Original Message-----
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of
> xerte-request at lists.nottingham.ac.uk
> Sent: 27 January 2011 16:02
> To: xerte at lists.nottingham.ac.uk
> Subject: Xerte Digest, Vol 9, Issue 101
>
> Send Xerte mailing list submissions to
>        xerte at lists.nottingham.ac.uk
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.nottingham.ac.uk/mailman/listinfo/xerte
> or, via email, send a message with subject or body 'help' to
>        xerte-request at lists.nottingham.ac.uk
>
> You can reach the person managing the list at
>        xerte-owner at lists.nottingham.ac.uk
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xerte digest..."
>
>
> Today's Topics:
>
>   1. Narration for nested pages in Accordion Navigators (Ott A (AT))
>   2. Re: Eval string (Dave Burnett)
>   3. Re: Narration for nested pages in Accordion Navigators
>      (Julian Tenney)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 27 Jan 2011 15:47:52 +0000
> From: "Ott A (AT)" <aott at glam.ac.uk>
> To: "xerte at lists.nottingham.ac.uk" <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Narration for nested pages in Accordion Navigators
> Message-ID:
>        <0583CB09BCEA134BBAE4C60538F8980D0E8B01B4 at MailDB1.uni.glam.ac.uk>
> Content-Type: text/plain; charset="us-ascii"
>
> Hi
>
> Over the last two weeks, I have started to use the Xerte online toolkit in
> the JISC sandpit area with the aim to use Xerte to support a work-based
> learning project at Glamorgan University.
>
> Is it possible to add narration to the individual nested pages when
> creating an Accordion Navigator, using the toolkit templates?
>
> Many thanks, Alex.
>
> Alexandra Ott
> Instructional Designer
> The Professional Academy
> Faculty of Advanced Technology
> University of Glamorgan
> CF37 1DL
> Room G244
> Tel: 01443 482206
> aott at glam.ac.uk
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/b1422bae/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 27 Jan 2011 10:56:11 -0500
> From: Dave Burnett <d_b_burnett at hotmail.com>
> To: Xerte list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Eval string
> Message-ID: <BLU147-W143A27F2E6472B1C6C6019A7FE0 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
> Hadn't used it before, and the code hint that comes up for expression( is
> Math.exp(number)
>
> From: Julian.Tenney at nottingham.ac.uk
> To: xerte at lists.nottingham.ac.uk
> Date: Thu, 27 Jan 2011 15:38:31 +0000
> Subject: [Xerte] Re: Eval string
>
>
>
> str = 'FileLocation';debug(expression(str,this)); //this ==
> _level0.engineFrom: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
> Sent: 27 January 2011 15:20
> To: Xerte list
> Subject: [Xerte] Re: Eval string Daa.
> Was leaving out the _level0.engine.
>
> Cheers.
>
>
>
> From: Julian.Tenney at nottingham.ac.uk
> To: xerte at lists.nottingham.ac.uk
> Date: Thu, 27 Jan 2011 14:58:11 +0000
> Subject: [Xerte] Re: Eval stringexpression(string, _level0.engine) From:
> xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Dave Burnett
> Sent: 27 January 2011 14:55
> To: Xerte list
> Subject: [Xerte] Eval string
> I'm gapping at the moment.
>
> taskData.group[groups.getPageIndex()].sound[0].sound
>
> originally came in as a string to set the node xml:
>
> "Filelocation + 'media\blah.mp3'"
>
> How do I eval that so it works in a direct set of the clip:
>
>
> common_sound.loadSound(taskData.group[groups.getPageIndex()].sound[0].sound);
>
>
>
>
> 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 mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte 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 mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
> 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/attachments/20110127/05e52669/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 3
> Date: Thu, 27 Jan 2011 15:52:49 +0000
> From: Julian Tenney <Julian.Tenney at nottingham.ac.uk>
> To: Xerte discussion list <xerte at lists.nottingham.ac.uk>
> Subject: [Xerte] Re: Narration for nested pages in Accordion
>        Navigators
> Message-ID:
>        <
> 12C67A1EEC419342AF5E59DA31562C3F02CCAD6CEA at EXCHANGE1.ad.nottingham.ac.uk>
>
> Content-Type: text/plain; charset="us-ascii"
>
> No,
>
> From: xerte-bounces at lists.nottingham.ac.uk [mailto:
> xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Ott A (AT)
> Sent: 27 January 2011 15:48
> To: xerte at lists.nottingham.ac.uk
> Subject: [Xerte] Narration for nested pages in Accordion Navigators
>
> Hi
>
> Over the last two weeks, I have started to use the Xerte online toolkit in
> the JISC sandpit area with the aim to use Xerte to support a work-based
> learning project at Glamorgan University.
>
> Is it possible to add narration to the individual nested pages when
> creating an Accordion Navigator, using the toolkit templates?
>
> Many thanks, Alex.
>
> Alexandra Ott
> Instructional Designer
> The Professional Academy
> Faculty of Advanced Technology
> University of Glamorgan
> CF37 1DL
> Room G244
> Tel: 01443 482206
> aott at glam.ac.uk
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110127/5393f920/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
> End of Xerte Digest, Vol 9, Issue 101
> *************************************
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
>
> ------------------------------
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
> End of Xerte Digest, Vol 9, Issue 116
> *************************************
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
>
> ------------------------------
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
>
> End of Xerte Digest, Vol 10, Issue 3
> ************************************
>
> _______________________________________________
> Xerte mailing list
> Xerte at lists.nottingham.ac.uk
> http://lists.nottingham.ac.uk/mailman/listinfo/xerte
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20110131/8fb8a603/attachment-0001.html>


More information about the Xerte mailing list