6509 results.
-
Exam (2 questions) in Ulrich's workspace
No description given
-
Question in How-tos
When saving the data necessary to resume an attempt, Numbas only saves the values of variables which use the random number generator.
If you naively generate a large random sample in one variable, it'll be marked as a source of randomness so Numbas will save every value in the sample. Loading this value when you resume the attempt can be very slow.
Instead, you can generate a seed value in one variable and then use it with the seedrandom function in the variable that stores your random list. Only the value of the seed needs to be saved.
-
Question in How-tos
The diagram contains a line and a hidden glider on that line.
The JavaScript preamble adds a callback which shows the glider when the question advice is displayed.
-
Question in How-tos
Shows how to use the lpad function to format a time in HH:MM format so that leading zeros are used for numbers less than 10.
-
Question in How-tos
The CSS preamble adds a vertical line down the input for part b, to separate the two parts of the matrix.
-
Question in Demos
A custom marking algorithm on the spreadsheet part changes it to interpret quantities in cells, so they can be compared to the expected answer.
In real use, you'd probably want more sophisticated logic, to give better feedback or to allow partial marks for different units, like the "quantity with units" part type does.
-
Exam (12 questions) in ELEC6015_ElecCctAnalysis
No description given
-
Question in Demos
This easy question is intended to be used by administrators to test the integration of Numbas with a learning environment.
-
Exam (1 question) in Matthew's workspace
No description given
-
Exam (2 questions) in NCL MSP3801
To be used for in-course assessment (Problem solving exercises 1) in MSP3801
-
Exam (10 questions) in Sam's workspace
No description given
-
Exam (4 questions) in NCL MSP3801
To be used for in-course assessment (Problem solving exercises 1) in MAS3801
-
Question in Julie's workspace
Order of Operations
rebelmaths
-
Question in Psychometric Tests
Widget Sales
-
Question in How-tos
This question asks the student to give a function with a particular root. It then asks them to divide by (x-{root}), and uses adaptive marking to mark against the previous answer.
This uses the "expression" data type, which is currently undocumented and experimental.
-
Question in NCL MSP3801
Solve an ODE by first writing it in canonical form.
-
No description given
-
Question in Ulrich's workspace
No description given
-
Question in MESH
No description given
-
Question in MESH
No description given
-
Question in MESH
No description given
-
Question in MESH
No description given
-
Question in MATH00010
This question asks you to place a point on a number line. The number is not an integer.
-
Exam (12 questions) in Niall's workspace
A revision quiz to prepare for LO3.
-
Question in pre-algebra Numeracy and Arithmetic
Rounding integers and decimals to a specific number of sig figs.
-
Question in Lucia Concepción's workspace
No description given
-
Question in Ed's workspace
Find the number of people with heights greater then mean plus two times the standard deviation.
-
Question in Engineering Statics
A demonstration of the Shear and Bending Moment Extension
-
Question in Christian's workspace
Explore mode question guiding you through the steps of the "I can name your polynomial" trick.
-
Question in How-tos
Shows two different ways