Best Practices
Modulus Extraction From Number X
If you need to extract the module from number X, you can do it in one transaction ###module:max(x...
Creation of Numbers Without a Zero Figure in the End
If you need to create a number without a zero in the end, you may use the following combinations ...
SVG Randomization: Number Pyramide
To randomize the numbers inside of an SVG picture you need to first create this SVG picture. Or, ...
SVG Randomization: Number Line
1. The coordinate system looks like that The 8 lines below draw 8 lines. The first draws a hor...
Quick Answer Calculation
Let's say you need to calculate the answer quickly without setting too many random variables and ...
Randomized Capital and Small Letter Usage
There are two ways in which you can use capital and small letters randomization. Two ways that co...
Recommended Usage of ###a1:-a###
It's easier to useĀ ###a1:-a### instead of ###a1:(-1*a)### in calculations. For example, in this...
Random Swap in Worded Problems
You know the Random Swap option that allows you to make the conditions of the problems more diver...
Centered Column Problem in LATEX
In some of the questions examples you need to construct number columns. In the number columns num...
How To Write A Good Wrong Answer
As you can see from these pictures, if your wrong answers have the same (or even partially same...