13299 results.
-
Question in How-tos
A mathematical expression part with a pattern restriction to ensure that the student has extracted the highest common factor of two terms.
The answer must be of the form $a(b+cx)$, where $b$ and $c$ are coprime.
-
Question in How-tos
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% -
Question in How-tos
The expected answer involves the logarithm of a negative number, which doesn't have a unique solution.
The part's marking algorithm evaluates the exponential of the student's answer and the expected answer, and compares those.
-
Question in How-tos
The expected answer involves the logarithm of a negative number, which doesn't have a unique solution.
The part's marking algorithm checks that the student's answer differs from the expected answer by a multiple of $2\pi$.
-
Exam (1 question) in How-tos
There's one question, which you have to get right 5 times in a row. If you get it wrong, you have to start again.
This makes more sense if the question is randomised!
-
Question in How-tos
This shows one way of laying out matrix cells in a table, so that some cells can be filled in by the student.
At the time this was written, there's an open issue for allowing some entries in the matrix entry part to be filled-in, which would make this technique redundant.
Some CSS in the preamble adds the brackets around the table - it has to have the attribute
class="matrix-gaps" -
Question in How-tos
The student is given a quadratic formula and asked to fill in a table of values of $f(x)$ for a given range of $x$.
There is also a plot of the points, which updates when the table is filled in, or the student can move the points to fill in the table.
The table uses the spreadsheet and JSXgraph extensions.
-
Question in How-tos
This question shows how to use the question's JavaScript preamble to request data from an external source, and use that data in question variables.
Note that this means the question only works when the external source is available. Use this very carefully, and avoid it if you possibly can!
-
Question in How-tos
This question shows how explore mode can be used to loop through several versions of the same question. The variables for each version are stored in a list of "scenarios", and a counter works through that list each time the student moves on to the next part, labelled "try the next version of this question".
-
Question in How-tos
Shows that you can embed a 3D GeoGebra applet in a content area.
-
Question in How-tos
The student is shown a passage of code in the prompt to a "choose several from a list" part.
-
Question in How-tos
A random proper fraction $a/b$ with denominator in the range 2 to 30 is picked, and the student must write $\frac{a}{b} \pi$.
The point of this question is to demonstrate that the correct answer is shown as a multiple of $\pi$ rather than a decimal.
-
Question in How-tos
The number entry part in this question has an alternative answer which is marked correct if the student's number satisfies an equation specified in the custom marking algorithm.
-
Question in Elena's workspace
No description given
-
Question in Engineering Statics
Friction
-
Question in Engineering Statics
Student estimates, then calculates exactly and symbolically the value of $k$ for a parabola $y = k x^2$ which passes through a given point.
-
Exam (1 question) in Anna's workspace
No description given
-
Question in HELM books
Given f(x)=1/(a-x)^2, evaluate f(x/z) where a is a randomised constant, and z is a randomised letter.
-
Question in HELM books
Given one of ax^2, ax^3, a/x (where a is a positive integer), calculate f(x+h) and f(x+h)-f(x)
-
Question in HELM books
Give f(x)=ax^2+b a simple function input (like 6x-3) and evaluate. Constants and variables, and the function input are all randomised.
-
Question in HELM books
evaluate a function with randomised alphanumeric expressions as inputs.
-
Question in HELM books
Evaluate a linear function at 3 numerical inputs.
-
Exam (5 questions) in HELM books
HELM book 2.1.2 exercises
-
Question in HELM books
Evaluate a given, randomised, linear function at a given, randomised, value.
-
Question in HELM books
"Explain what is meant by the argument of a function."
Unmarked: Answer: "The argument is the input."
-
Question in How-tos
A custom marking algorithm picks out the names of the constants of integration that the student has used in their answer, and tries mapping them to every permutation of the constants used in the expected answer. The version that agrees the most with the expected answer is used for testing equivalence.
If the student uses fewer constants of integration, it still works (but they must be wrong), and if they use too many, it's still marked correct if the other variables have no impact on the result. For example, adding $+0t$ to an expression which otherwise doesn't use $t$ would have no impact.
-
Question in Engineering Statics
A hand truck on wheels. Easiest to solve by rotating coordinate system.
-
Question in Engineering Statics
Two forces act on a bell crank. This problem has two unknown magnitudes and an unknown direction which makes it tricky to solve by the equilibrium equation method.
The solution is much simpler if three force body principle is used.
-
Exam (50 questions) in Ray's workspace
No description given
-
Question in HELM books
Student is shown a simple (randomised) function and asked to describe its behaviour. This is an information only question. Students need to view the advice to check their answer.