Control lesson re-entry behavior?

I have a question that might be more LMS related, but I
thought I’d post it on a Captivate forum since I am using
Captivate to for the content end of my project. In a nutshell, my
client wants to use a captivate lesson as both a lesson and as
reference material.
Right now, when I create a Captivate project and publish it
the behavior of the project is as follows:
1. User enters lesson and begins encountering slides.
2. If the user leaves the lesson early the LMS marks the
lesson as “incomplete”.
a. Captivate bookmarking brings them to where they left off
when they re-enter the lesson.
3. If the user successfully finishes the lesson, the LMS
marks them as “complete” (or if it is a quiz, they
might have a score).
a. If the user re-enters the "complete" lesson Captivate
(bookmarking, I think) immediately takes them to the end of the
lesson.
I want the user to instead go to the beginning of the lesson
if they re-enter the lesson a second (or third) time, so that they
can review the lesson. I want the LMS to keep the highest score, or
at least not over write the previous score.
I can set Captivate to “Never send resume data”.
This allows the user to re-enter a previously completed lesson at
the beginning of that lesson. Unfortunately, it also resets the LMS
complete/incomplete score data. A previously completed lesson could
be re-marked as “incomplete” or a previously
“passed” lesson might be remarked as
“failed”. This is not the desired behavior.
Ideally, the user would be able to re-enter the lesson, begin
at the beginning again, keep the highest score they achieved
previously and be able to use the “lesson” as reference
material.
I have seen this done with pure Flash, but I'd like to be
able to do it in Captivate.
Has anyone been able to do such a thing using Captivate? Any
ideas?
Thank you,
TPK

