6479 results.
-
Exam (8 questions) in Demos
Some questions demonstrating how explore mode can be used.
-
Exam (3 questions) in Aoife's workspace
Introduction to Laplace Transforms
-
Question in Panamaconferentie
Oefeningen:
BASIS: Maak een extra "part" aan, waar om het product van de twee breuken gevraagd wordt.
BASIS: Zoek uit waar
typische_fout
voor dient (bij de variabelen) en hoe die typische fout dan effectief gesignaleerd wordt.GEMIDDELD: Zorg dat geen/enkel (jouw keuze) noemers voorkomen die geen gemeenschappelijke deler hebben. (Hint:
gcd(a,b)
kan een hulp zijn, met een for-loop.) -
Question in Panamaconferentie
No description given
-
Question in Panamaconferentie
1) Randomiseer een waarde, bijvoorbeeld de prijs, en pas alles aan zodat het automatisch werkt.
Een nuttig commando is
precround(...,2)
wat een getal op 2 cijfers na de komma afrondt.2) Randomiseer alle waardes. Het ideaalst lijkt mij het aantal initiële appels, de prijs van toen, en hoeveel appels je finaal zou kopen. Je kan dit doen door een lijst van goeie opties manueel in te geven, of door automatisch een goeie situatie te selecteren (moeilijker).
Een nuttig commando is
gcd(a,b)
wat de grootste gemene deler geeft van 2 getallen (voor de middelste kolom in de verhoudingstabel). -
Question in Panamaconferentie
Breid de lijst
functions
uit met een zelfgekozen voorbeeld. -
Question in Panamaconferentie
1) Schrijf een modeloplossing. Houd rekening dat je bij randomisatie dit anders zal moeten schrijven.
2) Randomiseer de snelheid, en controleer welke effecten dat heeft op de andere variabelen.
-
Question in Panamaconferentie
Zie gedefinieerde variabelen!
-
Question in Panamaconferentie
1) Voer de vraag zelf uit als leerling
2) Randomiseer deze vraag. Vervang de concrete getalletjes door willekeurig getrokken variabelen, maar zorg dat de vraagstelling en modeloplossing nog mooi eruit zien.
3) Controleer of de willekeurige getallen altijd even moeilijk zijn, of de randomisatie soms significant moeilijker is. Indien ze moeilijker is, beperk die gevallen bij Variable Testing.
-
Question in Panamaconferentie
1) Randomiseer een waarde, bijvoorbeeld de prijs, en pas alles aan zodat het automatisch werkt.
Een nuttig commando is
precround(...,2)
wat een getal op 2 cijfers na de komma afrondt.2) Randomiseer alle waardes. Het ideaalst lijkt mij het aantal initiële appels, de effectieve prijs per appel, en hoeveel appels je finaal zou kopen. Je kan dit doen door een lijst van goeie opties manueel in te geven, of door automatisch een goeie situatie te selecteren (moeilijker).
Een nuttig commando is
gcd(a,b)
wat de grootste gemene deler geeft van 2 getallen (voor de middelste kolom in de verhoudingstabel). -
Question in Panamaconferentie
No description given
-
Question in Panamaconferentie
No description given
-
Question in Panamaconferentie
No description given
-
Question in Panamaconferentie
No description given
-
Question in Panamaconferentie
Quadratic factorisation that does not rely upon pattern matching.
One could also use the pattern matching syntax to check automatically; this is programatically harder.
-
Question in MfEP Progress Quizzes
An application of quadratic functions based on the Gladesville Bridge in Sydney, Australia. Student is given an equation representing the arch of the bridge and asked to find the height of the arch and the width of the river. Requires and understanding of the quadratic function and where and how to apply correct formulae.
-
Question in MfEP Progress Quizzes
An application of quadratic functions based on the Gateshead Bridge in the UK city of Newcastle. Student is given an equation representing the arch of the bridge and asked to find the height of the arch and the width of the river. Requires and understanding of the quadratic function and where and how to apply correct formulae.
-
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 MfEP Progress Quizzes
This question gives the student the formula for the charge on a capacitor as a function of time then asks them to find the value of k, the exponential constant given other values and hence write out the formula for the given case. A custom function (in Extensions & scripts) extracts the student's formula and plots it on a JSXGraph object in the question. The student is then asked to evaluate the function at a given point using the plot or other methods. The value of the capacitor (Q_0), time (t) and charge at time t are randomised as is the value at which the formula is to be evaluated.
-
Question in MfEP Progress Quizzes
Students need to prove a given trig identity, Written as a scan solution and upload question, no randomisation.
-
Question in MfEP Progress Quizzes
Students need to prove a given trig identity, Written as a scan solution and upload question, no randomisation.
-
Question in MfEP Progress Quizzes
Students need to prove a given trig identity, Written as a scan solution and upload question, no randomisation.
-
Question in AA How to examples
Inputting algebraic expressions into Numbas.
-
Question in MfEP Progress Quizzes
Students are presented with an AI generated solution to rerrange the quadratic equation where the AI has made errors, they are asked to rewrite the solution correctly. No variables but this is version 5 of 5 versions of the question. This version uses a much more mangled AI generated solution that the other 4 versions and does not ask for the line with the first error, just for the student to rewrite the solution correctly.
-
Question in MfEP Progress Quizzes
Students are presented with an AI generated solution to rerrange the quadratic equation where the AI has made errors, they are asked to identify on which line the first error occurs, then rewrite the solution correctly. No variables but this is version 4 of 5 versions of the question.
-
Question in MfEP Progress Quizzes
Students are presented with an AI generated solution to rerrange the quadratic equation where the AI has made errors, they are asked to identify on which line the first error occurs, then rewrite the solution correctly. No variables but this is version 2 of 5 versions of the question.
-
Question in MfEP Progress Quizzes
Students are presented with an AI generated solution to rerrange the quadratic equation where the AI has made errors, they are asked to identify on which line the first error occurs, then rewrite the solution correctly. No variables but this is 1 of 5 versions of the question.
-
Question in MfEP Progress Quizzes
This question asks students to find the distance from an aircraft to a given marker. Angle of depression of 2 markers from the aircraft are given and the distance between the markers on the ground (all randomised). Students need to use the sine rule to find the answer. The workding of the question makes googling the answer difficult.
-
Exam (2 questions) in HELM books
Exercises for HELM Book 2.5.3.
-
Exam (3 questions) in HELM books
Exercises for HELM Book 2.5.1