Interactive objects and quiz questions

Hi everyone,
I know that you can't add interactive objects to quiz questions, so what is the best way to accomplish my need of placing a button that, when clicked, plays a short mp3 audio file to a quiz question?
Alternatively, if I am to replace my Captivate quiz questions with new custom slides, how can I replicate all of the multiple choice, etc question types? Are there widgets for these?
I appreciate the help! I was looking around for reference items speaking to this issue but couldn't find any.

Hello,
On default question slides like on other slides, you can attach an audio clip to an object (even an object that is invisible to the user like a rectangle without a stroke and an fill with alpha=0%). The clip will play when the rectangle gets visible, but... you cannot put a button on a question slide. The only button that is possible is the static button widget but it has not the possibility to show/hide an object. You can attach the clip to the Success/Failure captions, eventually show/hide the invisible object with events like entering a slide, or Success/Failure actions but those events (appearing of captions, executing actions) cannot be controlled by a button.  If that is what you want, you need custom question slides. You didn't explain really at what moment you want to offer the audio, perhaps you do not need to give total control for playing by a button?
Several blog posts I created talk about creating custom question slides with or without the help of widgets. Here is one link that shows a list of the articles/posts with widgets:
Widgets and Custom Questions
Not all question types are possible: if you want drag&drop functionalities I recommend the Drag&Drop widgets of InfoSemantics. Have a look here:
http://www.infosemantics.com.au/dragdrop/whichwidget
Another problem is the reporting of custom question slides. I already published two posts about that subject on my blog as well.
Lilybiri

