Can my captivate module report the maximum score of a quiz?

Hi All,
Is there a setting I am missing on my captivate module that would allow the maximum score of a quiz to be reported back to our LMS.
We have scorm modules from around 5 different vendors that do report this information back, however, mine do not. One of these vendors also creates the scorm courses in Captivate so I know it must be something I am overlooking?
Many Thanks in advance
Chris M

Chris,
I believe I know what you're talking about. I've seen SCORM Captivate lessons stop recording the score in SumTotal once the mastery score has been met. Failed attempts will record an accurate score, but as soon as the passing score is hit the lesson is marked complete. If this is the same problem you're experiencing, there are other posts on this board describing the same problem. The only way I've been able to address it is to change the Quiz Manager settings so it reports the Score and Slide Views. I set the Slide View percentage to a value that will allow the users to get to the end of the assessment. Reporting the Slide Views in addition to the score keeps the lesson open. The downside is the user can't skip around the lesson or they may not hit the slide view percentage value.

Similar Messages

  • Reporting the Same Score Regardless of Right/Wrong

    Hi everyone,
    This is a very odd request...my client, for some reason, wants to report the same score for the quiz regardless of whether it's right or wrong.
    So, if the learner gets the correct answer, they get 1 point. If they get it wrong (even after giving them 2 attempts), they still want it to report 1 point.
    It sounds like they don't want to change it to 0. I've already offered that as a solution.
    They want the pass/fail settings to report 0%.
    This request doesn't make any sense to me. It completely goes against the point of reporting a score.
    Any ideas on how I should address this with them and give the same score regardless of right/wrong answers?
    Thanks,
    Kristen

    Hi everyone,
    Rod, the client wants to give a percentage. They don't care about the score. And as much as I question their request, I was asked to just research potential solutions and not question it. Frustrating, I know.
    Lieve was able to give me two solutions offline that they will consider. Thank you, Lieve!
    I can't give them unlimited attempts. The client has made it VERY clear that they only want to allow 2 attempts. And they also don't want to rely solely on slide views...they would like for it to report the same score for every learner that basically shows they attempted to answer the question (right or wrong).
    Thanks everyone!
    Kristen

  • How can a CVI module access the UUT serial number already stored in TestStand?

    I'm using the parallel model and I need to program each of my UUT's EEPROM with its serial number. I know that
    TestStand has the serial number and I've gathered from the Developer exchange that it is stored in RunState.Caller.Locals.UUT.SerialNumber, but how does my CVI module access it? Can it be passed to the module, if so, how? or what is the exact form of the TestStand API function that can be used to access the serial number. Thank-you for any suggestions.

    Hi lynx,
    if you have a look at the way in which the parallel and batch process models work, they're a two stage process model, i.e. the process model sequence your (main) sequence sees is called by an another process model. In this case, RunState.Caller on it's own only takes you up one level, but RunState.Caller.RunState.Caller will take you to the top level process model. When dealing with multi-UUT models, it depends on which serial number you're after (parallel serial numbers are stored in the TestUUTs model entry point->Locals.ModelData.TestSockets[0].UUT.SerialNumber
    where the [0] signifies the testsocket you're looking at (i.e. if it's the third testsocket, use [2].)
    batch serial numbers are stored in the same place, with the addition of the BatchSerialNumber (i.e. TestUUTs model entry point->Locals.ModelData.TestSockets[0].UUT.BatchSerialNumber, however there is also a BatchSerialNumber in TestUUTs model entry point->Locals.ModelData.BatchSerialNumber which is the same as the above one.
    You can always use the RunState.Root to get to the main calling process model, and in the case of the parallel and batch process models, the serial numbers are passed down from the top level execution entry point anyway into RunState.Root.Parameters.ModelData.TestSockets[0].UUT.SerialNumber
    (otherwise, if you're very buried in sequences, i.e. your mainsequence calls another which calls another etc etc, your call gets longer and longer - in cases like this I tend to use a Parameter, and pass the serial number down through the levels)
    If you want the data as if it came from the top level, since the LabVIEW adapter needs to see the data in a particular place, you can also use
    RunState.Root.Locals.UUT.SerialNumber.
    The quickest way I've found to find stuff is to create a new sequence file with just a label step in it. Set the sequence file to use the appropriate process model you're interested in, and set the label step to a breakpoint. You can then look at the context tab once you've set the sequence running from your desired execution entry point, and browse away.
    There's some great documentation in \Components\NI\Models\TestStandModels\TestStandProcessModels.PDF
    explaining how the process models actually work.
    A word of warning though - if you decide to change the serial numbers on the fly (one particular case is if you needed a bar code serial number which included information on failures for example), because the serial number is available in several places, you need to check where the report generation is picking up it's serial number information from.
    Hope that helps
    Sash.
    // it takes almost no time to rate an answer

  • Can any java process exceed the maximum memory allocated

    Hi,
    I have a basic question on the memory settings. Assume I have a java process where the memory settings are like:
    -Xmx1024m
    where the server capacity is say 8GB Then can the process exceed the allocated memory of 1GB and go further say upto 4 GB.
    If above thing is possible, how can we limit the process not to exceed the given limit? What settings need to be used.

    Krish8 wrote:
    Hi,
    I have a basic question on the memory settings. Assume I have a java process where the memory settings are like:
    -Xmx1024m
    where the server capacity is say 8GB Then can the process exceed the allocated memory of 1GB and go further say upto 4 GB.
    If above thing is possible, how can we limit the process not to exceed the given limit? What settings need to be used.Yes the used memory can exceed that if you e.g. are using memory mapped files. Don't know if you can restrict it unless your OS has some kind of support for it.
    Kaj

  • How to set the maximum length that a user can enter in Msgstyledtextinput

    Hi Everyone,
    I'm currently using EBS 11.5.1 and 10.2g DB
    Is there a way that I can set the maximum length that a user can input?
    I changed the Maximum Length to lower number (from 150 to 100) but I get the following error.
    Developer Mode Exception encountered in item SaveLocation
    Error: The item SaveLocation has a maximum length (100)
             which is not equal to that of the corresponding VO attribute
           , SaveLocation length (150).
    Action: Make sure they are equal in size. There must be other way to set that value
    Thanks,
    Elmer

    You have to set the maximum length of column to 150 to avoid this error.
    You can set the same in Jdev.
    Thanks
    --Anil                                                                                                                                                                                                                                                       

  • What is the maximum number of columns that can be displayed by sqlplus?

    Hello,
    Questions:
    Is there a limit on what sqlplus can display?
    What is the maximum number of columns that can be displayed by sqlplus?
    I cannot find anything on this in my search. I checked the limits page:
    http://docs.oracle.com/cd/B19306_01/server.102/b14357/apa.htm#sthref3658
    http://docs.oracle.com/cd/E11882_01/server.112/e16604/apa.htm#i635278
    It does not specify any column limits; however, I'm thinking it is tied to LINESIZE which is system dependent.
    Please confirm if true.
    Thanks!

    Received answer directly from SQL*Plus Development:
    "sqlplus does not have a limit on the number of columns it displays."
    They created a table with more than 256 columns with data and had no problem retrieving the data.

  • What are the assessment options in Captivate 8 for the following scenario:

    I have one Captivate  project with five modules, after each module I want to have mandatory questions (user need to answer to proceed and pass the course) and optional questions (user can skip, not included in the final score). I am using Oracle LMS. it seams Adobe didn't change the limited quiz preferences in Captivate 8.
    I would like to hear from the experts before I proceed into a lengthy option. I have the option to chop the project into five separete projects with 5 quizes ( with manadatory questions) . then make the optional quiz questons as a sperate projects, and organize them ( learning objects)  in the LMS to play after each module, where the use can skip.

    As Lieve suggests, since you need to score various quizzes separately, you need to have those CP quizzes as separate files...which, again as she states, is a SCORM requirement.
    You could put all those separate CP files together in one package with Captivate's 'Multi-SCO Packager' but in every case I've seen, the LMS breaks those up into separate lessons anyway...so you'll need to use the LMS to open one, go through it, close it, have it scored, open the next through the LMS, etc.
    So the LMS would be the 'Main File' Lieve mentions.
    If you don't NEED to see the individual quiz scores, you could put all sections in one main CP file...then all section quizzes would be scored cumulatively to show one overall score in the LMS...
    ...and if your LMS supports 'interaction data' you could report on the actual answers to each question to find out how well a user did in each quiz section, but that again depends on your LMS capabilities (and that data will meet the requirements).
    Overall though, if you need to see separate quiz scores in the main LMS interface, each quiz has to be its own file. That would be the case with ANY tool you use, being a SCORM limitation.

  • What is the maximum number of characters in an Oracle 10G Instance Name

    All,
    Can I know what is the maximum number of characters in an oracle 10g instance name under AIX? Is it 7 characters or 8 characters?
    regards
    Santhosh

    One should really make the difference between db_name and instance_name: if instance_name default value is db_name it can be different
    (even on a non RAC database).
    For example with Oracle 10.2.0.4 you can create a database named DB78 with instance_name=DB12345678:
    $ uname -a
    Linux lx01.localdomain 2.6.18-92.el5 #1 SMP Fri May 23 22:17:30 EDT 2008 i686 i686 i386 GNU/Linux
    $ ps -fu oracle | grep smon
    oracle    6353     1  0 20:30 ?        00:00:01 ora_smon_DB12345678
    oracle    6412  5596  0 20:37 pts/1    00:00:00 grep smon
    $ export ORACLE_SID=DB12345678
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Wed Sep 8 20:34:26 2010
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> show parameter name
    NAME                                 TYPE        VALUE
    db_file_name_convert                 string
    db_name                              string      DB78
    db_unique_name                       string      DB78
    global_names                         boolean     FALSE
    instance_name                        string      DB12345678
    lock_name_space                      string
    log_file_name_convert                string
    service_names                        string      DB78I would not recommend this practice: but it's interesting to know to avoid confusing between db_name and instance_name.

  • NOKIA N72: Whats the maximum size for RS-MMC??

    Hi guys...
    I am currently using NOKIA N72...I am planning to buy a New RS-MMC..Can you please tell me the maximum size of RS-MMC FOR NOKIA N72??i mean can i buy a 2GB RS-MMC FOR NOKIA N72??...Thanks in anticipation..Cheers...

    Yeah I thought so, how about 4,8,16, and 32GB?
    Feel free to hit the KUDOS button if you think I deserved it.........

  • The maximum size of an SQL statement has been exceeded.

    In ST22, abap dump shows that one of the possible reason was "The maximum size of an SQL statement has been exceeded."
    How can I know what's the maximum size and how to compute that size had been reached?
    Is this shown anywhere in the log?

    1. decalre temp_key as a table.
    2. use this package size option ....this gets the data in bite-sized chunks
    SELECT MATKL MATNR MEINS
    INTO corresponding fields of table TEMP_KEY package size 1000
    FROM MARA
    WHERE MATNR IN SO_MATNR.
    loop at temp_key.
    MOVE-CORRESPONDING TEMP_KEY TO ITAB_KEY1.
    IF WS_PCHR SPACE.
    CLEAR ITAB_CHAR.
    CLEAR ITAB_KEY1-CHARACTER. REFRESH ITAB_KEY1-CHARACTER.
    PERFORM GET_CHAR TABLES ITAB_CHAR ITAB_KEY1-CHARACTER
    USING ITAB_KEY1-MATNR.
    ENDIF.
    APPEND ITAB_KEY1. CLEAR ITAB_KEY1.
    endloop.
    ENDSELECT.

  • In Windows Server 2008 : Powershell can't import-module ActiveDirectory

    Hi,
    Thank you in advance for any possible help.
    I am using Windows Server 2008 with a x64 machine and I have Powershell 3.0.
    After searching for similar problems, I found that I have to install the patches KB969166, KB968934, KB967574, KB968930.
    This was done and as a result, the "Web Service Active Directory" appeared in "services".
    However, the "ActiveDirectory Module for Windows Powershell"  is still not visible in "Windows Features" .
    What can I do to make it appear ?
    Is there a different way to go so I can have "ActiveDirectory" module in the list of modules I can import in Powershell 3.0 ?
    Actually, the command "import-module ActiveDirectory" results in a Not Found error.
    I would really appreciate your help.
    Thank you !
    Bill

    Hi Bill,
    You can't use the Active Directory module on WS2008, it requires WS2008R2 at a minimum.
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • IPod Shuffle: How to set the maximum volume limit

    How do I get back to the volume default I set at the onset of using my shuffle?
    I have speakers in my Ski Helmet and would now like to turn up the volume louder than I have currently set for my in ear earpods.
    Any help is appreciated.
    b

    If you're talking about the Maximium Volume Limit:
    Setting the Maximum Volume Limit
    You can set a limit for the maximum volume on iPod shuffle. You can also set a
    password in iTunes to prevent this setting from being changed by someone else.
    If you’ve set a volume limit on iPod shuffle, the status light blinks orange three times if
    you try to increase the volume beyond the limit.
    To set the maximum volume limit for iPod shuffle:
    1 Set iPod shuffle to the desired maximum volume.
    2 Connect iPod shuffle to your computer.
    3 In iTunes, select iPod shuffle in the Source pane.
    4 Click the Settings tab.
    5 Select “Limit maximum volume.”
    6 Drag the slider to the desired maximum volume.
    The initial slider setting shows the volume the iPod shuffle was set to when you
    selected the “Limit maximum volume” checkbox.
    7 To require a password to change this setting, click the lock and enter a password.
    If you set a password, you must enter it before you can change or remove the
    maximum volume limit.
    Note: The volume level may vary if you use different earphones or headphones.
    To remove the maximum volume limit:
    1 Connect iPod shuffle to your computer.
    2 In iTunes, select iPod shuffle in the Source pane.
    3 Click the Settings tab.
    4 Deselect “Limit maximum volume.”
    Enter the password, if required.
    Note: If you forget the password, you can restore iPod shuffle. See “Updating and
    Restoring iPod shuffle Software” on page 26 for more information.

  • TS4002 what does "the maximum number of free accounts have activated on this ipod touch"

    trying to change the email addy on icloud for my nephews ipod touch. ready to throw it out the door. Keeps telling me "can not sign in. The maximum number of free accounts have been activated on this ipod touch" what does that mean? and how do I delete all of that?

    It means that you won't be able to create a new iCloud account on that iPod as the maximum number of accounts have already been created.  You also can't delete an existing one to allow you to create another.
    Your only options are to either re-use one of the accounts previously created or create a new account using another iOS device or Mac (running OS X Lion or Mountain Lion), if you have one.

  • Captivate module keeps running behind film

    I have a movie file that must open in Windows Media Player.
    The user clicks the Start Video button from the Captivate module,
    and the Windows Media Player then pops up in front of the Captivate
    window. My intention is that the user will then close the Media
    Player, return to Captivate, and click the Continue button to
    advance to the next slide. However, what is happening is that the
    module continues to run in the background and the user returns to a
    Capivate module that has progressed a number of slides. I would
    appreciate any suggestions. Thank you.
    -Brian

    Hi Brian and welcome to our community
    How are you creating the "Start Video" button? Is it truly a
    button? Or is it a Click Box object?
    I'm guessing you are using the "Open URL or File" option? If
    so, click the drop down to the right of where you specify the URL.
    You should see options for new window and others. At the bottom is
    a check mark labeled "Continue playing movie". DE-select that and
    you should be set.
    Cheers... Rick

  • Is there a way in Captivate to set the reporting for a quiz so it saves/keeps the highest score

    Is there a way in Captivate to set the reporting for a quiz so it saves/keeps the highest score despite how many attempts a user takes?

    There is currently no built-in functionality to do this in Captivate. 
    If you are using an LMS, this sort of thing is normally handled there.   For example in Moodle there is an option to use the highest score out of all attempts on a course.

Maybe you are looking for

  • How many iPads can be used on iCloud for our company?

    Our compnay is transitioning to iPads for a lot of our work. How many iPads can be managed/connected to our iCloud account?

  • Can Aperture Use The Presets I have In Camera Raw?

    Hi, I have some very handy Presets that I apply to images when opened in Camera Raw 4. I want to use the same Presets in Aperture 1.5, but despite much poking around, I can't seem to find a way to load them. Can it be done? Thanks. Hugh

  • Motion 1.0.1 won't open from fresh install on Tiger.

    error log ===== Friday, March 3, 2006 10:42:44 AM US/Eastern ===== dyld: Library not loaded: /Library/Frameworks/PluginManager.framework/Versions/A/PluginManager Referenced from: /Applications/Motion.app/Contents/MacOS/Motion Reason: image not found

  • Need help with "get info" dialog box

    Hi Everyone! I need some help with trying to figure out what some of the options are in the "Get Info" dialog box. I've searched the iTunes help and these forums, but can't find anything. So, in the options tab, 1. What does "Part of compilation" Y/N

  • About Transport Protocol File(Axis)

    Hi All, In my Scenario i am using SOAP Adapter at Receiver Side.. While Creating Communication Channel For Receiver In Transport Protocol we have many options like HTTP,SMTP,File(Axis) etc. In which case we opt  File(Axis)?