Captivate or custom ActionScript to create Quiz?

I need to create a Quiz, and after testing out Captivate I've
determined it cannot handle the complexity. I'm thinking custom
ActionScript programming will be required, but since I really only
spent an hour trying out Captivate, I want to run this by some of
you advanced users and see if I'm overlooking something.
Example:
Question: Which of the following are kinds of apples?
a. McIntosh
b. Gala
c. Golden Delicious
d. Orange
a, b and c are all correct, d is incorrect. It appears that
Captivate will allow me to set this up as a multiple choice quiz
with multiple answers, and that I can designate a, b and c as the
correct answer and d as incorrect. But it appears that it requires
that all three correct options are selected to branch to a "correct
answer" slide, and that any other combination will trigger an
incorrect answer.
What I need is to be able to give the user feedback based on
several different combinations of answers. If they choose a and b
but not c, I need to be able to take them to SLide X, and if they
choose c but not a and b I need to take them to SLide Y, and if
they choose just a but also choose d I need to take them to Slide
Z, and on and on.
My assumption upon evaluation is that this is beyond the
scope of what Captivate can provide. I feel it requires custom
programming. Does anyone know if there's something I'm missing?
Some feature I haven't thought of?
Thanks in advance,
Sean McAuliffe
[email protected]

If you are using AS2, there are quiz templates in Flash that
you can use. But they are very limited as to the functionality. For
what you are looking to do (branching based on different user
inputs), you will not be able to use the bulit in Flash components.
To see what I mean, open Flash, and on that main start page where
you can choose the type of file to create, click on the "More..."
folder and then Quiz.
Open one of those to see what I mean. There are a bunch of
components that are available to use. But there is the whole issue
of reporting it to the LMS, Captivate does all that stuff for you,
I'm not sure how to go about doing that in Flash without using the
built in quiz functions. But if you don't have to report to an LMS,
you can code it pretty easily.
If you need more clarification let me know!
HTH
Doug

