@@ -380,7 +380,7 @@ $string['ATAlgEquiv_SA_not_matrix'] = 'Your answer should be a matrix, but i
$string['ATAlgEquiv_SA_not_list']='Your answer should be a list, but is not. Note that the syntax to enter a list is to enclose the comma separated values with square brackets. ';
$string['ATAlgEquiv_SA_not_set']='Your answer should be a set, but is not. Note that the syntax to enter a set is to enclose the comma separated values with curly brackets. ';
$string['ATAlgEquiv_SA_not_equation']='Your answer should be an equation, but is not. ';
$string['ATAlgEquiv_TA_not_equation']='Your answer is an equation, but the expression to which it is being compared is not. You may have typed something like y=2 when you only needed to type 2. ';
$string['ATAlgEquiv_TA_not_equation']='Your answer is an equation, but the expression to which it is being compared is not. You may have typed something like "y=2*x+1" when you only needed to type "2*x+1". ';
$string['ATAlgEquiv_SA_not_inequality']='Your answer should be an inequality, but is not. ';
$string['Subst']='Your answer would be correct if you used the following substitution of variables. {$a->m0} ';