diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-05-09 18:26:58 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-05-18 13:10:43 +0200 |
commit | 664753b7873f3dcc200f255bfb5a7535424f9eca (patch) | |
tree | 7edb2c8da0637644d371aa02176dd0d5f9bd0151 /lang | |
parent | 1c09cf98ff1220e49de214e594707edf9b72c335 (diff) |
Add privacy provider
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en/qtype_algebra.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index 8c8ed2e..c1b6f6c 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -136,6 +136,7 @@ $string['pluginname_link'] = 'question/type/algebra'; $string['pluginname_help'] = 'Student enter a formula as response that include one or more variables. Correctness is evaluted using one of 3 differents methods'; $string['pluginname'] = 'Algebra'; $string['pluginnamesummary'] = 'Student enter a formula that can include one or more variables. Correctness is evaluted using one of 3 differents methods.'; +$string['privacy:metadata'] = 'The Algebra question type plugin does not store any personal data.'; $string['host'] = 'Host url of SAGE server'; $string['port'] = 'Port of SAGE server'; $string['uri'] = 'uri of SAGE server'; |