You are here

function quiz_xmldata in Quiz 6.5

Same name and namespace in other branches
  1. 6.6 includes/moodle/question/format/coursetestmanager/format.php \quiz_xmldata()
1 string reference to 'quiz_xmldata'
qformat_coursetestmanager::query_linux in includes/moodle/question/format/coursetestmanager/format.php

File

includes/moodle/question/format/coursetestmanager/format.php, line 529

Code

function quiz_xmldata($parser, $data) {
  global $result, $row, $col, $incolumn;
  if ($incolumn) {
    $result[$row][$col] = $result[$row][$col] . $data;
  }
}