Add modulo operation for calculated answers - refs #8086

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent 0ec03e6bd6
commit da8bce6301
  1. 2
      main/exercice/calculated_answer.class.php
  2. 1
      main/exercice/evalmathnotation.php

@ -143,7 +143,7 @@ class CalculatedAnswer extends Question
get_lang('NotationList'),
api_get_path(WEB_PATH).'main/exercice/evalmathnotation.php',
array(
'class' => 'btn ajax',
'class' => 'btn btn-info ajax',
'data-title' => get_lang('NotationList'),
'_target' => '_blank'
)

@ -7,6 +7,7 @@ get_lang('SubstractionMinus')."\n".
get_lang('MultiplicationStar')."\n".
get_lang('DivisionSlash')."\n".
get_lang('ExponentiationCircumflex')."\n".
get_lang('ModuloPercentage') . "\n" .
"\n".
get_lang('SquareRootSqrt')."\n".
get_lang('AbsoluteValueAbs')."\n".

Loading…
Cancel
Save