655 results authored by Christian Lawson-Perfect - search across all users.
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in DIAGNOSYS
No description given
-
Question in Demos
The student is shown a GeoGebra worksheet containing a single point on a grid. They must move the point to the required coordinates.
The part is marked as correct if the point is in the right position.
-
Question in How-tos
Given an ascending sequence of numbers, finds the index in the sequence of the first number greater than or equal to a given value.
-
Question in How-tos
Obosolete: there's now a built-in function
sort_by.Defines a custom function sort_by to sort a list of lists by the elements at the given index.
You could do a similar thing to sort lists of dictionaries.
-
Question in How-tos
Because JavaScript numbers lose precision as they get bigger, you get some unexpected results.
See the variable "two" - the difference should be 2, but because the JavaScript representation of each of the two numbers is the same, it thinks the difference is 0.
Using the decimal data type, there's no loss of precision, so the correct value is produced.
-
Question in How-tos
Pick from the range -5..5, but make 0 more likely.
-
Question in How-tos
Demonstrates how to set up a "choose one from a list" part where the number of choices is randomised.
The part is given a list of labels for the choices as well as a list specifying the marks to award for each choice.
-
Question in How-tosThis question shows that you can set the number of marks available for a part to a fraction. The total available for the question is 1 mark.
-
Question in How-tos
A short demonstration of when the basic simplification rules are turned on, or off.
-
Question in How-tos
Shows how the \text command is rendered using the plain-text font, not the LaTeX one. Useful for displaying units of measurement and English words inside equations.
-
Question in How-tosThe statement of this question demonstrates how you can control the \simplify command's behaviour by specifying the rules to use.
-
Question in How-tos
Should not be used: there's now a built-in function
frequencies.This question randomly generates a list of 100 items, each chosen from a list of strings.
It then computes the number of occurrences of each distinct item in the list. The statement shows the frequencies in a table.
-
Question in How-tos
This question uses the vis.js library to plot 3D functions and data sets.
As well as JME functions to make plots, you can use javascript functions to get more control over how the plots are rendered.
-
Question in How-tos
No description given
-
Question in How-tos
No description given
-
Question in How-tos
This question shows how to load a GeoGebra applet from geogebra.org.
-
Question in How-tos
A diagram showing the difference between lines, rays and segments in Eukleides.
-
Question in How-tos
Give the student a larger area to write some free-form text, which isn't marked.
-
Question in How-tos
Shows how to use the JME function lpad to add zeros to the beginning of a number so it's always displayed using two digits.
-
Exam (3 questions) in How-tos
This exam uses a custom theme to provide no feedback about scores to the student.
The idea is to provide a version of the test compiled with this theme to the students as they attempt it. Once the test has closed, update with a version of the same test compiled with the default theme, so students can go back in and get feedback.
-
Question in How-tos
Lay out gapfills so the student has to enter either the numerator or denominator of a fraction.
-
Exam (1 question) in How-tos
This exam uses a custom theme which provides a new logo image.
-
Question in How-tosShows how to use the sqrtSquare simplification rule to display a randomly-chosen fraction involving surds on either the top or bottom.