Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Formulas: Hon Wai Lau's examples.

Formulas: Hon Wai Lau's examples

From MoodleDocs


Hon Wai Lau's examples

Example 01 - Minimal question

For a minimal question, you must define a sub-question with:

  • mark
  • answer
  • grading criteria
  • question text (optional)
General
  Question name!       Minimal question
Main question
  Question text!       What is 2 + 2?
Part 1
  Part's mark*         1
  Answer type          Number
  Answer*              4
  Grading criteria*    Relative error < 0.01

The Formulas question should look like this:

Formules201801261903.png

Play it    Login info  (Open in new tab: Ctrl+Shift+Click)

Example 02 - Generate random data

Random data can be defined in the random variables, such as a = {2,3,4,5}. Upon quiz generation, one deterministic value will be chosen.

General
  Question name!       Generate random data
Variables
  Random variables     a = {2,3,4,5};
Main question
  Question text!       In this instantiation, a takes the value {a}.
Part 1
  Part's mark*         1
  Answer type          Number
  Answer*              a
  Grading criteria*    Relative error < 0.01
  Part's text          Enter the value of a:

The Formulas question should look like this:

Formules201801261929.png

Play it    Login info  (Open in new tab: Ctrl+Shift+Click)

Example 03 - Multiple parts

By default, all parts will be added at the end of the question. If placeholders are used, the parts will be inserted at the location of placeholders.

General
  Question name!       Generate random data
Variables
  Random variables     a = {2,3,4,5};
Main question
  Question text!       In this instantiation, a takes the value {a}.
Part 1
  Part's mark*         1
  Answer type          Number
  Answer*              a
  Grading criteria*    Relative error < 0.01
  Part's text          Enter the value of a:

The Formulas question should look like this:

Formules201801261929.png

Play it    Login info  (Open in new tab: Ctrl+Shift+Click)


Back to top of page

← FORMULAS QUESTION TYPE

In other languages

Español
Français