43 results.
-
Question in Demos
The student is asked to integrate a given function. The marking algorithm differentiates the student's answer, and checks that it is equivalent to the original function.
-
Question in Demos
No description given
-
Question in Linear Algebra 1st year
Marking algorithm that allows NA or any correct counterexample.
-
Question in Linear Algebra 1st year
Demo of automatically generating latex strings to out put vectors/matrices of variable size and that are calculated by some formula.
-
Question in Linear Algebra 1st year
In this demo question, you can see either 2 or 3 gaps depending on the variable m, and the marking algorithm doesn't penalise for the empty third gap in cases when it is not shown.
Reason to use it: for vectors or matrices containing only numbers, one can easily use matrix entry to account for a random size of an answer. But this does not work for mathematical expressions. There we have to give each entry of the vector as a separate gap, which then becomes a problem when the size varies. This solves that problem. For this reason I've included two parts: one very simple one that just shows the phenomenon of variable number of gaps, and one which is more like why I needed it.
Note that to resolve the fact that when m=2, the point for the third gap cannot be earned, I have made it so that the student only gets 0 or all points, when all shown gaps are correctly filled in.
Note the use of Ax[m-1] in the third gap "correct answer" of part b): if you use Ax[2], then it will throw an error when m=2, as then Ax won't have the correct size. So even though the marking algorithm will ignore it, the question would still not work.
Bonus demo if you look in the variables: A way to automatically generate the correct latex code for [Math Processing Error][Math Processing Error], since it's a variable size. I would usually need that in the "Advice", i.e. solutions, rather than the question text.
-
Question in How-tos
Shows how the \text command is rendered using the plain-text font, not the LaTeX one. Useful for displaying units of measurement and English words inside equations.
-
Question in How-tos
Lay out gapfills so the student has to enter either the numerator or denominator of a fraction.
-
Question in How-tos
Demo showing how to write a custom function in javascript.
-
Question in How-tos
Demo question showing how to use the matrix maths functions in JavaScript.
-
Question in How-tos
Get the student to upload their experimental data in a CSV file, then ask them to compute statistics on it.
-
Question in How-tos
Demonstrating that $ produces a normal dollar sign.
-
Question in How-tos
Use the CSS preamble to give a bit more space between multiple choice answers.
-
Question in How-tos
A randomised table is contained in a div tag with the id
#sales-table
, so it can be styled using the CSS preamble. -
Question in How-tos
CSS classes "english" and "cymraeg" apply different background colours to English and Welsh portions of text.
-
Question in How-tos
Defines a CSS class in the preamble which styles the "Lemma" environment, used in the statement.
-
Question in How-tos
Example of displaying a randomly chosen image.
-
Question in How-tos
Student is asked whether a quadratic equation can be factorised. If they say "yes", they're asked to give the factorisation.
-
Question in How-tos
Using a shuffled list variable to randomise the order of all options in a multiple choice part except the last one.
-
Question in How-tos
Demonstrates that the marking algorithm for "match text pattern" parts doesn't put quotes around substituted strings any more.
-
Question in How-tos
No description given
-
Question in Simon's workspace
This question uses the GeoGebra extension so it can ask the student to create an equilateral triangle. It doesn't matter how they do it, as long as they end up with a polygon with three vertices whose sides are all the same length.
-
Question in Ricardo's workspace
This question uses the GeoGebra extension so it can ask the student to create an equilateral triangle. It doesn't matter how they do it, as long as they end up with a polygon with three vertices whose sides are all the same length.
-
Question in M's workspace
This question uses the GeoGebra extension so it can ask the student to create an equilateral triangle. It doesn't matter how they do it, as long as they end up with a polygon with three vertices whose sides are all the same length.
-
Question in Jos's workspace
This question uses the GeoGebra extension so it can ask the student to create an equilateral triangle. It doesn't matter how they do it, as long as they end up with a polygon with three vertices whose sides are all the same length.
-
Question in Christian's workspace
Demo question: do some sneaky symbolic differentiation to check that the student's answer is the integral of the expression they're given.
Needs an advice section before it can be used.
-
Question in Ricardo's workspace
This question uses the GeoGebra extension so it can ask the student to create an equilateral triangle. It doesn't matter how they do it, as long as they end up with a polygon with three vertices whose sides are all the same length.
-
Question in Christian's workspace
Experimental question using JSXGraph to provide dynamic, interactive graphs.
-
Question in How-tos
The student is asked to factorise a quadratic x2+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 How-tos
No description given
-
Question in Christian's workspace
Use the testing tab in the variables section to make sure the generated variables satisfy a condition