150 results for "type".
-
Question in HELM books
Is this polynomial a quadratic, linear or constant? Part of HELM Book 1.2
-
Question in Musa's workspace
Recovering original function given some information such as derivative and value at some point.
-
Exam (11 questions) in Demos
This exam collects some questions demonstrating different uses of the programming extension and the Code part type, to mark code written in Python and R.
-
Question in Stats
True/false question type to assess basic knowledge of multiple regression.
-
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
-
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 Ed questions to share
Used for LANTITE preparation (Australia). SP = Statistics & Probability strand. Students are shown a column graph and asked to calculate the net benefit given the amount invested (randomly generated) and the intervention type (one of seven possible).
-
Question in Ugur's workspaceStatus: Ready to use
-
Question in Standard Maths
Shows an exponential graph displaying the value of an investment under compound interest. Students have to identify the type of graph and answer 3 questions about the value of the investment from the graph.
-
Question in Standard Maths
Data from a compound interest are shown in a table. Students are asked to compute the value of an investment, and to identify the type of graph.
-
Question in Transition to university
This question assesses the students ability to calculate and convert between different types of compound units, including rates of pay, speed and unit pricing.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NC = Non Calculator strand. NA = Number & Algebra strand. Given a description in words of the costs of some items in terms of an unknown cost, write down an expression for the total cost of a selection of items. Then simplify the expression. The word problem is about the costs of sweets in a sweet shop. The quantity of each type of sweet is randomised.
This question was modified from a Newcastle University question.
-
Question in Manajit's workspace
This is the simplest demonstration of the "code" part type I could think of: write Python to assign
x = 1.An alternative answer gives a hint if the student's code doesn't define x at all.
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in MXB241 Weekly Quizzes
No description given
-
Question in How-tos
Shows how the "decimal" data type can represent very small numbers with more precision than the default "number" data type.
-
Question in ian's workspace
Dividing Cubic expressions to find the quotient
-
Question in Ben's workspace
Out of three options, you need to choose the best pokemon type to use to defeat a given pokemon type.
Info is taken from https://www.eurogamer.net/articles/2018-12-21-pokemon-go-type-chart-effectiveness-weaknesses
Icons are taken from https://bulbapedia.bulbagarden.net/wiki/Main_Page
-
Question in ian's workspace
Dividing Cubic expressions to find the quotient
-
Question in Ugur's workspace
A simple situational question about a box of chocolates, asking how many of each type there are, what percentage of the box they represent, the probability of picking one and ratios of different types.
-
Question in Assessment Exercises
The easiest type of exponential to graph where the base is greater than 1 and no transformations take place.
-
Question in Assessment Exercises
The easiest type of exponential to graph where the base is greater than 1 and no transformations take place.
-
Question in Demos
A demo of the "quantities with units" extension and custom part type.
-
Question in Mash's workspace
No description given
-
Question in Christian's workspace
The student is shown a diagram with a line between two points. They must make the line cross the axes at $x=1$ and $y=2$. They can drag the points around, or type a gradient in to move the points accordingly.
-
Question in Demos
The student is shown a Cartesian diagram containing a point $P$ and a circle. They must move the point and change its radius so that the point $P$ is touching the circle.
They can type the radius and coordinates in, or move the circle around on the diagram.
-
Question in Stats
True/false question type to assess knowledge of basic aspects of ANOVA.
-
Question in Demos
A demo of the gap-fill part and its options.
-
Question in Demos
Showing off the part types.
-
Question in How-tos
Because JavaScript numbers lose precision as they get bigger, you get some unexpected results.
See the variable "two" - the difference should be 2, but because the JavaScript representation of each of the two numbers is the same, it thinks the difference is 0.
Using the decimal data type, there's no loss of precision, so the correct value is produced.