Below is a list 3 Features of GeoGebra, which makes it possible to work with the subject randomness in education. The functions can be used in the input field, the worksheet, and when codes such as buttons.
How to do
Random Medium[ <Minimum Heltal>, <Maximum Heltau> ]
Is a function, which allows to obtain GeoGebra scoring tilfældigetal integer between a minimum- and the maximum value. Both inclusive.
- Write in the input field
Random Medium[1,6]
- Press F9 on the keyboard to get the feature to generate random values.
Random Element[List]
This function allows you to select random value from a predetermined list. First you make the list, and then use the function.
- You should make a list first. Write in the input field
List1 = {-3,00,02,4,7,10,12}
- Use the
Random Element[List1]
- Press F9 on the keyboard to get the feature to generate random values from the list.
TilfældigPolynomium[ <Grade>, <Minimum Coefficients>, <Maximum of Coefficients> ]
Ability to create random functions.
- Type the following into the input field
TilfældigPolynomium[3,1,3]
- Press F9 on the keyboard to get the feature to generate random values
Tip
- When you have written something of the function name, then comes GeoGebra automatically with suggestions. Press Enter on your keyboard to select the proposal.
- Use the arrow to the right and left arrow to move between the setting options for the functions.