inequations in formulas question

Re: inequations in formulas question

av Dominique Bauer -
Antall svar: 0
Bilde av Documentation writers Bilde av Particularly helpful Moodlers Bilde av Plugin developers

(for the record)

1 ° _ how to use the conditions if then and if not then in this plugin and especially to solve the inequalities (> and <). if you can offer me an example thank you in advance

Here is a simple example. The XML file is attached below.

c = (a>b) ? (a-b) : ((b>a) ? (b-a) : 0);

ForumQuiz_20191126_1101.png