Interactive response questions focus on the student's thought process and help them gain intuition through hands-on interactivity.
We’ll go through how to create an interactive response question by:
Before we get started, let's preview the question we will create. The question will include a graph (a sin plot) and ask each student to move a locator to answer the question. The final location of the locator will be used as the student's answer to the question and graded accordingly.
So now let's create the question. In CREO, write the question in the question field. Be sure to provide clear instructions for what the student needs to do to answer the question.
Then select InteractiveResponse for the answer type.
After selecting InteractiveResponse as the answer type, you will see fields for the Controller body and Variables.
For our example now, the controller body will be a sin plot. We make it dynamic by adding a locator. The location of the locator is defined as point.
The students will be responsible for moving the locator to answer the question. Therefore, the location of the locator must be defined as a variable. We define the variable with curly brackets as {point}.
The final step is to determine the conditions for a student’s answer to be considered correct.
In our example, in order for the student’s answer to be correct, the locator must be at the minimum of the sin plot. The exact solution is ((3 * Pi)/2) , 1).
You can decide how flexible you are with student answers. Since it may be difficult for the students to position the locator on the exact location ((3 * Pi)/2) , 1) on the graph, we can provide a buffer to accept nearly-correct answers.
Let's add a buffer of 0.5 around the exact location ((3 * Pi)/2) , 1). As long as students move the locator within 0.5 of the exact minimum, the answer will be considered correct.
Finally, let's preview the question to make sure it works properly. Moving the locator to the local minimum region results in a correct answer. If we try again and move the locator to an area that is not the local minimum, we see the answer is incorrect.
After you're finished with your work, don't forget to save your work to the cloud and deploy your finished assessment to SYLVA.
Interactive response questions are a great way for students to more easily gain intuition and grasp learning concepts through hands-on interactivity. You can easily create an interactive response question by creating a question, building the dynamic controller body and variables, and defining conditions for the solution. Instead of having students draw a graph, let them show you what know and focus on their thought process to truly assess their understanding.