Re-Ask Question after review on another slide

Here is what i am trying to do and cant figure out. I want to
ask a question, if the person gets the answer wrong, go to the next
slide where i will have a full review with pictures and answers,
but then i want the user to be able to go back and be asked the
same quesiton again for a second attempt. Please help.

WELCOME to the all volunteer Captivate forums.
I use this technique quite a bit and there are some
limitations, but a future patch could eliminate the limitations,
we'll see.
1. Keep the course sections short and that means not more
than two sets of quizzes in any presentation. You can get around
the limit, but it is an unusual process that is not intuitive or
likely to be discovered by a user. I got the work-around from the
developers that could see how to deal with this in the code...
2. You need to set the Quiz settings to User Must Pass. Allow
the user 50 attempts in settings. Yu can try infinite and see if
that works for you.
3. have the flow idea already, but the key is that you MUST
go forward to go back (loop-back). The pattern is this:
Cover Slide
Slide 1
Slide 2
Pre-Quiz1 Slide
Quiz 1 - If correct Go To Slide 3
Failure 1
Failure Review Slide 1 - Go to Pre-Quiz1 Slide
Slide 3
Slide 4
Pre-Quiz2 Slide
Quiz 2 - If correct Go To END
Failure 2
Failure Review Slide 2 - Go to Pre-Quiz2 Slide
END Slide
4. Notice the use of the Go-To. Each slide allows you to
select from a variety of choices on success. The default is
CONTINUE. Quiz Slides have two options. On Success and on Failure
and you can set them to GOTO a particular slide. I highly recommend
that you label your slides (double click the thumbnails or edit the
slide properties) and enter logical slide names, which will appear
when you use the GOTO slide options.
5. In the above example I only have TWO Quiz sets. WHY? There
is a flaw in Captivate that allows only two of these to work. If
you add a third or fourth, etc, then the middle ones will not reset
the quiz on the loop-back and users will see only the prior
selections in gray and they will be protected from further entry.
The work-around that the programmers gave me was not intuitive. You
need to loop back to an early slide at the start of the
presentation and then have that early slide jump to the retake of
the quiz. So you might have something like this:
Cover Slide - Goes to Slide 1 next
Jump Quiz1 - Go To Pre-Quiz1 Slide
Jump Quiz2 - Go To Pre-Quiz2 Slide
Jump Quiz3 - Go To Pre-Quiz3 Slide
Slide 1
Slide 2
Pre-Quiz1 Slide
Quiz 1 - If correct Go To Slide 3
Failure 1
Failure Review Slide 1 - Go to Jump Quiz 1
Slide 4
Slide 4
Pre-Quiz2 Slide
Quiz 2 - If correct Go To Slide 4
Failure 2
Failure Review Slide 2 - Go to Jump Quiz 2
Slide 5
Slide 6
Pre-Quiz3 Slide
Quiz 2 - If correct Go To END
Failure 3
Failure Review Slide 3 - Go to Jump Quiz 3
END Slide
Almost any combination of the above will work and you can go
directly to the Quiz from the Jump and not the pre-quiz slide. The
point is, that you need to be in the FRONT to get the quiz to reset
the answers when you do the GoTo, but you must FIRST ALWAYS go
forward after a quiz to get it to score.
Hope that helps
Joe C.