Similar Messages

  • Smart Object And Action Question

    I have a smart object layer in one document and I want to drag it over to another document and record this in an action. If I just drag it over, the action records it as select previous document. Copy and paste doesn't transfer the layer as a smart object.
    Is there any way to do this in an action?
    Thanks!

    The place suggestion worked. It's too bad that it has to be so wasteful on space though. It looks like placing a file makes it a smart object which then contains the original smart object I wanted to transfer over.
    Thanks!

  • Iterators, View Objects, and ViewCriteria question

    JDev version 10.1.3.2, ADF BC JSF application, created a web-type search form with search and results on same page, exactly like that in Dev guide chap. 18.3. Would like to have the previous page put parameters in a managed bean, and then have the search page populate the QBE form fields with these parameters and execute the query.
    I was hoping to solve the problem by doing the following:
    1) in (session scoped) managed bean, have created a method that puts the parameter value into the "find mode" iterator's viewCriteria and then returns the JSF page navigation action that represents going to the search form. Here is the code for that method (the parameter is currently hardcoded "courseid = 390"):
    public String toEnableMissingSurvey() {
    // ViewObject postReqVO = getclassesStudentsCourses1();
    FacesContext fctx = FacesContext.getCurrentInstance();
    Application app = fctx.getApplication();
    ValueBinding vb = app.createValueBinding("#{bindings}");
    DCBindingContainer dc = (DCBindingContainer) vb.getValue(fctx);
    DCIteratorBinding dciter = dc.findIteratorBinding("classesStudentsCourses1Iterator");
    ViewCriteria criteria = dciter.getViewCriteria();
    if (criteria.size() > 0) criteria.clear();
    //AdfFacesContext afContext = AdfFacesContext.getCurrentInstance();
    //String courseid = (String)afContext.getProcessScope().get("surveyCourseid");
    // String courseid = getReturnNavigationRule();
    String courseid = "390";
    if (courseid != null && !courseid.equals("")) {
    Row criteriaRow = criteria.createViewCriteriaRow();
    criteria.add(criteriaRow);
    criteriaRow.setAttribute("Courseid",courseid);
    dciter.getViewObject().applyViewCriteria(criteria);
    //dciter.executeQuery(); --I commented this out because it didn't make any difference, and I thought that the query should be executing on page open anyways
    return "enableMissingSurvey";
    2) On the calling page, on the "EnableMissingSurvey" button which is to navigate to the search page, I have set the "Action" property of the button to this method.
    The button successfully navigates to the search page, but I don't see any change in either the parameter form or the search results that are visible at page opening.
    Can someone tell me what I am doing wrong? Am I accessing the wrong iterator? Do I need to set both the "always find" iterator and the "search results" iterator? Do I need some kind of additional invokeActions in my page def? Is this idea not valid?

    I am not sure 100% what you are trying to accomplish, but you can easily have the search form and results on the same page and not lose the search parameters.
    You need an invoke action to set your search iterator to alway find like this:
    <invokeAction id="AlwaysFind" Binds="Find"
    RefreshCondition="${ ! bindings.AllEmployeesIterator.findMode }"/>
    And create another iterator for the search results.
    KurzHome

  • Backwards Navigation When Reviewing Quiz Questions

    I have discovered from some students that they can cheat on my quiz. They take the quiz, review their answers and make note of the correct answers, then either drag the navigation slider backwards or click the Back button to return to the beginning of the quiz. This resets their original answers and allows them to retake the quiz with the answers they took from their notes.
    The quiz is set up to allow multiple attempts, but I assume they should be starting over with each attempt. My quiz questions are randomized from a test pool, so hopefully they do not see the same questions again and not in the same order. However, by cheating in this way, they can take the same questions in the same order.
    Is there anyway to limit backwards movement when reviewing the quiz?
    I have turned off backwards movement while they are taking the quiz, but this setting is turned off when they start reviewing the quiz.
    I am using Captivate 5.

    Thanks for the information. Yes I have set the quiz up to allow users to review their answers. Yes I assume they will take notes on the answers, but I have not enabled the Retake Quiz button. Once they get to the results page and choose to review their answers, I assumed (incorrectly) that their answers would be locked and they would not be able to change the answers or results for their attempt.
    My instructions tell them to relaunch the training, go through it again, and then take the quiz again. With the questions and answers being randomized, I was hoping that their notes (question 1 answer is B - question 2 answer is C - etc.) would not be very helpful to them and they would put effort into taking notes from the training to help them on the test instead.
    You said the following:
    "If a user clicks the Review Quiz button after any attempt, they will be unable to perform a new attempt on that quiz until they relaunch the lesson again.  Also, if the user jumps outside the Quiz Scope by navigating back to any slide before the first scored object or quiz question, they will be unable to reattempt the quiz until relaunch."
    I have tested this out, launching the training from the LMS, and it is not correct. I can go through the quiz, review my results, drag the slider or click the back button to the beginning of the quiz, and take the quiz again.
    I have disabled backwards movement during the quiz, but once you start reviewing a quiz, backwards movement is once again enabled via the slider or back button.
    I can hide the playbar and navigation controls, but when you get to the review, the navigation controls remain hidden and you cannot advance through the questions to see the results. I thought of adding a separate Forward button on the quiz question slides to allow the user to go forward as they review the slides, but you cannot add buttons or clickboxes to question slides.
    I could certainly turn off the review functionality, but I think it is valuable information to the student. I need to allow them to retake the quiz, as my boss has set a very high bar (100% passing score) on the quiz.
    Does anyone have any other ideas?
    By the way, after typing up this response, I started doing some playing around, and I figured out a fix. I turn off the navigation controls before the quiz and enable the Skip button on each question slide. With the navigation off, the user can answer the questions and click Submit. Then when reviewing the answers, they can navigate forward by clicking Skip. They can no longer navigate backwards through the quiz and training material.

  • Scores can be assigned to non interactive objects or scores cannot be assigned to interactive objects is true or false?

    is

    ???? What do you mean, please. Only interactive objects and question slides
    can have a score. Some learning interactions are interactive as is
    Drag&Drop.

  • Scores can be assigned to non interactive objects or scores cannot be assigned to interactive objects in adobe captivate?

    Scores can be assigned to non interactive objects or scores cannot be assigned to interactive objects in adobe captivate?

    ???? What do you mean, please. Only interactive objects and question slides
    can have a score. Some learning interactions are interactive as is
    Drag&Drop.

  • Interaction Object not able generate

    Hi,
         Iam working on CRM 5.0 and iam aware of this Interaction object functionality but after configuring the Interaction object in the IMG where i have activated for all the four application, ie activity,factsheet,win and webclient,Also have setup for the Marketing scenario,But when i execute the campaign for a target group which contains some BP and when the job is compaleted without error, I try to look back for any Interaction object document for all the BP's in the target group but cant find the IO,
                   Iam i missing anything,has anyone used the interaction object and can anyone expalin how to use it and see the result,
    Answer to this will be greatly appreciated and will be rewarded,
    Regards,
    Naveen Parimi

    Hi Naveen K. Parimi,
    I have done all the settings as you said for IO, i.e.
    1. Activated IO for all the four application areas in IMG under CRM_> BF
    2. Define Communication medium and chose communication method as EMAIL
    3. I left Transaction Type to empty
    4. And executed the campaing with communication medium which I configured for IO
    but still I am not able to find the IO for BPs in TG for whom I executed the campaign. Can you plz tell If I have missed any thing.
    And also please tell me can we use IO for communication medium "FILE EXEPORT". If yes, can you please tell how it can be achieved.
    Thanks,
    JM

  • Quiz question: Is this possible?

    My company is evaluating Captivate for SCORM use.
    My question is this:
    Is it possible to create a project course with multiple content sections and quiz questions scattered throughout with the results posted at the end? Keep in mind that the user may quit and come back later to finish the course and remaining quiz questions.
    I assume you would use a TOC and bookmarking.  I just need to know if this is even possible.
    Thanks

    Quizzes in Captivate are always considered as one quiz, even if question slides are scattered all over the file. That is not a problem.
    Bookmarking is normally turned on, and since you will be using a LMS it is the LMS that will take care of that if it has that functionality.
    I'm however not sure, should have to test it in our LMS that the Quiz attempt during one session can be continued during a next session. Intuitively I think that CP will send a score after each session.
    Lilybiri

  • Integrating CP5 Quiz questions with My Own and Reporting ONE SCORE

    Science teacher trying to convince my department to move toward paperless testing.
    Out of the Box, I find
    I've learnt how to use variables and Advanced Actions to create several true/false questions on a single slide and report their scores.
    Is it possible to have MYscore variables change the PROJECT score variable?
    eg EXPRESSION: "PROJECTSCORE" = v_MyQuestionScores + "PROJECTSCORES"
    Am I allowed to mess with the project variables?
    Regards
    Greg

    Normally you cannot change the score via any other method than using a quiz slide or an interactive object.
    But now you can use the Interactive Master widget from Infosemantics to take data from user variables and use these as slave objects to override the score assigned to the Master widget, which then gets reported to the quiz.
    If you want to try this out, download a free trial widget from here and give it a go.

  • Reporting Interaction ID from Random Quiz Questions

    I have a Captivate 5 project that includes a Question Pool of 30 questions and I need to only show 10 random questions to a user (all multiple choice).  I have this all set up and each question in the question pool has a unique SCORM Interaction ID.  Project is published to use SCORM 2004 and set to report answers and interactions to the LMS.
    When running the couse in the LMS the only interaction ID being saved is for the first question that is displayed from the pool.  No interaction data is being saved for the other 9 questions.  Final score is also saving OK.
    How do I get Interaction data for each random question?
    Thanks for anyone's help!!!

    Here is an example of what is happening on my random question slides:
    Here you see the roll-over boxes showing on the quiz screen (Static Head box, Stoker box, Muffler Box)
    Anyone have any idea as to why this may be happening?

  • 3D repousse objects and linking / rotation question

    In Photoshop CS5 Ext, I have 4 layers, each with a 3D repousse object on them. I want to somehow link them, so that I can rotate the object as a whole (or the camera), but also want to still be able to manipulate the objects separately (like rotate and position). Is there a way to do this in PS, or does this need to be done in another program like Flash? Tried unsuccessfully using merge 3D, linking, grouping...
    Thanks,
    John

    Thanks Steve for the reply and screenshot.
    I see that 3D panel will let me rotate, etc., but it doesn't look like I will be able to rotate objects separately using animation from the timeline, will it? That is another thing I forgot to mention that I want to do, is be able to animate (rotate and move) the objects separately.
    Thanks,
    John
    From: SG... <[email protected]>
    To: PSJK2011 <[email protected]>
    Sent: Sunday, September 25, 2011 9:37 PM
    Subject: 3D repousse objects and linking / rotation question
    Re: 3D repousse objects and linking / rotation question created by SG... in Photoshop Windows - View the full discussion
    Hi John,
    Merging 3D layers should be what you want. When you tried this what failed? If it was that you could only transform all of the objects instead of each separate object, then you'll need to make sure you are using the appropriate 3D tool. The UI needs some work to make this a bit easier to discover.
    There are 3D Mesh tools in the 3D panel that allow you to manipulate individual meshes, instead of the whole scene (3D Object tools).
    http://forums.adobe.com/servlet/JiveServlet/downloadImage/2-3937802-84277/176-600/3DMeshTo ll.png
    regards,
    steve
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3937802#3937802
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3937802#3937802. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Windows by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Move back and forward through Quiz questions...

    Hello,
    I need to be able to let individuals move back and forward through quiz questions after they have answered them without the need to re-answer the question.
    Does anyone have any suggestions on how I could do this in Captivate 6.
    Thanks,

    Thanks for the reply!
    I should have been a bit more specific and provided an example...
    Question 1 and 2  are answered correctly and feedback box is shown each time - they then get stuck on question 3 so need to use the back button to go back through past the answered questions to the main information screens to find the answer and then need to use the forward navigation button to move back to the third question this will result in them moving through question 1 and 2 however we do not want them to answer these again.
    The individual must answer every question correctly to pass the course.
    Thanks,

  • Printing a list of quiz questions and responses

    I am using Captivate 6 and I would like to print / extract a list of all quiz questions and answers.
    How do you do this in Captivate 6?
    Thanks, Anna from Australia

    Hi there Anna from Australia!
    Try clicking File > Publish. Then on the icon strip on the left side of the dialog, choose Print. Then on the right side of the dialog, click the drop-down and choose Lesson.
    Cheers... Rick

  • Is there a way to do a spelling quiz in captivate using images and not questions as reference.

    Is there a way to do a spelling quiz in captivate using images and not questions as reference. Specifically i want have blank lines underneath an image, where the user looks at the image and types the correct letters to fill in the blank. For example a picture of a dog, with this _ _ _ underneath for the user to fill in, or in some cases perhaps having them fill in the vowel like so "d_g".I must have audio with this , as the students will be able to listen to the audio sound out the word phonetially to help them be able to type it!
    Appreciate any advice! Cheers!

    Hello everybody!
    This widget is great!! Thank you for that!!
    I searched for something like that earlier and made an other workaround:
    http://forums.adobe.com/message/1912430#1912430
    The Javascript did not work in my test. I brought to the "if you reach this slide" feature but it failed.
    Regards,
    Markus

  • Publishing Projects with Web Objects and YouTube Interactions

    How do I publish projects with Web Objects and YouTube interactions to ensure they appear in my published project?
    I am trying to publish my project, which contains Web objects and YouTube interactions, and they will not appear if I publish them either as swf or html (sometimes the Web object will appear, but not the YouTube interactions). Both objects work if I preview them on the stage.

    Hi,
    You need to copy your published output to any web server to make Web Objects and Yout Tube interaction work.
    Regards,
    Mayank

Maybe you are looking for

  • How to show the selected item in a drop-down box......

    hi, i m using the following code for selecting from the drop-down box... <html:select property="lddate" style="width:160"> <html:options collection="load_dt" name="AlmCurrencyRiskAnalysisBO" property="load_dt" labelProperty="load_dt"/> </html:select>

  • Links will not display in new window

    I have just install the new version of Thunderbird 31.4.0 and now find when I click on a Link it does not display in a new window. To display the link I have to click on the Explorer tab near the start button. I would like the link to open immediatel

  • Paypal overides our business terms and allows in false claims of non-delivery

    We offer customers in the UK and overseas tracked postage or standard postage. It clearly states on our website that standard postage losses are between the postal services and the customer,and our liability is limitedto providing a standard receipt

  • Authorisation after formatting Pc

    How can get authorisation from itunes after having formatted my pc, when i cannot connect to the itunes store( i cannot play purchased tracks). Also i cannot update my ipod. can anybody help.

  • Not Sharing Everything with Apple TV

    Here is the deal... I have the iPhone and Apple TV. I used Handbrake to rip some DVD's (That I already Own) onto iTunes to play on my iPhone. So, iPhone movies are not the best quality so someone told me to rip to Apple TV quality (Yes, it's twice as