87 results.
-
Question in How-tos
In progress!
-
Question in How-tos
Do not use this: adaptive marking is the best way to access the student's answer to another part.
Shows how to retrieve the student's answer to another part from a custom marking script.
-
Question in How-tos
No description given
-
Question in How-tos
A couple of different ways of asking the student to enter a large number, to get around the floating point imprecision problem.
-
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
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
Do not use this: JME marking algorithms are the best way to change marking behaviour now, instead of JavaScript.
A very simple example of a custom marking script for a "choose one from a list" part
-
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 Marie's Logic workspace
Asks to determine whether or not 6 arguments are logically valid or not.
-
Question in How-tos
No description given
-
Question in Christian's workspace
Experimental question using JSXGraph to provide dynamic, interactive graphs.
-
Question in Chris's workspace
Solving 2nd order differential equation for pendulum, with and without damping.
-
Question in CHY1201 - Spectroscopy
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 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.
-
Exam (13 questions) in COM281
No description given
-
Exam (3 questions) in COM281
No description given
-
Exam (9 questions) in COM281
No description given
-
Exam (5 questions) in Numbas: Tutorial (DE)
Ein Probe-Test für dieses Tutorial.
-
Question in Andreas's workspace
Marks two gaps correrct, if the numbers meet a specific condition (here: product is a given number).
-
Question in Andreas's workspace
This question provides a list of data to the student. They are asked to find the mean, median, mode and range.
-
Question in Geschichte der Mathematik
Darstellen von Zahlen an einem Felderabakus (noch ohne Anzeige der Lösung)
-
Question in Transition to university
Differentiate between linear and quadratic sequences and arithmetic and geometric sequences through a series of multiple choice questions. Spot different patterns in sequences like the triangle sequence, square sequence and cubic sequence and then use this pattern to find the next three terms in each of the sequences.
-
Question in Christian's workspace
An example to help debug a problem with GeoGebra.
-
Exam (5 questions) in Demos
This is an old demo. For a demonstration of Numbas's current features, please see the newest demo exam.
A few questions which show off various features of Numbas.
-
Question in CHY1201 - SpectroscopyThe reduced masses are pre-calculated for this question and included in a list. It would be more elegant to program Numbas to permute atoms together to generate diatomic molecules while constraining the permutations to those which are chemically/physically reasonable, so as to allow calculation of each reduced mass directly from the atomic masses- but organising this with high computational efficiency might be a significant programing task (add to "to do" list).
-
Exam (3 questions) in Lisa's workspace
No description given
-
Question in Brad's workspace
No description given
-
Question in How-tos
Use the numbro.js extension to format numbers and currencies.
-
Question in How-tos
Display a number like "1234" as "1,234".
This question is out of date: the formatnumber function can format numbers using several different notational styles.
-
Question in How-tos
Update: you can now use the conditional visibility button to do this more easily - see the documentation.
If the statement or advice for your question differs greatly depending on a random variable (for instance, if you're picking from a selection of scenarios), you only want to show content for the relevant scenario.
This question shows one way of doing that.