Error
There was an error loading the page.
The student is asked to give the roots of a quadratic equation. They should be able to enter the numbers in any order, and each correct number should earn a mark.
When there's only one root, the student can only fill in one of the answer fields.
This is implemented with a gap-fill with two number entry gaps. The gaps have a custom marking algorithm to allow an empty answer. The gap-fill considers the student's two answers as a set, and compares with the set of correct answers.
The marking corresponds to this table:
There is one root | There are two roots | |
Student gives one correct root | 100% | 50%, "The root you gave is correct, but there is another one." |
Student gives two correct roots | impossible | 100% |
Student gives one incorrect root | 0% | 0% |
Student gives one incorrect, one correct root | 50% "One of the numbers you gave is not a root". | 50% "One of the numbers you gave is not a root". |
Student gives two incorrect roots | 0% | 0% |
Metadata
-
England schools
-
England university
-
Scotland schools
Taxonomy: mathcentre
Taxonomy: Kind of activity
Taxonomy: Context
Contributors
History
Christian Lawson-Perfect 1 year, 1 month ago
Published this.Christian Lawson-Perfect 1 year, 1 month ago
Created this.There is only one version of this question that you have access to.
There are 3 other versions that do you not have access to.
Name | Type | Generated Value |
---|
x1 | integer |
1
|
||||
x2 | integer |
0
|
||||
a | integer |
1
|
||||
b | integer |
-1
|
||||
c | integer |
0
|
Generated value: list
- x1:
integer
- 1
- x2:
integer
- 0
This variable doesn't seem to be used anywhere.
Gap-fill
Use this tab to check that this question works as expected.
Part | Test | Passed? |
---|---|---|
Gap-fill | ||
Hasn't run yet | ||
Number entry | ||
Hasn't run yet | ||
Number entry | ||
Hasn't run yet |