Similar Messages

  • I have a few questions after reviewing postings on Remodeling

    Hi Experts,
    I have some questions after review postings on Remodeling
    Review Source:
    a)  /people/mallikarjuna.reddy7/blog/2007/02/06/remodeling-in-nw-bi-2004s
    b) https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/008f9fef-22e4-2a10-d994-a17c55ca06f0
    1. In Adding a new char Zreg, the author set it to a CONSTANT  as INDIA. What if in my environment, the added characteristic is also ZCOUNTRY but could take on VALUES such as US, Canada, Mexico, will the be the option:
    1:1 Mapping with Characteristics? If not, please help.
    2. Again, in the demonstration of the u201CAdd key figureu201D in the remodeling of the cube, the author used CONSTANT = 100. Can you help me understand a situation in production where you will have to set a key figure to a constant value? E.g. u201CNet Salesu201D should always be $5000? I may be missing the point in that remodeling.
    3. I also noticed that while remodeling CHARACTERISTICS, there was the option u201CCUSTOMER Exitu201D but in the case of KEY FIGURE the option was u201CUSER Exitu201D
    Any reason why one is CUSTOMER and the other as USER?
    4. There was the emphasis to u201C.. backup database before running remodeling requests..u201D Is it referring to Basis backing up the BW system? Or, is there a way to take a copy of the cube to be remodeled and its data? If it is the second option, any hints on how?
    5. I have heard of scary cases during remodeling, is there a way to simulate and approve of the changes before actually implementing it? How?
    Also, Are these changes that need to be done in development to be transported to production?
    Thanks
    Edited by: Amanda Baah on Jan 23, 2009 12:18 PM

    Hi Amanda........
    1. In Adding a new char Zreg, the author set it to a CONSTANT as INDIA. What if in my environment, the added characteristic is also ZCOUNTRY but could take on VALUES such as US, Canada, Mexico, will the be the option:
    1:1 Mapping with Characteristics? If not, please help.
    In this case coding is required............So u hav to go for Customer exit........
    If u do 1:1 Mapping with Characteristics..........it will access value as per that Characteristics.....
    2. Again, in the demonstration of the u201CAdd key figureu201D in the remodeling of the cube, the author used CONSTANT = 100. Can you help me understand a situation in production where you will have to set a key figure to a constant value? E.g. u201CNet Salesu201D should always be $5000? I may be missing the point in that remodeling.
    Suppose price of a product...........it will not change everyday...............that keyfigure hav to set as a constant value...........
    3. I also noticed that while remodeling CHARACTERISTICS, there was the option u201CCUSTOMER Exitu201D but in the case of KEY FIGURE the option was u201CUSER Exitu201D
    Any reason why one is CUSTOMER and the other as USER?
    Look thereis a difference between User exit and Customer exit..........I am not very sure when user exit is required and when customer exit.......
    Check this..............
    http://www.sap-img.com/abap/what-is-user-exits.htm
    4. There was the emphasis to u201C.. backup database before running remodeling requests..u201D Is it referring to Basis backing up the BW system? Or, is there a way to take a copy of the cube to be remodeled and its data? If it is the second option, any hints on how?
    if you want to transfer the content of one infocube to another one ...............
    a) generated the export datasource for the source infocube...right-click->'generate export datasource
    b) create transformation.......(without any filter or calculation, with the mapping 1:1 to all the infoobjects) ................in this way u can 'copy' (with one shot data load, as a full request) all the data.........
    5. I have heard of scary cases during remodeling, is there a way to simulate and approve of the changes before actually implementing it? How?
    Also, Are these changes that need to be done in development to be transported to production?
    Generally u will don't hav changing authorization in PROD.........Look frankly speaking..........I hav never done Remodeling..........but as per the statement .......During remodeling process InfoCube is locked for any changes or data loads so make sure you stall all the data loads for this InfoCube till the time this process finishes..............I think we do remodeling directly in PROD only.........
    Regards,
    Debjani......

  • I just got the 5s, every time in try to update my apps it's asking for a second password to an Apple ID that is not mine-- it asks for mine and then another one pops up after I enter mine .what do I do?

    I just got the 5s, every time in try to update my apps it's asking for a second password to an Apple ID that is not mine-- it asks for mine and then another one pops up after I enter mine .what do I do?

    where did you get this phone from

  • Problem: Video on slide one continues to play and can be heard in the background, even after the user has navigated to another slide.

    Problem: Video on slide one continues to play in the background, even after user has navigated to another slide.  This only happens on a fresh reload of the page.
    Has anyone else had this problem, or found a solution?
    If you refresh the page and start over, the problem doesn't happen.  But on the first page load it always seems to happen.
    Here is a link to the module I am working with.  If you let the video play for a couple seconds on the first slide, and then click a navigation link to another slide, you will still hear the audio from the first slide playing.
    http://www.thepettitgroup.com/tn/module_01_unit_01A/multiscreen.html

    To clarify - this happens in both IE and Chrome, and is the Flash version of the content.

  • Soon-to-be Macbook Pro convert asks questions

    Hi there!
    I have had Windows PCs in the past and i want some change. i want to do things more quicker & simplier. I have been researching for the past week or so a comparison on Apple Macs and the latest crop of Windows 7 laptops and i wanted to ask questions so i can convince myself if a Mac (in particular the Macbook Pro) is the one for me:
    1. Price
    The Cheapest Macbook Pro is down for £999. with the same (or less) of the price for a Windows 7 laptop i can have a high-end laptop with a little more specs inside (disregarding wether you "need" the specs or not). Why buy a Mac?
    2. Camera
    Does the FacetimeHD Camera allow for 3rd-party chat like Skype, Facebook video chat, Google talk or Yahoo Messenger?
    3. Bluetooth
    With Bluetooth on-board will it allow sending or receiving files from a non-Apple device? and/or will it allow 3rd-party peripherals such as webcam,keyboard, mice or speakers to work (i.e. compatibility)?
    4. DLNA
    The Macbook Pro doesn't seem to have DLNA on-board. what if i want to "throw" files to my TV via my PS3 will i need another Apple peripheral to do that?
    5. microSD card slot
    Is the microSD card slot universal and is compatible with most if not all types?
    6. Keypad
    It does say somthing as "multitouch". would that mean pinch-to-zoom photos/videos/websites? swiping as well?
    7. Software & Programmes
    I like my Windows 7 laptop as i can download almost any WIndows-compatible softwares & programmes. things such as a browser (Firefox & Chrome), music management (3rd-party alternative to iTunes), anti-virus, etc. Will the Macbook Pro "in general" allow us to do that as well?
    8. Web Apps
    Much i am not familiar with these web apps. All i know is they are just like apps on a smartphone. The Google Chromebook was built for the web and has loads of web apps on its Market. does Apple have a similar system? can i download Apple and also Google web apps on the MBPro?
    9. USB ports
    The MBPro has USB ports but can i insert any 3rd-party external/portable hard drive in order to view files such as JPEG photos, MP3 files or AVI movies?
    Do i need to download a 1st-party or 3rd-party software in order to view/play those said files?
    10. Uploading & Editing photos
    Say i have a 32GB microSD card with photos or videos. i want to upload them to Facebook or Flicker or videos onto Youtube. i can do that on the Macbook Pro can i? do i need a 1st-party or 3rd-party software to do that?
    I'm also into basic editing of photos like with Picassa.  is there a similar/equivalent product to edit a photo? (like cropping,sharpness, background effects, etc.) and after editing the photo can i easily save it on my Mac and attach as an email?
    11. Hard Drive
    I read its an SSD-type. but can i easily partition the hard drive into equal or uneven parts? do i need a 1st-party or 3rd-pary software in order to do that? (the reason being so to organise my files properly and avoid "errors" in them)
    12. Fan Noise
    I have a 1-year old HP Windows 7 laptop and after watching a movie for an hour the fan starts to become noisy and heats up after 2 hours. do i need to worry about fan noise or overheating with the MB Pro? does it have a fan or an exhaust?
    13. Warranty & Buying
    What is the standard local UK/EU warranty and what does it cover? do i have a choice of an "extended" warranty? or can i just bring in my MB Pro for repairs only on an Apple store or a PC World/Currys store? would it be free if its in an Apple store?
    What are the advantages of buying one at an Apple store? more perks/benefits/deals,etc.?
    14. Wallpapers
    can i change the wallpaper easily on a MB Pro like in a Windows 7 laptop?
    15. Startup & Shutdown
    I have heard both processes are quick and fast but is it just a one-touch/one-button thing? (unlike with Windows 7 you have to go to the symbol then...you know what i mean)
    16. Speakers & 3.5mm jack
    Does a MB Pro have dual stereo speakers? do they have any other effects (or say equalizers) i can change or tweal to make it more louder or more surround in sound? can i connect any standard speakers on the standard 3.5mm headphione jack?
    17. Games
    Now, lets face it. most games are on the home consoles then second is for the PC. i want to ask first: can i download games on iTunes and be able to play them on my MB Pro? (e.g. an iPad game) and say if i have  a Google account can i (in theory) download games off the Android Market to play on my MB Pro?
    18. Browsers
    Safari might be better & faster than IE but i like mine Chrome. can i download ANY 3rd-party browsers (like Chrome or Firefox) on the MC Pro?
    19. Antivirus
    No need? and why?
    20. OS
    Does the MB Pro come with the latest OS X and with back-up disc on the box?
    21. Updates
    Like any PC or smartphone how often does Apple release updates for its Macbook range? and how do i update mine?
    That is all for now.

    well..it is a long list but I will answer as many as I can.
    onslaught wrote:
    1. Price
    The Cheapest Macbook Pro is down for £999. with the same (or less) of the price for a Windows 7 laptop i can have a high-end laptop with a little more specs inside (disregarding wether you "need" the specs or not). Why buy a Mac?
    http://www.apple.com/why-mac/
    2. Camera
    Does the FacetimeHD Camera allow for 3rd-party chat like Skype, Facebook video chat, Google talk or Yahoo Messenger?
    I know for sure it works with Skype, not sure about the others as I do not use them.
    5. microSD card slot
    Is the microSD card slot universal and is compatible with most if not all types?
    Cards that conform to the SD 1.x, 2.x, and 3.x standards should work. The SD card slot can use cards that are Standard SD (Secure Digital) 4 MB to 2 GB, SDHC (Secure Digital High Capacity) 4 GB to 32 GB, and SDXC  (Secure Digital Extended Capacity) 4G B to 2 TB. MMC can also be used in this slot. MiniSD, MicroSD, and higher density formats like MiniSDHC and MicroSDHC can also work with the use of "passive" adapters that conform to the width and thickness specifications listed above.
    http://support.apple.com/kb/HT3553#3
    6. Keypad
    It does say somthing as "multitouch". would that mean pinch-to-zoom photos/videos/websites? swiping as well?
    Yes. http://support.apple.com/kb/HT3211
    7. Software & Programmes
    I like my Windows 7 laptop as i can download almost any WIndows-compatible softwares & programmes. things such as a browser (Firefox & Chrome), music management (3rd-party alternative to iTunes), anti-virus, etc. Will the Macbook Pro "in general" allow us to do that as well?
    There are Mac compatible versions of Firefox and Chrome (I use both).  You don't need anti virus on a mac unless you also have Windows installed on a seperate partition.
    8. Web Apps
    Much i am not familiar with these web apps. All i know is they are just like apps on a smartphone. The Google Chromebook was built for the web and has loads of web apps on its Market. does Apple have a similar system? can i download Apple and also Google web apps on the MBPro?
    Apple has the App store where you can access free and paid apps.  I have used Google Chrome Apps on the Chrome homepage (anrgy birds).
    10. Uploading & Editing photos
    Say i have a 32GB microSD card with photos or videos. i want to upload them to Facebook or Flicker or videos onto Youtube. i can do that on the Macbook Pro can i? do i need a 1st-party or 3rd-party software to do that?
    I'm also into basic editing of photos like with Picassa.  is there a similar/equivalent product to edit a photo? (like cropping,sharpness, background effects, etc.) and after editing the photo can i easily save it on my Mac and attach as an email?
    Yes, Macs have a built in photo software that will do this.  It is called iPhoto
    11. Hard Drive
    I read its an SSD-type. but can i easily partition the hard drive into equal or uneven parts? do i need a 1st-party or 3rd-pary software in order to do that? (the reason being so to organise my files properly and avoid "errors" in them)
    Yes you can partition you hard drive as you like without any additional software
    12. Fan Noise
    I have a 1-year old HP Windows 7 laptop and after watching a movie for an hour the fan starts to become noisy and heats up after 2 hours. do i need to worry about fan noise or overheating with the MB Pro? does it have a fan or an exhaust?
    MacBooks tend to run hot when doing intense things, such as watching movies or using demanding programs.  The 13" models have 1 fan and the 15" and 17" models have 2 fans.
    14. Wallpapers
    can i change the wallpaper easily on a MB Pro like in a Windows 7 laptop?
    Yes.
    15. Startup & Shutdown
    I have heard both processes are quick and fast but is it just a one-touch/one-button thing? (unlike with Windows 7 you have to go to the symbol then...you know what i mean)
    You can shut down the mac in a similar manner like on a PC or use a keyboard shortcut.
    13. Warranty & Buying
    What is the standard local UK/EU warranty and what does it cover? do i have a choice of an "extended" warranty? or can i just bring in my MB Pro for repairs only on an Apple store or a PC World/Currys store? would it be free if its in an Apple store?
    What are the advantages of buying one at an Apple store? more perks/benefits/deals,etc.?
    Every new mac comes with a 1 year hardware warranty and 90 days of phone support.  You can purchase an extended warranty which will provide a total of 3 years of hardware warranty and phone support.  It is called AppleCare.  Here is what it covers: http://images.apple.com/legal/warranty/docs/cpuwarranty.pdf
    16. Speakers & 3.5mm jack
    Does a MB Pro have dual stereo speakers? do they have any other effects (or say equalizers) i can change or tweal to make it more louder or more surround in sound? can i connect any standard speakers on the standard 3.5mm headphione jack?
    In my opinion, the speakers on the 13" MacBook Pro are sub par.  I can't say how they are on the other models.  They only have basic adjustments for the internal speakers.  You should be able to hook up any external speakers that fit in the jack.
    17. Games
    Now, lets face it. most games are on the home consoles then second is for the PC. i want to ask first: can i download games on iTunes and be able to play them on my MB Pro? (e.g. an iPad game) and say if i have  a Google account can i (in theory) download games off the Android Market to play on my MB Pro?
    You can download games from the App store and play them as long as your mac meets the games requirements.  For gaming, I would suggest a 15" or 17" model as they have 2 graphics cards, the 13" only has 1 graphics card.  Apps for iPads can not be played on mac computers, they are specific for iDevices or Macs. Not sure about the Android question.
    18. Browsers
    Safari might be better & faster than IE but i like mine Chrome. can i download ANY 3rd-party browsers (like Chrome or Firefox) on the MC Pro?
    I have Safari, Firefox, Opera, and Chrome on my mac.  Internet Explorer stopped support for macs in 2005.
    19. Antivirus
    No need? and why?
    Read this: http://www.reedcorner.net/guides/macvirus/
    20. OS
    Does the MB Pro come with the latest OS X and with back-up disc on the box?
    No.  It has a built in recovery partition.  Read this: http://support.apple.com/kb/HT4718
    21. Updates
    Like any PC or smartphone how often does Apple release updates for its Macbook range? and how do i update mine?
    Yes, Macs have "software update". Updates are released as Apple determines they are necessary. You can chose to have it look for software updates in certain intervals or you can easily do it manually.
    Not bad.  18/21 questions answered

  • Frequently Asked Questions (FAQ) BEFORE you post, PLEASE read this first

    PLEASE READ ALL OF THIS POST BEFORE POSTING ON THE FORUM FOR THE FIRST TIME!
    Welcome to the Creative Labs MP3 Players web forum!
    This forum is for discussing issues related to the MP3 players (digital audio players) made by Creative Labs for those in the Americas, Europe and Asia Pacific . Although we're not going to turn away folks from other areas
    The primary language of the forum is English, and posting in English is likely to get you a quicker response.
    If your question does not relate to Creative MP3 players please find another more suitable forum to post in. If you want to discuss another player, or something not covered by another forum, please use the Off Topic forum.
    CONTENTS
    How to contact support
    Hot topics
    General issues
    Before you ask your question
    When you ask your question
    After you ask your question
    Low volume issue
    Nomad Primer
    Nomadness.net FAQs
    More useful links
    Wishlist and petitions
    Suggesting changes
    . How to Contact Support
    Please note this is a peer forum and Creative's Support staff do not guarantee a reply here. If your issue is urgent, you are within your warranty period and/or you do not get a fast reply here you should contact Creative Labs Technical Support.
    To contact support click the Support > Contact Customer Support link on this page.
    When contacting Creative Support by email it's important to note that you must reply to the autoresponse email you first receive, as detailed in the email itself. Also make sure to check any spam trap you have on your email system if you have not received a reply.
    It's also important if you feel that you have a bug or defect with your product to register that issue directly with support. Don't rely on the forum to raise awareness of an issue.
    2. Hot Topics
    This is dividied into 3 sections: General, Tag based players & USB mass storage players.
    Make sure to also look at Section 3, which covers some of the other General Issues.
    General
    Where do I get the latest software, drivers and firmware?
    Click the link Support > Downloads on this page.
    In general, when installing on a new PC you need to download the driver, and some software to communicate with the player e.g. MediaSource, Media Explorer. For players using the v2.xx MTP/PlayForsure firmware drivers are not necessary, but you must have Windows XP and Windows Media Player 0 (this provides the MTP driver).
    Important: Even though files are described as updates, none of the software requires a previous version to install. At worst they will prompt you to connect your player to verify you own a Creative product.
    Note if you are downloading MediaSource make sure to download and install the relevant MediaSource plugin for your player. If MediaSource can't detect your player this is the first thing to check. For the v.xx PDE firmware the plugin is called the Creative Zen and NOMAD Jukebox plugin for Creative MediaSource , and for the v2 MTP/PlayForSure firmware it's called Creative MediaSource Plugin for PlaysForSure devices .
    I am completely new to MP3 players, where should I start?
    Have a read of my Nomad Primer, so called as Creative's MP3 player range tend to be prefixed with the word Nomad.
    I think I have a bug, how can I check?
    There's a known bug list hosted at my site here. If you want to add a bug then please
    I have a wish request for the player, what can I do?
    You can post it here (see the petitions listed in Section of this FAQ), email it to support, and/or add it to the public wishlist I host here by
    I'm having connection problems with my player
    If you can, the best test is to try your player with another PC, to see if you still have the problem. This localises whether the problem is with the PC (most likely the USB) or the player. See the link below (search on "connection problems") for a lot more troubleshooting on this.
    What bit-rate should I encode my music at?
    Ultimately it's down to your ears what bit-rate you prefer, and you should listen for yourself to determine it. If you ask on the forum you'll get many different opinions.
    Make sure to look at the "MP3 vs. WMA" link below also.
    How long should my battery last?
    For the Zen and Nomad Jukebox players, to get some idea of how long your battery will last for a given bit-rate look at the battery curves thread. Ultimately battery life is dependent on how you use the player, make sure to follow the "why doesn't my battery last as long as expected?" link below.
    How long does an RMA take?
    Typically 2 weeks. But it might take a little longer, so don't start posting if it's 5 days.
    I want to know how people feel about their Zen Micro/Touch/MuVo etc.
    There's a long post titled Experience with your Creative player that has many posts from users about their players. Please search back for threads about specific players before starting a new thread.
    Where can I buy online music or get legal downloads for my player?
    See this thread.
    My tracks don't play at the correct speed e.g. they play too slowly, why?
    Chances are they are encoded in an unsupported sampling frequency. The tracks will need to be re-encoded at a supported bit-rate and/or frequency with something like Creative's MediaSource Audio Converter or dbPowerAmp.
    Can a Creative player work on an Apple Mac?
    It isn't officially supported, but some kind folks out there have written freeware applications to get your Creative player working with Macs. XNJB provides support for the Zen players, and requires OS X 0.3 or 0.4 (check the site for full details). MuVoHelper solves some problems with getting the MuVo to work optimally. The iTunes Zen plugin should support all Zen players. Note if the link to the plugin is broken just Google "iTunes Zen plugin" to find other sources. Also note there's no guarantee that these programs will work with the Mac, so if you have issues you should address your problems to the developer(s) of the relevant program.
    Can a Creative player work on Linux?
    Again it isn't officially supported, but again some kinds folks out there have written freeware applications to get your Creative player working. There's the Gnomad2 project. And don't forget the Linux forum at Nomadness.net if you are still having problems.
    Tag Based Players
    This section covers the players that use a hard disk and work using tags e.g. Zen Xtra, Touch, Micro, Sleek.
    My Zen is not behaving properly, won't startup, or goes into rescue mode. What should I do?
    If the Zen is not starting properly or not behaving correctly, first try to reset it. To reset all players except for the Zen Micro there is a small switch on the side of the player typically, that you should press using something like a bent paper clip. Don't use anything sharp. To reset the Zen Micro simply remove the battery and replace it.
    If this doesn't work then access rescue mode, and try running a disk cleanup.
    Next you should try reloading the firmware/OS, but beware if you are having connection problems also with your PC you may end up with a player that has no firmware and cannot be reloaded.
    The last resort is to format the player. This will erase the contents from the player, including the content that ships with the player.
    If none of these resolve the problem and you are under warranty you should get in contact with support to arrange replacement of the player.
    If you aren't under warranty Creative will still repair the player, which you can arrange by contacting support.
    How do I do a Disk Cleanup and/or access Rescue/Recovery Mode?
    Refer to the sticky Rescue Mode thread. Disk Cleanup is accessed from this. Note that the MuVo players (with the exclusion of the MuVo? players) do not have Rescue Mode.
    How long should a Disk Cleanup take?
    It should only take a few minutes, and no longer than 30 minutes. Anything longer than this and there is a problem with the player and you need to contact Creative Support.
    How long should a format take?
    Only a few seconds. Anything more than a minute and there is a problem with the player and you need to contact Creative Support.
    Although I can get into Rescue Mode, I can't select any option, or the options don't work?
    If Rescue Mode is not working properly or commands can't be chosen the player is faulty. You need to contact Creative Support.
    When are the Zen 20Gb/Neeon going to be released outside of the Asia Pacific region?
    Due to popular request the Neeon is launched in the USA, but nowhere else for now. If you want the Neeon then contact your regions Customer Services to request it.
    The Zen 20Gb is available from some shops in the USA and Europe e.g. Cambridge Soundworks, and Amazon.co.uk.
    Is there a known issue with the Zen Micro headphone socket?
    Creative Support have neither confirmed nor denied it officially. Some users have posted purported emails from Creative on the forum saying that the socket has been reinforced, but these have not been confirmed by Creative Support either. The exact incidence of the problem is unknown, but newer players seem to suffer less from it.
    Should I buy the Zen Micro or Touch etc. and what colour should it be?
    We can't tell you what player to get, or what colour it should be. Look at your collection size and the features of the player (see Nomadworld.com for the product pages) and decide yourself based on this.
    Why does my Zen Micro battery drain so quickly?
    The standby time (24 hours from turn-off) for the Zen Micro seems to use a lot more power than previous Zens. Creative have released both v (..0+) and v2 (2.20.05+) firmware that reduces the standby time to 4 hours. Make sure to update to one of these if you have a draining problem.
    Also see JazzMC's detailed page on this problem.
    Why is my Zen Micro/Touch Touchpad so sensiti've and/or difficult to use?
    The Touchpads take some time to get used to.
    continued below... Message Edited by SSR on 2-29-2005 04:03 PM

    7. Low Volume issue
    See here in the Zen FAQ at Nomadness.net.
    If the firmware will not apply because it says the version number is the same use the Reload OS option, access to which is described in the relevant FAQ for your player below.
    8. Nomad Primer
    If you have ordered, or just bought a Nomad Jukebox, Zen, or MuVo?, consider reading the Nomad Primer.
    It may be worth reading even for the more experienced User.
    9. Nomadness.net FAQ's
    General FAQ
    Jukebox FAQ
    Jukebox 2 FAQ
    Jukebox 3 FAQ
    Jukebox Zen FAQ
    MuVo FAQ
    Nomadness.net is the foremost peer site on the Web for the Nomad players on the Internet; with news, articles, web forum, download archi've, and more!
    0. Some more useful links
    Nomadworld.com - Creative Labs's International Nomad website (based in the USA)
    Player Manuals - Downloads of digital manuals
    Notmad Explorer - 3rd party software
    Battery Uni'versity - very good, comprehensi've site on batteries
    Chinese Support thread - with information on how to get chinese characters on your player
    . Wishlists and petitions
    Here are links to a number of general wishlist and petitions, so rather than starting your own you can add to those that already exist, or of course add your support for a feature you would like to see.
    Also remember that the only collecti've public wishlist is maintained here at StainlessSteelRat.net (this is not affiliated with Creative Labs, but maintained by the author of this FAQ). There is also a bugs list here. So please
    Wishlists
    Zen Micro
    Zen Micro (another)
    MuVo Sports C00
    MuVo N200
    Petitions
    AAC support
    Lossless codec support
    MP3 Pro support
    Ogg Vorbis support
    Audible support
    Genre definable EQ
    Gapless playback
    Games support
    Insert to queue
    No "the" in Music Library
    Open source firmware
    Play count and ratings
    TXT viewer
    USB mass storage / dri've letter support
    Track number duplicate checkAlbum art
    Substring search
    Dual firmware for both tag and dri've letter support
    Rename "Reload OS" to "Erase OS"
    Zen Micro alarm enhancements
    Zen Micro always visible clockZen Micro Audible support
    Zen Micro customisable standby time
    Zen Micro EAX
    Zen Micro radio enhancements
    Zen Touch non-PlayForSure firmware with bug fixes
    Zen Touch bookmarks
    Zen Touch EAX support
    Zen Touch random button changeZen Touch Audible support
    2. Suggesting changes
    To suggest changes to this FAQ please
    Thanks for reading!

  • Need help with Click Frequently Asked Questions in iProcurement

    Hi Guys,
    In iProcurement purchasing homepage, we have 1. Click Frequently Asked Questions and 2. Review Purchasing policies on the right side as links.
    When we click Frequently Asked Questions, its taking me to a page where standard FAQ is there. Now my requirement is, If "Frequently Asked Questions" link is clicked, then a page should open and in that i should put two links , one link will open the standard FAQ and the other link will open the Companys FAQ.
    Can we achieve this thru AK Developer. When that link is clicked, what is happening in the background. Actually I checked in Applications-->Messages, by typing "ICX_POR_PRMPT_HOME_FAQ". In the message, I got this "Check <a href=javascript:FAQ()>Frequently Asked Questions</a>". This is what getting displayed on the homepage as a link. All this information, i got it from PORHOME.xml page in which a function calling that FAQ() is also written which is calling another function called "callHelp('faq')".
    But I couldnt see the callHelp() where it is called. Is there any other way to implement this. Help Appreciated.
    Thanks

    Hi,
    If I could understand your requirement correctly then here is what you can do.
    1. Create a complete new HTML page with the two new links and place in HTML directory.
    2. Enable personalizations
    3. Using personalization change the "Destination URI" to the newly created page.
    Hope this helps.
    KC

  • Need help with Click Frequently Asked Questions in iProcuremenet purchasing

    Hi Guys,
    In iProcurement purchasing homepage, we have 1. Click Frequently Asked Questions and 2. Review Purchasing policies on the right side as links. When we click Frequently Asked Questions, its taking me to a page where standard FAQ is there.
    Now my requirement is, If "Frequently Asked Questions" link is clicked, then a page should open and in that i should put two links , one link will open the standard FAQ and the other link will open the Companys FAQ. Can we achieve this thru AK Developer. When that link is clicked, what is happening in the background. Actually I checked in Applications-->Messages, by typing "ICX_POR_PRMPT_HOME_FAQ". In the message, I got this "Check Frequently Asked Questions". This is what getting displayed on the homepage as a link. All this information, i got it from PORHOME.xml page in which a function calling that FAQ() is also written which is calling another function called "callHelp('faq')". But I couldnt see the callHelp() where it is called. Is there any other way to implement this.
    Help Appreciated.
    Thanks

    What Apps version are you on?

  • The Top10 most frequently asked questions and answers (FAQ) January 2009

    Dear SAP Business One Community members,
    We will provide you on a regular base the top10 most frequently asked questions together with the related answers.
    The Top10 from January:
    1. How to install SAP Clients?
    According to the symptom, this issue can be caused by the missing "SQL Native client" component.
    In this situation, please refer to [SAP Note 1015229|http://service.sap.com/sap/bc/bsp/spn/smb_searchnotes/display2.htm?note_langu=E&note_numm=703028],to resolve the issue.
    2. How to put sales order number on A/R invoice?
    1. Create a UDF in A/R Invoice at Row Level.
    2. Apply Formatted Search on this UDF.
    3. Use the Below Query:
    Select T0.DocNum From ORDR T0,RDR1 T1,DLN1 T2
    Where T0.DocEntry = T1.DocEntry And
    T1.DocEntry = T2.BaseEntry
    And T2.DocEntry = $\[$38.45.0\]
    4.Now you can get this UDF in the print layout(template).
    3. How to know variable in Print Layout?
    Variable can be retrieved checking System Information in view, however it is not supported
    Please refer to the attached [SAP Note 723783|http://service.sap.com/sap/bc/bsp/spn/smb_searchnotes/display2.htm?note_langu=E&note_numm=703028] - the use of system variables isn't supported as their definitions might change after upgrade.
    Variable fields are not supported due to the following reasons:
    1.  Variable numbers might change after upgrading to a higher version.
    2.  The user can use variable numbers which are not linked to the  document or form related to the document editing.
    The list of variables is only supported for 2007 A version.
    We do not have such kind of variables list for 2005 B version.
    You can find the documentation of variables on Service Market Place in the following:
    Go to the [Documentation Ressource Center|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000707558&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&_OBJECT=011000358700002906862005E] ->2007 A Version->How to guide->How to use PLD variables file in 2007 A Version.

    4. How to clear the SBOMailer queue?
    As a workaround, please use dummy or wrong SMTP server and send all those mails to that address.
    After sending those mail to dummy SMTP, you can see the mail status changed to "E" (Error), then after setting up the correct smtp mailer
    would not try to send the mails with status "E".
    5. How to use dialer in BP?
    1.How does this work?
    If you have Microsoft#s automatic phone dialer installed, you can press CTRL+TAB to automatically dial the numbers in the telephone fields.
    2. Are there settings I can change? In the System Initialization - General Settings - Services, to place calls directly through SAP Business One if a phone system or modem is installed on your computer or in your network, in these fields specify the area code and the number to dial for an outside line.
    3. How can I troubleshoot when this doesn't work? Try to check if the number is correct, the best way to check it is to use the MS Phone Dialer and to enter this number exactly as it is written in B1. If the dialer succeed dialing this number so B1 should succeed too, if the dialer failed check what is the problem with the number or with the Microsoft Phone Dialer.
    6. Iu2019m unable to set exchange rate in credit note
    To set an exchange rate in a Credit Note is only possible to if the credit note is not based on another document. In this case the exchange rate of the base document will be considered. Please see also SAP Notes [686224|http://service.sap.com/sap/bc/bsp/spn/smb_searchnotes/display2.htm?note_langu=E&note_numm=686224] und [703028|http://service.sap.com/sap/bc/bsp/spn/smb_searchnotes/display2.htm?note_langu=E&note_numm=703028]

  • Quiz Skip Button Jump to Another Slide that is not Next slide.

    Is it possible to make the Quiz Skip button jump to another slide besides the next slide? I'm using Captivate 7.
    Basically, I want the quiz slide to exit to another slide that is not the next slide.

    Branch aware is a totally different thing: it makes the quizzing variables dynamically adapting to the questions that are taken by the trainee.
    You are talking about the Skip button, which is puzzling because that button label was changed to Next since version 6. And Branch aware only appeared in 6. Which version are you using? You are talking about shapes so it must be 6 or later.
    Another question: do you allow Review? Because in that case you'll need that Next (Skip) button. http://blog.lilybiri.com/question-question-slides-in-captivate
    You are talking about a 'custom Skip button'? Can you explain, and also what you mean by the rollover shape? If you have a custom button it should be visible on the timeline of the slide, contrary to the default objects on question slides that are embedded and have no separate timeline. Or was the question master slide edited to add a rollover shape to the default Next button?
    Lilybiri

  • [svn:bz-trunk] 15129: Update the sample jgroups-tcp. xml file with proper explanations of each property after reviewing the JGroups documentation .

    Revision: 15129
    Revision: 15129
    Author:   [email protected]
    Date:     2010-03-30 06:17:55 -0700 (Tue, 30 Mar 2010)
    Log Message:
    Update the sample jgroups-tcp.xml file with proper explanations of each property after reviewing the JGroups documentation. This is still work in progress.
    Modified Paths:
        blazeds/trunk/resources/clustering/jgroups-tcp.xml

    It seems you are asking in wrong forum. AFAIK, you are asking "how to add HTTP header to response generated by my own script". It depend on WWW server we are speaking of and language of script itself. If you will fail to found solution within documentation of the HTTP server and/or scripting language you are using, then the better place for your question is a forum related to such language and HTTP server.
    In meantime, you can try other solituin. The "Refresh: 0;..." header is required for correct function of SoftKey:Next which is displayed by default. But you can redefine the content of SoftKey area using your own key. Such configuration is part of DirectoryObject you sent to phone. See definition of SoftKey 3 in example bottom. It's not original SoftKey:Next that depend on Refresh header. It's my own custom soft-key named "Next" with exact URL defined as part of key definition (replace 'N' with number of next page). It doesn't depend on Refresh header in any way. You should consider such advice as "temporary workaround". You should discover how to send HTTP header 'Refresh'  from your script. Note, it's not possible to redefine one SoftKey only. If you wish to redefine a soft-key, then all soft-keys need's to be defined by you.
    ... followed by Title, Prompt,up to 32 ...
    Dial
    SoftKey:Dial
    1
    EditDial
    SoftKey:EditDial
    2
    Next
    https://an-url-to-your-server-and-script/test-Directory.asp?page=N
    3
    Cancel
    SoftKey:Cancel
    4
    Exit
    SoftKey:Exit
    5

  • Moving Image from one Review to Another?

    I attempted to upload an image (open in Photoshop) to a specific review. However, I could not see the desired review in the Photoshop CS Review panel. Out of frustration - after attempting to "find" the desired review for several minutes - I uploaded the image to another review and then went online, using Safari, to Acrobat.com.
    There is no visible means of moving an image from one review to another. There is a way of dragging one review (with all sub-images) to another location. But I can't see a way of moving a sub-image from one review to another review.
    IF there is some "magic" that someone knows I would sure appreciate some education.

    This works quite well for a single image review. I've moved them from one workspace to another. The issue is when a review has multiple images and you want to take only one of them from that review and move it to another review in another workspace; I can't seem to get that to work at all.
    When I open a review and navigate to the desired image, then click in the lower left corner and select a new workspace to move the image to, it moves the entire review - not the single image - to the new workspace.
    I guess I could delete the "part" from the workspace it currently exists in and then create it as a stand alone review, but then I won't be able to imbed it into another review as I want to do.
    The source frustration here is that I can't get CS Review in CSPS5 to navigate to the desired workspace/review. I get "ALL REVIEWS" displayed but not the workspaces... Any ideas on how to display workspaces instead of reviews?

  • Cp4: slide shows another slide during transition 'fade'

    I'm using Captivate 4, and have created a project with 22 slides. Each slide has a background consisting of a screenshot of an application. No imagelayers on top of that, except for highlights and textboxes. Also, each slide contains audio and a few slides contain Flash video.
    Problem: when using the transition option 'fade' from slide 4 to slide 5 (slide 5 - transition 'fade'), another slide shines through some of the white space. The slide that shines through could be three different slides, which all contain the same image.
    In other words: when transitioning from slide 4 to 5, slide X (could be three identical slides) shines through the white parts for half a second.
    I have tried:
    - Creating a new slide within current project, with a new background and copying the highlights etc (same problem)
    - Copying all slides to a new project (same problem)
    - Adding blank slides before and after the slide that shines through (still slide X shines through)
    - Checking for transparency (none)
    - Inserting the background as a new png and merging it into the background (same problem)
    - Inserting the background as a new png and showing it to the end of the slide wthout fades (same problem)
    - Removing the transition altogether (works, but I need the transition!)
    I have run out of options. Can anyone help me?

    Hi,
    Lets get this clear...
    When you set Transition -- it set how the slide will appear ( basically fade-in  in your case )
    So your 5th slide must have Transition-Fade. Slide background will too fade in for 5th slide.
    If you want that your screenshot isnt visible while slide transition you can add them as image-items and make them appear after fade completes.
    Manoj

  • Spatial Frequently Asked Questions: request for content

    Hi All,
    In several discussions it has been mentioned that it would be nice to have a place where we could have the answers to frequently asked questions, so that we could refer to them and they could be found easily.
    I have taken the liberty to ask in the Community Feedback (No Product Questions) space the question how we could best do that, and we'll be getting help from Laura Ramsey. Hence my question: Which questions and answers should go into our FAQ? I'll do a bit of searching, just to see if I can find the frequent topics, but one thing should be in there first and foremost I think: Links to the online Spatial docs for version 11 and 12. That way we can easily refer people to the docs, which usually is already a big help. Probably some stuff about SRID's and that sort of thing, because that always sparks discussions, indexing and the metadata maybe?
    I'll post here what my searches turn up, anybody has any other ideas please post them here for easy collecting.
    Cheers,
    Stefan

    If you still have an issue after  reading the links above then please post your question as a new post rather than posting here or in one of the referenced posts.
    New posts in this thread will be moved to new threads as appropriate.
    For the best results in getting answers to your questions the post "Want Good Answers?  Ask Good Questions!" may help.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Does SCWCD ask question about J2SE

    J2SE are covered by SCJP. does SCWCD exam ask question about J2SE such as collection,assersion...
    Thanks

    of course you do need to have in depth knowledge about JSE as such knowledge will be assumed (after all, you did have to pass SCJP to be able to enlist for SCWCD).
    So the subjects may turn up in questions, but they won't be the things you're tested on.

Maybe you are looking for

  • Purchase Requisition cancelling

    In the purchase requisition summary ->status tab-> choosing the status as Incomplete For cancelling those PR tools--> control and cancel. while trying to cancel Rurchase Requisition through aboce said way i m getting this error the doucment is incomp

  • SQL Developer 1.5 disable manual updates

    We are creating an SMS package to push this out to the client desktops since we are trying to wean ourselves off of TOAD. We don't want users doing any updates to the client via the manual check updates. There is a check box for disabling auto update

  • How to track Variant Changes

    Hi, As part of SOX we have a requirement in which we want to track who changed the program variant and what changes he did. Is there is anyway we can get this info? If not is there any exit or BADI that we can use to create change documents for this

  • Initializing BPEL instance ID

    HI, Is there way to initialize SOA instance id to a specific number? I have tried to find out any database sequence presents or not in SOA infrastructure database but there is no database sequence for instance id.Please let me know any body has some

  • Catalogs

    Is it okay to delete older catalog backups?