Hi all
I am using Text Areas in a course where learner’s answer reflective unassessed questions. The responses are saved to a variable and are then shown to the learners in a summary at the end of each module.
Some of these questions require very straight forward responses in a list (list 3 etc.) and the client has requested that the text fields be broken up so there is a single input for each response. This is in response to the LLN requirements of the cohort.
Here’s an example of how this would ideally work:
Question
List three things you are passionate about:
<Text area - variable 1>
<Text area - variable 2>
<Text area - variable 3>
[Submit button]
Unfortunately, the Text Area component does not allow you to add multiple items, so students would need to press submit on each item within a list.
The Text Input component does allow for multiple items but it does not allow for variables.
Am I missing something here? Is there any way to do this?