Multiple response quiz answers changing to single response

I am experiencing a funny problem with multiple response
questions. Sometimes when I launch a project with a quiz- the
multiple response questions are suddenly changing to single
respones - even the button changes from the squares - to the round
radio buttons. I go back and check and everything is set up
correctly - the multiple responses are all checked and it previews
correctly.
It seems to randomly happen only occasionally on all my
projects - I can't recreate it as it will just happen sometimes.
Does anyone know if this is a common problem - or how to fix
it.
I'm on Captivate version 2
Thanks
Nat

Have you checked for any updates for Captivate 2? It could be
a bug that an update can remedy.

Similar Messages

  • How can I add multiple fill in answers for a single title, or fill in answers with no title

    Time
    Date
    Description
    I need to add a table much like the one above to my form. How can I do this.

    Your best bet might be to use a Formatted Text for "Turnover" on top of your fields and then use caption on top for label positon.
    OR you can have the Formatted text on the same line as your fields too
    Hope this helps
    Gen

  • What could be causing my multiple response survey question to show a non-response in LMS report?

    I have a 10 question survey that has been running fine and providing accurate responses in reports generated from my LMS. I made a property change to a multiple response type question that is now causing the reports to show a date/time (2003-01-01  18:00:00) response instead of the actual multiple responses the user made. The change I made to the question was to change the "Numbers property from" [ a), b), c) ] to [ 1), 2), 3) ]. This property change did not affect the reported responses for the single response questions, only the multi-response. This problem occured Using Captivate 4. I then tried using the same properties in Captivate 5.5 thinking it was a bug in CP4, but got the same results. Has anyone else run into this issue? I'm going to bring this to the attention of my LMS provider, but want to make sure CP is clean first.
    Thanks,
    Dave

    First things first. I am not an LMS expert, so this is not about troubleshooting.
    However, to ensure that your course works fine on a SCORM-compliant LMS, you can upload it to cloud.scorm.com and test it out. If the course works fine there, rest assured that it will work fine on any SCORM-compliant LMS. If your LMS team comes back with an issue after this, you can counter them with this evidence that the problem is with the LMS and not your course.
    Sreekanth

  • AJAX handling multiple responses

    Hi,
    I have a problem in handling multiple responses from server.
    I am sending requests simultaniously (response for the first requset comes sending other request) but i am getting only the response for the last request all previous request responses are lost.
    how to handle thi situation.is there a way to handle?
    pls help me asap.

    since it is for sure using a single connection to the server, it is quite normal
    can't you manke the request sequentialy?

  • Creating Multiple Response Questions.....

    Hi.
    I'm looking at updating a load of Java Applets here at work
    accross to Flash.
    I'm not looking at using the quiz templates but wondered if
    anyone can help me out?
    Basically I need to create a multiple response question using
    an xml file and was wondering on the best way to achieve this?
    Any help would be much appreciated.

    I need to use an xml file for the questions and answers.
    And there are more than 1 correct answer for the questions.
    I'm pretty new to actionscript so a few pointers in the right
    direction would be a great help to me.
    Should I be using the xml component? The dataset components?
    Check box components for the questions?
    How do I get the xml to interact with the flash.... sorry for
    all the questions.

  • Multiple responsive compositions on 1 page with edgecommons

    Hi Guys,
    I am trying to determine what in the is going on here, got two responsive compositions using edgecommons in a single html page. Below is the runtime code - however not having much luck getting them both displayed at the same time. I am able to see each composition on the page when I remove one of the two load functions, but if I use both, there is no joy. I must be doing something wrong but cannot determine what. P.S. all files and assets loaded in the root directory.
    <script>
      var custHtmlRoot="";
      var script = document.createElement('script');
      script.type= "text/javascript";
      script.src = custHtmlRoot+"edge.5.0.0.min.js";
      var head = document.getElementsByTagName('head')[0], done=false;
      script.onload = script.onreadystatechange = function(){
      if (!done && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
      done=true;
      //1st composition
      (function() {
      var custHtmlRoot="";
      var opts ={
      scaleToFit: "none",
      centerStage: "none",
      minW: "0px",
      maxW: "undefined",
      width: "100%",
      height: "100%"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('clients', 'clients', opts,
      {"dom":{}}, {"dom":{}});
      //2nd composition
      (function() {
      var custHtmlRoot="";
      var opts ={
      scaleToFit: "none",
      centerStage: "none",
      minW: "0px",
      maxW: "undefined",
      width: "100%",
      height: "100%"
      opts.htmlRoot =custHtmlRoot;
      AdobeEdge.loadComposition('solutions', 'solutions', opts,
      {"dom":{}}, {"dom":{}});
      script.onload = script.onreadystatechange = null;
      head.removeChild(script);
      head.appendChild(script);
    </script>
    <style>
        .edgeLoad-clients { visibility:hidden; }
        .edgeLoad-solutions { visibility:hidden; }
    </style>
    <body style="margin:0;padding:0;height:100%;">
      <div id="Stage1" class="clients"></div>
      <div id="Stage2" class="solutions"></div>
        <meta content="minimum-scale=1, width=device-width, maximum-scale=1, user-scalable=yes" name="viewport">
    </body>
    Any help would be appreciated - Cheers
    Wish the adobe team would streamline this in the next update. Makes real life instances very difficult to figure out.

    vivekuma,
    I believe I either found the problem or at least narrowed it down. 2014.1.1 appears to have broken the Multiple Responsive Animate Compositions in an uploaded state.
    I will send you the comps that I have used for testing, but it appears that the current version (2014.1.1) broke this code in an "uploaded" state. Running this code on a local web server functions perfectly fine.
    Again, this code only works locally and not on an internet web host!
    P.S. I have removed all instances of Edge Commons, so there are no calls to this extension library.
    P.S.S. I am now using multiple compositions to serve my responsive breakpoint needs using media queries to hide and zero out stages between break points.
    Thanks Vivekuma and any other Adobe Edge Animate staff who read this!
    Eldin

  • Getting Started with Swept Sine (DAQmx) Multiple Response Signals

    Hi,
    I've been using the modified version of the Getting started with swept sine.vi for multiple response signals
    https://decibel.ni.com/content/docs/DOC-24474. Program fully suitable.
    However, I am facing with three issues :
    1) The edits are highly non user friendly (horrible for 6 multi-channel already), and quite long to perform.
    2) Would there be a way using for loops to have a more compact and flexible way to use FRF? (Calling 6 times the same program in a similar structure does not quite seem like a smart move yet I'm relatively novice in LabVIEW).
    3) Be able to set the number of channels somewhere in the software, and automatically have the software to be able to cope with this? (aka if 20 multichannels are needed, no need to modify the code?)
    It's probably going to be a lot of work to get there, all I'm asking for you guys is to point me in the right direction and suggestions,
    Cheers,
    Kentmey
    Kentmey

    duplicate post, continue here…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Can I separate out for analysis multiple responses to one question?

    I created my first survey without realizing that by creating a question that allows the respondent to choose multiple responses, I might have a problem parsing out the responses for analysis.  I have been downloading (exporting) the responses into an Excel file;  however, all choices made by each person for that question gets exported into one Excel cell as one long text string.  So how can I do anything with this data?
    Sure, the Summary Report provides a nice bar chart showing the number of occurrences for each possible choice out of the several I created for the question; however, it appear that I can't get this data into my SPSS to do cross-tabs without going through some crazy impossibly labor-intensive mapping of every one of my hundreds of survey responses.  Am I wrong?  Is there some way to do this as I can in SurveyMonkey?

    We don't support this directly. This post explains a potential work around: http://forums.adobe.com/message/3869111
    Randy

  • Export multiple responses in pdf form?

    Is it possible to export multiple responses into pdf form, not just excel? Thanks!

    Sorry we currently do not support this. You can vote for the feature here:
    http://forums.adobe.com/ideas/1378
    We use this to help prioritize our work.
    Thanks,
    Randy

  • Does OCSPChecker handle multiple responses yet?

    I have been trying to get DavMail java application to access an Exchange server that requires the use of OCSP. I have not been able to get it to work. In my research, I have found references to a bug that the OCSP procedure handles only the first response from the OCSP server and so probably returns a fail if multiple responses are received.
    Several bug reports on this indicate that this is fixed, but a later bug report indicates that it is not. Does anyone know which it is?
    Thanks
    Edited by: 834601 on Mar 15, 2011 5:26 AM

    Found out that the answer is YES.

  • Bid Invitation: Multiple responses desired

    I am working with a client on a SRM Bidding Engine Blueprint. It is important that the bidder be allowed receive usually 3 bid responses per vendor, each with seperate terms and conditions. (i.e. different rates sought depending on timing and shipping point). They have received advice from SAP that it is only possible to receive one bid response per vendor - is this true? If there is a means of achieving multiple responses per bidder please outline for me.
    Thanks in advance!

    Hi John,
    In standard, it has to be a different contact, so it will create a Bid displayed as a new line.
    In custom, you just have to deactivate this control, and this let you create more than one Bid per contact. In that case also, all the bids are displayed as new lines. So you would get 3 lines with the same bidder/contact for your 3 bids.
    We added a "Copy" button with the corresponding processing form to handle this event.
    In did the same on a prototype to create several Bids via XML for the same vendor.
    BW is also able to replicate documents, but you will have to reword your indicators, depending on how you want to interprete the data (only one response for the bidder, even if it submited 3 bid for the same RFQ).
    Rgds
    Christophe

  • Export multiple response entries to combine PDF.

    Is it possible to export multiple response entries into a singe multi-page (combined PDF?  This can be done externally using Adobe Acrobat Pro, but it would be extremely useful for distributing responses to clients especially since some cannot access the responses through mobile devices such as IPAD.

    Sorry, we currently don't support this. You have to export them one at a time.

  • Implementation of one request, multiple responses bpel processes

    Need info on how to build a one request, multiple responses bpel processes. The following URL discusses the link
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/bp_interact.htm#SOASE534
    Book: Oracle® Fusion Middleware Developer's Guide for Oracle SOA Suite 11g Release 1 (11.1.1)
    Chapter 5: Introduction to Interaction Patterns in a BPEL Process (section 5.6).
    Are two projects required? is one a partner link to the other?
    There are several different types of links discussed but minimal/no discussion on their implementation.
    Thanks for the help - Casey

    Hi,
    the BPEL forum is here: BPEL
    Frank

  • Partial-credit scoring in multiple response and multiple hot-spot questions

    Hello everyone,
    I'm calling on your generosity in the spirit of the holidays to help out a noob.  I would like to create matching, multiple-response and multiple-hot spot questions where the user receives credit based on the number of correct answers within the question. For example, in a matching question where there are four items; if the user gets 2 out of the four items matched correctly, I would like for him to receive 2 out of 4 points.
    I understand that Captivate doesn't support partial-credit scoring of this type, but a few posts have implied that it can be done with variables. Is there anyone who can walk me through this process, or send me to a link that will walk me through it? (I've scoured these forums and tried the Cp tutorials, to no avail.) And if it's not asking too much, please make it understandable to someone who has very little experience with variables.
    Thanks, and Merry Christmas.
    JR
    (Running CP 5 on Windows Vista)

    Hello,
    I did publish an article more specific on partial scoring, perhaps this could help you:
    Partial scores and customized feedback
    And since you are asking for more basic information, on my blog I point to some other articles to explain the meaning of variables with/without advanced actions. Feel free to have a look (there are more postings about advanced actions and links to articles over there):
    Curious about variables ?
    Unleash the power of variables with advanced actions
    Lilybiri

  • Multiple Response Sheets for one form

    Hello,
    Can anyone tell me how to create multiple response sheets for the same form?
    For example, my sales team needs to send the form out to different companies, but needs their responses sepearted to analyze.
    Please Help!

    Hi,
    You can only have one active Response Sheet per form, this means that while you are using the same form for different companies, the responses that everyone submits will go to this one response sheet.
    However, if you just want to add other sheets in the 'View Responses' tab, for backing up data or other purposes, you can select Insert menu/Sheet in the 'View Responses' tab
    In your case, it sounds like you need a form per company or you can use one form and have a field requesting the user to enter the company name (or you can have a drop down for the user to select a predefined list of companies) and then once you received all the responses, you can sort or filter the responses in the table based on the company name, for example. Or export your responses in Excel format, and do the analysis there.
    thanks,
    Lucia

Maybe you are looking for

  • IOS devices not recognized in iTunes via USB

    I am on a Windows 7 x64 home-built computer and I am pretty technically inclined, but this one problem has been bugging me for quite a while now. I am pleased that Apple wants its devices to sync wirelessly with iTunes from now on, but there are time

  • Error in loading dlls

    Hi All , Iam facing a problem in loading dll . For the first time "System.loadlibrary(sapsecu.dll)" is running fine. If i run my application again it is throwing an error " Native Library C:\WINDOWS\system32\sapssoext.dll already loaded in another cl

  • How to know if a sent-email was opened or deleted? AnyThing in API??????

    Hi pal, Is there anyThing in API to know if a sent email has been opened or deleted by reciever? Asif

  • Preview in browser not working since update

    Since I updated to Muse cc 2014 the program locks when I try to preview in browser. A massage stating that "Adobe muse CC has encountered an error and will exit" appears followed by "pendingProcessInfo not found in pending processes", I then have to

  • Can't create virtual number with popups turned off

    I use "virtual account numbers"--essentially proxy credit card numbers linked to my real credit card--to make online purchases (through www.citicards.com). However I can't use this feature with popups disabled, even though it says it will still allow