282 results for "get".
-
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 AA How to examples
Inputting algebraic expressions into Numbas.
-
Merryn's copy of Decimals: division (includes rounding the answer) - long or short division Ready to useQuestion in MESH
Issues: alignment in columns in the working - not sure what to do about it
Decimal divided by a decimal. Multiply by a power of ten to get an integer divisor. Long and short division process. There is a remainder which we express as a decimal by continuing the division process. Rounding is required to some number of decimal places.
-
Exam (1 question) in How-tos
There's one question, which you have to get right 5 times in a row. If you get it wrong, you have to start again.
This makes more sense if the question is randomised!
-
Exam (3 questions) in Getallenleer 1e jaar
No description given
-
Question in Questions for Open Resource Library
Given an equation with log terms added together, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Questions for Open Resource Library
Given an equation with log terms added together, the student must solve for x. Hints are included in the question to aid the student as needed.
-
Question in Demos
Given an unknown list, the student has to write code to return the last item in the list.
-
Question in Demos
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 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 HELM books
Part of HELM Book 1.1
-
Question in HELM books
Expand (x+a)(x+b)(x+c), where x is a randomised variable, and a,b,c are randomised integers.
Note that the pattern restriction in the marking checks that there are no brackets and that the expression is simplified to at most a single x^3, x^2, x and constant term; but it will let you get away with an additional -x^2 and/or -x term. (e.g., you could write 3x as 4x -x and the marking would accept this. This was to stop the pattern matching getting too complicated.
Part of HELM Book 1.3
-
Question in Lógica y Cuantificadores
Crear una tabla de verdad para una expresión lógica de la forma :
\[[(a \ {op1}\ b) \ {op2}\ (c \ {op3}\ d)] \ {op4} [e\ {op5}\ f]]\]
donde cada una de $a, \; b, \; c, \; d, \; e, \; f $ puede ser una de las variables booleanas \[ p, \; q, \; \neg p, \; \neg q\] y cada uno de los operados $\ {op} $ puede ser uno de los operadores $ \lor, \; \land, \; \to $.
Por ejemplo: $ ((q \lor \neg p) \to (p \land \neg q)) \to (p \lor q) $ -
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
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.
-
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 Content created by Newcastle University
Express $\displaystyle \frac{a}{x + b} \pm \frac{c}{x + d}$ as an algebraic single fraction over a common denominator.
-
Question in MASH Bath: Question Bank
Given the exchange rate between two currencies, calculate how much of one currency you will get for $x$ amount of the other
-
Question in MASH Bath: Question Bank
Given the exchange rate between two currencies and the bank's commission rate, calculate how much of one currency you will get for $x$ amount of the other
-
Question in Getting Started
An explore mode activity containing a lot of questions, for students to check their understanding of the information in the "Getting Started" material.
Note: This question 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.
-
Exam (6 questions) in Content created by Newcastle University
This is out of date. There is a new "getting statrted" exam at https://numbas.mathcentre.ac.uk/exam/21108/getting-started/
6 questions which introduce the user to the Numbas system.
-
Exam (2 questions) in David's workspace
A first exam that I have created to see if I can get Numbas working. Not something to be used by anyone else.
-
Question in Content created by Newcastle University
Express $\displaystyle \frac{ax+b}{x + c} \pm \frac{dx+p}{x + q}$ as an algebraic single fraction over a common denominator.
-
Question in Julia Goedecke's contributions
Student finds a basis for kernel and image of a matrix transformation. Any basis can be entered; there is a custom marking algorithm which checks if it is a correct basis.
There are options to adjust this question fairly easily, for example to get different variants for practice and for a test, by changing the options in the "pivot columns" in the variables. You should be careful to think about and test your pivot options, as some are easier or harder than others, and some don't work very well.
-
Question in Innlevering 1 - MET2920-nett
No description given
-
Question in MESH
Given Campaign budget and cost per acquisition, calculate the number of sales.
-
Question in MESH
Given a budget and the number of views, calculate the cost per view. All numbers are randomised.