Drag-and-drop onto image question definition class.
Copyright: | 2009 The Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 153 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
qtype_ddimageortext_question:: (0 methods):
qtype_ddimageortext_drag_item:: (3 methods):
__construct()
choice_group()
summarise()
qtype_ddimageortext_drop_zone:: (2 methods):
__construct()
summarise()
Class: qtype_ddimageortext_drag_item - X-Ref
Represents one of the choices (draggable images).__construct($alttextlabel, $no, $group = 1, $infinite = false, $id = 0) X-Ref |
Drag item object setup. param: string $alttextlabel The alt text of the drag item param: int $no Which number drag item this is param: int $group Group of the drag item param: bool $infinite True if the item can be used an unlimited number of times param: int $id id of the item |
choice_group() X-Ref |
Returns the group of this item. return: int |
summarise() X-Ref |
Creates summary text of for the drag item. return: string |
Class: qtype_ddimageortext_drop_zone - X-Ref
Represents one of the places (drop zones).__construct($alttextlabel, $no, $group = 1, $x = '', $y = '') X-Ref |
Create a drop zone object. param: string $alttextlabel The alt text of the drop zone param: int $no Which number drop zone this is param: int $group Group of the drop zone param: int $x X location param: int $y Y location |
summarise() X-Ref |
Creates summary text of for the drop zone return: string |