You are here

function qcollection_add_question_action in Quiz 6.6

Callback function to copy a question node to one or more collections

File

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

Code

function qcollection_add_question_action(&$node, $context) {
  _qcollection_add_question_to_collection($node, $context['targets']);
}