Example "Consider result value signs”
As an example, the assessment and individual feedback for a numerical result value should be based on the following criteria:
Incorrect solution:
- no points
- feedback: "Your solution is incorrect."
Incorrect sign, but correct result value:
- 0.5 points
- feedback: "The value of your solution is correct, but the sign is incorrect."
Correct sign, correct result value:
- 1 point
- feedback: "Your solution is correct."
Correct sign, incorrect result value:
- 0.5 points
- feedback: "The value of your solution is incorrect, but the sign is correct."
Implementation can be done using variable conditions and individual feedback information.
Explanation of the example’s function
Configurations in the Variables area:
The following variables are required for implementation:
Before the question is displayed, the required inspection variables will have no value. | |
When the question has been answered, the value of the learner response and the correct solution will be calculated in the variables solution_abs and solutioncor_abs, and the assessment will be carried out via conditions:
|
Configuration in the Feedback area:
Individual feedback conditions can be stored for all possible results. These will be displayed according to the variable inspections after the question has been assessed. |
Using the pre-configured example question
1 | Import the example question: Example_Consider_Signs.zip For instructions on how to import a question, see the help page Create content. | |
2 | Change the title of the question and delete the entire italic information text. Then enter your own question text. | |
3 | Adjust the expected correct value for the numerical gap. | |
4 | Check the feedback texts and edit them if necessary. | |
5 | Save the changes to your question. For instructions on how to use this question in a test, refer to the help page Add or create questions. |