<?php
/**
- * @version $Id$
* @author Martin Dougiamas and many others. Tim Hunt.
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package questionbank
// temporary
$state->responses['answer']= $state->responses[''];
$state->responses['unit'] = '';
- split_old_answer($state->responses[''], $question->options->units, $state->responses['answer'] ,$state->responses['unit'] );
+ $this->split_old_answer($state->responses[''], $question->options->units, $state->responses['answer'] ,$state->responses['unit'] );
}else {
$responses = explode('|||||', $state->responses['']);
$state->responses['answer']= $responses[0];