Commit ae6094de by Sven Marnach Committed by GitHub

Revert "Add some documentation of assessment mode to README.md."

parent 25fb7e8e
...@@ -96,19 +96,11 @@ and Drop component to a lesson, then click the `EDIT` button. ...@@ -96,19 +96,11 @@ 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, such as In the first step, you can set some basic properties of the component,
the title, the problem mode, the maximum number of attempts, the maximum score, such as the title, the 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, or when the learner runs out of attempts). completes the drag and drop problem).
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)
...@@ -134,14 +126,13 @@ potentially, overlap the zones below. ...@@ -134,14 +126,13 @@ 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 items, as In the final step, you define the background and text color for drag
well as the drag items themselves. A drag item can contain either text or an items, as well as the drag items themselves. A drag item can contain
image. You can define custom success and error feedback for each item. In either text or an image. You can define custom success and error
standard mode, the feedback text is displayed in a popup after the learner drops feedback for each item. The feedback text is displayed in a popup
the item on a zone - the success feedback is shown if the item is dropped on a after the learner drops the item on a zone - the success feedback is
correct zone, while the error feedback is shown when dropping the item on an shown if the item is dropped on a correct zone, while the error
incorrect drop zone. In assessment mode, the success and error feedback texts feedback is shown when dropping the item on an incorrect drop zone.
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