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: Difference between revisions

From MoodleDocs
Line 36: Line 36:
====<div style="font-family:Lucida Sans Unicode;font-size:116%;color:#f98012;margin:-20px 0 10px;>Example 02 - Generate random data</div>====
====<div style="font-family:Lucida Sans Unicode;font-size:116%;color:#f98012;margin:-20px 0 10px;>Example 02 - Generate random data</div>====


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.
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.


<pre style="font-size:113%;width: 97%;">
<pre style="font-size:113%;width: 97%;">

Revision as of 00:32, 27 January 2018


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)


Back to top of page

← FORMULAS QUESTION TYPE

In other languages

Español
Français