Can Multiple Text entry be visible in the result screen?

Jan 24, 2022

I have a course where i have three text entry boxes in a single slide. I want all the content added by the user to be visible in the result.  Can we see the answers of Multiple Text entry in  the result or the report.html which generate at the end of the quiz.

1 Reply
Maria Costa-Stienstra

Hi, Mou, and welcome to E-Learning Heroes! ✨

Thank you for reaching out!

Can we see the answers of Multiple Text entry in  the result or the report.html

The first part of your question has a more straightforward answer: you can add the variables for each of the input fields (TextEntry) to the Results slide as a reference:

Windows 10 (1) 2022-01-26 at 9.19.39 AM

If you want them to appear when the report is printed, you will need to create separate questions for each answer. You can hide those additional questions from the user, but they need to be connected to the Results slide so they can show up on the report.

Here's an example:

Screen Recording 2022-01-26 at 09.16.37 AM

Slide 1 is a short-answer survey question where TextEntry is being submitted, but it also has another field (TextEntry2).

Slide 2 (hidden) is another survey question, where TextEntry1 is being submitted. We hide it by automatically jumping to the next slide, but we also assign the variable TextEntry2 (from the first slide) to TextEntry1.

It's a similar idea to sending the value of a variable to a Learning Management System. Take a look below for the steps:

I hope this helps!