164 results for "marking".
-
Question in How-tos
One method of randomly choosing names for variables. For each variable, we have 4 options. Create a list of 4 numbers, which is 1 for the name we want to use, and 0 otherwise.
Then, whenever we use that variable, multiply each of the possible names by the corresponding number in the list. When the expression is simplified, the unwanted names will cancel to 0, leaving only the name we want.
This is quite clunky!
(This question also uses a custom marking script to check that the student has simplified the expression)
-
Question in How-tos
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 How-tos
A randomly generated list of numbers is shown to the student. They must tick every occurrence of the lowest number. The number of occurrences isn't always the same - sometimes the minimum is unique and sometimes it is repeated. The
mapfunction makes it easy to construct a marking matrix. -
Question in How-tos
The student has to compute $a^b$ and $b^a$, then decide which of the two is bigger.
This question shows how to set up a custom marking matrix for the "choose one from a list" part, based on values used elsewhere in the question. It could use adaptive marking to use the student's incorrect values for the comparison, but doesn't at the moment.
-
Question in How-tosThis question shows how to make the correct answer to a "choose one from a list" part depend on randomised question variables, in a couple of ways. The first part uses JME expressions to define the marks available for each choice. The second part uses the "custom marking matrix" option.
-
Question in Content created by Newcastle University
Pick four numbers from $1900\dots 2015$ and ask the student to factorise them.
Custom marking scripts make sure the student has entered a complete factorisation.
-
Question in Content created by Newcastle University
Factorising 5 to 7 digit numbers into a product of prime powers.
Uses the marking algorithms from question 1 of this CBA
-
Question in Jorj's workspace
No description given
-
Question in Thomas'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 Matrix Questions (CC)
No description given
-
Question in Johan's workspace
No description given
-
Question in WKU EM313 - Dynamics
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 Paula's workspace
Cofactors Determinant and inverse of a 3x3 matrix.
-
Question in Leonardo's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in Ann's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in Xiaodan'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 Xiaodan's workspace
A question to practise the following skills in the context of Earth Sciences:
- graph-reading skills
- using a graph to find the equation of a line
- used adpative marking
-
Question in Xiaodan's workspace
Shows how to retrieve the student's answer to another part from a custom marking script.
-
Question in Xiaodan's workspace
A very simple example of a custom marking script for a "choose one from a list" part
-
Question in Xiaodan's workspace
An example of using the GeoGebra extension to ask the student to create a geometric construction, with marking and steps.
-
Question in NUMBAS workshop demo
Simple ratio question with custom marking and partial credit possible
-
Question in NUMBAS workshop demo
No description given
-
Question in Josh'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.
-
Exam (6 questions) in NUMBAS workshop demo
Some questions demonstrating new features in Numbas v4.0: pattern-matching, inference of variable types in mathematical expression parts, and marking equations.
-
Question in Christian's workspace
The student must perform an indefinite integration, and include a constant of integration.
A custom marking algorithm identifies the name of the student's constant of integration, and replaces it with 'c' before comparing with the expected answer.
If the student enters something like '2c' instead of 'c', it'll be marked wrong, which is an error in the marking.
-
Question in Andrew's workspace
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 Deirdre's workspace
Simple ratio question with custom marking and partial credit possible
The marking checks for some common errors and awards partial credit and appropriate feedback. The errors that give different levels of partial credit include: forgetting to add one to the denominator, forgetting to change to a percentage.
-
Question in Clodagh's workspace
No description given
-
Question in Clodagh's workspace
No description given
-
Question in Clodagh's workspace
No description given