| Línea 31... |
Línea 31... |
| 31 |
*
|
31 |
*
|
| 32 |
* @package qbehaviour_deferredcbm
|
32 |
* @package qbehaviour_deferredcbm
|
| 33 |
* @copyright 2009 The Open University
|
33 |
* @copyright 2009 The Open University
|
| 34 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
34 |
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
| 35 |
*/
|
35 |
*/
|
| 36 |
class walkthrough_test extends \qbehaviour_walkthrough_test_base {
|
36 |
final class walkthrough_test extends \qbehaviour_walkthrough_test_base {
|
| 37 |
public function test_deferred_cbm_truefalse_high_certainty(): void {
|
37 |
public function test_deferred_cbm_truefalse_high_certainty(): void {
|
| Línea 38... |
Línea 38... |
| 38 |
|
38 |
|
| 39 |
// Create a true-false question with correct answer true.
|
39 |
// Create a true-false question with correct answer true.
|
| 40 |
$tf = \test_question_maker::make_question('truefalse', 'true');
|
40 |
$tf = \test_question_maker::make_question('truefalse', 'true');
|