-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Example 2: Roots of a polynomial
Reading time: 1minAnother purpose of using this feature is to provide the student with the steps they should have followed to answer the question correctly. Let's ask the following question:
You can add dynamic feedback to the question based on the student's answer. For example, in this question, you could show the student's procedure to answer the question correctly. Moreover, you can also show why the provided answer is not appropriate.
To do so, as in the previous example, you have to write parameter answer = 0 in your CalcMe algorithm and, from then on, the student answer will be stored in a variable called answer. For the customized feedback example you just looked at, you will need to access the two answers given by the student and calculate the value of the polynomial in those points. The algorithm must end up with this:
Then, you have to add an answer blank for the wrong answers and use the customized feedback for it. Keep an eye on the used notation!
Finally, you have to add the general feedback showing the procedure to solve the problem.