Category Archives: Uncategorized

New Multi Parameter

The new Multi parameter allows you to create multiple choice questions that randomise the order of the answers. This means that your multiple choice question can have answers and distractors that vary due to the parameters used AND the correct … Continue reading

Posted in Uncategorized | Leave a comment

New Char Parameter

Char parameters allow you to quickly define a list of characters that can then be accessed randomly when regenerating Char parameters are defined using the char command. $p=char(start character, end character) Examples: $p=char(A,Z)                   … Continue reading

Posted in Uncategorized | Leave a comment

New Parameter Options

Often, the hardest part of creating a MultiDocs question is setting up a parameter that produces suitable numbers. We have recently released two new options that can help you. New Option For Range and RangeEx The Range and RangeEx parameters … Continue reading

Posted in Uncategorized | Leave a comment

Working With Bivariate Data

Data parameters can now be created with bivariate data. $b=data((11,12)(15,19)(21,28)(13.2,19.4),(8,16)) Bivariate data is entered as separate data points, wrapped in parentheses, which are then (optionally) separated with your normal separator. New RandBivariate Parameter Often, the best way to create random … Continue reading

Posted in Uncategorized | Leave a comment

Working With Grouped Data

Data parameters can now support grouped data. $g=data(10~20:2,20~30:6,30~40:4,40~50:2) This data parameter is equivalent to this frequency table. Data Frequency 10 < x <= 20 2 20 < x <= 30 6 30 < x <= 40 4 40 < x … Continue reading

Posted in Uncategorized | Leave a comment

Working With Frequency Tables

Data parameters can now support frequency tables. $p=data(10:1, 11:3, 12:5, 13:4, 14:3, 15:2) This data parameter is equivalent to this frequency table. Data Frequency 10 1 11 3 12 5 13 4 14 3 15 2 Each entry in the … Continue reading

Posted in Uncategorized | Leave a comment

More Statistical Functions

The inclusion of data parameters and random number generating parameters has prompted more statistical functions which can calculate summary statistics. For example. If $p=randnormal(50,15,30), $p will return a data parameter with 30 random numbers which have been taken from a … Continue reading

Posted in Uncategorized | Leave a comment

Working With Words

We have implemented a new parameter and a number of new calculator commands that allow you to work with words. These allow you to implement probability questions like: If you randomly select a letter from the word MISSISSIPPI, what is … Continue reading

Posted in Uncategorized | Leave a comment

Efofex Insiders For More Information!

We have been very busy over the last few months, adding significant new features to our products. Our Efofex Insiders newsletter details all of the finer details of the new options. This week we have already uploaded 5 new articles … Continue reading

Posted in Uncategorized | Leave a comment

New Display Commands For FX Equation/Equation Tool

FX Equation has had the box command for many years. It allows you to create empty boxes or put boxes around various parts of your equation. Cancelling Parts Of Your Equation FX Equation has also had a “strike-through” system which … Continue reading

Posted in Uncategorized | Leave a comment