From bd11bbfb8adb703e657fb9ab211ddd01ce6d9012 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Mon, 1 Jan 2018 10:19:12 +0100 Subject: Change the name of the algebra variable class --- question.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'question.php') diff --git a/question.php b/question.php index 52eea54..bfff2fa 100644 --- a/question.php +++ b/question.php @@ -331,7 +331,7 @@ class qtype_algebra_question extends question_graded_by_strategy * @copyright 2009 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -class question_variable { +class qtype_algebra_variable { /** @var integer the answer id. */ public $id; -- cgit v1.2.3