Questions of numbering in an assessment w / Simulations

I'm creating an assessment which has a variety of slides in normal question - and it also has simulations.

Thus, for example, question 1 (slide 1) is a true/false question 2 (slide 2) is a multiple-choice questionnaire, question 3 (3-10 slides) is a simulation, issue 4 (page 11) is a true/false. That is the problem - the simulation is not "count" as an issue. The slides that I actually put in as 'normal' question slides all do. So the problem, this is when the user gets to question 4 (page 11), the slide still says 'Question 3 of 3' - that is, it is besides the simulation as a question.

So, what I could do is to just all simulations at the end... but is there a better solution? Is there no workaround that I can use to 'make' the simulation appear / are counted as an issue?

Thank you very much for any help with this, it comes to the first assessment, that I created and I'm just my feet wet with Captivate.

Hello

You will need to know that question slides are a little different, and indeed the meter for quiz counts only the 'real' question slides

Solution: create your legend of appropriate text for Question slides and other slides. Although you can not put a few interactive objects on Question slides, you can always add a text caption. Disable 'Show progress' in the Quiz settings, so you'll get rid of the default ' issue x of y "." If you are using variable CP4 might help you.

You get the idea?

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Question from numbers in the stored procedure

    Hi all

    I have a problem to store numbers in oracle 11 g. I need the numbers without decimals and with decimal in my data table, I see this:

    1.1 (OK)

    1.2000000000000002 (instead of 1.2)

    1.3000000000000003 (instead of 1.3)

    1.4000000000000004 (instead of 1.4)

    1.5000000000000004 (instead of 1.5)

    1.6000000000000005 (instead of 1.6)

    1.7000000000000006 (instead of 1.7)

    1.8000000000000007 (instead of 1.8)

    1.9000000000000008 (instead of 1.9)

    2.000000000000001 (instead of 2.0)

    I am using this cfc:

    < procedure = "myDB.myPackage.updateTableA cfstoredproc" datasource = "mySource" > "

    < cfprocparam value = "" #arguments.myNumberValue # "cfsqltype ="cf_SQL_FLOAT">"

    < / cfstoredproc >

    In oracle, I have the myNumberValue parameter as a number data type.

    I try CF_SQL_DECIMAL and cf_SQL_NUMERIC, it does not pass anything.

    What type of sql are used in my stored procedure?

    Thank you

    Johnny

    I would use CF_SQL_DECIMAL, make sure just that you set the SCALE = "" attribute to dictate the number of decimal places to send. "

  • App Question/help numbers

    I need to make a worksheet that shows the different values which is my price of clients for work that we do, but they take 39 percent of the value, so I need to know how to quickly convert the spreadsheet to display the amount I have them for the invoice.

    example: A job pays £100.00, but I need the spreadsheet to show £100.00 - 39% = £61.00 can someone show me the formula please because I can not do.

    Thank you in anticipation of your help.

    assuming that the amount paid is in column B

    Add a new column (assumed C) then use the following formula:

    = B *(1-0.39)

    to make this selection cell C2, then type (or copy and paste it here) the formula:

    = B2 *(1-0.39)

    shortcut for this is:

    C2 = B2 *(1-0.39)

    Select copy to this C2

    Select cells C2 at the end of the C column, paste

    Now use the values in column C instead of those in column B

  • Question formula numbers

    = IF ("J" = B8, C8, "No") that's the formula that I use and say that its location is D300.  Is it possible to have the entire column 'B' instead of just B8 or a beach like B1 to B290 for the letter 'J' reference and output then the content of the column "C"? For example if:

    B2 = C2 = 'truck' and 'J' and

    B3 = 'R' and C2 = 'car' and

    B3 = C3 = 'bike' and 'J' and

    B4 = 'J' and C3 = "flat" and

    B5 = C3 = 'bus' and 'R'

    Then the output to the D300 (or a range of rows) would be

    truck

    bike

    plane

    I created a list of 300 lines and throughout the list, the first letter of 4 different names is in column b.  Basically, I would like the output of the corresponding 'C' column appear.  In this way, the list is specific responsibilities for this person?  Thanks in advance for any help.

    Rick

    Hi rmac,.

    " is there a way to have the entire column 'B' instead of just B8 or a beach like B1 to B290 for the letter 'J' for reference"

    You can use the MATCH or a SEARCH, VLOOKUP to search the entire column 'J', but these will be pick up only the first occurrence of 'J' in the column. It's is not, in my opinion, what you want.

    Here is what I understand of your table:

    You have a list of acronyms, all repeated several times in column B, from B2.

    Next to each initial, in column C, is an item associated with this individual.

    For each trip, you want to generate a list of all items related to that person.

    This seems doable. Assuming that the elements are distributed between four individuals, 300 lines would mean an average 75 per person elements.

    Here is an example using fewer lines (so it fits on the screen). I also placed the initials in column A and the elements in column B, to reduce the space required for the images. Double click to zoom.

    Table 1, the left is the data table and did most of the calculations.

    The initials are in column A, the elements in column B.

    Columns C, D, E and F are used to construct the list for each individual, using the formula below.

    Note that the table contains 2 lines header and that the cells of the row 2 are empty. This allows labeling the columns in row 1 and using the same formula in all cells below these lines, which allows to automatically fill the formula in the new lines when they are added to the bottom of the table.

    A single formula, entered in cell C3, then right to full F3 and up to the last line in the four columns in the table.

    C3: = C2 & IF ($A = CAN$ 1, $B & ",","")

    The formula gets the contents of the cell above (C2), then IF the first column A corresponds to the first tier 1 of the column that contains the formula, adds the contents of 'the line' in column B, followed by a comma and a space, OR the initials do not match, which adds a string NULL ("").

    Table 2 shows a formula, entered in cell B2, and then filled up to B5.

    B2: INDEX (table 1: $A:$ F, LINES (1::A, table headers), MATCH ($A2, table 1: $1: $1.0))

    The INDEX function returns the contents of the cell to a range of cells, located at the intersection of the row and column specified by the row index and column index.

    The range of cells is columns A to F of table 1 (ie. table 1)

    The row index is LINES (1::A, table headers) that always points to the last row of the table.

    The column index ($A2, table 1: $1: $1.0). This returns the position in the list of values in line 1 of table 1 of the initial report in A2 "this table." "A" is the third element in this list, until the column index points to the third column, column C.

    The index function returns the string of the cell in the last row in column C of table 1.

    Kind regards

    Barry

  • Citadel question - writing numbers and then read back slightly different numbers?


    Hi Matty,.

    Thank you for these demonstration programs, it really helps with debugging.  First of all, the Hex 0x8ABC1003 error occurs because at the end of the program, you do not have the sons of the error to Trace List.vi wired to read Trace.vi, so they're trying to run at the same time.

    Secondly, the reason why you see the different values that those you write must make with the accuracy of the database. If you notice the Open Trace VI has an entry titled 'precision', that if nothing is connected to it, is by default 0.01. If you want to store values uncompressed, wire in a value of 0. You will notice while the read data are exactly what you enter, as in the debug.vi updated the joint.

    Kind regards

    Elizabeth K.

    National Instruments | Sales engineer | www.NI.com/support

  • Question of SharedObject in OS 2.0 Simulator?

    When I run the following code (regardless of how often) I get an "undefined" message in the trace. The SharedObject does not any more or work differently with the 2.0 OS or I'm doing something wrong (he used to work, btw)?

    ...
    public function testapp()
    {
        var soTest:SharedObject = SharedObject.getLocal("test");
    
        trace(soTest.data.test);
    
        soTest.data.test = 5;
        soTest.flush();
        ...
    

    How silly that may be a person: there is this little flag on the Configurations Debug in Flash Builder, saying "clear application data on each launch" dialog and guess what... Yes, he has been selected...

  • Questions of numbering of the TP server &gt; driver &gt; VCS

    I'm having a problem whereby participants who are composed to the driver (for example when the initiate of TMS) do not work.  Incoming calls to the work of conductor very well.

    Conductor newspapers show that MSD initiates the request to dial a number.  Then I see in the logs of the server TP to try to dial a number, but it fails saying "network error."  VCS has nothing in his history of research.

    If I changed the URI composed of [email protected] / * / to [email protected] / * /, makes the call to the VCS and I see it in the search history - it gives me to think that the driver is trying to dial directly, rather than using the Rendevous location I have configured (that points to the VCS.

    One thing I notice is that I can configure several sites, each with its own out-dial local IP address, but I can find no logic on the conductor who tells him where to use (to be noted that, in this scenario, I have only a configured location).

    Any ideas?

    I use TMS 14.6, server TP 4.1 (1.79), conductor 3.0.2, VCS 8.2.2.

    Verify that the location used by the conductor with the dialed outgoing address (IP VCS) is set on the Bridge Pool used.

    If it is not set, GST is trying to do a DNS lookup on the domain of the SIP URI and then establish a TCP connection with the returned address (in my lab, it is the address of the DNS server).  With no sheet set, if you call instead of the [email protected] / * / , he jumps the DNS lookup and goes directly to the IP address that works.

    This can be difficult to catch on the event log GST that you get an error message short network and you receive nothing more unless you assign SIP and NETWORK trace level.

    -Jonathan

  • Another question of Simulator

    Hello

    I have a purchase order in my application and when I press the keyboard back button it automatically ask this question

    "Chages made!

    and with the three buttons options

    "Save", "Throw", "Cancel".

    My question:

    1 is happening only on Simulator or a real device as well because at the moment I don't have camera with me.

    2 If yes how can control this message, either stop it or change it.

    1. This will lead also in real aircraft.

    2. to avoid this message override onSavePrompt() in your screen. As:

    protected boolean onSavePrompt()
    {
      return true;
    }
    

    Concerning

    Bika

  • How to implement responses of pass/fail for two click boxes on the screen a simulation?

    I'm creating an assessment of simulation using Captivate 7. On a single screen (as shown below), I need to put in place two boxes click (highlighted yellow) so that the user can click on one of them to continue to the next slide. But I had a question on how to set up the success and Fail responses for each, click area. If the answer to failure for the two boxes to click is enabled, the user will receive one or two responses Fail no matter where they click. Disabling the failure responses? If the user clicks on the other areas that the two click boxes, no action or reaction occurs and the user will think the simulation is frozen or crashed. All the solutions for this problem? Thank you!

    Capture.PNG

    Awesome! This works. Thanks for your help, as always, Lilybiri!

  • How to calculate the hours between two dates by the numbers

    If I update 09:00 start time 17:00 end time of shift in C3 and B3, how to use a D3 formula to calculate the number of hours between the two?  Then I can just copy down the lines for nth years...

    It is a spreadsheet of the part-time staff payroll.

    I'm sure that a lot of people out there have done that.

    Help, please.

    Thank you.

    Eddie

    What program of worksheet that you are using? Since you have a newer iMac running El Capitan, I can safely assume that you use NOT AppleWorks, which is a Power PC application that can run on any OS newer than the snow leopard, OS X 10.6.8.

    If you use numbers, try to repost your question in numbers for Mac forum. If you use Microsoft Excel, try posting in the Microsoft forums. LibreOffice also has community support.

  • Problem with LocationListener availability and network on Storm 9530 Simulator

    Having an interesting problem. I have an application with a locationlistener which works fine on "BOLD" and curve (Simulator and device) and 9500 Simulator. Try to make it work on a Verizon 9530. It * used * to work fine, but now the question I have is this: in the Simulator (9530-Verizon 4.7.0.148 and 9530-JRE that comes with the 4.7 eclipse plugin), if the CDMA network is turned on, I only get invalid places every 15 seconds. As soon as I disable the network (by unchecking it in the simulation/network properties dialog) I can get a good location every second, as it should. If I then select the network locations stop again.

    Pulling my hair out, any ideas?

    OK, solved my problem, I had the incorrect criteria to work with the Verizon Storm discovered. Yet, very strange behavior.

  • Eclipse plugin Simulator - how to set up the network

    Hi I installed Blackberry JDE Eclipse plug-in successfully. My test app works fine on Simulator until he tried to open an HTTP connection to a URL (a real web address like www.google.comor localhost):

    Here's the code I used:

    S StreamConnection = null;
    Try

    {

    s = (StreamConnection) Connector.open (getUrl ());

    HttpConnection httpConn s = (HttpConnection);

    State int = httpConn.getResponseCode ();

    ...

    }

    So my question is how to set up the simulator so that it can open the connection to the network.

    Of BlackBerry MDS Simulator is packaged and installed with the plugin Eclipse and can also be downloaded separately if necessary. You can configure to start the MDS Simulator with your simulator of aircraft in debug/run dialog box. For more information about these steps, see the Eclipse plug-in for the next topic test a BlackBerry Application that uses an HTTP connection.

    To understand the parameter deviceside and information about network gateways, see the following resources:

    DB-00396: that is - different ways to establish an HTTP connection or socket
    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe/fetch/2000/348583/800451/800563/What_Is...

    Video of transport network:

    http://NA.BlackBerry.com/eng/developers/resources/VideoLibrary.jsp#tab_ddetail_subtab_jde

    On BlackBerry's wireless data Transport Management - Part 1

    http://www.BlackBerry.com/knowledgecenterpublic/livelink.exe?func=LL&objid=832210&objAction=browse&s...

  • incorrect numbering for the quiz

    I created a very basic questionnaire 3-question/slide in my project.

    While he is in edit mode, the questions are numbered as issue 1 of 3, 2 of 3 and 3/3, respectively.

    However, when I saw the project, these questions appear as numbers 1, 2, and 3 of 30. (When I was spotted earlier, they were numbered 28, 29 and 30 of the 30. Strange).

    I've included a screenshot of the page of results I get once I have completed the quiz.

    captivate quiz.png

    Any thoughts?

    Much appreciated!

    Hello

    Press the F9 key and you should see a dialog box that lists all the objects that are measurable. My guess is that you have 27 active with rating click boxes. You must disable scoring for buttons or text entry boxes, click boxes.

    See you soon... Rick

    Useful and practical links

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcerStone blog

    Captivate eBooks

  • Add production ESX hosts to a cluster

    Hi all

    I did some research in the admin guides and community forums, and I'm sure that I know what to do, but I would really appreciate a test of consistency here because the manipulation I do is in a production environment:

    I have a campus that contains two ESX areas that are managed by using vSphere and connected to a San. vMotion of works very well, the performance is very good (although the resources of the two boxes are fairly complete upward). However, I recently realized that I'd neglected to set up a cluster HA and DRS.  I want to remedy.

    I created the cluster with these specs:

    • the two HA and DRS, enabled
    • to the left, she also fully automated.
    • the power management of left
    • monitoring and host admission control enabled
    • leave the default settings for the behavior of the virtual machine
    • monitoring VM disabled
    • EVC enabled
    • the storage value of the swap with the virtual machine file

    I think that the next steps would be to add each ESX host consecutively and merged its resources with the cluster. However, here are a few questions:

    • How do you assess the risk factor to do this in a production environment (1 = perfectly safe, is a proven Scenario; 5 = you are out of your bloody mind? Do not)
    • Should I be triple-checking the SAN snapshots and planning of downtime for servers, or is it possible live and without any major qualms?
    • Am I right in assuming that it will increase my performance as well as provide better robustness of the campus, or should I expect a decrease in performance?

    Thank you very much in advance for your advice!

    Hey red,

    Addressing your particular situation, I would say yes to two questions.  Admission control HA is here to help you.  Ensure there are enough resources on the host computer to run the current and any expected load it will be after an HA event.  50% is close to default (but it is really based on the size of the slot) in an environment with two guests when guest cluster failures tolerates is set to 1 in a two and 25% host environment when the percentage of unused reserved as production capacity cluster resources in failover is left to its default value.

    If you have several virtual machines running that allows you to book 50% of your cluster resources (which it sounds like you have), then you have the option of "first category" your virtual machines and their giving priorities to restart event HA.  For their level, you'll want to active DRS (can be set to manual Automation), resource pools and you will need to configure your virtual machine under your HA settings options.  You'll want to pay attention to the priority of restarting VM here.

    I suggest you take a look at blog Duncan Epping http://www.yellow-bricks.com/ and Frank Denneman http://frankdenneman.nl/blog. They are all two fairly well the definitive answer to the HA and DRS questions and advice.

    See you soon,.

    Mike

    http://VirtuallyMikeBrown.com

    https://Twitter.com/#! / VirtuallyMikeB

    http://LinkedIn.com/in/michaelbbrown

    Note: Epping and Denneman explained that the amount reserved by default resources when you use the host cluster failures tolerates is promising to reserve enough resources to power on virtual machines.  This reserve of resource does not on average current, account, or future default load.  If you want to manipulate this feature, modify the memory and CPU reserves, which are the numbers used to calculate the size of the slot.

    Post edited by: VirtuallyMikeB

  • After the update to iOS 9.3 push mail works do not under any circumstances

    I have an iPhone 6 Plus.  I have updated to iOS 9.3 and now none of my email (gmail, work email, outlook.com) push works.  I have to go periodically and click on mail and let get it back (as if it was the battery saver mode).

    I restarted the phone, I uninstalled and reinstalled some of the mail accounts.  No luck.

    Anyone else out there there is this problem?  All the patches that do not include a restore?

    Whenever Apple says that "restore your device" or "Exchange your device" which is the answer the more B.S. ever and is the last option, not the first.

    In addition, Apple, if you're reading this, I'd appreciate a battery that works above 40 degrees.  Samsung works well below zero, but the iPhone stops and asks to plug you because it's too cold below 40 degrees.  Your answer to my question was "our batteries are assessed to the don't work from 32 degrees.  Failure of engineering.

    Steve, I think that his shocking on a dedicated forum Apple for help with problems that NOT 1 person of apple responded with a solution.

Maybe you are looking for

  • Update iOS 10 error

    I updated my iPad 9.7 Pro and iPhone 6 s and two devices are now asking to connect to iTunes. Once connected, I get a message that an error has occurred and that a restore is necessary. It is up to iOS 9.3.5 It is the first time that this has happene

  • Tecra R940 - 1 H does support external resolution 2560 x 1440

    Hello I use a laptop TECRA R940-1HPI want to buy professional instructor Phillip 272P4QPJKEB/00, with a resolution of 2560 x 1440.Please write to me. My laptop can support such a resolution?

  • Pavilion dv6836eo: install Windows 7 on a Pavilion

    Before you buy a dvd of Windows 7, I would like to know if it kan be installed on the device. HP Pavilion dv6836eo Entertainment Notebook Thank you for any response

  • ORA-12028: type of materialized view is not supported by the main site

    Hi guys!We face a problem these days about the materialized view.We have upgraded database version 9.2.0.7 directly to 10.2.0.5 (RHEL4 x 86) on the same host. Database uses the driver dg4odbc to connect with remote SQL Server 2012 through data bindin

  • How can I put a video file local mp4

    I need to take a local video file (mp4 or other standard format) and place it in a page to run locally during the export.The exported site should have this file mp4 as a local treasure and must play locally without an internet connection.If this is p