13321 results.
-
Question in Ashley's workspace
There are copious comments in the definition of the function eqnline about the voodoo needed to have a JSXGraph diagram interact with the input box for a part.
-
Question in CHY1205
Use two points on a line graph to calculate the gradient and $y$-intercept and hence the equation of the straight line running through both points.
The answer box for the third part plots the function which allows the student to check their answer against the graph before submitting.
This particular example has a positive gradient.
-
Question in Alan's workspace
Customised for the Numbas demo exam
Motion under gravity. Object is projected vertically with initial velocity $V\;m/s$. Find time to maximum height and the maximum height. Now includes an interactive plot.
-
Question in How-tos
There are copious comments in the definition of the function eqnline about the voodoo needed to have a JSXGraph diagram interact with the input box for a part.
-
Question in MOHAMED EL's workspace
No description given
-
Question in Demos
A demo of the match text pattern part and its options.
-
Question in Elena's workspace
No description given
-
Question in Ulrich's workspace
No description given
-
Question in ENG1003 20-21Simple numerical evaluation using a given formula.
-
Question in ENG1003 20-21Evaluation of the vector superposition of fields arising from four point-charges. This is a problem of vector addition, vector magnitudes and scalar (dot) products with a bit of trigonometry thrown in for good measure.
-
Exam (2 questions) in MECE3930U
MECE3930U: Heat Transfer Assignment -1
Please follow the Numbas guidance first if you did not attend the Numbas session.
-
Exam (7 questions) in Elena's workspace
Obligatoriske oppgaver for uke 3
-
Question in Patricia's workspaceFinancial maths. Present value of an ordinary annuity.
-
Question in Elena's workspace
No description given
-
Question in Returning to Mathematics
Tests understanding of scatter plots and related concepts.
-
Question in C&G 2850 (Level 2) Engineering
Rearrange formula
-
Question in Antony's workspaceThe matrix entry part in this question marks any symmetric matrix as correct, using a custom marking algorithm. A matrix is symmetric if it is equal to its transpose.
-
Exam (6 questions) in francisco's workspaceDivisibilidad, factores primos, mínimo común múltiplo y el máximo común divisor de números dados.
-
Question in Daniel's workspace
$I$ compact interval, $g:I\rightarrow I,\;g(x)=ax^3+bx^2+cx+d$. Find stationary points, local and global maxima and minima of $g$ on $I$
-
Question in How-tos
The student is shown two number entry gaps on either side of a 'less than' sign. Their answer is marked correct if the first number is less than the second, using a custom marking algorithm.
This shows how to mark the gaps in a gap-fill part together, rather than independently.
-
Question in How-tos
This shows how to define a question variable whose value is a variable name with a few annotations added, so it's more convenient to use.
The question variable 'x' is defined to be the variable name
vec:underline:x. -
Question in How-tos
The student is given a value of $\cos(\theta)$ and has to find $\theta$.
Shows how to use subexpressions to represent randomly-chosen fractions of $\pi$ and surds, and have them displayed nicely.
-
Question in How-tos
Shows how to create a simplified JME subexpression, and substitute it into a string variable.
-
Question in How-tos
To prevent students from giving a trivial answer for a part which is used later in adaptive marking, you can consider it as invalid.
Part a of this question has a custom marking algorithm which marks an answer of zero as invalid. Any other answer is used in adaptive marking for part b.
-
Question in How-tosA custom marking algorithm picks out the names of the constants of integration that the student has used for the $\cos$ and $\sin$ terms in their answer, and replaces them with $A$ and $B$ respectively, before comparing with the correct answer. This way, the student is free to choose the names for their constants of integration.
-
Question in How-tos
Use the bareMatrices display flag to render a matrix without wrapping it in parentheses.
-
Question in How-tos
A demonstration of how to use the "variable list of choices" option for a "choose one from a list" part to shuffle only some of the choices, and always have the same "I don't know" choice at the end of the list.
-
Question in How-tos
This question uses a "formatted text template" variable to define a long passage of text which is shown to the student after they submit a part. A custom marking algorithm adds the text as a comment after the standard marking algorithm has finished.
-
Question in How-tos
This question uses the linear algebra extension to generate a system of linear equations which can be solved.
We want to produce an equation of the form $\mathrm{A}\mathbf{x} = \mathbf{y}$, where $\mathrm{A}$ and $\mathbf{y}$ are given, and $\mathbf{x}$ is to be found by the student.
First, we generate a linearly independent set of vectors to form $\mathrm{A}$, then freely pick the value of $\mathbf{x}$, and calculate the corresponding $\mathbf{y}$.
To generate $\mathrm{A}$, we generate more vectors we need, then pick a linearly independent subset of those using the
subset_with_dimensionfunction. -
Question in How-tos
The gap-fill part in this question is only marked correct if both gaps are correct.
The feedback from the individual gaps is not shown.