Whether the LMS overwrites the previous score with a
subsequent score is
up to how the LMS behaves. Some may offer you an option to
change this
behavior?
With the LMS I use, it will overwrite the previous score if
the lesson
is not yet completed/passed, if the new score is higher than
the old one.
If the lesson is completed/passed, then that score is never
overwritten.
As for Captivate's resume feature, the only way I know of
getting users
back to the beginning once they resume a completed course is
to put a
button on that last page that says something like "Restart
this lesson".
The user clicks it and the CP file navigates back to the
beginning slide
but (I don't think) resets any of the quiz data.
Unfortunately, afaik, CP does not allow you to say "bookmark
this users
location, unless they've completed the lesson, in which case
send them
back to the beginning". You have to do that yourself with the
last-page
button workaround mentioned above.
HTH
Erik
TPK wrote:
> Ideally, the user would be able to re-enter the lesson,
begin at the beginning
> again, keep the highest score they achieved previously
and be able to use the
> ?lesson? as reference material.
Erik Lord
http://www.capemedia.net
Adobe Community Expert - eLearning
http://www.adobe.com/communities/experts/
http://www.awaretips.net -
Authorware Tips!

Similar Messages

  • Configuration Manager Remote Control: rc.exe - Entry Point Not Found

    It appears this may have been caused by a patch since it happened after our systems were patched, but I can't be sure.  This issue was reported before on SCCM servers that had KB2830477 installed.  In some cases removing it works, but not in all
    cases. 
    To create this error, we right-click a computer in a collection in the SCCM admin console on one of the SCCM servers, we get the message "Configuration Manager Remote Control: rc.exe - Entry Point Not Found" with the text "The procedure entry
    point PdhAddEnglishCounterW could not be located in the dynamic link library pdh.dll."  If the SCCM admin console is installed on a workstation, this can be used to start Remote Tools without a problem.  This is only on Windows 2008 R2 servers
    running the SCCM Admin console.

    Does this continue to occur if you reinstall the console?
    Does the console match the version of the ConfigMgr site?
    Have you reviewed your AV logs to see if it might be getting in the way?
    Have you used procmon to potentially identify issues with locating the the DLL?
    Does this happen when folks are launching the admin console while directly RDPed into the server or when the console is served up using RemoteApp (given that's what the mentioned hotfix is for)?
    Jason | http://blog.configmgrftw.com

  • Why does a new desktop creation unexpectedly initiate with a background differing from the originating desktop? How can I control or eliminate this behavior?

    Why does a new desktop creation unexpectedly initiate with a background differing from the originating desktop? How can I control or eliminate this behavior?

    CT, I suspect that I either mistated the question or don't understand how to set the default back ground.  In any case, with the background that I have set in system settings, and this is the background to which my sessions consistantly boot, new desktops come up for the second or up to the third background with this initially set background. Then in the third or fourth desktop creation (I seldom go beyond four), the background for the new desktop, is one that I was using one or two months ago...

  • Mixed Data Type Table Control for Data Entry

    Hi Guys --
    I'm attempting to do error-checked data entry,
    My data is mixed: path, boolean, and numeric.  The natural organization is an array of clusters.  For instance, the cluster element would look like "path, boolean, numeric, numeric"  and I would have many rows of this data cluster.  To further complicate things I have to dynamically define the number of numeric elements in the cluster (tricky already) and also dynamically define the length of the array.
    I find the table control to be ideal to handle the dynamic nature of the data for editing.  I can easily use scroll bars to navigate to the appropriate part of the data.  I can delete rows and columns etc.
    On the other hand, the table can only handle string data.  I find that doing data checking and type conversion on the table elements to be extremely cumbersome. 
    I think what I'm looking for is a Table Control with ability to handle controls as elements.  From what I've read in this list and personally experienced, that functionality doesn't exist.
    Does LV have in-built functionality that I'm overlooking to resolve this problem?  Is there a third-party library that would do the job?
    Thanks,
    John

    Hi Ben --
    I think perhaps that I wasn't clear in my description. 
    As I pointed out, my data is organized naturally as an Array of Clusters.  More descriptively, my data looks like spreadsheet data; some text, some numbers.  I need to add rows and columns dynamically.  I need to be able to resize column widths dynamically... and while the program is executing.
    The Table Control does all of this.  The intuitive way that the Table Control permits a user to enter data is also good for my user.  The Array of Cluster data looks like spreadsheet data and a Table looks close enough to a spreadsheet.  A Table permits one to insert and delete rows, resize columns widths, and scroll around.
    I don't see that I get these features with an Array of Clusters Control.
    The issue with the Table Control is the lack of in-built data types, so I spend an inordinate amount of time doing type-conversion and range-checking. 
    At this point I'm pretty much convinced that LV doesn't have the in-built capability that I'm looking for. 
    I am curious if there are any LV libraries or Active-X controls somewhere that would implement the functionality that I require?

  • Tree control double click default behavior

    Hi all,
    Tree control have default behavior that expand/ collapse item when double click event occurs on parent item.
    How do I to avoid this behavior to use custom double click event without open close nodes?
    Thanks,
    regards
    Solved!
    Go to Solution.

    Hi,
    I was not able to disable the default event however I realized a VI that could be useful for you.
    I've used a method to force all the tree items to be collapsed.
    Take a look at the attached image.
    Regards,
    Alex
    Attachments:
    treecontrol.png ‏15 KB

  • How do I make one control change the entry list of another?

    I am using LabView 2010 and would like to create a custom control, in which there are two ring controls (among other things).
    The options shown in one ring menu should depend on what option is picked in the other ring menu.
    How does one do that?
    Solved!
    Go to Solution.

    Well the data that goes into the two rings will have to be initialised somehow...  Or by constant array, or by reading them from file.
    If you don't want to change your code, I would defenitly getting the string you want to get from file.
    But still, to update the 2 rings, you will have to update the strings in the 2nd control on the fly.
    FILE : 
    [OPTIONS]
    Option1=...
    Option2=...
    [POSSIBLE_SELECTIONS]
    Selection1.Parent=1
    Selection1.Name=...
    Selection2.Parent=1
    Selection2.Name=...
    This is how you could set up the file.  where options are the items which your are going to put in the first ring.
    Depending on that selection you will go fill out the names in the second ring depening on which parent is selected in the first ring
    Kind regards,
    - Bjorn -
    Have fun using LabVIEW... and if you like my answer, please pay me back in Kudo's
    LabVIEW 5.1 - LabVIEW 2012

  • Variant for selection screen with the Table control entries in another Tab

    Hi Guys,
      The requirement is to create a variant for the two tabs on a selection screen.
      First tab contains the select options and the second contains table control for making entries.
      So will it be possible to create a variant when the user makes entries in the fields in one tab and the table on other tab?

    You wrote
    Utilizing the "Save as variant" option from the selection screen itself works out perfectly, but this variant cannot be transported.
    But, give the variant a name beginning with "CUS&" and this variant will be transported. Variant beginning with "CUS&" or "SAP&" are so-called "system variant" and are  transported automatically. You can then copy the transaction code and use this new variant in the new transaction.
    Regards,
    Raymond

  • Dulicate entries in Table control

    Hiii
    How can I control the duplicate entries in the column in table control.
    Harman

    Harman,
      IF you are passing values to table controls through internal table then
    sort the internal table by key values.
    EX: SORT itab BY matnr.
    DELETE ADJACENT DUPLICATES FROM itab COMPARING matnr.
    Now it will work..
    Don't forget to reward if useful....

  • SEPA - How to control payment method used for SEPA during invoice entry?

    Hi,
    To implement SEPA Credit Transfers, a new payment method must be created.
    But this payment method will coexist with other payment methods that can be used for EUR payments between non-SEPA countries...
    Is there a way to control during invoice entry that the user is using the right payment method? Thus, if the payment is to be made between two SEPA countries, is there a way to control that the payment method used is well the new SEPA payment method? These pmts would fall in error if OSS note 1406227 has been implemented (it creates a table that controls the validity of pmt methods per country of destination) but obviously, we want to control this before the payment run F110...
    Or is it only controllable via a user-exit?
    Thanks a lot!
    Rgds
    Vincent
    Edited by: Vincent_Belgium on Dec 30, 2010 3:22 PM
    Edited by: Vincent_Belgium on Dec 30, 2010 3:26 PM

    Hi,
    You need to Use User Exit MEVME001 in SAP as well please see the below link for more
    http://www.sap-img.com/materials/price-difference-po-iv-vendor.htm
    Regards
    Ninad Kshirsagar

  • MIGO Entry - Control

    Dear Gurus..
    I want to control the MIGO Entry .(In my case the username is common) 
    Is there is any possible to Check the Password to Entry screen for MIGO Screen..
    Regards,
    Murugesh R

    hi,
    Shared users are not allowed as per SAP license agreement .  So it is not possible in SAP.  You have to use custom logic and user exit only to control this.
    cheers
    Rav

  • Diferente Control Account in A/P Credit Memo copied from A/P Invoice

    I have a strange situation in SBO2007. An A/P Invoice for Vendor X was created duplicating an A/P Invoice from Vendor B. The new Invoice was created with a differente Control Account from the assign in BP Master Data of Vendor X. The Invoice waas copied to a A/P Credit Memo but it used the right control account these time. Now I have an Invoice and a Credit Memo that reconcile each other but with different control accounts.. What is the best way to correct or undo these situation ?

    Hi,
    This problem is solved in B1 2007A SP01 PL12. To prevent this issue, you upgrade your current B1 version to the PL.
    The existing problem in the db can be solved by SAP Support. Log a message to SAP support to obtain  the solution.
    Prior to uprade and log message, check this note 1463211:
    Incorrect Control Account when duplicating invoice
    Symptom
    Create an AP Invoice for a Business Partner(BP1). Duplicate this invoice to another Business Partner(BP2) who has different control account. The journal entry of the duplicated invoice posts the amount to control account of BP1 instead of BP2.
    Behavior is reproducible for AR Invoice as well.
    Other terms
    Control Account, Payables Control Account, Receivables Control Account, Journal Entry, Incorrect Control Account, Duplicate Invoice, JE, SAP Business One
    Reason and Prerequisites
    Application error
    Solution
    SAP intends to provide a patch or patches in order to solve the problem described.
    The section Reference to Related Notes below will list the specific patches once they become available.
    The corresponding Info file of the patches in SAP Service Marketplace will also show the SAP Note number.
    Be aware that these references can only be set at patch release date.
    SAP will deliver patches only for selected releases at its own discretion, based on the business impact and the complexity of the implementation.
    In order to detect whether this issue affect your DB, please run the
    following query :
    SELECTt1.BaseRef as 'DocNum', t1.transid, t1.shortname [BP code], t1.account [account.jdt1], t0.debpayacct [BP control acct],
    CASE
    WHEN t1.transtype = '13' THEN 'A/R Invoice'
    WHEN t1.transtype = '18' THEN 'A/P Invoice'
    WHEN t1.transtype = '14' THEN 'Credit Memo'
    WHEN t1.transtype = '15' THEN 'A/P Credit Memo'
    WHEN t1.transtype = '204' THEN 'A/P Down Payment'
    WHEN t1.transtype = '203' THEN 'A/R Down Payment'
    ELSE 'Others'
    END
    FROM jdt1 t1
    inner join ocrd t0 on t1.shortname = t0.cardcode
    WHERE t1.account <> t1.shortname and t1.account <> t0.debpayacct
    AND TransType in (13, 18, 14, 15, 204, 203)
    If the above query retrieves results, please log a support message
    via the Service Marketplace referring to this note including all
    relevant information.
    Apply the solution of the note to solve your problem.
    JimM

  • Extracting Journal Entries

    I am on version 11.1.1.1 and I am in the process of copying data from our actual to budget scenarios. I have extracted the journals and loaded them into the budget scenario and they look fine however they appear to be accumulating in the budget scenario. Let me give an example. In our actual scenario which is YTD, the entry for January is $1,000. Then in February it will be another $1,000. Since our actual scenario defaults to YTD, the entry that we will make in February is $2,000. Our budget scenarios default to periodic, so all the data was loaded periodically. When I look at this YTD it accumulates these two entries so I see $3,000 instead of just $2,000. When I extract the journals they appear to be regular entries but it looks like there is an option to make them reversing entries instead. Has anyone come across this problem before?
    Thanks.

    As Varun noted, the issue has to do with the settings for the Budget scenario, specifically the Default View, which controls the journal View behavior. In addition, the ZeroViewNoData settings play a key role. For Actual, these settings are typically YTD, whereas in Budget they are typically all Periodic. As such, you cannot directly copy data into Budget. Most applications do not replicate the journals themselves to the Budget scenario, but instead use rules to copy the data. There are two parts to copying data:
    1) Impact Status: use this to "notify" the target scenario any time data in the source scenario changes. For example:
    If sPovScenario = "Actual" and bIsBase = True Then
    HS.ImpactStatus "S#Budget"
    End If
    2) The actual "copy rules". If the target has the same settings as Actual as would be in a currency restatement scenario, then:
    If sPovScenario = "ActualAtBudgetRates" and bIsBase = True Then
    HS.Exp "A#ALL = A#ALL.S#Actual"
    End If
    In this case, bIsBase is a boolean variable using the HS.entity IsBase function. But if the settings of the target scenario are Periodic, as would be Budget:
    If sPovScenario = "Budget" and bIsBase = True Then
    HS.Exp "A#ALL = A#ALL.S#Actual.W#Periodic"
    End If
    There are certainly other ways to solve this, but the approach described here is the most common. It will copy the correct data values from the adjustment members of the value dimension without need to copy the journal records themselves. The impact status function will ensure the two scenarios are kept in synch.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to use Table Control?

    Hi,
    I am working on dialog programming and am using a TABLE control for data entry.
    How do I transport records from database table to screen and insert / update / delete records from the screen table which should get reflected in database table.
    Kindly help.

    Hi,
    fill an internal table with the data you want to manage from the standard table.
    Create the table control referred to the internal table filled with insert and delete button.
    Every change has done on the table control, change your internal table.
    After you finish changing the data, link the SAVE button with MODIFY standard_table FROM TABLE internal_table and you'll pass the chages to your DB table.
    Be carefull when deleting....you have to save the data deleted in an internal table of deletion or you won't delete the corresponding raws.
    Regards
    Edited by: anna pozzi on Sep 4, 2008 12:37 PM

  • Table Control + last column

    Hello Friends,
    i am facing a strange problem. I have created a table control using table control wizard. when I enter the values in table control select the entry and press okey button everything works fine. then I gave the program to user for test, and he came back with following issue:
    He entred the data in the table control, and then he press the enter button. then he went to the last column and change the value, press again enter button, the value overwrite again ( which he has entered before ).
    I went in debug mode to see what is going on, and surpringly while entring the value in the last column I press enter the control did not went to my module "Z_TAB_CTRL_modify input." rather it went in user_command. module.... and that's why it did not updated the value after user change in last column....
    Any idea what I can do to fix this issue...
    Regards,

    Hi,
    CHAIN.
    ENDCHAIN. 
    Effect
    The statements CHAIN and ENDCHAIN of the dynpro flow logic define processing chains. Between CHAIN and ENDCHAIN, the statements FIELD and MODULE can be executed. The statements between CHAIN and ENDCHAIN form a processing chain. Processing chains cannot be nested. The CHAIN statement can be specified in the event blocks at PAI and PBO , however, in the event block at PBO it has no effect.
    <b>A processing chain allows the joint processing of all the screen fields stated between CHAIN and ENDCHAIN after FIELD statements:</b>
    The contents of all screen fields combined to a processing chain by the FIELD statements can be checked in the shared conditions ON CHAIN-INPUT and ON CHAIN-REQUEST of the MODULE statement.

  • Solution? Do NOT Allow applications to take exclusive control of the dev

    Ok, so recently I have been looking at ways of minimising what work my SoundBlaster card has to do under Windows Vista. I have read a lot of people making changes to their bios, changing which slot they keep their cards in and I have had no success with these methods and some I didn?t even try having coming from a incredibly good setup before upgrading to Windows Vista back in November.
    So here is my attempt at actually trying to help people.
    I have been playing Enemy Territory: Quake Wars a lot recently and initially during Beta I found that even the game menu at the start would produce a lot of crackling and then things frankly wouldn?t get any better.
    So I had a look in the control panel. Vista does have quite a complicated audio setup, so I did a little work to make it simpler for myself.
    http://www.electronicpunk.com/soundblaster/SoundOut.png
    I disabled all playback devices I wasn?t using. So ultimately I was just left with speakers. I then opened the speaker properties.
    In general, I believe most of the tabs where left as their default, although I did reduce and mute anything I didn?t use such as Line in, Microphone, Digital Out, and Digital in etc. On the last tab I unchecked the box that says ?Allow applications to take exclusi've control of this device this may well be what has made things better, but I thought I would be thorough.
    On the sound in, again I kept things to a minimum so much so that nothing on the recording side of my system uses the X-Fi anyway as I have a Logitech camera with integrated sound anyway ? mounted in such a place it made more sense to use it. Again, I denied applications the right to take exclusi've control.
    (Perhaps these boxes could be unticked by default in future dri've releases, I see no benefit of having these ticked with so many background processes in Windows)
    For those of you that don?t use Logitech webcams, that is as far as we go. But if you do, well we dig deeper.
    http://www.electronicpunk.com/soundblaster/SoundIn.png
    I have read and sadly I can't cite my sources that some of the advanced audio settings do cause issues with the sounds ? in general
    In Windows Vista and I will definitely look into this more on the Logitech forums and with their technical support if possible if I manage to uncover anything, but basically I have taken the steps of cancelling echoes and background noise for the time being ? I will perhaps enable it but I am happy to have crackle free audio. Basically I use headphones so the software thinking it is reducing echoes can't be as there are none so its messy.
    Anyway, I hope this helped a few people out and of course I will continue looking into things, I just wanted to post something positi've rather than just having the usual my card doesn?t work rubbish.
    Message Edited by ElectronicPunk on 08-07-200704:26 AM

    Hi,
    I have tried to determine the registry changes when clear/select the option, and the result here seems this action mostly related with the device drivers, couldn't find out any generic registry controlling this device related behavior.
    So back to your question, there seems to be no way to change this for large-scale managed.
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for