This file contains a class to analyse all the responses for multiple tries at a particular question.
Author: | Jamie Pratt <me@jamiep.org> |
Copyright: | 2014 Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 84 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
analysis_for_question_all_tries:: (3 methods):
count_response_parts()
has_multiple_tries_data()
get_maximum_tries()
Class: analysis_for_question_all_tries - X-Ref
Analysis for possible responses for parts of a question with multiple submitted responses.count_response_parts($variantno, $responsepartsforeachtry) X-Ref |
Constructor. param: int $variantno variant number param: \array[] $responsepartsforeachtry for question with multiple tries we expect an array with first index being try no |
has_multiple_tries_data() X-Ref |
No description |
get_maximum_tries() X-Ref |
What is the highest number of tries at this question? return: int try number |