[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/question/type/randomsamatch/ -> question.php (summary)

Matching question definition class.

Copyright: 2013 Jean-Michel Vedrine
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 140 lines (6 kb)
Included or required:0 times
Referenced: 1 time
Includes or requires: 0 files

Defines 2 classes

qtype_randomsamatch_question:: (3 methods):
  start_attempt()
  find_right_answer()
  apply_attempt_state()

qtype_randomsamatch_question_loader:: (2 methods):
  __construct()
  load_questions()


Class: qtype_randomsamatch_question  - X-Ref

Represents a randomsamatch question.

start_attempt(question_attempt_step $step, $variant)   X-Ref
No description

find_right_answer($wrappedquestion)   X-Ref
Find the corresponding choice id of the first correct answer of a shortanswer question.
choice is added to the randomsamatch question if it doesn't already exist.

param: object $wrappedquestion short answer question.
return: int correct choice id.

apply_attempt_state(question_attempt_step $step)   X-Ref
No description

Class: qtype_randomsamatch_question_loader  - X-Ref

This class is responsible for loading the questions that a question needs from the database.

__construct($availablequestions, $choose)   X-Ref
Constructor

param: array $availablequestions array of available question ids.
param: int $choose how many questions to load.

load_questions()   X-Ref
Choose and load the desired number of questions.

return: array of short answer questions.



Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1