Forum Discussion
Free form Assistance
The real question is whether you're grading this interaction and reporting the outcome to the LMS using a Result Slide. If not, you can build your multiple text entry interaction on a regular slide, with as many text/numeric entry fields as needed.
Create custom Correct and Incorrect layers, along with a Submit button that validates whether all text/number entries match the required values. Based on that validation, show the appropriate feedback layer.
If grading is essential and you want to report the learner’s response to the LMS using a Result Slide, you can still use a Text Entry Freeform Question.
Start by inserting 10 Numeric Entry fields (assuming the learner needs to type numbers into the boxes). In Form View, set an acceptable answer in the automatically generated Text Entry variable that’s tracked by the freeform interaction (e.g., “matched” or “all matched”).
Then, on the slide, use triggers to manually update the value of that Text Entry variable to “all matched” when the learner clicks the Submit button, but only if all Numeric Entry fields contain the correct values. Else, update the value of that Text Entry variable to "no match, incorrect or similar".
In the LMS, the learner’s response will be recorded as either “all matched” or “no match,” and the interaction will be evaluated as either correct or incorrect based on that value.
I’ve attached a sample .story file that includes both the standard interaction and the Text Entry Freeform example for reference.