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
Line 36: Line 36:
----
----


== More than one question ==
== Subquestions ==


It there are more than one question in a Formulas question, we call them subquestions and you have to define the mark, answer and grading criteria for each subquestion in a separate part.
If there is more than one question in a question, we will call them sub-questions. It is then necessary to define the mark, answer and grading criteria in a part for each subquestion.


=== Example ===
=== Example ===
 
<pre>
*General
General
**Question name: &nbsp;&nbsp;&nbsp;Example
  Question name* &nbsp;&nbsp;&nbsp;Example
*Main question
Main question
**Question text: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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)
  Question text: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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 1
**Part's mark: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1
  Part's mark: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1
**Answer: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7
  Answer: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;7
**Grading criteria: &nbsp;&nbsp;&nbsp;Absolute errror == 0
  Grading criteria: &nbsp;&nbsp;&nbsp;Absolute errror == 0
*Part 2
Part 2
**Part's mark: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1
  Part's mark: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1
**Answer: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9
  Answer: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;9
**Grading criteria: &nbsp;&nbsp;&nbsp;Absolute errror == 0
  Grading criteria: &nbsp;&nbsp;&nbsp;Absolute errror == 0
</pre>





Revision as of 16:46, 21 October 2016

My first formulas question

To create a Formulas question, you must complete at least all required fields, that is, the five below marked with an asterisk:

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*       My first formulas question
Main question
  Question text*       What is 3 + 4?
Part 1
  Part's mark*         1
  Answer*              7
  Grading criteria*    Absolute errror == 0

Congratulations, you just created your first question!

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

FormulasTutorialQuestion01a.png

and the formulas question that was just created should look like this:

FormulasTutorialQuestion01b.png


Subquestions

If there is more than one question in a question, we will call them sub-questions. It is then necessary to define the mark, answer and grading criteria in a part for each subquestion.

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