forked from dualcube/moodle-qtype_ddmatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
31 lines (22 loc) · 1.13 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Drag-and-Drop Matching Question
-------------------------------
Author: Adriane Boyd ([email protected])
Description:
The drag-and-drop question is adapted from the existing matching question.
The teacher editing interface and the grading have not been modified. The
fallback looks identical to the original matching question.
The drag-and-drop version of the student interface provides all the
answers in a list to the right of the question table. Answers can be
dragged from the list to each of the question targets. The current target
is highlighted to show where the answer will be dropped. To allow answers
to be used multiple times, dragging an answer from the list on the right
to a target puts a copy of the answer in the target. The current answer
for a question can be changed by dragging the answer off the target or by
dropping another answer on the target.
Grading:
The grading is identical to the original matching question.
This version can be used with Moodle 2.4.1 and ulterior versions.
= Change log =
* relocates the activity chooser link displayed - Fixed
* ddmatch did not fit on the screen - Fixed
* Responsive