Similar Messages

  • Help on custom actionscript component

    Hi All,
    I need to create a dynamic form which has multiple pages each
    page will be displayed in separate tabs and has individual
    controls. On submit of a a button i need to trace the data entered
    in the controls for each Tab. The numer of Tabs and controls will
    vary depending on criteria (reading from an XML).
    Sample xml data below -
    <Tab tabid="App_Form_01_Tab_02" name="Tab 2"
    label="Product Information" taborder="2">
    <Section sectionid="App_Form_01_Tab_02_Sec_01"
    name="Contract" orderontab="1">
    <Attrtype name="SingleLineofText" defval="This is single
    line text" maxchar="35" maxlines="1" inputtype="TextInput"
    attrlabel="Attribute 1"></Attrtype>
    <Attrtype name="MultipleLinesofText" defval="This is
    multi line text" maxchar="" maxlines="4" inputtype="TextArea"
    attrlabel="Attribute 2"></Attrtype>
    </Section>
    </Tab>
    <Tab tabid="App_Form_01_Tab_03" name="Tab 2" label="New
    Tab" taborder="3">
    <Section sectionid="App_Form_01_Tab_02_Sec_01"
    name="Contract" orderontab="1">
    <Attrtype name="SingleLineofText" defval="This is single
    line text" maxchar="35" maxlines="1" inputtype="TextInput"
    attrlabel="Attribute 1"></Attrtype>
    </Section>
    </Tab>
    I tried developing the above UI by creating custom
    actionscript components by extending existing UI components such as
    TabNavigator/VBox and added children at each stage until I reached
    the actual form control info using which I am creating the
    controls.
    So the child creation is following -
    MyTabnavigator->MySectionTabs(VBox)->MySections(VBox)->MySectionAttributes(HBox)->TextInp ut
    I have instantiated the MyTabNavigator comp from the mxml
    using <MyTabNavigator/> tag. This is displaing the dynamic
    form the way I need but now I have to access the text value entered
    into the TextInput. I tried to access the TextInput from a method
    written within a script block in the main application mxml. I am
    not able to do that.
    Could anyone please advise me on this.
    Test Link -
    http://dev.eforceglobal.com/test/paromita/bin/TestActionscriptComps.html
    (this also has the sample view source code)
    Am I doing this the wrong way?
    Please help.
    Regards,
    Paromita.

    Since you're using a scrollpane you should simply limit the dimensions of the visible part (JViewPort).
    yourScrollPane.getViewport().setPreferredSize(.......);

  • Custom ActionScript Component icon in Design View

    Hi,
    I have created a custom ActionScript component in Flex. I have added the Icon metadata tag before the class definition:
        [IconFile("expandable-panel.png")]   
        public class ExpandablePanel extends TitleWindow
    However, though the path to the image is correct, the icon for the custom component does not show up in Design View.
    Any idea ?
    Thanks.
    Best regards,
    Karl Sigiscar.

    Not very helpful. My question is more where should the icon be placed or what kind of extra configuration is required so that Flex Builder / Flash Builder can find it in Design view.
    Yeah, yeah, I'm in the wrong forum. Doh.

  • Can we use custom RFC in creating models in Visual composer??

    Dear Experts,
    Can we use custom RFC in creating models in Visual composer??
    If yes, kindly provide some documents or links which would guide me how to achieve it.
    Warm Regards
    Upendra Agrawal

    Hi,
    Yes,you can do it.
    Configure the rfc and use like others Standard BAPI procedure.
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/vc/connectivity]
    Regards,
    Govindu

  • User message entered in Validation settings does not show up in custom list form created in sharepoint designer 2010

    I have a custom list form created in SPD based on EditItem form.  I then set field validation in Validation setting and entered a user message to display when the validation did not pass.
    The validation works in the custom form but the user message never show up.
    I see a similar question posted in 2012:  
    https://social.technet.microsoft.com/Forums/en-US/cd292b50-856f-4dfa-8cfe-aeb688ee7185/validating-fields-on-a-sharepoint-2010-custom-list-form?forum=sharepointgeneralprevious 
    Is this still a known bug?   What is the easiest workaround?

    Hi ,
    From the
    above link you mentioned, have you tried using the code line in your custom form?
    Please try the code suggested by sp-achiever and hamish, and see if it could help solve the issue.
    <SharePoint:ItemValidationFailedMessage ControlMode="New" runat="server" ID="checkform" />
    Have you installed hotfix KB245789 or CU contained this kb?
    Please check if KB245789 has fixed this issue as KP2011 suggested in the same post, and please try it in a test environment firstly.
    http://support.microsoft.com/kb/2405789
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you havefeedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • Business Partner for Customer(own plant) created as a person

    Hi
    I have created a customer master that is representing my own plant. Shipping data for plant is maintained under STO customizing.
    I have CIFed the customer master, but it has got created as a PERSON  and not the organization.
    I have also CIFed the vendor master(representing the same plant), it has got created correctly as Orgnization.
    Can anyboy explain me what happened wrong with my customer master.
    Thanks
    Santosh

    the system which I am using, has a customer already created by someone else with the same account group 0120 : branch with incompany billing.  That customer had got created as organization in the EWM.  My customer has got created as person.  So i suppose there is no issue with account group.  I have below account groups in the system. All Std ones. what is the ideal account group that should be used for the customer which represents the Own plant.
    0001
    01
    0
    Sold-to party
    0002
    02
    0
    Goods recipient
    0003
    01
    0
    Payer
    0004
    01
    0
    Bill-to party
    0005
    01
    0
    Prospective customer
    0006
    01
    0
    Competitor
    0007
    01
    0
    Sales partners
    0012
    01
    0
    Hierarchy Node
    0100
    XX
    0
    Distribution center
    0110
    XX
    0
    Branch w/o intercomp.billing
    0120
    XX
    0
    Branch with intercomp.billing
    0130
    XX
    0
    Branch with external billing
    0140
    XX
    0
    Assortment (obsolete,don't use
    0150
    XX
    0
    Franchisee
    0160
    0
    Wholesale customer
    0170
    0
    Consumer
    APOA
    01
    0
    Sold-to party - APO Customer
    CPD
    02
    1
    One-time cust.(int.no.assgnmt)
    CPDA
    XX
    1
    One-time cust.(ext.no.assgnmt)
    DEBI
    01
    0
    Customer (general)
    EDIN
    07
    0
    EDEAL CUSTOMER
    KUNA
    XX
    0
    Customer (ext.number assgnmnt)
    LCMS
    01
    0
    Customer(Portal Role), Minimal
    LCMX
    01
    0
    Customer (Portal Role), Maxim.
    PLNT
    XX
    0
    Ship to Party -Stock Transport
    VERB
    XX
    0
    Affiliated Companies - BPAcc
    VVD
    VD
    0
    TR-LO customer

  • How to replace or insert a customer logo when creating a journal template?

    Hi Experts,
    How to replace or insert a customer logo when creating a journal template?
    Thanks in advance.
    Best regards,
    Mila

    Hi Dzmitry,
    Thank a lot for your reply.
    We have already tried to download the journal template and insert our logo. The problem is that the journal template is protected and we do not have the password.
    Kind regards,
    Mila

  • RFC - Receiver create Customer (Cannot see created user and created time)

    Hi,
    My scenario is JDBC - XI - RFC to create/change customer master. My problem happens with customer created/changed by RFC. When I look at administrative data of customer master, created by and created date are empty. http://www.imagecross.com/07/image-hosting-view-11.php?id=53673.png My requirement is that log on user which i input in receiver cc of RFC in ID should be used as created user in customer master and created  date should also be updated too.
    Any solution for this? Is there any configuration in XI required or may be a guideline for using ABAP in RFC to do this?
    Thanks,
    Pavin

    Hi
    When u execute form se37 it wud update with the user logged in
    same wud happen when Receiver Adapter RFC wud log in and update r change
    shud update with user wat u have entered in Config
    try to run the RFC from se37
    rgds
    srini

  • Customer is not created, while updating in a Tcode BP for a existing BP No

    Hi,
    Customer is not created against the Comapny code and business partner. suggest any notes to be implemted.
    thnaks,
    deepthi.

    Hi,
    In Tcode BP, I am selecting a Role with the Business Partner number. COMPANY CODE Push button on the Top is Enabled and Click on that.
    Enter the Company Code and provide the details in Account management tab by providing Reconciliation Acct 120113, Sort key as 035, Planning Group as E1. Go to Payment Transaction Tab, Enter the Payment terms as Z003, check Record payment history. Now, Click on SAVE Button on the TOP.
    The issue is that, The screen values are not retained in the Payment terms tab and Customer is not Created after saving of a BP Number.
    Regards,
    Deepthi.

  • How do I create quiz question in reflow?

    How do I create quiz question in reflow? There is form element but how am I going to get the value of the radio button or the text entry?

    You can design the quiz in Reflow but you'll need to code up some sever side code to collect the data and reports for your quiz. If you don't want to write the code you could look at Muse or an online service like typeform or some elearning solution.
    Hope that helps,
    Chris

  • How to invoke a Java Custom Code after creating a resource in OIM Console

    Greetings.
    I want to invoke a custom code after creating the resource "OID User" on the OIM Administration Console. For example invoke a custom code that creates The Form's resource access descriptor (RAD) on the OID.
    I have read the Developer's Guide for Oracle Identity Manager book but I don't get how to solve my requirement.
    Should I use a "Java Task" on the design Console?
    Could Anybody provide me the detailed steps to do that?
    Thanks
    Ramiro Ortíz.

    Greetings.
    I want to invoke a custom code after creating the resource "OID User" on the OIM Administration Console. For example invoke a custom code that creates The Form's resource access descriptor (RAD) on the OID.
    I have read the Developer's Guide for Oracle Identity Manager book but I don't get how to solve my requirement.
    Should I use a "Java Task" on the design Console?
    Could Anybody provide me the detailed steps to do that?
    Thanks
    Ramiro Ortíz.

  • T.code FKMT: the customizing navigation to create new variants ...

    Hi All,
    with reference to t.code FKMT (Account Assignment Model) could anyone show me the customizing navigation to create new variants in the screen template (from menù: seetings/screen template) ?
    Thanks
    Gandalf

    please check
    http://sap.ittoolbox.com/groups/technical-functional/sap-acct/screen-template-define-in-tcode-fkmt-2375586
    http://iris.tennessee.edu/BPP/FI/Finance%20&%20Controlling/FI_GL_FKMT_FI%20acct%20assnmt%20model%20mgmt.doc.
    hopes it helps
    Edited by: Jose Lastra on Oct 26, 2008 1:01 PM

  • Customer  is not created in sales area

    hello gurus,
    when i am creating sales order the output is not triggered and i am getting the error Customer  is not created in sales area
    how to solve this problem ichecked vd02 trasncsiotn and this custoemr exists for the sales area
    afzal

    Hi,
    Check whether the partner function  has been assigned the out put type or not?
    Suresh
    Edited by: sureshbabusure on May 8, 2010 9:07 AM

  • Outlook controls in custom form region created in Visual Stdio 2010

    Hi,
    Is it possible to use all the outlook controls (e.g. Body control, Send button) in custom form region created in Visual studio. 
    Thanks & Regards,
    Vijay

    Hi Vijay,
    Which control you are not able to use? Based on my understanding, there are two ways to custom the form region in Outlook.
    First is creating a new form region by using the wizard. The second is importing a form region designed in Outlook.
    In the second secnario, we can use add native Outlook controls to the form region. Native Outlook controls enable you to bind to Outlook data at design time. However, you cannot then use the form region designer to add managed controls or change the design
    of the form region.
    You can get more detail about this topic form link below:
    Creating Outlook Form Regions
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Utilizing Custom Tags to create a dynamic drop-down menu

    Hi to all,
    I am looking to create a dynamic .jsp to display to the user a drop-down list. This list is based upon data in database. The data will be passed as an application bean. This list will vary depending on application criteria.
    I would like to use a custom tag to create the drop-down menu. I am attempting to keep the .jsp page strictly .jsp, no Java. (I have been successful in creating & using an iterator tag.)
    Can someone point me in the right direction, or give me an example?
    thanks!
    Susie in Virginia Beach

    What exactly is it you don't know how to do? Write a custom tag or write database access code?

Maybe you are looking for