13299 results.
-
Question in AppClinEng
Stress & Strain Question based on Tensile testing of materials lab session
-
Question in Andrew's workspace
First question on forces in equilibrium.
-
Exam (5 questions) in BTEC Level 3 Engineering
A test of resistor circuit knowledge.
-
Question in Programming extension
This question shows how to use the programming extension's run_code function to run some Python code and use its result in the marking of a non-code part type.
Python is used to calculate the correct answer for a number entry part type. This could be done
-
Exam (17 questions) in Programming extension
A collection of questions demonstrating the programming extension.
-
Question in R programming
The student must write R code to generate samples and calculate CDFs of some common distributions.
-
Question in Programming extension
In four parts, the student builds up the definition of a class representing a rectangle. First they write the constructor, then add methods to compute area and perimeter.
In the final part, they must use the methods to write a function which determines if a rectangle's area is larger than its perimeter.
-
Question in Thomas's workspace
RLC series with phasor
-
Exam (4 questions) in Transition to university
Some questions of relevance to consumers.
-
Question in GCSE level questions
Use the product rule (number of ways of doing A and B = (no. for A)*(no. for B)) to count the number of ways of doing two independent tasks.
-
Question in Programming extension
Several questions on interrogating the
mtcarsdataset built in to R. -
Question in Programming extension
In the first part, the student must write an R function to compute the first $n$ terms of the series $\frac{1}{k!}$.
In the second part, they must use that function to calculate an approximation to $e$ using a given number of terms of the series.
-
Question in R programming
The student must write R code to define vectors, in a few ways.
-
Question in Programming extension
The student must write R code to assign the given value to the variable
x. -
Question in Programming extension
This question shows how to display a plot generated in matplotlib from code written by the student.
-
Question in Programming extension
Asks the student to calculate the sum of the triangular numbers (up to some randomised number).
Steps guide the student through each step in the calculation.
-
Question in Programming extension
The student must write a list comprehension to map the elements of a given list.
-
Question in Programming extension
The student must write code to filter a given list of numbers, returning only the positive elements.
-
Question in Programming extension
Given an unknown list, the student must write Python code to create a copy of it.
There's an alternative to catch the case where the student's variable is just a reference to the original list.
-
Question in Programming extension
Given an unknown list, the student has to write code to return the last item in the list.
-
Question in Programming extension
Given a randomly-generated list, the student must write code to return its first value.
There's an alternative to check if they get the second item, which they might do if they don't realise Python lists are zero-indexed.
-
Question in Programming extension
The student must write code to compute the standard deviation of an unknown list of measurements.
The suggested answer uses numpy.std.
-
Question in Programming extension
This is the simplest demonstration of the "code" part type I could think of: assign
x = 1.An alternative answer gives a hint if the studen'ts code doesn't define x at all.
-
Question in Christian's workspace
A Eukleides diagram showing a list of numbers, each in their own box, with the sum drawn above.
-
Question in Christian's workspace
A Eukleides diagram showing a list of numbers, each in their own box, with the sum drawn above.
-
Question in Demos
Draws a diagram showing a randomly-chosen number of circles, packed in a box.
-
Question in Deirdre's workspace
Using Pythagoras' Theorem to find a missing side. Illustrated using simple Eukleides diagram
rebelmaths
-
Exam (6 questions) in Getting Started
A collection of information and activities to introduce students to Numbas. There is some information on how Numbas works, information on how to write answers to mathematical expression and number entry parts, and a "test yourself" explore mode activity.
Note: This exam was written for students accessing Numbas exams through the Numbas LTI tool. Some of the information does not apply to exams accessed standalone or through a generic SCORM player.
-
Question in Yvonne's workspace
No description given
-
Question in Yvonne's workspace
No description given