You are here

constant QCOLLECTION_NAME in Quiz 6.6

The main file for qcollection.

A question item collection organizes quiz questions to make them easier to find and to collect together for one's personal use.

An item collection can be turned into a quiz for taking by a student.

@file

2 uses of QCOLLECTION_NAME
qcollection_form in includes/qcollection/qcollection.module
Implementation of hook_form().
qcollection_node_info in includes/qcollection/qcollection.module
Implementation of hook_node_info().

File

includes/qcollection/qcollection.module, line 14
The main file for qcollection.

Code

define('QCOLLECTION_NAME', 'Question item collection');