Commit e8ed413a by Sven Marnach

Add some documentation of assessment mode to README.md.

parent 2afee49e
...@@ -96,11 +96,19 @@ and Drop component to a lesson, then click the `EDIT` button. ...@@ -96,11 +96,19 @@ and Drop component to a lesson, then click the `EDIT` button.
![Edit view](/doc/img/edit-view.png) ![Edit view](/doc/img/edit-view.png)
In the first step, you can set some basic properties of the component, In the first step, you can set some basic properties of the component, such as
such as the title, the mode, the maximum number of attempts, the maximum score, the title, the problem mode, the maximum number of attempts, the maximum score,
the problem text to render above the background image, the introductory feedback the problem text to render above the background image, the introductory feedback
(shown initially), and the final feedback (shown after the learner successfully (shown initially), and the final feedback (shown after the learner successfully
completes the drag and drop problem). completes the drag and drop problem, or when the learner runs out of attempts).
There are two problem modes available:
* **Standard**: In this mode, the learner gets immediate feedback on each
attempt to place an item, and the number of attempts is not limited.
* **Assessment**: In this mode, the learner places all items on the board and
then clicks a "Submit" button to get feedback. The number of attempts can be
limited.
![Drop zone edit](/doc/img/edit-view-zones.png) ![Drop zone edit](/doc/img/edit-view-zones.png)
...@@ -126,13 +134,14 @@ potentially, overlap the zones below. ...@@ -126,13 +134,14 @@ potentially, overlap the zones below.
![Drag item edit](/doc/img/edit-view-items.png) ![Drag item edit](/doc/img/edit-view-items.png)
In the final step, you define the background and text color for drag In the final step, you define the background and text color for drag items, as
items, as well as the drag items themselves. A drag item can contain well as the drag items themselves. A drag item can contain either text or an
either text or an image. You can define custom success and error image. You can define custom success and error feedback for each item. In
feedback for each item. The feedback text is displayed in a popup standard mode, the feedback text is displayed in a popup after the learner drops
after the learner drops the item on a zone - the success feedback is the item on a zone - the success feedback is shown if the item is dropped on a
shown if the item is dropped on a correct zone, while the error correct zone, while the error feedback is shown when dropping the item on an
feedback is shown when dropping the item on an incorrect drop zone. incorrect drop zone. In assessment mode, the success and error feedback texts
are not used.
You can select any number of zones for an item to belong to using You can select any number of zones for an item to belong to using
the checkboxes; all zones defined in the previous step are available. the checkboxes; all zones defined in the previous step are available.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment