Text Entry

Prev Next

Article Overview

In this article, you will learn the basics of text entry in Skyllful, including how to create a text entry field, how to incorporate a text entry field into a lesson, and how to ensure multiple answers are acceptable in a text entry interaction.


Creating a Text Entry Field

There are two ways to create a text entry field: with the New Text button or the Extract Text button.

Creating a Text Entry Field with New Text

1Select the Text Add button on the toolbar.
2Click and drag the screen area where you want the text.
3A New Text Line object will appear. Double click to edit it.
4Adjust the color and size of the text as needed.
5Check the [Is Text Input] box.
6Enter the prompt you want the learner to see before they enter the text.
7Rename the text element so you can find it later.
8Update & Close.

Create a Text Entry Field by Extracting Existing Text

1Click the Extract Text button on the toolbar.
2Click and drag the text you want to convert.
3Once converted, use the selector tool to click on it.
4Adjust the color and size of the text as needed.
5Check the [Is Text Input] box.
6Edit the existing text, if needed, to an appropriate prompt for the learner.
7Rename the text element so you can find it later.
8Update & Close.

Demo

Return to top.

Incorporating Text Entry Interactions into a Lesson

1On the General tab for the relevant step, press [X] on Selected Controls.
2In Add Control, locate and select the text entry element in the drop-down.
3Click [+] to move the element to Select Controls.
4In Practice and Knowledge Check modes, enter accepted answers into the [Expected Value] field.
You can add unlimited Text Entry controls to a step, but only 1 button control. The order in which the controls are added in Lesson Builder establishes how they are presented in Walkthrough mode.

Return to top.


Accepting Multiple Correct Text Entries

You can accept more than one text strand into a text entry field; but you must program this in advance using Regex. This is required for both Practice and Knowledge Check modes.

To allow for multiple correct entries, copy and paste one of the options below and replace the words "Option1," "Option2," "Option3" with the accepted entries. These are CASE SENSITIVE, so be mindful of your capitalization.

2 entries3 entries4 entries

/^Option1$|^Option2$/

/^Option1$|^Option2$|^Option3$/

/^Option1$|^Option2$|^Option3$|^Option4$/

Return to top.