241 results for "multiple".
-
Question in MASH Bath: Drop Zone
Find and compare means and standard deviation using EXCEL (downloadable randomised dataset)
-
Question in Functions
Multiple choice questions. Given randomised trig functions select the possible ways of writing the domain of the function.
-
Characteristic poly, eigenvalues and eigenvectors 3x3, digonailsability (non-randomised) Ready to useQuestion in Ugur's workspace
Example of an explore mode question. Student is given a 3x3 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvalue will be recognised by the marking algorithm, even multiples of the obvious one(s) (which can be read off from the reduced row echelon form)
Randomisation: Not randomised, just using particular matrices. I am still working on how to randomise this for 3x3; a randomised 2x2 version exists. I have several different versions for 3x3 (not all published yet), so I could make a random choice between these in a test.
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 Tamsin's workspaceScalar Multiplication (pre-defined sizes in answers)
-
Question in Tamsin's workspaceScalar Multiplication, addition and subtraction in combination (pre-defined sizes in answers)
-
Question in Elena's workspace
Multiple choice question. Given a randomised polynomial select the possibe ways of writing the domain of the function.
-
Question in MfEP Progress Quizzes
Student is given a rational function, h(x), with randomised coefficients, and a linear function, k(x), also with randomised coeffieients and asked to find:
- h(k(x)) or k(h(x)) (randomly selected) for a randomised value of x
- The domain of h(x) - multiple choice part
- A general expresion for k(h(x)) or h(k(x)) - opposite combination to first part.
Variables are constrained so that h(x) is not a degenerate form and that when evaluating h(x) denomiator is not 0.
-
Question in How-tos
The expected answer involves the logarithm of a negative number, which doesn't have a unique solution.
The part's marking algorithm checks that the student's answer differs from the expected answer by a multiple of $2\pi$.
-
Question in How-tos
The student is shown a passage of code in the prompt to a "choose several from a list" part.
-
Question in How-tos
A random proper fraction $a/b$ with denominator in the range 2 to 30 is picked, and the student must write $\frac{a}{b} \pi$.
The point of this question is to demonstrate that the correct answer is shown as a multiple of $\pi$ rather than a decimal.
-
Question in HELM books
Evaluate pi / (2r+s) given values for r and s (r>0, s positive or negative)
-
Question in Graphs and series
Find multiple solutions of sin
Working 26_10_16
-
Question in Graphs and series
Find multiple solutions of cos
Working 26_10_16
-
Question in Graphs and series
Given the original formula the student enters the transformed formula
Working 26_10_16
-
Question in Voorbeeldvragen examen
Multiple choice
-
Question in LANTITE micro-credential
No description given
-
Question in Ugur's workspace
Multiple response question (4 correct out of 8) covering properties of convergent and divergent series and including questions on power series. Selection of questions from a pool.
-
Question in Functions
Multiple choice question. Given a randomised polynomial select the possibe ways of writing the domain of the function.
-
Question in Functions
Multiple choice question. Given a randomised polynomial select the possible ways of writing the domain of the function.
-
Question in Bin
A measurement is performed multiple times for the same object, the student will
- calculate the mean result
- calculate the standard error on the mean
- write the mean±error to the correct precision as defined by the error written to 1 significant figure
Advice is provided including on performing the calculations in Python or spreedsheets together with further reading.
-
Question in Foundation Maths
No description given
-
Question in Stats
True/false question type to assess basic knowledge of multiple regression.
-
Question in ACFI1003Financial maths. Find the value of 3 payments, where two have occurred and one hasn't. Uses present and future value using compound interest.
-
Question in Standard Maths
Student is shown a graph with a parabola and asked to identify the correct equation. Multiple choice question.
-
Question in MASH Bath: Question Bank
Find the $x$ and $y$ components of the resultant force on an object, when multiple forces are applied at different angles.
-
Question in MASH Bath: Question Bank
Calculating the definite integral $\int_{n_1}^{n_2}a \sin(bx) dx$, where $n_1$ and $n_2$ are multiples of $\frac{\pi}{12}$.
-
Question in MASH Bath: Question Bank
Calculating the definite integral $\int_{n_1}^{n_2}a \sin(bx) dx$, where $n_1$ and $n_2$ are multiples of $\frac{\pi}{12}$.
-
Question in Julia Goedecke's contributions
Example of an explore mode question. Student is given a 2x2 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvector is recognised by the marking algorithm, also multiples of the "obvious" one(s) (given the reduced row echelon form that we use to calculate them).
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 Julia Goedecke's contributions
Example of an explore mode question. Student is given a 3x3 matrix and is asked to find the characteristic polynomial and eigenvalues, and then eigenvectors for each eigenvalue. The part asking for eigenvectors can be repeated as often as the student wants, to be used for different eigenvalues.
Assessed: calculating characteristic polynomial and eigenvectors.
Feature: any correct eigenvalue will be recognised by the marking algorithm, even multiples of the obvious one(s) (which can be read off from the reduced row echelon form)
Randomisation: Not randomised, just using particular matrices. I am still working on how to randomise this for 3x3; a randomised 2x2 version exists. I have several different versions for 3x3 (not all published yet), so I could make a random choice between these in a test.
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 Julia Goedecke's contributions
Educational calculation tool rather than "question".
This allows the student to input a linear system in augmented matrix form (max rows 5, but any number of variables). Then the student can decide to swap some rows, or multiply some rows, or add multiples of one row to other rows. The student only has to input what operation should be performed, and this is automatically applied to the system. This question has no marks and no feedback as it's just meant as a "calculator".
It has some rounding to 13 decimal places, as otherwise some fraction calculations become incorrectly displayed as a very small number instead of 0.
It would be possible to extend to more than 5 rows, one just has to put in a lot more variables and so on. I just had to choose some place to stop.