Skip to main content
Inspiring
June 17, 2017
Question

Review Text Box Entries

  • June 17, 2017
  • 1 reply
  • 469 views

Hello,

I am testing out Adobe Captivate and liking it so far. If I can solve either of these two problems, I'll be purchasing it. I have two questions, hopefully I can get a good answer.

Question 1: Is it possible to have multiple fill-in-the-blanks on one slide that are graded individually? (I need 60 questions answered this way).

If not:

Question 2: When creating a slide and doing text-box style entries, is there a way that they can see the correct answers after taking the quiz to find out what they missed?

 

I hope to hear an answer soon.

This topic has been closed for replies.

1 reply

Lilybiri
Legend
June 17, 2017

The default FIB typeof question has a 'black-white' way of scoring, which meand that ,no partial scoring is possible as is the case with MCQ with multiple correct answers.

However you could create a custom question slide; using  multiple Text Entry Boxes. Each TEB can be validated and scored individually which will lead to the partial scoring you want.

To show the correct entry in a TEB, you can create a hidden text container with the oorrect entry and show that text container during Review. If you have those TEB's included in the Quiz score, you can use the system variable cpInReviewMode to check and dhow the correct entry when in that mode.

heintzt96Author
Inspiring
June 17, 2017

Thank you for your response. I am very new to all of this, so I am going to now ask some follow up questions.

I am having a problem where my TEB has a submit button every time I add one. However, if I click submit, it only scores the one it corresponds to. How do I correct this?

Secondly, how would I create a hidden text container?

Lilybiri
Legend
June 17, 2017

Long time ago I wrote a blog post about using one Submit button for a sequence of TEB's:

One Submit button for Multiple Text Entry Boxes? - Captivate blog

That will give you an idea how to realize it.

I use the term 'text contianer' because both a caption and a shape can be used to have text. That container should have the correct entry. To make it initially invisible, you can click the eye button top left in the Properties panel of the text container, which will make the container included in the course, but invisible to start with. To make it visible use the command 'Show...'. If you use the Review mode (for scored TEB's), you can use the On Enter event of the slide to trigger this conditional action:

   IF cpInReviewMode is equal to 1

      Show Tx_correct          using Tx_correct for the text container

      Continue

   ELSE

      Continue

Captivate is a very powerful application, you'll need some time to learn about eveyr feature. Here is another article I wrote recently about the main core skills to learn about:

Challenges for Starters - Captivate blog