164 results for "marking".
-
Question in Clodagh's workspace
No description given
-
Question in Clodagh's workspace
No description given
-
Question in Clodagh's workspace
No description given
-
Question in Lars's workspace
This question demonstrates sending commands to geogebra and getting geogebra values and using them as part of a marking algorithm.
-
Question in Christian's workspace
Given a statement in words of a relationship between two variables, write down a corresponding formula. It's marked correct if values satisfying the relationship satisfy the formula, and values not satisfying the relationship don't.
Then, given a value for one of the variables, work out the value of the other one. They're substituted into the formula given in the first part and marked correct if it's satisfied.
Both parts use custom marking algorithms.
-
Question in Custom Scripts
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in Durham Test Questions
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in Durham Test Questions
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in MATH 6005 2018_2019
Cofactors Determinant and inverse of a 3x3 matrix.
-
Question in Pascal's workspace
No description given
-
Question in Deirdre's workspace
The student is asked to factorise a quadratic $x^2 + ax + b$. A custom marking script uses pattern matching to ensure that the student's answer is of the form $(x+a)(x+b)$, $(x+a)^2$, or $x(x+a)$.
To find the script, look in the Scripts tab of part a.
-
Question in Julie's workspace
Simple ratio question with custom marking and partial credit possible
-
Deirdre's copy of Ask for significand and exponent of a number in scientific notation separately DraftQuestion in Deirdre's workspace
This question shows how to ask for a number in scientific notation, by asking for the significand and exponent separately and using a custom marking algorithm in the gap-fill part to put the two pieces together.
Answers not in standard form, i.e. with a significand not in $[1,10)$, are accepted but given partial marks.
-
Question in Clare's workspace
The student is asked to factorise a quadratic $x^2 + ax + b$. A custom marking script uses pattern matching to ensure that the student's answer is of the form $(x+a)(x+b)$, $(x+a)^2$, or $x(x+a)$.
To find the script, look in the Scripts tab of part a.
-
Question in Shared Questions
Straightforward question: student must find the general solution to a second order constant coefficient ODE. Uses custom marking algorithm to check that both roots appear and that the solution is in the correct form (e.g. two arbitrary constants are present). Arbitrary constants can be any non space-separated string of characters. The algorithm also allows for the use of $e^x$ rather than $\exp(x)$.
Unit tests are also included, to check whether the algorithm accurately marks when the solution is correct; when it's correct but deviates from the 'answer'; when one or more roots is incorrect; or when the roots are correct but constants of integration have been forgotten.
-
Question in Arnd's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in Arnd's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in CHY1205
Multiply two numbers in standard form, then divide two numbers in standard form.
Needs marking algorithm to allow equal values in standard form to gain equal marks
-
Question in Andrew's workspace
The student is asked to factorise a quadratic $x^2 + ax + b$. A custom marking script uses pattern matching to ensure that the student's answer is of the form $(x+a)(x+b)$, $(x+a)^2$, or $x(x+a)$.
To find the script, look in the Scripts tab of part a.
-
Question in Christian's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in Christian's workspace
This question shows how the number entry part marking algorithm has changed to award credit when the student gives the correct answer but to too much precision, when the precise value is not included in the rounded-off range of acceptable answers.
See this issue on GitHub.
-
Question in David's workspace
Demonstrates that the marking algorithm for "match text pattern" parts doesn't put quotes around substituted strings any more.
-
Question in 2018
Factorising 5 to 7 digit numbers into a product of prime powers.
Uses the marking algorithms from question 1 of this CBA
-
Question in Nicholas's workspace
You can use LaTeX in marking comments, but remember to escape backslashes!
-
Question in Andrew's workspace
A method of randomly choosing variable names - use the
expression()JME function to create a variable name from a randomly chosen string.(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in Tests
Demonstrates that the marking algorithm for "match text pattern" parts doesn't put quotes around substituted strings any more.
-
Question in Custom Scripts
The student is asked to factorise a quadratic $x^2 + ax + b$. A custom marking script uses pattern matching to ensure that the student's answer is of the form $(x+a)(x+b)$, $(x+a)^2$, or $x(x+a)$.
To find the script, look in the Scripts tab of part a.
-
Question in Kelsie's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in David's workspace
No description given
-
Question in Ben's workspace
No description given