Can I integrate results of box for text entry in Quiz summary of results?

Hi, I am the course design and have started using a combination of slides of Quiz and areas of text on the other slides. I realize that the Quiz slides provide a score overall and summary but I also incorporate the results from the text entry areas in this summary. Thank you, Sonia

Hello Sonia,.

You did not mention the used CP version, which makes it normally easier to answer your questions.

It is possible to mark text entry areas (as is the case for all interactive objects such as click boxes, buttons etc.). You can then add these scores to the total score. Take a look at the view of Advanced Interaction (Project menu): I insert an image with the framework of a project, quiz slides and interactions with score added to the total:

The score for the ETB and the option 'Add to the Total' lie in the properties of the ETB, reports tab.

This on the partition. But what do you mean with "Summary"? The score will be available on the LMS, if you do reporting of interactions too, you will have a detailed list of these interactions. But maybe you want something else?

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • Average click boxes, and text entry fields are noted

    I create several CBT intended to show users how to navigate a new software. When I record, I choose the demonstration and training modes. For the part in training mode, I have several click boxes, and text entry fields. At the present time, when the user clicks on or between text, it has to click in the right place or enter the correct answer to move forward, otherwise a failure caption appears that says something to the effect of 'should have clicked here, please try again.' They try again and go to the next slide. When the training section is marked, everybody gets 100%.

    I was wondering if it is possible to create a user click in the wrong place or enter the wrong answer and still be able to advance to the next slide. So, not everyone would have a 100% automatic.

    Thank you!

    Mary

    P.S. I should also mention that I am using Captivate 4.

    Hello Mary,.

    As I wrote in my first response, simulation training is not intended to be marked. You should really start with a simulation of assessment to avoid having too many change thereafter.

    Have created a lot of assessments used in examinations (do not use an LMS, but this is not necessary) and my students would have been very happy if they could all have scored 100%.

    Enough joking. How you have configured the settings for the click boxes, text entry boxes, buttons? I give them only 1 attempt, never show failure, success, or legends of suspicion. As both actions for success or failure, I put in 'go to the next slide. The evaluation progresses so what was the action of the user, correct or incorrect. And the score will be awarded only if the user has performed the correct action. It works fine, really. If some actions need to be repeated several times, sometimes I will put the note of some of them to 0.

    Really think you can change the training simulation to work as an assessment, in the future it would be best to start with the last mode, possibly in combination with a demonstration or a training simulation.

    Does that help? My assessments are in Dutch, otherwise I could send you an example.

    Lilybiri

    PS: Be careful with the email reports, it does not always all right.

  • How to design own graphic interface for text entry

    Hello world

    I use the black background in my application and I would like to create my own custom controls which looks nice on a black background.

    For text input, I managed to create an entry of text with white background and black fonts. But I couldn't make the field to be a little larger than the text nor I was able to focus the State field.

    Code:

    public class CSTextField extends BasicEditField {}

    public {CSTextField()}

    Super (Field.FOCUSABLE |) Field.EDITABLE);

    }

    protected void paint (Graphics g) {}

    g.setBackgroundColor (Color.WHITE);

    g.setColor (Color.WHITE);

    g.fillRoundRect (0, 0, super. getWidth(), super. getHeight(), 5, 5);

    g.setColor (Color.GRAY);

    g.drawRoundRect (0, 0, super. getWidth(), super. getHeight(), 5, 5);

    g.setColor (Color.BLACK);

    Super.paint (g);

    }

    }

    See here: http://liechti-fotografie.ch/share/textfield.png

    Do you have an idea how realize that the focus is visible and the text field seems good?

    Thank you

    Do not design your own text input field - build a Manager around it that meets your needs.

    Here's an example of how this can be done:

    A scrolling line text entry field

    Read the comments - there are a few examples here on adding borders. I don't think you need boundaries, but they can give you ideas on how to position the fields in order to create some padding between the text and the surrounding black background.  You seem to be advanced enough to be able to easily change the code corresponding to your needs.

    Good luck!

  • Text box for data entry

    Hi guys,.

    I have a few areas of data entry in my GUI that I control.

    The data are entered in hexadecimal format, IE. Ox is sitting next to the text entry box and the user must enter a value between 00 and FF for a single byte.

    As soon as the user tries to enter R eg I want for a warning sound to happen and him should not be accepted by the text entry area, I also want to limit the size of a byte, that is, a person may enter FFF.

    Any help much appreciated.

    Eoin

    Use a digital control.  Change the properties to:

    Appearance: See the Radix

    DataType: U8

    Display format: hexadecimal.

    Lynn

  • immediate property for text entry

    Dear all

    I tried several times for the immediate meaning = true & immediate = false for text input component, I read more about it in oracle doc, but I can't see the difference in my application?

    a help to know what is the difference in a simple way?

    Thank you

    For example,.

    You want when you put a value in this field, you have to call a method with the valueChangeProperty. But, if you put a value not valid (imagine there is a validation in this area), the valueChangeProperty will not be raised. In this case, if you put immediate = "true", the valueChangeProperty will be drawn, because the validation has been bypassed.

    Kind regards

  • why I can't check on the box for motion scrolling effect?

    For some reason, I can't check in the query box. Do you know why and how can I fix?

    Screen Shot 2015-06-28 at 6.00.39 PM.png

    Just by your screenshot you have nothing selected to apply the scrolling of the effects. The effects of scrolling is available only when you select an element that supports them.

  • More than one good answer for text entry

    How can I configure my text box to accept more than one answer? For example, right now he accepts 'verification', but I also want to accept, "Audit" with a capital C.

    Here are my actionscript I use:

    var type1_str:String = "check";
    {submittype1_btn.onRelease = Function ()}
    If (type1_txt.text == type1_str) {}
    gotoAndStop (13).
    }
    }

    Thank you!

    var type1_str:String = "check";
    var type2_str:String = "check";
    {submittype1_btn.onRelease = Function ()}
    If (type1_txt.text == type1_str | type1_txt.text == type2_str) {}
    gotoAndStop (13).
    }
    }

    to simplify:

    submittype1_btn.onRelease = function () {}

    If (type1_txt.text == 'verification' | type1_txt.text == 'Vérification') {gotoAndStop (13) ;}}

    }

  • Imitate the suggestions of prior-value of browser for text entry

    Hi all
    ideas and suggestions would be appreciated for the following items. Suppose you have a web page with a login form. Then most of the modern browsers will offer the user a list of recent entries matching the first characters entered, in order to speed up the process.
    I wonder how to do something similar to a Flex-based login screen. I think there are two problems: one is how to preserve the information between sessions, for which I was thinking about the use of cookies (I use this password, and if the user has disabled cookies, then they probably not expect this kind of preventive assistance).
    The second is the choice of Visual presentation. A combo does not seem appropriate, and I like to keep all research similar to the experience of the browser if possible (unless it really seems out of place in Flex). I guess he needs for a custom control, possibly built from the box of regular text as well as a read-only text area?
    Someone did he do something similar?
    Thank you, Richard

    "Richard_Abbott" wrote in message
    News:gogruv$JGR$1@forums. Macromedia.com...
    > _funkyboy.
    > that looks really useful, thanks.
    > Richard

    There is also an AutoComplete to flexlib

  • How can I do what a user types in the text entry box go to lms?

    Hello

    I have a few boxes of text entry for the unmarked short answer responseses - more of an exercise of reflection than anything else.

    However, I would text the learner types to be saved by the LMS.

    How to make that happen if it is not a real assessment?

    Thank you

    fantastic, thanks a lot!

  • Free trial version - click on the boxes and text, shaded boxes options input

    To help determine if we will buy Captivate I create some projects using the 30 day free trial s/w.

    I want to see how it's easy to build a complete simulation of the software in mode "let-me-try." Before you create the simulation, I think I should first set up my preferences: via Edition > Preferences > turn on 'Click boxes' and 'text entry areas ".

    However, click "boxes &"Text entry areas"are dimmed (grayed out).

    The 'Help' function did not work either in this free trial 30 days, so I do not get the help popup screens!

    My questions are:

    (1) if I could turn on the 'click boxes' & 'Text areas' before creating the simulation, would this setting take effect for each slide?

    (2) does anyone know if I can activate the 'click boxes' & "Text entry areas" on the 30 day trial s/w?

    Thank you.

    Think you misunderstand these preferences. When you perform a capture of the software, you have the choice to mark different options: demonstration, training and assessment. You can even choose to have all the which will create 3 different files.

    In preferences, registration, Modes, you will see the default setting for each of these modes and you can tweak that as well. A custom mode is also possible. This configuration will decide what happens when you choose a Capture mode: an example adds the mouse will happen only in demo mode, not in training and assessment.

    During the capture, if you keep the default settings, the CP will pass to FMR (full motion recording) for sliding movement & and mouse. With Captivate 6, if you want more quality for these 'video' slides, you register them better with the new video mode, but then you will need to insert the gliding record yourself (Insert menu).  Another tip: try in the recording settings replace the default text (bitmap) shaped captions smart (activate Demo Mode), they are much more editable (and vector base).

    Lilybiri

  • Key question of shortcut in the text entry box

    I have a box of text entry to step to the next slide when you enter the number 5. This works when the learner step 5 using the keyboard, but not when you use the numeric keypad. I have the box include the keys on the numeric keypad that is selected in the shortcut key box.

    I have it in a test without the bar of the player. If the learner chooses to use the numeric keypad, the film does not progress.

    I appreciate any guidance you may have.

    Hi Larry,
    Thanks for the quick response. I am happy to know that I'm not hallucinating!

    I also appreciate workaround.

    Thank you very much
    Robbin

  • Multiline text entry area

    The library QNX has any user interface element for text entry that takes several lines. For example the kind of thing you would find in a text editor such as Notepad. It seems that something very basic, but I can't seem to locate a class for itself in the API. The closest thing I can find is the TextInput class, but that is optimized for the single line.

    I was wondering if I missed it, or if it does not exist. And if not, are there no other alternative, we can use?

    Thank you!

    Hey,.

    you do not have missing something. Unfortunately there is not an existing input QNX mult-line text object. However, there are some workaround solutions and others, you can find in these forums. one in particular is a thread linked below. Basically, you need to change the internal textField object of the input text to make it work. Here is the link:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/multiline-TextInput/m-p/671331/hi...

    hope that helps. Good luck!

  • Can fix you this problem... no text cursor is available in the description box for step 4 from the sale of eBay.co.uk

    I use XP Pro SP3 + Firefox 16.0.2
    Since yesterday, trying to sell an item on eBay.co.uk, no text cursor is available in the description for step 4 box, is not possible to enter text.
    However, text can be entered in all the other text boxes on the sales page.

    For comparison, using Internet Explorer 7, the text can be entered in this text box.

    Hello. Thanks for this direction. Problem turned out to be coming through "Elegant". A style to remove ads from eBay has proved to be the root of the problem, and eBay has been fully functional as soon as I disabled the style.
    I really liked this style... think I'll keep it for viewing and clear to sell! Elegant, which is easy using the toolbar in the Firefox Add-on.
    Byee
    Norm

  • I have a pdf form that has 4 columns, with each column having 28 check boxes and text between. I did so he goes by column, but when I do anything for a checkbox it takes it out of line. How can I keep that from happening?

    I have a pdf form that has 4 columns, with each column having 28 check boxes and text between. I did so he goes by column, but when I do anything for a checkbox it takes it out of line. How can I keep that from happening?

    You talk about the tab order? If Yes, go to Edit - Preferences - forms and make sure the box "Automatically adjust tab order when changing fields" is NOT checked.

  • I used the Pencil button and now I have a button type of path instead of the regular "BOLD" T (for text boxes). I can't button "BOLD" T back instead, there is a T banked with a line.

    I used the Pencil button and now I have a button type of path instead of the regular "BOLD" T (for text boxes). I can't button "BOLD" T back instead, there is a T banked with a line.

    Opt/alt, click on the type on a path tool.

