6350 results.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix with eigenvalues and eigenvectors, and is asked to decide if the matrix is invertible. If yes, second and third parts are offered where the student should give the eigenvalues and eigenvectors of the inverse matrix.
Assessed: remembering link between 0 eigenvalue and invertibility. Remembering link between eigenvalues and eigenvectors of matrix and its inverse.
Randomisation: a random true/false for invertibility is created, and the eigenvalues a and b are randomised (condition: two different evalues, and a=0 iff invertibility is false), and a random invertible 2x2 matrix with determinant 1 or -1 is created (via random elementary row operations) to change base from diag(a,b) to the matrix for the question. Determinant 1 or -1 ensures that we keep integer entries.
The implementation uses linear algebra functions such as "find reduced echelon form" or "find kernel of a reduced echelon form", from the extension "linalg2".
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. SP = Statistics & Probability strand. Students read the annual hours worked from the chart and calculate the weekly hours given the number of weeks annual leave. There are 7 different versions of this question.
-
Question in John's workspace
Not sure why this is not working
-
Question in Stats
This question assesses learners' ability to:
- construct a confidence interval for a proportion given corresponding summarised data;
- predict the sample size required to limit the margin of error to a given value.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. Students are given a ratio, and the total number of dancers. They must calculate the number of girls (the larger share). The ratio, and total number are randomly generated.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. Students need to read the speed of the given object from the table, then convert from m/s to km/h. There are 7 objects, and hence 7 different possible questions.
-
Question in Martin's workspace
Definite integation of basic functions.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). NA = Number & Algebra strand. Students are given a height (in cm) and weight (kg), then need to calculate the BMI given the formula (first converting height to m), then determine the weight range from the table. Weight and height are randomised.
-
Question in Ed questions to share
Used for LANTITE preparation (Australia). MG = Measurement & Geometry strand. NC = Non Calculator. The start time for Period 1 (randomised) and the end time for Period 2 (randomised) are given, and students are asked to find the middle of those two times.
-
Exam (9 questions) in Innlevering 2 - MET2920-nett
No description given
-
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 Jagdeep's workspace
No description given
-
Question in ian's workspace
Dividing Cubic expressions to find the quotient
-
Question in ACFI1003Financial maths. Present value of an ordinary annuity.
-
Question in M's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in .Differential Calculus
Instructional "drill" exercise to emphasize the method.
Thanks to Christian for his method for use of gaps in fractions.
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Exam (15 questions) in Yvonne's workspace
This is a practice Mini Test 1 for Accounting
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Innlevering 1 - MET2920-nett
No description given
-
Question in Innlevering 1 - MET2920-nett
No description given
-
Question in Innlevering 1 - MET2920-nett
No description given
-
Exam (8 questions) in Innlevering 1 - MET2920-nett
Frivillig innlevering 1 MET2910
-
Question in Innlevering 1 - MET2920-nett
No description given
-
Question in Innlevering 1 - MET2920-nett
No description given
-
Question in Linear and Discrete
Short question in recognising errors in binary strings transmitted over a binary symmetric channel, as well as calculating probabilities of these errors occuring. Randomised 7-bit strings between 64 and 128, randomised probability between 0.05 and 0.1. Randomised error pattern.