6175 results.
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in AJAY's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Question in Elena's workspace
No description given
-
Exam (7 questions) in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
Question in Meong Meong's workspace
No description given
-
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
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
A diagram showing the difference between lines, rays and segments in Eukleides.
-
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 (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.
-
Question in How-tos
This shows how to use variable name annotations inside \simplify to display a 3D vector in terms of the standard unit vectors $\boldsymbol{i}$, $\boldsymbol{j}$, $\boldsymbol{k}$
-
Question in How-tos
The student is asked to write a number with a certain property, or tick a box labelled "this is impossible" if it can't be done.
A custom marking algorithm on the gap-fill part first checks if the student ticked the box. If they did, their answer is marked correct if it really is impossible. If they didn't tick it, their number is checked against the required property.