Warning: opendir(/home/runcloud/webapps/qsm-stg-march25/wp-content/mu-plugins): failed to open dir: Permission denied in /home/runcloud/webapps/qsm-stg-march25/wp-includes/load.php on line 952

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the edd-recurring domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/runcloud/webapps/qsm-stg-march25/wp-includes/functions.php on line 6114
Using Mathematics - Quiz And Survey Master
Using Mathematics

In our plugin you can use something called LaTeX to create math questions in a web page environment. Our plugin fully supports LaTeX. This format can be used in the Add Question or Edit Question text areas. It can be used with or without other text. There are many kinds of math questions that can be used such as fractions, exponents, and square roots. There can also be more advanced math such as powers and indices.

Key Symbols

There are many key symbols that are used when creating Math with LaTeX.

\[some math in here\]  –   This is a basic example of the format used when creating math. We have to use the \ and the [ ] to indicate that we want to use math with LaTeX.

The following math is used with the \ and [ ] to print out a correct looking formula.

\[\frac{x+y}{y-z}\]   =     math1

\[sqrt{\frac{a}{b}\]   =   math2

 

\[$$\left(\frac{x^2}{y^3}\right)$$\]   =     math3

\[x^{2n}\]  =   math4

n_i   =   math5

 

 

Other Examples

So, this equation:  \[c_a^bsqrt[n]{ab}\] equals what is in the equation below.

latexpic

 

Here is an example of another question:

This math question:    \[k_{n+1} = n^2 + k_n^2 – k_{n-1}\] equals

latexpicformula

Another good source of information to help put together math questions and to find more ways LaTeX  can be used can be found here.