Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

Defines 3 classes

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_question  - X-Ref

Represents a drag-and-drop onto image question.

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