| Línea 32... |
Línea 32... |
| 32 |
* @category test
|
32 |
* @category test
|
| 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 |
* @covers \qbehaviour_informationitem
|
35 |
* @covers \qbehaviour_informationitem
|
| 36 |
*/
|
36 |
*/
|
| 37 |
class walkthrough_test extends \qbehaviour_walkthrough_test_base {
|
37 |
final class walkthrough_test extends \qbehaviour_walkthrough_test_base {
|
| 38 |
public function test_informationitem_feedback_description(): void {
|
38 |
public function test_informationitem_feedback_description(): void {
|
| Línea 39... |
Línea 39... |
| 39 |
|
39 |
|
| 40 |
// Create a true-false question with correct answer true.
|
40 |
// Create a true-false question with correct answer true.
|
| 41 |
$description = \test_question_maker::make_question('description');
|
41 |
$description = \test_question_maker::make_question('description');
|