Maybe you are looking for

  • Time Machine acting strange

    iMac - Mountain Lion 10.8.5 Since the last backup with time machine, I just added a few Photos to my iPhoto Library (1.4 MB) and made very few minor changes to certain documents. The next backup should have been more than 50 MB. Instead, Time Machine

  • Keyboard broken on Satellite Pro 410cdt? Erroneous characters are shown

    Hello guys, my oldies Satellite Pro 410 CDT notebook, with BIOS updated to 6.20, which I am trying to install in the w98se SO. I have a few problems I cannot solve: 1. I formatted a 4.3 GB of a booklet of 70 TB HDD, into two partitions of 814 MB and

  • Pandora, Stitcher close if the screen is locked

    I recently bought a Logitech bluetooth speaker (which I love) but have encountered problems. The combined fine speaker and works very well. My Motorola send music via Bluetooth fine since the music player. But if I try to use a service of streaming (

  • Update Windows 10 jumps of wifi on model-end MBP

    Hi all I use the 10 Windows via Boot Camp on my rMBP mid-2015.  No problems with it... up to 10 Windows did an update yesterday.  I use Windows on a daily basis for various things, so I guess it's a very recent update and not something that I missed.

  • Brightness problem

    Can someon please help me. I reinstalled the system, and I have my brightness is stuck to the maximum. I'm unable to increase or decrease my brightness using the keys of brightness (f2, f3). According to me, Miss me a graphic driver. Can someone plea