Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xblock-drag-and-drop-v2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
xblock-drag-and-drop-v2
Commits
ae6094de
Commit
ae6094de
authored
Aug 09, 2016
by
Sven Marnach
Committed by
GitHub
Aug 09, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Add some documentation of assessment mode to README.md."
parent
25fb7e8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
19 deletions
+10
-19
README.md
+10
-19
No files found.
README.md
View file @
ae6094de
...
@@ -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.


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.


...
@@ -134,14 +126,13 @@ potentially, overlap the zones below.
...
@@ -134,14 +126,13 @@ potentially, overlap the zones below.


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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment