Note: You are currently viewing documentation for Moodle 2.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Formulas question Tutorial.

Formulas question Tutorial: Difference between revisions

From MoodleDocs
No edit summary
Line 16: Line 16:
Create your first formulas question as follows:
Create your first formulas question as follows:


::Question name:    Question 1
*General
::Question text:        What is 3 + 4?
**Question name:    Example
::Part's mark:            1
*Main question
::Answer:                   7
**Question text:        What is 3 + 4?
::Grading criteria:    Absolute errror == 0
*Part 1
**Part's mark:            1
**Answer:                   7
**Grading criteria:    Absolute errror == 0


Great, you just created your first formulas question!
Great, you just created your first formulas question!
Line 34: Line 37:
== More than one questions ==
== More than one questions ==


It there are more than one question, you have todefine the mark and the precision of each question in a separate part.
It there are more than one question in a Formulas question, we call them subquestions and you have to define the mark, the answer and the grading criteria for each subquestion in a separate part.


== Headline text ==
=== Example ===
 
*General
**Question name:    Example
*Main question
**Question text:        What is 3 + 4? (place your answer in the first box below) and what is 4 + 5? (place your answer in the second box below)
*Part 1
**Part's mark:            1
**Answer:                   7
**Grading criteria:    Absolute errror == 0
*Part 2
**Part's mark:            1
**Answer:                   9
**Grading criteria:    Absolute errror == 0





Revision as of 04:59, 20 October 2016

Simple question

In order to create a simple formulas question, you need to fill out at least all the required fields, that is, marked with an asterisk (*). These fields are the following five:

  • General
    • Question name*
  • Main question
    • Question text*
  • Part 1
    • Part's mark*
    • Answer*
    • Grading criteria*

Example

Create your first formulas question as follows:

  • General
    • Question name:    Example
  • Main question
    • Question text:        What is 3 + 4?
  • Part 1
    • Part's mark:            1
    • Answer:                   7
    • Grading criteria:    Absolute errror == 0

Great, you just created your first formulas question!

The "Editing a formulas question" page should look like this:

FormulasTutorialQuestion01a.png

and the resulting question should look like this:

FormulasTutorialQuestion01b.png


More than one questions

It there are more than one question in a Formulas question, we call them subquestions and you have to define the mark, the answer and the grading criteria for each subquestion in a separate part.

Example

  • General
    • Question name:    Example
  • Main question
    • Question text:        What is 3 + 4? (place your answer in the first box below) and what is 4 + 5? (place your answer in the second box below)
  • Part 1
    • Part's mark:            1
    • Answer:                   7
    • Grading criteria:    Absolute errror == 0
  • Part 2
    • Part's mark:            1
    • Answer:                   9
    • Grading criteria:    Absolute errror == 0


< Back to formulas question type