Example of positive feedback

View an example of the use of positive feedback in an exercise

Updated over a week ago

Let’s say we have an exercise where the answer is x+3*x*y+3*y. Without positive feedback rules, an answer like 3*x+4*y+z+3*x*y−2*x−z-y would also be considered fully correct. However, we want the student answer to

  1. Contain no other variables than x and y

  2. Contain variables x and y both exactly twice

  3. Contain no other symbols than times and plus

  4. Contain the symbol plus exactly twice and contain the symbol times exactly three times

These requirements on the student’s answer can be implemented using positive feedback rules.

An explanation of what positive feedback rules are can be found here. More information on how to add positive feedback rules can be found here. Lastly, more information on evaluation types can be found here.

Below, we see an example of what the positive feedback of this exercise could look like, considering the requirements given above.

Rule 1

Rule 2

Rule 3

Rule 4

Rule 5

Rule 6

Positive feedback:

Did this answer your question?