Construction of test with several results

Hi, I have the question of Lilybyri:

I'm learning to build test with several results from your article:

Construction of Test with several results (CP5)

That's exactly what I need. My question can I use the interaction of radio button or smart shape rather click on? What do you recommend? I used CP7 CP8.

Need to publish the final test HTML5 and the output SWF. My test wil have 55 questions and 4 results score-one of them describe the personality of the learner.

Yarik

Advasntage to click on the button box and shape, it's that they have points

attached to it. This is not the case for the interaction of radio buttons that has

also limited formatting options.

Tags: Adobe Captivate

Similar Questions

  • Intermittent USB mouse freeze on Windows 7 Pro 64-bit. Tested with several mice that work fine on other computers.

    I am having a frustrating problem where my Wired Optical mouse appears to 'freeze' for 10 seconds on my machine Windows 7 Pro 64-bit. Meanwhile, everything else on the computer works fine, including the keyboard (connected through PS2). The mouse does not seem to lose power because down the red LED stays on. At the end of the freeze period, I hear the sound of Windows to disconnect USB, but there is no error or windows pop-up ads of any kind on the screen.

    Some more info about the configuration:

    * Core i7 950 processor
    * 12 GB of RAM
    * Radeon HD4950 video card (or almost)
    * The main SSD drive
    * 2 external powered USB drives, 1 powered MIDI keyboard, 1 USB dongle
    * Windows experience score 7.3

    I tried things that did not work:

    • Turn off all the power management, including the management of power supply for USB, USB hubs-> suspend to win power, etc.
    • Permutation of mouse. The problem came with three different mouse from different manufacturers.
    • Try the mouse on different computers of W7 Pro. Confirmed that the mice are not the problem.
    • Disconnected all other USB devices except the mouse. Problem persists.
    • Uninstalled all the drivers for the mouse and use MS default drivers.
    • Installed the software Microsoft mouse & keyboard center.
    • Installed the software from the manufacturer (ie. logitech) specific mouse driver.
    • Tried every USB port, the front and back, on my computer, including USB3 vs USB2.
    • Scanned for malware (using Malwarebytes)
    • Search for viruses (using Nod32)

    I must point out that NO other devices are having problems on this computer. My external hard drives all work perfectly. My printer when I plug it, works great, like my USB dongle. My MIDI keyboard never loses connection. Even when I have my phone connected Android, which normally creates a huge noise if I unplug it, never disconnects even for a second. It is therefore clearly a kind of mouse problem.

    The problem seems to occur regardless of what I do, although it seems MORE common if I use actually the mouse. If I'm just typing (as I am now) it seems not really to happen. On the other hand, sometimes hours go with no problem and other time it happens literally every few seconds.

    Remove the check to "improve the accuracy of the printer" logic. I had two computers windows 7 x 64 that gives me the same problem. When I tried a wireless mouse, the problem disappeared. they do not use the windows controls.

  • Several digital test with labview cluster?

    Is it possible to make a numerical limit several test with the values of a cluster of a labview vi?

    So-called step "Multiple numerical limit", the data must be numeric. If the cluster already contains only numeric fields.

    Given that, I would throw the cluster within the module in a table (table Cluster). The downside of this is that all the fields of the table share the data type, so all are single or double or I32...

    Other solutions will not work with the default step type, but you can create your own type of step to accept a multiple similar to the digital cluster, which only accepts an array.

    Norbert

  • a numerical limit several test, the individual results of pass/fail there?

    I want to communicate the pass/fail status to my custom user interface so that I can color components red/green they spend and fail.  I intend to send the State of pass/fail with an ID corresponding to the element using UIMessaging.  The UImessage is sent by the sequencePostStep callback.

    Send individual pass/fail status is simple enough forward (step.result.status) for all stages except test multiple numerical limit.  Is there a way to get the information of pass/fail individual for each item in a test of numerical limit multiple?  Individual information is available in the report.  Could it be pulled from the [ReportText]?

    Hi Dillon,

    You can get multiple results in a limit test using Step.Result.Measurement ["Measurement 0"]. Status, which will give each individual measurement result.  You can assign the results of the 4 comparisons by using something like this:

    Locals.multstring [0] = Step.Result.Measurement [0]. Status,
    Locals.multstring [1] = Step.Result.Measurement [1]. Status,
    Locals.multstring [2] = Step.Result.Measurement [2]. Status,
    Locals.multstring [3] = Step.Result.Measurement [3]. Status

    If the chain is too great for practice, you can browse using a loop for.  Let me know if you have any other questions!

  • Search feature with several web languages production results in all languages

    I have a question where web search in my outings with several languages results in all languages. For example, if the user enters a word that can appear in all the outputs regardless of the language, the results will display all HTML pages for each language when it appears.

    Is it possible to set up the web output so that if the user displays the English content, only the HTML pages in English are displayed when you use the search function?

    Thank you

    Chris

    Hello

    Personally, I doubt that a patch would solve the problem. Maybe it will be, and it is certainly worth a try, but don't be too shocked if you find that you must apply the service release and nothing changes.

    My own experience (as my little finger) is whispering in my ear (or abdomen) that probably is simple settings, that you set up before and during the build.

    I didn't know any reference to the version of RoboHelp you use here, so I'll use version 11 because it is likely the most common version used at the moment. And if you have 10 or 9 or even 2015 release, the steps should be almost identical.

    When you examine the presentation of single Source settings, expand your content categories and select one. Note that for each of them, you have an opportunity to choose a conditional Expression to build.

    I say this because if a conditional build expression causes points to not appear in the output, the elements must also not appear in the search.

    My thought here, you need to configure some conditional tags to build carefully, then associate tags with subjects that do not apply to each category. Thus, for English subjects, create and associate a label named "English". Same thing for the other languages. When you prepare to generate, consider each of the categories, click on this button to set and exclude the languages that do not apply. So if you have four languages, English, Spanish, French and German, maybe, and your category is for English, you would create a create an Expression that looks like this:

    Give it a go and see how you rate.

    See you soon... Rick

  • Using transformations of curve with several parameters

    I would like to use the ChnLinScale function as a curvetransformation in DIAdem report.

    I created the sub in my file of the user controls:

    Void ScaleAndOffset (dCustScale, dCustOffset)

    Call ChnCopy (CurveTransfInX, CurveTransfOutX)
    Call ChnLinScale (CurveTransfInY, CurveTransfOuty, dCustScale, dCustOffset)
    End Sub

    With this feature, I expect to use the Transformation of the curve "ScaleAndOffset (3,5)" to multiply and compensate for my signal. However when I use I get the following error:

    "Cannot use parentheses when calling a Sub".

    For a single parameter, I can use this construction:

    Void ScaleAndOffset (dCustScale)
    Call ChnCopy (CurveTransfInX, CurveTransfOutX)
    Call ChnLinScale (CurveTransfInY, CurveTransfOuty, dCustScale, 0)
    End Sub

    without problem.

    Is it normal?

    Tone

    Hi tone,

    No, this is not a limitation of the curve of the Transformations, but is rather a matter of syntax VBScript.  Whenever you call a VBScript Sub procedure or function that has more than 1 parameter, you MUST use the prefix 'call '.  For a Sub or Function with 1 single parameter or no parameter, you can omit the 'call '.  I tested with the allocation of processing of the following curve:

    "Call the CurveSmooth (100, 1)."

    .. who calls 2 user setting below control curve of Transformation:

    Void CurveSmooth (SmoothPts, SmoothSym)
    SmoothType = "symmetric"
    IF SmoothSym <> "" SmoothSym AND <> 0 THEN SmoothType = "maxNumber»»"
    Call ChnCopy (CurveTransfInX, CurveTransfOutX) ' copy the input into the output channel channel
    Call ChnSmooth (CurveTransfInY, CurveTransfOuty, SmoothPts, SmoothType) ' smooth the input channel and save the result as output channel
    End Sub

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Working with the results of the Action generated Poweshell

    Hello

    I have an action from orchestrator of a powershell script/function that I use regularly. The function is supposed to return a System.Object with email content (n, fromAdd, body, etc) that I would use in a script task.

    The problem I'm having is that I can't access these results in my work of scriptable. I know that the performance of the action a PowerShellRemotePSObject (and I have reviewed the literature on 'Working with PowerShell results'), but none of my attempts to explore the values give the results, I'm looking for. I'd appreciate any help to know what I'm missing.

    Thank you

    Thank you once again Ivo. Sorry for the delayed reactions. I took a peek at the solution you provided but had a few mistakes - there was no GetFilter() function defined for the call to psObject.getRootObject () .getProperty ('from'). After fiddling around with the results, I found my solution.

    I basically closed the rootobject of the return value of invocation of script that turns out to be a collection data structure (last result in the enumeration in italics/bold).

    .....

    rootObject var = psObject.getRootObject

    (rootObject element)

    {

    System.log (rootObject [index])

    }

    [10:43:33.159 2013-12-10] [I] DynamicWrapper (Instance): [PowerShellPSObject]-[class com.vmware.o11n.plugin.powershell.model.result.PSObject] - VALUE: com.vmware.o11n.plugin.powershell.model.result.PSObject@e9e592

    ....

    It turns out that the value of back in my Powershell script is the last element in the collection. from there, I could get my values:

    System.log (rootObj [rootObj.length - 1] .getProperty ("to"));

    System.log (rootObj [rootObj.length - 1] .getProperty ("from"));

    System.log (rootObj [rootObj.length - 1] .getProperty ("Subject"));

    System.log (rootObj [rootObj.length - 1] .getProperty ("body"));

    System.log (rootObj [rootObj.length - 1] .getProperty ("logFile"));

    I don't know if this will always be the case with psObject return values of Powershell called scripts, but several tests will help.

    Thanks for your time.

  • Slide with several digital poster Down filter event Bug button?

    A key event filter on a slide with several digital screens down does not work as expected when not waived. If you for example tab of this slide with two digital screens digital display, the cursor remains on his position, rather than get KeyFocus to the next control. Same behavior at fault if you want to move the cursor on the left/right keyboard, nothing happens. Anyone an idea why?

    A simulation of that VI is attached. All other controls, a Slide with a digital display or a standard digital control, the key Down event filter behaves as expected... I tested in versions 8.5.1 LV (attachment), LV2012SP1 and LV2013.

    A teammate now found a solution or workaround. We do not know if this is the way it should be, if yes, then it's a bit hidden, but it works!

    It seems that the cursor needs to know on what digital display the FocusObj is when you use the event notifier KeyDown. Then, when to get the reference of the digital display active and the wiring of this reference to the terminal FocusObj filter event everything works as expected, numbers of tabs, typed, cursor etc and have to filter and notify events structure to the event.

    A vi and a printscreen are attached.

    The question is probably due to the specialty of slides and the class NumericWithScale in general, as its digital displays are a little under References and during the implementation of the features of event KeyDown for the class NumericWithScale filter, LV simply does not know on which side of the main action control part must be executed.

    Or someone has a better solution and explanation?

  • problem with several graph XY axes

    Hallo,

    I'm tracing different variables in the same plot with several axes. I have the following problem (see attachment)

    the y axis secondary on the right side of the plot has a large area of him and one of the other secondary axis falls right above others. I tried it in the two labview 8.2 and 8.5 with the same results.

    any ideas?

    Thank you in advance,

    Thodoros

    Try the following movements:

    Right-click-> popup menu-> advanced-> reset scale layout

  • Autonomous aPs with several SSID in a VLAN?

    Hello

    We use autonomous APs to Cisco in our spirit of place several THAT SSID configured with WPA - PSK.

    Now, we want to add a different SSID using WPA - EAP authentication.

    Since many of our branches have flat architecture VLAN with only one VLAN, we would like to have two SSIDS in the same VLAN, in a subnet.

    This is supported in the autonomous APs?

    Kind regards

    Sinan

    It is possible, if it is not a standard way of configuration.

    Here's a solution if you willing to give it a try. If you have a dish vlan, you can configure your AP connected as access vlan switchport & configure your SSID two like that. It should work (I tested with Open Auth & you can try to add security as well). You may not be able to broadcast two SSIDS, but it's something you have to make compromises if you wish.

    CONFIG SWITCH PORT *.

    interface GigabitEthernet1/0/11

    Description of the AAP-1142

    switchport access vlan 143

    switchport mode access

    spanning tree portfast

    CONFIG OF AP *.

    A1140 hostname

    !

    dot11 ssid ARH

    open authentication

    !

    dot11 ssid MNR

    open authentication

    Comments-mode

    !

    interface Dot11Radio1

    SSID ARH

    SSID MNR

    root of station-role

    Bridge-Group 1

    no downtime

    !

    interface GigabitEthernet0

    Bridge-Group 1

    !

    interface BVI1

    DHCP IP address

    !

    Once you do this you can associate the client with different SSID, but all get flat IP of the same vlan (143 in my example)

    A1140 #show dot11 associations

    802.11 client Stations on Dot11Radio1:

    SSID [ARH]:

    MAC address IP Device Name Parent State

    a088.b435.c2f0 192.168.143.63 ccx-customer A1140 self Assoc

    SSID [MNR]:

    MAC address IP Device Name Parent State

    04f7.e4ea.5b66 192.168.143.64 unknown - homes Assoc

    A1140 #sh worm

    Cisco IOS software, software of C1140 (C1140-K9W7-M), Version 12.4 (25 d) JA, RELEASE SOFTWARE (fc1)

    HTH

    Rasika

    Pls note all useful responses *.

  • SA520W VPN from Site to Site with several VLANs

    Hello

    I have a customer here with several VLANS in their places who wants to set up a VPN from Site to site between 2 devices SA520W. Unfortunately I can not find a way to set it up. In the VPN policy, I can choose between everything (which is not what I want, I want only traffict between subnets the routed via VPN), IP address unique, a beach (in a subnet) and a subnet itself - but only one. I don't find a way to configure several subnets in the selection of local traffic and remotely. Adding another IKE policy between the 2 sites does not either (which is good normally).

    Any ideas? Anything I'm doing wrong?

    Thank you for your help.

    Best regards

    Thomas

    I know that if you have an ASA or a router, you can define as VLANS to pass through the tunnel.

    Do not have access to a SA520W to test...

    A recommendation might be to post the question on the SMB community where they answered questions related to this product, just to check what other people did.

    Federico.

  • Sanitation in a course with several slides contained and question slides

    My goal is to build a course that consists of 20 ~ content slides (each has a small video conference), followed by several questions each to compose a great quiz, each answer is counted toward the degree.

    So my current configuration is as follows:

    • Each slide of the Conference is followed by question slides 1-3.
    • An attempt is allowed by each question.
    • All questions must be answered correctly before a user can move to the next slide content.
    • Each conference is preceded by another slide of content and has a button 'Next' with 'Back to the Quiz' on measures of success.
    • Failure to answer a question correctly, the user is redirected to the previous slide in conference at the Review Conference. Then the user is redirected to the slide in question failed (via a button 'Next') and the next attempt to answer the question.

    I understand the scenario of reclamation and was able to set up the first slide of the Conference, followed by 3 question slides, and everything works as I want. Button 'Next' on the slide of the Conference works properly depending on where the user came to the Conference slide of.

    However, when the user finally arrives at the next Conference slide, as soon as they click on the 'Next' button on this slide, they are brought back to the last slide in question answered: in my case, it's the third question slide after the first slide of the Conference. The loop closes just here.

    Basically, there is no way for the user to pass the second slide Conference.

    Why the button 'Next' on the second slide Conference not to go to the first slide of the following question?

    What I am doing wrong?

    Thank you.

    Lyolya

    Captivate sanitation with failure - part 1 - blog of monkeylogic

    Captivate sanitation with failure part2 - monkeylogic blog

    Lilybiri, I think that the solution to my problems is very well explained in the posts above I found last night. With a few changes, I could get my course work just as I had originally planned.

    Here's what my structure/feature class now looks like in my test file:

    Title slide

    Video conference 1

    Questionnaire1 Questions (tested with 2 questions multiple choice, 3 possible answers to each)-back to the video conference 1 first incorrect answer; go to video conference 2 success OR the second incorrect answer.

    Video conference 2

    Questionnaire2 Questions (tested with 2 questions multiple choice, 3 possible answers to each)-back to the video conference 2 as soon as the first incorrect answer; go to video conference 3 success OR the second incorrect answer.

    Video conference 3

    .. and so on.

    The notation works, too!

    I'm actually very happy to have found a solution to what seemed to be an impossible feat. Thank you for your help, I appreciate the time you took to answer my questions. As a completely new Captivate user, I think that I learned a lot in the last week, thanks to your contribution, and that of many other generous people on the web.

    Thank you

    Lyolya

  • 'The applet bad class name' exception when you try to save functional forms/EBS test with Oracle Open Script 12.2.0.1 in JRE 1.6.0_45

    Hello

    I have a problem when you try to save functional forms/EBS test with OpenScript in 12.2.0.1 and also 12.1.0.2 version.

    The problem has been verified in two environments:

    1. Windows XP 32-bit, Internet Explorer 7, 1.6.0_45 JRE.

    2. Windows 7 32 bit, Internet Explorer 8, 1.6.0_45 JRE.


    The exception that I can see in the Java Console is:

    ...

    SSV dialogue is removed

    Loading of ATS Oracle Forms Module functional test [5.5] [JRE_1.6.0_45 Oracle]

    Temporary directory FormsFT Helper: * \Temp\OpenScript_FormsFT

    ...

    Loading cached forms pots...

    ....

    oracle.forms.engine.Main cracked

    Base: exception: the applet Bad class name.

    exception: the applet Bad class name.

    java.lang.SecurityException: applet Bad class name

    at sun.plugin2.applet.Plugin2Manager.createApplet (unknown Source)

    to sun.plugin2.applet.Plugin2Manager$ AppletExecutionRunnable.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Exception: java.lang.SecurityException: applet Bad class name

    I think that I already tried all possible combinations with options and preferences of OpenScript.

    I also reinstalled several times to JRE.

    What is interesting is that everything works fine when I use the 1.6.0_38 JRE. However, all versions up to it give me the above exception.

    Could you please give me some advice what I can do or check? Maybe you can provide me with some information about the things that have changed in JRE 1.6 update 38 which can affect the load java applets by OpenScript?

    Everything I could find in the release notes was that some security problems have been repaired.

    Thanks in advance for any help.

    Because of security changes introduced in JRE, use NO build longer than 38 for JRE 6 (1.6.0_38) and does not exceed the 11 for JRE (1.7.0_11) 7.

    REDA

  • Installation with several NetAPP SRA spinning FAS30XX

    We tested SRM successfully between FAS3050 and FAS3070. Now, we are in the second phase and test the scenario where our VM is distributed between several volume and multiple files (all NetApp FAS30XX) server. My question is how can I configure a replication with several spinning to a file server? Because when configure us SRA adapter we provide source IP which is protected site spin, then IP who resumed recovery site go and then we're able to see replicated table. But in the situation where you have several sources how can SRA will be set?

    Thanks for your response

    When you set up picture frames, you can specify more than one table, then you could add essentially several bays that are replicated volumes in a different destination file server and if reporters are operational in a metro cluster or a cluster, you must the failover in case a file server.

    I hope this helps.

  • Object with several States and slider in the "folio" are pixelated, settings seem correct.

    I can't keep an object with several States to be rasterized text, as well as a slider which is also dithering.

    I read that you are supposed to adjust the folio, and article up to be .pdf and the cursor should have the possibility of vector chosen.

    I have not found anything to object state multi for these parameters.

    What happens is when I exit the folio to Adobe Content Viewer, only the text of these items is rasterized. All other texts to be crispy. Tested on Mini iPad and iPad retina and both are blurred.

    Is there a way to force the vector option? It seems even with the selected options it is still screening test in interactive elements.

    Thank you!

    I don't know if I missed something, but it seems to work now. Maybe the v26 option (I deleted the old folio and recreated, and it works as expected now.)

    Can you send me a link to information about the scrolling content and the position of the document? The method I used the frame was from an article of Adobe, although it could be old.

    Thanks for your help!

Maybe you are looking for

  • Interruption of the external connection USB - C display after sleep

    I connect my MacBook (retina, 12 inches, beginning 2016) directly via a USB - C cable for an external display Lenovo X 1. The MacBook recognizes the display when I plug in the cable. I then close the MacBook and work exclusively in the external displ

  • Spell checking IN Mac

    In a document of TextEdit with known spelling mistakes, trying to discover VO commands for: Go to the window "spelling and grammar". Navigate in the field within the window and button choices Scroll down and select the substitution in the proposed li

  • Saving data to database access string result

    I have problems when I try to save the string result data (or data additional.) to a database. I think I need to change the schema of the database but don't know how. I have attached a simple VI, a sequence and a database to illustrate the problem. A

  • No sound with DVD

    I have a DVD that I tried to play on my computer.  It will show the video, but there is no sound.  I went through all the fo, troubleshooting instructions - pilot, (codec), volume is turned on in the Control Panel, everything they suggested was done.

  • my product key is no longer visible to windows 7 and I need!

    I have installed the preview of windows 8 and want to go back to my previous version which is windows 7 and it has been already installed I don't have a cd for it and the product key is not visible on the bottom of my laptop. Is the brand of my lapto