From 15b94bdff356bc152474632553568278b612e2c7 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 18 May 2017 00:19:42 +0200 Subject: [PATCH 01/38] 2017051800 development version --- README.md | 3 + db/upgrade.php | 8 -- lang/ca/qtype_wq.php | 53 -------- lang/de/qtype_wq.php | 53 -------- lang/el/qtype_wq.php | 53 -------- lang/en/qtype_wq.php | 3 +- lang/es/qtype_wq.php | 53 -------- lang/fr/qtype_wq.php | 53 -------- lang/it/qtype_wq.php | 53 -------- .../system/service/HttpRequest.class.php | 122 +++++++++--------- thirdpartylibs.xml | 2 +- version.php | 6 +- 12 files changed, 69 insertions(+), 393 deletions(-) diff --git a/README.md b/README.md index cad3675f..11a18a3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # WIRIS Quizzes Commons question type +### Master Build Status [![Build Status](https://travis-ci.org/wiris/moodle-qtype_wq.svg?branch=master)](https://travis-ci.org/wiris/moodle-qtype_wq) +### Development Build Status +[![Build Status](https://travis-ci.org/wiris/moodle-qtype_wq.svg?branch=development)](https://travis-ci.org/wiris/moodle-qtype_wq) ## Information The WIRIS Quizzes question type belongs to the WIRIS Quizzes set of questions which enhances the usual Moodle question types with mathematical functionality. diff --git a/db/upgrade.php b/db/upgrade.php index c48af998..9f14bd2a 100644 --- a/db/upgrade.php +++ b/db/upgrade.php @@ -102,14 +102,6 @@ function xmldb_qtype_wq_upgrade($oldversion) { return true; } -function decode_html_entities($xml) { - $htmlentitiestable = get_entities_table(HTML_ENTITIES, ENT_QUOTES); - $xmlentitiestable = get_entities_table(HTML_SPECIALCHARS , ENT_COMPAT); - $entitiestable = array_diff($htmlentitiestable, $xmlentitiestable); - $decodetable = array_flip($entitiestable); - $xml = str_replace(array_keys($decodetable), array_values($decodetable), $xml); - return $xml; -} function get_entities_table($table, $flags) { if ((version_compare(PHP_VERSION, '5.3.4') >= 0)) { return get_html_translation_taquestionble($table, $flags, 'UTF-8'); diff --git a/lang/ca/qtype_wq.php b/lang/ca/qtype_wq.php index 71d00203..78fe48b1 100644 --- a/lang/ca/qtype_wq.php +++ b/lang/ca/qtype_wq.php @@ -16,56 +16,3 @@ $string['wq'] = 'Matemàtiques i Ciències - WIRIS'; $string['pluginname'] = 'Matemàtiques i Ciències - WIRIS'; -$string['pluginnamesummary'] = ''; -$string['wq_help'] = 'Generic WIRIS quizzes Help'; -$string['editingwq'] = 'Editing a generic WIRIS question'; -$string['addingwq'] = 'Adding a generic WIRIS question'; -$string['wqsummary'] = 'This adds a generic WIRIS question. Only for test purpose. It will be hide from here.'; -$string['wirisquestionincorrect'] = 'Sorry! The system can not generate one of the questions of the quiz.
Maybe there is a temporary connection problem right now.
Maybe the question algorithm has a bug, and fails sometimes.
Maybe it will fail always.
Don\'t panic...
You can retry the quiz, without penalty, just clicking Continue.
You can also tell the Teachers that there is an issue with the question titled: \'{$a->questionname}\''; -$string['wirisquizzeserror'] = 'Sorry! There was an error in WIRIS quizzes.'; -$string['cachedef_images'] = "WIRIS Quizzes images."; -$string['info_maintitle'] = "Moodle 2.x WIRIS quizzes test page"; -$string['info_tableheader_test'] = "Test"; -$string['info_tableheader_report'] = "Report"; -$string['info_tableheader_status'] = "Status"; -$string['info_disabled'] = "DISABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_information'] = "For more information or if you have any doubt contact WIRIS Support:"; -$string['info_test1_name'] = "WIRIS quizzes version"; -$string['info_test1_rt1'] = "WIRIS quizzes version is "; -$string['info_test1_rt2'] = "Impossible to find WIRIS quizzes version."; -$string['info_test2_name'] = "WIRIS plugin version"; -$string['info_test2_info'] = "Check WIRIS plugin "; -$string['info_test2_infopage'] = "info page"; -$string['info_test2_rt1'] = "WIRIS plugin is properly installed."; -$string['info_test2_rt2'] = "WIRIS quizzes requires WIRIS plugin 3.17.20 or greater. Your version is"; -$string['info_test2_rt3'] = "Impossible to find WIRIS plugin version file."; -$string['info_test3_name'] = "Moodle version"; -$string['info_test3_rt1'] = "Your moodle version is sufficiently new."; -$string['info_test3_rt2'] = "Your Moodle version is %s. WIRIS quizzes could not work correctly with Moodle version prior to 2011060313"; -$string['info_test3_rt3'] = "Impossible to find Moodle version file."; -$string['info_test4_name'] = "Plugins"; -$string['info_test4_pluginname1'] = "True/False question type"; -$string['info_test4_pluginname2'] = "Short-Answer question type"; -$string['info_test4_pluginname3'] = "Embedded answer (Cloze) question type"; -$string['info_test4_pluginname4'] = "Multi Choice question type"; -$string['info_test4_pluginname5'] = "Matching question type"; -$string['info_test4_pluginname6'] = "Essay question type"; -$string['info_test4_pluginname7'] = "Commons question type"; -$string['info_test4_rt1'] = "The following WIRIS question plugins are installed:"; -$string['info_test4_rt2'] = "The following WIRIS question plugins are missing:"; -$string['info_test4_rt3'] = "Install"; -$string['info_test5_name'] = "Database"; -$string['info_test5_rt1'] = "All WIRIS tables are present."; -$string['info_test5_rt2'] = "One or more of WIRIS tables are missing."; -$string['info_test6_name'] = "WIRIS quizzes"; -$string['info_test7_name'] = "Checking WIRIS configuration"; -$string['info_test8_name'] = "Checking if WIRIS server is reachable"; -$string['info_test8_rt1'] = "Connecting to %s at port %s"; -$string['info_test9_name'] = "WIRIS quizzes service"; -$string['info_test10_name'] = "Checking WIRIS quizzes functionality (variable)"; -$string['info_test11_name'] = "Checking WIRIS quizzes functionality (plot)"; -$string['info_test12_name'] = "Max server connections"; -$string['info_test12_rt1'] = "There are currently %s active concurrent connections out of a maximum of %s. Greatest number of concurrent connections is %s."; -$string['info_test12_rt2'] = "Error with the maximum connections security system. See details:
%s
%s
"; diff --git a/lang/de/qtype_wq.php b/lang/de/qtype_wq.php index e36995fa..04ee607d 100644 --- a/lang/de/qtype_wq.php +++ b/lang/de/qtype_wq.php @@ -16,56 +16,3 @@ $string['wq'] = 'Mathematik und Naturwissenschaften von WIRIS'; $string['pluginname'] = 'Mathematik und Naturwissenschaften von WIRIS'; -$string['pluginnamesummary'] = ''; -$string['wq_help'] = 'Generic WIRIS quizzes Help'; -$string['editingwq'] = 'Editing a generic WIRIS question'; -$string['addingwq'] = 'Adding a generic WIRIS question'; -$string['wqsummary'] = 'This adds a generic WIRIS question. Only for test purpose. It will be hide from here.'; -$string['wirisquestionincorrect'] = 'Sorry! The system can not generate one of the questions of the quiz.
Maybe there is a temporary connection problem right now.
Maybe the question algorithm has a bug, and fails sometimes.
Maybe it will fail always.
Don\'t panic...
You can retry the quiz, without penalty, just clicking Continue.
You can also tell the Teachers that there is an issue with the question titled: \'{$a->questionname}\''; -$string['wirisquizzeserror'] = 'Sorry! There was an error in WIRIS quizzes.'; -$string['cachedef_images'] = "WIRIS Quizzes images."; -$string['info_maintitle'] = "Moodle 2.x WIRIS quizzes test page"; -$string['info_tableheader_test'] = "Test"; -$string['info_tableheader_report'] = "Report"; -$string['info_tableheader_status'] = "Status"; -$string['info_disabled'] = "DISABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_information'] = "For more information or if you have any doubt contact WIRIS Support:"; -$string['info_test1_name'] = "WIRIS quizzes version"; -$string['info_test1_rt1'] = "WIRIS quizzes version is "; -$string['info_test1_rt2'] = "Impossible to find WIRIS quizzes version."; -$string['info_test2_name'] = "WIRIS plugin version"; -$string['info_test2_info'] = "Check WIRIS plugin "; -$string['info_test2_infopage'] = "info page"; -$string['info_test2_rt1'] = "WIRIS plugin is properly installed."; -$string['info_test2_rt2'] = "WIRIS quizzes requires WIRIS plugin 3.17.20 or greater. Your version is"; -$string['info_test2_rt3'] = "Impossible to find WIRIS plugin version file."; -$string['info_test3_name'] = "Moodle version"; -$string['info_test3_rt1'] = "Your moodle version is sufficiently new."; -$string['info_test3_rt2'] = "Your Moodle version is %s. WIRIS quizzes could not work correctly with Moodle version prior to 2011060313"; -$string['info_test3_rt3'] = "Impossible to find Moodle version file."; -$string['info_test4_name'] = "Plugins"; -$string['info_test4_pluginname1'] = "True/False question type"; -$string['info_test4_pluginname2'] = "Short-Answer question type"; -$string['info_test4_pluginname3'] = "Embedded answer (Cloze) question type"; -$string['info_test4_pluginname4'] = "Multi Choice question type"; -$string['info_test4_pluginname5'] = "Matching question type"; -$string['info_test4_pluginname6'] = "Essay question type"; -$string['info_test4_pluginname7'] = "Commons question type"; -$string['info_test4_rt1'] = "The following WIRIS question plugins are installed:"; -$string['info_test4_rt2'] = "The following WIRIS question plugins are missing:"; -$string['info_test4_rt3'] = "Install"; -$string['info_test5_name'] = "Database"; -$string['info_test5_rt1'] = "All WIRIS tables are present."; -$string['info_test5_rt2'] = "One or more of WIRIS tables are missing."; -$string['info_test6_name'] = "WIRIS quizzes"; -$string['info_test7_name'] = "Checking WIRIS configuration"; -$string['info_test8_name'] = "Checking if WIRIS server is reachable"; -$string['info_test8_rt1'] = "Connecting to %s at port %s"; -$string['info_test9_name'] = "WIRIS quizzes service"; -$string['info_test10_name'] = "Checking WIRIS quizzes functionality (variable)"; -$string['info_test11_name'] = "Checking WIRIS quizzes functionality (plot)"; -$string['info_test12_name'] = "Max server connections"; -$string['info_test12_rt1'] = "There are currently %s active concurrent connections out of a maximum of %s. Greatest number of concurrent connections is %s."; -$string['info_test12_rt2'] = "Error with the maximum connections security system. See details:
%s
%s
"; diff --git a/lang/el/qtype_wq.php b/lang/el/qtype_wq.php index 5fd82f18..3f780afb 100644 --- a/lang/el/qtype_wq.php +++ b/lang/el/qtype_wq.php @@ -16,56 +16,3 @@ $string['wq'] = 'Μαθηματικά και επιστήμη από τη WIRIS'; $string['pluginname'] = 'Μαθηματικά και επιστήμη από τη WIRIS'; -$string['pluginnamesummary'] = ''; -$string['wq_help'] = 'Generic WIRIS quizzes Help'; -$string['editingwq'] = 'Editing a generic WIRIS question'; -$string['addingwq'] = 'Adding a generic WIRIS question'; -$string['wqsummary'] = 'This adds a generic WIRIS question. Only for test purpose. It will be hide from here.'; -$string['wirisquestionincorrect'] = 'Sorry! The system can not generate one of the questions of the quiz.
Maybe there is a temporary connection problem right now.
Maybe the question algorithm has a bug, and fails sometimes.
Maybe it will fail always.
Don\'t panic...
You can retry the quiz, without penalty, just clicking Continue.
You can also tell the Teachers that there is an issue with the question titled: \'{$a->questionname}\''; -$string['wirisquizzeserror'] = 'Sorry! There was an error in WIRIS quizzes.'; -$string['cachedef_images'] = "WIRIS Quizzes images."; -$string['info_maintitle'] = "Moodle 2.x WIRIS quizzes test page"; -$string['info_tableheader_test'] = "Test"; -$string['info_tableheader_report'] = "Report"; -$string['info_tableheader_status'] = "Status"; -$string['info_disabled'] = "DISABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_information'] = "For more information or if you have any doubt contact WIRIS Support:"; -$string['info_test1_name'] = "WIRIS quizzes version"; -$string['info_test1_rt1'] = "WIRIS quizzes version is "; -$string['info_test1_rt2'] = "Impossible to find WIRIS quizzes version."; -$string['info_test2_name'] = "WIRIS plugin version"; -$string['info_test2_info'] = "Check WIRIS plugin "; -$string['info_test2_infopage'] = "info page"; -$string['info_test2_rt1'] = "WIRIS plugin is properly installed."; -$string['info_test2_rt2'] = "WIRIS quizzes requires WIRIS plugin 3.17.20 or greater. Your version is"; -$string['info_test2_rt3'] = "Impossible to find WIRIS plugin version file."; -$string['info_test3_name'] = "Moodle version"; -$string['info_test3_rt1'] = "Your moodle version is sufficiently new."; -$string['info_test3_rt2'] = "Your Moodle version is %s. WIRIS quizzes could not work correctly with Moodle version prior to 2011060313"; -$string['info_test3_rt3'] = "Impossible to find Moodle version file."; -$string['info_test4_name'] = "Plugins"; -$string['info_test4_pluginname1'] = "True/False question type"; -$string['info_test4_pluginname2'] = "Short-Answer question type"; -$string['info_test4_pluginname3'] = "Embedded answer (Cloze) question type"; -$string['info_test4_pluginname4'] = "Multi Choice question type"; -$string['info_test4_pluginname5'] = "Matching question type"; -$string['info_test4_pluginname6'] = "Essay question type"; -$string['info_test4_pluginname7'] = "Commons question type"; -$string['info_test4_rt1'] = "The following WIRIS question plugins are installed:"; -$string['info_test4_rt2'] = "The following WIRIS question plugins are missing:"; -$string['info_test4_rt3'] = "Install"; -$string['info_test5_name'] = "Database"; -$string['info_test5_rt1'] = "All WIRIS tables are present."; -$string['info_test5_rt2'] = "One or more of WIRIS tables are missing."; -$string['info_test6_name'] = "WIRIS quizzes"; -$string['info_test7_name'] = "Checking WIRIS configuration"; -$string['info_test8_name'] = "Checking if WIRIS server is reachable"; -$string['info_test8_rt1'] = "Connecting to %s at port %s"; -$string['info_test9_name'] = "WIRIS quizzes service"; -$string['info_test10_name'] = "Checking WIRIS quizzes functionality (variable)"; -$string['info_test11_name'] = "Checking WIRIS quizzes functionality (plot)"; -$string['info_test12_name'] = "Max server connections"; -$string['info_test12_rt1'] = "There are currently %s active concurrent connections out of a maximum of %s. Greatest number of concurrent connections is %s."; -$string['info_test12_rt2'] = "Error with the maximum connections security system. See details:
%s
%s
"; diff --git a/lang/en/qtype_wq.php b/lang/en/qtype_wq.php index bb83d584..23ae935b 100644 --- a/lang/en/qtype_wq.php +++ b/lang/en/qtype_wq.php @@ -15,8 +15,7 @@ // along with Moodle. If not, see . $string['wq'] = 'Math & Science by WIRIS'; -$string['pluginname'] = 'Math & Science by WIRIS'; -$string['pluginnamesummary'] = ''; +$string['pluginname'] = 'Math & Science by WIRIS';$string['pluginnamesummary'] = ''; $string['wq_help'] = 'Generic WIRIS quizzes Help'; $string['editingwq'] = 'Editing a generic WIRIS question'; $string['addingwq'] = 'Adding a generic WIRIS question'; diff --git a/lang/es/qtype_wq.php b/lang/es/qtype_wq.php index 604cd2d3..6ceb589f 100644 --- a/lang/es/qtype_wq.php +++ b/lang/es/qtype_wq.php @@ -16,56 +16,3 @@ $string['wq'] = 'Matemáticas y Ciencias - WIRIS'; $string['pluginname'] = 'Matemáticas y Ciencias - WIRIS'; -$string['pluginnamesummary'] = ''; -$string['wq_help'] = 'Generic WIRIS quizzes Help'; -$string['editingwq'] = 'Editing a generic WIRIS question'; -$string['addingwq'] = 'Adding a generic WIRIS question'; -$string['wqsummary'] = 'This adds a generic WIRIS question. Only for test purpose. It will be hide from here.'; -$string['wirisquestionincorrect'] = 'Sorry! The system can not generate one of the questions of the quiz.
Maybe there is a temporary connection problem right now.
Maybe the question algorithm has a bug, and fails sometimes.
Maybe it will fail always.
Don\'t panic...
You can retry the quiz, without penalty, just clicking Continue.
You can also tell the Teachers that there is an issue with the question titled: \'{$a->questionname}\''; -$string['wirisquizzeserror'] = 'Sorry! There was an error in WIRIS quizzes.'; -$string['cachedef_images'] = "WIRIS Quizzes images."; -$string['info_maintitle'] = "Moodle 2.x WIRIS quizzes test page"; -$string['info_tableheader_test'] = "Test"; -$string['info_tableheader_report'] = "Report"; -$string['info_tableheader_status'] = "Status"; -$string['info_disabled'] = "DISABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_information'] = "For more information or if you have any doubt contact WIRIS Support:"; -$string['info_test1_name'] = "WIRIS quizzes version"; -$string['info_test1_rt1'] = "WIRIS quizzes version is "; -$string['info_test1_rt2'] = "Impossible to find WIRIS quizzes version."; -$string['info_test2_name'] = "WIRIS plugin version"; -$string['info_test2_info'] = "Check WIRIS plugin "; -$string['info_test2_infopage'] = "info page"; -$string['info_test2_rt1'] = "WIRIS plugin is properly installed."; -$string['info_test2_rt2'] = "WIRIS quizzes requires WIRIS plugin 3.17.20 or greater. Your version is"; -$string['info_test2_rt3'] = "Impossible to find WIRIS plugin version file."; -$string['info_test3_name'] = "Moodle version"; -$string['info_test3_rt1'] = "Your moodle version is sufficiently new."; -$string['info_test3_rt2'] = "Your Moodle version is %s. WIRIS quizzes could not work correctly with Moodle version prior to 2011060313"; -$string['info_test3_rt3'] = "Impossible to find Moodle version file."; -$string['info_test4_name'] = "Plugins"; -$string['info_test4_pluginname1'] = "True/False question type"; -$string['info_test4_pluginname2'] = "Short-Answer question type"; -$string['info_test4_pluginname3'] = "Embedded answer (Cloze) question type"; -$string['info_test4_pluginname4'] = "Multi Choice question type"; -$string['info_test4_pluginname5'] = "Matching question type"; -$string['info_test4_pluginname6'] = "Essay question type"; -$string['info_test4_pluginname7'] = "Commons question type"; -$string['info_test4_rt1'] = "The following WIRIS question plugins are installed:"; -$string['info_test4_rt2'] = "The following WIRIS question plugins are missing:"; -$string['info_test4_rt3'] = "Install"; -$string['info_test5_name'] = "Database"; -$string['info_test5_rt1'] = "All WIRIS tables are present."; -$string['info_test5_rt2'] = "One or more of WIRIS tables are missing."; -$string['info_test6_name'] = "WIRIS quizzes"; -$string['info_test7_name'] = "Checking WIRIS configuration"; -$string['info_test8_name'] = "Checking if WIRIS server is reachable"; -$string['info_test8_rt1'] = "Connecting to %s at port %s"; -$string['info_test9_name'] = "WIRIS quizzes service"; -$string['info_test10_name'] = "Checking WIRIS quizzes functionality (variable)"; -$string['info_test11_name'] = "Checking WIRIS quizzes functionality (plot)"; -$string['info_test12_name'] = "Max server connections"; -$string['info_test12_rt1'] = "There are currently %s active concurrent connections out of a maximum of %s. Greatest number of concurrent connections is %s."; -$string['info_test12_rt2'] = "Error with the maximum connections security system. See details:
%s
%s
"; diff --git a/lang/fr/qtype_wq.php b/lang/fr/qtype_wq.php index 2f3c50bd..56e01993 100644 --- a/lang/fr/qtype_wq.php +++ b/lang/fr/qtype_wq.php @@ -16,56 +16,3 @@ $string['wq'] = 'Maths et sciences par WIRIS'; $string['pluginname'] = 'Maths et sciences par WIRIS'; -$string['pluginnamesummary'] = ''; -$string['wq_help'] = 'Generic WIRIS quizzes Help'; -$string['editingwq'] = 'Editing a generic WIRIS question'; -$string['addingwq'] = 'Adding a generic WIRIS question'; -$string['wqsummary'] = 'This adds a generic WIRIS question. Only for test purpose. It will be hide from here.'; -$string['wirisquestionincorrect'] = 'Sorry! The system can not generate one of the questions of the quiz.
Maybe there is a temporary connection problem right now.
Maybe the question algorithm has a bug, and fails sometimes.
Maybe it will fail always.
Don\'t panic...
You can retry the quiz, without penalty, just clicking Continue.
You can also tell the Teachers that there is an issue with the question titled: \'{$a->questionname}\''; -$string['wirisquizzeserror'] = 'Sorry! There was an error in WIRIS quizzes.'; -$string['cachedef_images'] = "WIRIS Quizzes images."; -$string['info_maintitle'] = "Moodle 2.x WIRIS quizzes test page"; -$string['info_tableheader_test'] = "Test"; -$string['info_tableheader_report'] = "Report"; -$string['info_tableheader_status'] = "Status"; -$string['info_disabled'] = "DISABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_information'] = "For more information or if you have any doubt contact WIRIS Support:"; -$string['info_test1_name'] = "WIRIS quizzes version"; -$string['info_test1_rt1'] = "WIRIS quizzes version is "; -$string['info_test1_rt2'] = "Impossible to find WIRIS quizzes version."; -$string['info_test2_name'] = "WIRIS plugin version"; -$string['info_test2_info'] = "Check WIRIS plugin "; -$string['info_test2_infopage'] = "info page"; -$string['info_test2_rt1'] = "WIRIS plugin is properly installed."; -$string['info_test2_rt2'] = "WIRIS quizzes requires WIRIS plugin 3.17.20 or greater. Your version is"; -$string['info_test2_rt3'] = "Impossible to find WIRIS plugin version file."; -$string['info_test3_name'] = "Moodle version"; -$string['info_test3_rt1'] = "Your moodle version is sufficiently new."; -$string['info_test3_rt2'] = "Your Moodle version is %s. WIRIS quizzes could not work correctly with Moodle version prior to 2011060313"; -$string['info_test3_rt3'] = "Impossible to find Moodle version file."; -$string['info_test4_name'] = "Plugins"; -$string['info_test4_pluginname1'] = "True/False question type"; -$string['info_test4_pluginname2'] = "Short-Answer question type"; -$string['info_test4_pluginname3'] = "Embedded answer (Cloze) question type"; -$string['info_test4_pluginname4'] = "Multi Choice question type"; -$string['info_test4_pluginname5'] = "Matching question type"; -$string['info_test4_pluginname6'] = "Essay question type"; -$string['info_test4_pluginname7'] = "Commons question type"; -$string['info_test4_rt1'] = "The following WIRIS question plugins are installed:"; -$string['info_test4_rt2'] = "The following WIRIS question plugins are missing:"; -$string['info_test4_rt3'] = "Install"; -$string['info_test5_name'] = "Database"; -$string['info_test5_rt1'] = "All WIRIS tables are present."; -$string['info_test5_rt2'] = "One or more of WIRIS tables are missing."; -$string['info_test6_name'] = "WIRIS quizzes"; -$string['info_test7_name'] = "Checking WIRIS configuration"; -$string['info_test8_name'] = "Checking if WIRIS server is reachable"; -$string['info_test8_rt1'] = "Connecting to %s at port %s"; -$string['info_test9_name'] = "WIRIS quizzes service"; -$string['info_test10_name'] = "Checking WIRIS quizzes functionality (variable)"; -$string['info_test11_name'] = "Checking WIRIS quizzes functionality (plot)"; -$string['info_test12_name'] = "Max server connections"; -$string['info_test12_rt1'] = "There are currently %s active concurrent connections out of a maximum of %s. Greatest number of concurrent connections is %s."; -$string['info_test12_rt2'] = "Error with the maximum connections security system. See details:
%s
%s
"; diff --git a/lang/it/qtype_wq.php b/lang/it/qtype_wq.php index bd087fa6..6197b5ff 100644 --- a/lang/it/qtype_wq.php +++ b/lang/it/qtype_wq.php @@ -16,56 +16,3 @@ $string['wq'] = 'Matematica e scienza - WIRIS'; $string['pluginname'] = 'Matematica e scienza - WIRIS'; -$string['pluginnamesummary'] = ''; -$string['wq_help'] = 'Generic WIRIS quizzes Help'; -$string['editingwq'] = 'Editing a generic WIRIS question'; -$string['addingwq'] = 'Adding a generic WIRIS question'; -$string['wqsummary'] = 'This adds a generic WIRIS question. Only for test purpose. It will be hide from here.'; -$string['wirisquestionincorrect'] = 'Sorry! The system can not generate one of the questions of the quiz.
Maybe there is a temporary connection problem right now.
Maybe the question algorithm has a bug, and fails sometimes.
Maybe it will fail always.
Don\'t panic...
You can retry the quiz, without penalty, just clicking Continue.
You can also tell the Teachers that there is an issue with the question titled: \'{$a->questionname}\''; -$string['wirisquizzeserror'] = 'Sorry! There was an error in WIRIS quizzes.'; -$string['cachedef_images'] = "WIRIS Quizzes images."; -$string['info_maintitle'] = "Moodle 2.x WIRIS quizzes test page"; -$string['info_tableheader_test'] = "Test"; -$string['info_tableheader_report'] = "Report"; -$string['info_tableheader_status'] = "Status"; -$string['info_disabled'] = "DISABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_enabled'] = "ENABLED"; -$string['info_information'] = "For more information or if you have any doubt contact WIRIS Support:"; -$string['info_test1_name'] = "WIRIS quizzes version"; -$string['info_test1_rt1'] = "WIRIS quizzes version is "; -$string['info_test1_rt2'] = "Impossible to find WIRIS quizzes version."; -$string['info_test2_name'] = "WIRIS plugin version"; -$string['info_test2_info'] = "Check WIRIS plugin "; -$string['info_test2_infopage'] = "info page"; -$string['info_test2_rt1'] = "WIRIS plugin is properly installed."; -$string['info_test2_rt2'] = "WIRIS quizzes requires WIRIS plugin 3.17.20 or greater. Your version is"; -$string['info_test2_rt3'] = "Impossible to find WIRIS plugin version file."; -$string['info_test3_name'] = "Moodle version"; -$string['info_test3_rt1'] = "Your moodle version is sufficiently new."; -$string['info_test3_rt2'] = "Your Moodle version is %s. WIRIS quizzes could not work correctly with Moodle version prior to 2011060313"; -$string['info_test3_rt3'] = "Impossible to find Moodle version file."; -$string['info_test4_name'] = "Plugins"; -$string['info_test4_pluginname1'] = "True/False question type"; -$string['info_test4_pluginname2'] = "Short-Answer question type"; -$string['info_test4_pluginname3'] = "Embedded answer (Cloze) question type"; -$string['info_test4_pluginname4'] = "Multi Choice question type"; -$string['info_test4_pluginname5'] = "Matching question type"; -$string['info_test4_pluginname6'] = "Essay question type"; -$string['info_test4_pluginname7'] = "Commons question type"; -$string['info_test4_rt1'] = "The following WIRIS question plugins are installed:"; -$string['info_test4_rt2'] = "The following WIRIS question plugins are missing:"; -$string['info_test4_rt3'] = "Install"; -$string['info_test5_name'] = "Database"; -$string['info_test5_rt1'] = "All WIRIS tables are present."; -$string['info_test5_rt2'] = "One or more of WIRIS tables are missing."; -$string['info_test6_name'] = "WIRIS quizzes"; -$string['info_test7_name'] = "Checking WIRIS configuration"; -$string['info_test8_name'] = "Checking if WIRIS server is reachable"; -$string['info_test8_rt1'] = "Connecting to %s at port %s"; -$string['info_test9_name'] = "WIRIS quizzes service"; -$string['info_test10_name'] = "Checking WIRIS quizzes functionality (variable)"; -$string['info_test11_name'] = "Checking WIRIS quizzes functionality (plot)"; -$string['info_test12_name'] = "Max server connections"; -$string['info_test12_rt1'] = "There are currently %s active concurrent connections out of a maximum of %s. Greatest number of concurrent connections is %s."; -$string['info_test12_rt2'] = "Error with the maximum connections security system. See details:
%s
%s
"; diff --git a/quizzes/lib/com/wiris/system/service/HttpRequest.class.php b/quizzes/lib/com/wiris/system/service/HttpRequest.class.php index c21d0c1a..11880a62 100644 --- a/quizzes/lib/com/wiris/system/service/HttpRequest.class.php +++ b/quizzes/lib/com/wiris/system/service/HttpRequest.class.php @@ -1,65 +1,65 @@ . + class com_wiris_system_service_HttpRequest { - public function __construct() { - if(!php_Boot::$skip_constructor) { - $this->extraParams = new Hash(); - $this->headers = new Hash(); - $this->setHeaders(); - }} - public function getHeader($key) { - $httpKey = null; - $httpKey = "HTTP_" . $this->headers->get($key); - $header = null; - $header = isset($_SERVER[$httpKey]) ? $_SERVER[$httpKey] : ''; - return $header; - } - public function setParameter($key, $value) { - $this->extraParams->set($key, $value); - } - public function getParameterNames() { - $param = new _hx_array(array()); - $key = ""; - foreach ($_GET as $key => $value) { - $param->insert(0, $key); - } - foreach ($_POST as $key => $value) { - $param->insert(0, $key); - } - return $param; - } - public function getContextURL() { - return ""; - } - public function getParameter($key) { - $param = null; - if(isset($_POST[$key])) { - $param = $_POST[$key]; - } else { - if(isset($_GET[$key])) { - $param = $_GET[$key]; - } else { - if($this->extraParams->exists($key)) { - return $this->extraParams->get($key); - } - } - } - return $param; - } - public function setHeaders() { - $this->headers->set("User-Agent", "USER_AGENT"); - } - public $headers; - public $extraParams; - public function __call($m, $a) { - if(isset($this->$m) && is_callable($this->$m)) - return call_user_func_array($this->$m, $a); - else if(isset($this->dynamics[$m]) && is_callable($this->dynamics[$m])) - return call_user_func_array($this->dynamics[$m], $a); - else if('toString' == $m) - return $this->__toString(); - else - throw new HException('Unable to call '.$m.''); - } - function __toString() { return 'com.wiris.system.service.HttpRequest'; } + public $extraParams; + private $wrap; + + public function __construct() { + if(!php_Boot::$skip_constructor) { + $this->extraParams = new Hash(); + $this->wrap = com_wiris_system_CallWrapper::getInstance(); + }} + + public function setParameter($key, $value) { + $this->extraParams->set($key, $value); + } + public function getParameterNames() { + // At this point we need to access directly to $_GET and $_POST variables because + // we don't know what params are sended via POST or GET. + // For security reasons this method only returns the params names. + // To get the param value optional_param method. + $param = new _hx_array(array()); + $key = ""; + foreach ($_GET as $key => $value) { + $param->insert(0, $key); + } + foreach ($_POST as $key => $value) { + $param->insert(0, $key); + } + return $param; + } + + public function getContextURL() { + return ""; + } + + public function getParameter($key) { + $this->wrap->stop(); + $parameter = null; + if (optional_param($key, null, PARAM_RAW) != null) { + $parameter = optional_param($key, null, PARAM_RAW); + } else { + if ($this->extraParams->exists($key)) { + $parameter = $this->extraParams->get($key); + } + } + $this->wrap->start(); + return $parameter; + } + } diff --git a/thirdpartylibs.xml b/thirdpartylibs.xml index df9a5f1e..4d7f94bd 100644 --- a/thirdpartylibs.xml +++ b/thirdpartylibs.xml @@ -3,7 +3,7 @@ quizzes WIRIS QUIZZES engine - 3.52.0.1036 + 3.52.0.1023 GPL 3.0+ diff --git a/version.php b/version.php index 2dab3ede..207bef26 100644 --- a/version.php +++ b/version.php @@ -16,10 +16,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017051000; +$plugin->version = 2017051800; $plugin->requires = 2011120500; // Moodle 2.2. -$plugin->release = '3.52.0.1036'; -$plugin->maturity = MATURITY_STABLE; + +$plugin->maturity = MATURITY_BETA; $plugin->component = 'qtype_wq'; $plugin->dependencies = array ( 'filter_wiris' => ANY_VERSION From ab56139a4084ef02527cd5c02df960c3e0ca5a15 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 22 May 2017 16:15:30 +0200 Subject: [PATCH 02/38] 2017052200 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 207bef26..e883b0cf 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017051800; +$plugin->version = 2017052200; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 4daa8e8253e58f30d6b996532601aeccfbd635fe Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 24 May 2017 22:16:49 +0200 Subject: [PATCH 03/38] 2017052400 development version --- quizzes/lib/quizzes.js | 50 ++++++++++++++++++++++++++++++++---------- version.php | 2 +- 2 files changed, 39 insertions(+), 13 deletions(-) diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index 66ae2093..6700461c 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -1483,10 +1483,11 @@ com.wiris.quizzes.JsInitialCasInput.prototype = $extend(com.wiris.quizzes.JsPopu ,button: null ,__class__: com.wiris.quizzes.JsInitialCasInput }); -com.wiris.quizzes.JsImageMathInput = $hxClasses["com.wiris.quizzes.JsImageMathInput"] = function(d,v,grammar,handConstraints) { +com.wiris.quizzes.JsImageMathInput = $hxClasses["com.wiris.quizzes.JsImageMathInput"] = function(d,v,grammar,handConstraints,editorParams) { com.wiris.quizzes.JsPopupInput.call(this,d,v); this.grammar = grammar; this.handConstraints = handConstraints; + this.setEditorInitialParams(editorParams); this.popupWidth = 470; this.popupHeight = 300; this.popupName = "wiriseditorpopup"; @@ -1516,9 +1517,7 @@ com.wiris.quizzes.JsImageMathInput.prototype = $extend(com.wiris.quizzes.JsPopup com.wiris.quizzes.JsPopupInput.prototype.buildPopup.call(this); var container = new com.wiris.quizzes.JsContainer(this.popup.document); container.addClass("wirismaincontainer"); - var params = { }; - params.toolbar = "quizzes"; - var editor = new com.wiris.quizzes.JsEditorInput(this.popup.document,this.getValue(),params); + var editor = new com.wiris.quizzes.JsEditorInput(this.popup.document,this.getValue(),this.editorParams); editor.setGrammarUrl(this.grammar); editor.setHandConstraints(haxe.Json.parse(this.handConstraints)); editor.addClass("wirispopupsimplecontent"); @@ -1636,6 +1635,12 @@ com.wiris.quizzes.JsImageMathInput.prototype = $extend(com.wiris.quizzes.JsPopup } this.configureElement(); } + ,setEditorInitialParams: function(editorParams) { + this.editorParams = editorParams; + if(this.editorParams == null) this.editorParams = { }; + if(this.editorParams.toolbar == null) this.editorParams.toolbar = "quizzes"; + } + ,editorParams: null ,fieldMinWidth: null ,tools: null ,button: null @@ -1647,9 +1652,10 @@ com.wiris.quizzes.JsImageMathInput.prototype = $extend(com.wiris.quizzes.JsPopup ,grammar: null ,__class__: com.wiris.quizzes.JsImageMathInput }); -com.wiris.quizzes.JsCompoundMathInput = $hxClasses["com.wiris.quizzes.JsCompoundMathInput"] = function(d,v,image,grammar,handConstraints) { +com.wiris.quizzes.JsCompoundMathInput = $hxClasses["com.wiris.quizzes.JsCompoundMathInput"] = function(d,v,image,grammar,handConstraints,editorParams) { com.wiris.quizzes.JsInput.call(this,d,v); if(com.wiris.quizzes.JsCompoundMathInput.htmltools == null) com.wiris.quizzes.JsCompoundMathInput.htmltools = new com.wiris.quizzes.impl.HTMLTools(); + this.editorParams = editorParams; this.image = image; this.grammar = grammar; this.handConstraints = handConstraints; @@ -1674,6 +1680,17 @@ com.wiris.quizzes.JsCompoundMathInput.prototype = $extend(com.wiris.quizzes.JsIn }); } } + ,setEditorInitialParams: function(editorParams) { + this.editorParams = editorParams; + if(this.image) { + var _g1 = 0, _g = this.inputs.length; + while(_g1 < _g) { + var i = _g1++; + var mathinput = this.inputs[i]; + mathinput.setEditorInitialParams(this.editorParams); + } + } + } ,setHandConstraints: function(handConstraints) { this.handConstraints = handConstraints; if(this.image) { @@ -1723,7 +1740,7 @@ com.wiris.quizzes.JsCompoundMathInput.prototype = $extend(com.wiris.quizzes.JsIn } ,getMathInput: function(d,v) { var input; - if(this.image) input = new com.wiris.quizzes.JsImageMathInput(d,v,this.grammar,this.handConstraints); else { + if(this.image) input = new com.wiris.quizzes.JsImageMathInput(d,v,this.grammar,this.handConstraints,this.editorParams); else { if(com.wiris.quizzes.impl.MathContent.getMathType(v) == com.wiris.quizzes.impl.MathContent.TYPE_MATHML) v = com.wiris.quizzes.JsCompoundMathInput.htmltools.mathMLToText(v); input = new com.wiris.quizzes.JsTextInput(d,v); input.addClass("wirisembeddedtextinput"); @@ -1751,6 +1768,7 @@ com.wiris.quizzes.JsCompoundMathInput.prototype = $extend(com.wiris.quizzes.JsIn var old = this.element.firstChild; if(old == null) this.element.appendChild(elem.element); else this.element.replaceChild(elem.element,old); } + ,editorParams: null ,handConstraints: null ,grammar: null ,answers: null @@ -2161,7 +2179,7 @@ com.wiris.quizzes.JsCasJnlpLauncher.prototype = $extend(com.wiris.quizzes.JsInpu } else { this.setButtonEnabled(true); this.setNote(this.t("error")); - haxe.Log.trace(session.get("error"),{ fileName : "JsComponent.hx", lineNumber : 1535, className : "com.wiris.quizzes.JsCasJnlpLauncher", methodName : "sessionReceived"}); + haxe.Log.trace(session.get("error"),{ fileName : "JsComponent.hx", lineNumber : 1557, className : "com.wiris.quizzes.JsCasJnlpLauncher", methodName : "sessionReceived"}); } } ,pollServiceImpl: function() { @@ -2521,8 +2539,16 @@ com.wiris.quizzes.JsStudentAnswerInput.prototype = $extend(com.wiris.quizzes.JsI return null; } ,setEditorInitialParams: function(editorParams) { - if(this.type == com.wiris.quizzes.JsStudentAnswerInput.TYPE_EDITOR && this.input != null) throw "WIRIS editor already initialized."; this.editorParams = editorParams; + if(this.input != null) { + if(this.type == com.wiris.quizzes.JsStudentAnswerInput.TYPE_IMAGEMATH) { + var popupEditor = this.input; + popupEditor.setEditorInitialParams(editorParams); + } else if(this.type == com.wiris.quizzes.JsStudentAnswerInput.TYPE_COMPOUND_IMAGEMATH) { + var popupEditor = this.input; + popupEditor.setEditorInitialParams(editorParams); + } else if(this.type == com.wiris.quizzes.JsStudentAnswerInput.TYPE_EDITOR) throw "WIRIS editor already initialized."; + } } ,addQuizzesFieldListener: function(listener) { var _g = this; @@ -2589,16 +2615,16 @@ com.wiris.quizzes.JsStudentAnswerInput.prototype = $extend(com.wiris.quizzes.JsI this.input.addClass("wirisembeddedtextinput"); break; case com.wiris.quizzes.JsStudentAnswerInput.TYPE_IMAGEMATH: - this.input = new com.wiris.quizzes.JsImageMathInput(d,this.value,this.grammar,this.handConstraints); + this.input = new com.wiris.quizzes.JsImageMathInput(d,this.value,this.grammar,this.handConstraints,this.editorParams); break; case com.wiris.quizzes.JsStudentAnswerInput.TYPE_EDITOR: this.getEditor(); break; case com.wiris.quizzes.JsStudentAnswerInput.TYPE_COMPOUND_TEXTFIELD: - this.input = new com.wiris.quizzes.JsCompoundMathInput(d,this.value,false,this.grammar,this.handConstraints); + this.input = new com.wiris.quizzes.JsCompoundMathInput(d,this.value,false,this.grammar,this.handConstraints,this.editorParams); break; case com.wiris.quizzes.JsStudentAnswerInput.TYPE_COMPOUND_IMAGEMATH: - this.input = new com.wiris.quizzes.JsCompoundMathInput(d,this.value,true,this.grammar,this.handConstraints); + this.input = new com.wiris.quizzes.JsCompoundMathInput(d,this.value,true,this.grammar,this.handConstraints,this.editorParams); break; default: throw "Illegal student answer input type " + this.type + "."; @@ -2685,7 +2711,7 @@ com.wiris.quizzes.JsStudioInput = $hxClasses["com.wiris.quizzes.JsStudioInput"] this.userAnswer = userAnswer; this.question = q; this.instance = qi; - com.wiris.quizzes.JsImageMathInput.call(this,d,v,null,null); + com.wiris.quizzes.JsImageMathInput.call(this,d,v,null,null,null); this.htmlgui = new com.wiris.quizzes.impl.HTMLGui(this.getLang()); this.popupWidth = 800; this.popupHeight = 600; diff --git a/version.php b/version.php index e883b0cf..f606cea1 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017052200; +$plugin->version = 2017052400; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 484ece796cb19a4e071f8fac7e1b0b8370f4a399 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 25 May 2017 21:44:40 +0200 Subject: [PATCH 04/38] 2017052500 development version --- quizzes/lib/com/wiris/quizzes/impl/Strings.class.php | 2 +- quizzes/lib/com/wiris/quizzes/test/Tester.class.php | 4 ++-- quizzes/lib/quizzes.js | 2 +- version.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/quizzes/lib/com/wiris/quizzes/impl/Strings.class.php b/quizzes/lib/com/wiris/quizzes/impl/Strings.class.php index fddf22d3..d1dff4c6 100644 --- a/quizzes/lib/com/wiris/quizzes/impl/Strings.class.php +++ b/quizzes/lib/com/wiris/quizzes/impl/Strings.class.php @@ -5,4 +5,4 @@ public function __construct(){} static $lang; function __toString() { return 'com.wiris.quizzes.impl.Strings'; } } -com_wiris_quizzes_impl_Strings::$lang = new _hx_array(array(new _hx_array(array("lang", "en")), new _hx_array(array("comparisonwithstudentanswer", "Comparison with student answer")), new _hx_array(array("otheracceptedanswers", "Other accepted answers")), new _hx_array(array("equivalent_literal", "Literally equal")), new _hx_array(array("equivalent_literal_correct_feedback", "The answer is literally equal to the correct one.")), new _hx_array(array("equivalent_symbolic", "Mathematically equal")), new _hx_array(array("equivalent_symbolic_correct_feedback", "The answer is mathematically equal to the correct one.")), new _hx_array(array("equivalent_set", "Equal as sets")), new _hx_array(array("equivalent_set_correct_feedback", "The answer set is equal to the correct one.")), new _hx_array(array("equivalent_equations", "Equivalent equations")), new _hx_array(array("equivalent_equations_correct_feedback", "The answer has the same solutions as the correct one.")), new _hx_array(array("equivalent_function", "Grading function")), new _hx_array(array("equivalent_function_correct_feedback", "The answer is correct.")), new _hx_array(array("equivalent_all", "Any answer")), new _hx_array(array("any", "any")), new _hx_array(array("gradingfunction", "Grading function")), new _hx_array(array("additionalproperties", "Additional properties")), new _hx_array(array("structure", "Structure")), new _hx_array(array("none", "none")), new _hx_array(array("None", "None")), new _hx_array(array("check_integer_form", "has integer form")), new _hx_array(array("check_integer_form_correct_feedback", "The answer is an integer.")), new _hx_array(array("check_fraction_form", "has fraction form")), new _hx_array(array("check_fraction_form_correct_feedback", "The answer is a fraction.")), new _hx_array(array("check_polynomial_form", "has polynomial form")), new _hx_array(array("check_polynomial_form_correct_feedback", "The answer is a polynomial.")), new _hx_array(array("check_rational_function_form", "has rational function form")), new _hx_array(array("check_rational_function_form_correct_feedback", "The answer is a rational function.")), new _hx_array(array("check_elemental_function_form", "is a combination of elementary functions")), new _hx_array(array("check_elemental_function_form_correct_feedback", "The answer is an elementary expression.")), new _hx_array(array("check_scientific_notation", "is expressed in scientific notation")), new _hx_array(array("check_scientific_notation_correct_feedback", "The answer is expressed in scientific notation.")), new _hx_array(array("more", "More")), new _hx_array(array("check_simplified", "is simplified")), new _hx_array(array("check_simplified_correct_feedback", "The answer is simplified.")), new _hx_array(array("check_expanded", "is expanded")), new _hx_array(array("check_expanded_correct_feedback", "The answer is expanded.")), new _hx_array(array("check_factorized", "is factorized")), new _hx_array(array("check_factorized_correct_feedback", "The answer is factorized.")), new _hx_array(array("check_rationalized", "is rationalized")), new _hx_array(array("check_rationalized_correct_feedback", "The answer is rationalized.")), new _hx_array(array("check_no_common_factor", "doesn't have common factors")), new _hx_array(array("check_no_common_factor_correct_feedback", "The answer doesn't have common factors.")), new _hx_array(array("check_minimal_radicands", "has minimal radicands")), new _hx_array(array("check_minimal_radicands_correct_feedback", "The answer has minimal radicands.")), new _hx_array(array("check_divisible", "is divisible by")), new _hx_array(array("check_divisible_correct_feedback", "The answer is divisible by \${value}.")), new _hx_array(array("check_common_denominator", "has a single common denominator")), new _hx_array(array("check_common_denominator_correct_feedback", "The answer has a single common denominator.")), new _hx_array(array("check_unit", "has unit equivalent to")), new _hx_array(array("check_unit_correct_feedback", "The unit of the answer is \${unit}.")), new _hx_array(array("check_unit_literal", "has unit literally equal to")), new _hx_array(array("check_unit_literal_correct_feedback", "The unit of the answer is \${unit}.")), new _hx_array(array("check_no_more_decimals", "has less or equal decimals than")), new _hx_array(array("check_no_more_decimals_correct_feedback", "The answer has \${digits} or less decimals.")), new _hx_array(array("check_no_more_digits", "has less or equal digits than")), new _hx_array(array("check_no_more_digits_correct_feedback", "The answer has \${digits} or less digits.")), new _hx_array(array("syntax_expression", "General")), new _hx_array(array("syntax_expression_description", "(formulas, expressions, equations, matrices...)")), new _hx_array(array("syntax_expression_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("syntax_quantity", "Quantity")), new _hx_array(array("syntax_quantity_description", "(numbers, measure units, fractions, mixed fractions, ratios...)")), new _hx_array(array("syntax_quantity_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("syntax_list", "List")), new _hx_array(array("syntax_list_description", "(lists without comma separator or brackets)")), new _hx_array(array("syntax_list_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("syntax_string", "Text")), new _hx_array(array("syntax_string_description", "(words, sentences, character strings)")), new _hx_array(array("syntax_string_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("none", "none")), new _hx_array(array("edit", "Edit")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Cancel")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonometric")), new _hx_array(array("hyperbolic", "hyperbolic")), new _hx_array(array("arithmetic", "arithmetic")), new _hx_array(array("all", "all")), new _hx_array(array("tolerance", "Tolerance")), new _hx_array(array("relative", "relative")), new _hx_array(array("relativetolerance", "Relative tolerance")), new _hx_array(array("precision", "Precision")), new _hx_array(array("implicit_times_operator", "Invisible times operator")), new _hx_array(array("times_operator", "Times operator")), new _hx_array(array("imaginary_unit", "Imaginary unit")), new _hx_array(array("mixedfractions", "Mixed fractions")), new _hx_array(array("constants", "Constants")), new _hx_array(array("functions", "Functions")), new _hx_array(array("userfunctions", "User functions")), new _hx_array(array("units", "Units")), new _hx_array(array("unitprefixes", "Unit prefixes")), new _hx_array(array("syntaxparams", "Syntax options")), new _hx_array(array("syntaxparams_expression", "Options for general")), new _hx_array(array("syntaxparams_quantity", "Options for quantity")), new _hx_array(array("syntaxparams_list", "Options for list")), new _hx_array(array("allowedinput", "Allowed input")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Correct answer")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validation")), new _hx_array(array("preview", "Preview")), new _hx_array(array("correctanswertabhelp", "Insert the correct answer using WIRIS editor. Select also the behaviour for the formula editor when used by the student.\x0A")), new _hx_array(array("assertionstabhelp", "Select which properties the student answer has to verify. For example, if it has to be simplified, factorized, expressed using physical units or have a specific numerical precision.")), new _hx_array(array("variablestabhelp", "Write an algorithm with WIRIS cas to create random variables: numbers, expressions, plots or a grading function.\x0AYou can also specify the output format of the variables shown to the student.\x0A")), new _hx_array(array("testtabhelp", "Insert a possible student answer to simulate the behaviour of the question. You are using the same tool that the student will use.\x0ANote that you can also test the evaluation criteria, success and automatic feedback.\x0A")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Click Test button to validate the current answer.")), new _hx_array(array("correct", "Correct!")), new _hx_array(array("incorrect", "Incorrect!")), new _hx_array(array("partiallycorrect", "Partially correct!")), new _hx_array(array("inputmethod", "Input method")), new _hx_array(array("compoundanswer", "Compound answer")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor embedded")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor in popup")), new _hx_array(array("answerinputplaintext", "Plain text input field")), new _hx_array(array("showauxiliarcas", "Include WIRIS cas")), new _hx_array(array("initialcascontent", "Initial content")), new _hx_array(array("tolerancedigits", "Tolerance digits")), new _hx_array(array("validationandvariables", "Validation and variables")), new _hx_array(array("algorithmlanguage", "Algorithm language")), new _hx_array(array("calculatorlanguage", "Calculator language")), new _hx_array(array("hasalgorithm", "Has algorithm")), new _hx_array(array("comparison", "Comparison")), new _hx_array(array("properties", "Properties")), new _hx_array(array("studentanswer", "Student answer")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Your changes will be lost if you leave the window.")), new _hx_array(array("outputoptions", "Output options")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "All answers must be correct")), new _hx_array(array("distributegrade", "Distribute grade")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Add")), new _hx_array(array("replaceeditor", "Replace editor")), new _hx_array(array("list", "List")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "Grammar URL")), new _hx_array(array("reservedwords", "Reserved words")), new _hx_array(array("forcebrackets", "Lists always need curly brackets \"{}\".")), new _hx_array(array("commaasitemseparator", "Use comma \",\" as list item separator.")), new _hx_array(array("confirmimportdeprecated", "Import the question? \x0AThe question you are about to open contains deprecated features. The import process may change slightly the behavior of the question. It is highly recommended that you carefully test de question after import.")), new _hx_array(array("comparesets", "Compare as sets")), new _hx_array(array("nobracketslist", "Lists without brackets")), new _hx_array(array("warningtoleranceprecision", "Less precision digits than tolerance digits.")), new _hx_array(array("actionimport", "Import")), new _hx_array(array("actionexport", "Export")), new _hx_array(array("usecase", "Match case")), new _hx_array(array("usespaces", "Match spaces")), new _hx_array(array("notevaluate", "Keep arguments unevaluated")), new _hx_array(array("separators", "Separators")), new _hx_array(array("comma", "Comma")), new _hx_array(array("commarole", "Role of the comma ',' character")), new _hx_array(array("point", "Point")), new _hx_array(array("pointrole", "Role of the point '.' character")), new _hx_array(array("space", "Space")), new _hx_array(array("spacerole", "Role of the space character")), new _hx_array(array("decimalmark", "Decimal digits")), new _hx_array(array("digitsgroup", "Digit groups")), new _hx_array(array("listitems", "List items")), new _hx_array(array("nothing", "Nothing")), new _hx_array(array("intervals", "Intervals")), new _hx_array(array("warningprecision15", "Precision must be between 1 and 15.")), new _hx_array(array("decimalSeparator", "Decimal")), new _hx_array(array("thousandsSeparator", "Thousands")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto")), new _hx_array(array("fixedDecimal", "Fixed")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Scientific")), new _hx_array(array("example", "Example")), new _hx_array(array("warningreltolfixedprec", "Relative tolerance with fixed decimal notation.")), new _hx_array(array("warningabstolfloatprec", "Absolute tolerance with floating decimal notation.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand embedded")), new _hx_array(array("absolutetolerance", "Absolute tolerance")), new _hx_array(array("clicktoeditalgorithm", "Click the button to download and run WIRIS cas application to edit the question algorithm. Learn more.")), new _hx_array(array("launchwiriscas", "Edit algorithm")), new _hx_array(array("sendinginitialsession", "Sending initial session...")), new _hx_array(array("waitingforupdates", "Waiting for updates...")), new _hx_array(array("sessionclosed", "All changes saved")), new _hx_array(array("gotsession", "Changes saved (revision \${n}).")), new _hx_array(array("thecorrectansweris", "The correct answer is")), new _hx_array(array("poweredby", "Powered by")), new _hx_array(array("refresh", "Renew correct answer")), new _hx_array(array("fillwithcorrect", "Fill with correct answer")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "es")), new _hx_array(array("comparisonwithstudentanswer", "Comparación con la respuesta del estudiante")), new _hx_array(array("otheracceptedanswers", "Otras respuestas aceptadas")), new _hx_array(array("equivalent_literal", "Literalmente igual")), new _hx_array(array("equivalent_literal_correct_feedback", "La respuesta es literalmente igual a la correcta.")), new _hx_array(array("equivalent_symbolic", "Matemáticamente igual")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La respuesta es matemáticamente igual a la correcta.")), new _hx_array(array("equivalent_set", "Igual como conjuntos")), new _hx_array(array("equivalent_set_correct_feedback", "El conjunto de respuestas es igual al correcto.")), new _hx_array(array("equivalent_equations", "Ecuaciones equivalentes")), new _hx_array(array("equivalent_equations_correct_feedback", "La respuesta tiene las soluciones requeridas.")), new _hx_array(array("equivalent_function", "Función de calificación")), new _hx_array(array("equivalent_function_correct_feedback", "La respuesta es correcta.")), new _hx_array(array("equivalent_all", "Cualquier respuesta")), new _hx_array(array("any", "cualquier")), new _hx_array(array("gradingfunction", "Función de calificación")), new _hx_array(array("additionalproperties", "Propiedades adicionales")), new _hx_array(array("structure", "Estructura")), new _hx_array(array("none", "ninguno")), new _hx_array(array("None", "Ninguno")), new _hx_array(array("check_integer_form", "tiene forma de número entero")), new _hx_array(array("check_integer_form_correct_feedback", "La respuesta es un número entero.")), new _hx_array(array("check_fraction_form", "tiene forma de fracción")), new _hx_array(array("check_fraction_form_correct_feedback", "La respuesta es una fracción.")), new _hx_array(array("check_polynomial_form", "tiene forma de polinomio")), new _hx_array(array("check_polynomial_form_correct_feedback", "La respuesta es un polinomio.")), new _hx_array(array("check_rational_function_form", "tiene forma de función racional")), new _hx_array(array("check_rational_function_form_correct_feedback", "La respuesta es una función racional.")), new _hx_array(array("check_elemental_function_form", "es una combinación de funciones elementales")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La respuesta es una expresión elemental.")), new _hx_array(array("check_scientific_notation", "está expresada en notación científica")), new _hx_array(array("check_scientific_notation_correct_feedback", "La respuesta está expresada en notación científica.")), new _hx_array(array("more", "Más")), new _hx_array(array("check_simplified", "está simplificada")), new _hx_array(array("check_simplified_correct_feedback", "La respuesta está simplificada.")), new _hx_array(array("check_expanded", "está expandida")), new _hx_array(array("check_expanded_correct_feedback", "La respuesta está expandida.")), new _hx_array(array("check_factorized", "está factorizada")), new _hx_array(array("check_factorized_correct_feedback", "La respuesta está factorizada.")), new _hx_array(array("check_rationalized", "está racionalizada")), new _hx_array(array("check_rationalized_correct_feedback", "La respuseta está racionalizada.")), new _hx_array(array("check_no_common_factor", "no tiene factores comunes")), new _hx_array(array("check_no_common_factor_correct_feedback", "La respuesta no tiene factores comunes.")), new _hx_array(array("check_minimal_radicands", "tiene radicandos minimales")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La respuesta tiene los radicandos minimales.")), new _hx_array(array("check_divisible", "es divisible por")), new _hx_array(array("check_divisible_correct_feedback", "La respuesta es divisible por \${value}.")), new _hx_array(array("check_common_denominator", "tiene denominador común")), new _hx_array(array("check_common_denominator_correct_feedback", "La respuesta tiene denominador común.")), new _hx_array(array("check_unit", "tiene unidad equivalente a")), new _hx_array(array("check_unit_correct_feedback", "La unidad de respuesta es \${unit}.")), new _hx_array(array("check_unit_literal", "tiene unidad literalmente igual a")), new _hx_array(array("check_unit_literal_correct_feedback", "La unidad de respuesta es \${unit}.")), new _hx_array(array("check_no_more_decimals", "tiene menos decimales o exactamente")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La respuesta tiene \${digits} o menos decimales.")), new _hx_array(array("check_no_more_digits", "tiene menos dígitos o exactamente")), new _hx_array(array("check_no_more_digits_correct_feedback", "La respuesta tiene \${digits} o menos dígitos.")), new _hx_array(array("syntax_expression", "General")), new _hx_array(array("syntax_expression_description", "(fórmulas, expresiones, ecuaciones, matrices ...)")), new _hx_array(array("syntax_expression_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("syntax_quantity", "Cantidad")), new _hx_array(array("syntax_quantity_description", "(números, unidades de medida, fracciones, fracciones mixtas, razones...)")), new _hx_array(array("syntax_quantity_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("syntax_list", "Lista")), new _hx_array(array("syntax_list_description", "(listas sin coma separadora o paréntesis)")), new _hx_array(array("syntax_list_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("syntax_string", "Texto")), new _hx_array(array("syntax_string_description", "(palabras, frases, cadenas de caracteres)")), new _hx_array(array("syntax_string_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("none", "ninguno")), new _hx_array(array("edit", "Editar")), new _hx_array(array("accept", "Aceptar")), new _hx_array(array("cancel", "Cancelar")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonométricas")), new _hx_array(array("hyperbolic", "hiperbólicas")), new _hx_array(array("arithmetic", "aritmética")), new _hx_array(array("all", "todo")), new _hx_array(array("tolerance", "Tolerancia")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolerancia relativa")), new _hx_array(array("precision", "Precisión")), new _hx_array(array("implicit_times_operator", "Omitir producto")), new _hx_array(array("times_operator", "Operador producto")), new _hx_array(array("imaginary_unit", "Unidad imaginaria")), new _hx_array(array("mixedfractions", "Fracciones mixtas")), new _hx_array(array("constants", "Constantes")), new _hx_array(array("functions", "Funciones")), new _hx_array(array("userfunctions", "Funciones de usuario")), new _hx_array(array("units", "Unidades")), new _hx_array(array("unitprefixes", "Prefijos de unidades")), new _hx_array(array("syntaxparams", "Opciones de sintaxis")), new _hx_array(array("syntaxparams_expression", "Opciones para general")), new _hx_array(array("syntaxparams_quantity", "Opciones para cantidad")), new _hx_array(array("syntaxparams_list", "Opciones para lista")), new _hx_array(array("allowedinput", "Entrada permitida")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Respuesta correcta")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validación")), new _hx_array(array("preview", "Vista previa")), new _hx_array(array("correctanswertabhelp", "Introduzca la respuesta correcta utilizando WIRIS editor. Seleccione también el comportamiento del editor de fórmulas cuando sea utilizado por el estudiante.\x0A")), new _hx_array(array("assertionstabhelp", "Seleccione las propiedades que deben cumplir las respuestas de estudiante. Por ejemplo, si tiene que estar simplificado, factorizado, expresado utilizando unidades físicas o tener una precisión numérica específica.")), new _hx_array(array("variablestabhelp", "Escriba un algoritmo con WIRIS CAS para crear variables aleatorias: números, expresiones, gráficas o funciones de calificación.\x0ATambién puede especificar el formato de salida de las variables que se muestran a los estudiantes.\x0A")), new _hx_array(array("testtabhelp", "Insertar una posible respuesta de estudiante para simular el comportamiento de la pregunta. Está usted utilizando la misma herramienta que el estudiante utilizará.\x0AObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\x0A")), new _hx_array(array("start", "Inicio")), new _hx_array(array("test", "Prueba")), new _hx_array(array("clicktesttoevaluate", "Haga clic en botón de prueba para validar la respuesta actual.")), new _hx_array(array("correct", "¡correcto!")), new _hx_array(array("incorrect", "¡incorrecto!")), new _hx_array(array("partiallycorrect", "¡parcialmente correcto!")), new _hx_array(array("inputmethod", "Método de entrada")), new _hx_array(array("compoundanswer", "Respuesta compuesta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor incrustado")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor en una ventana emergente")), new _hx_array(array("answerinputplaintext", "Campo de entrada de texto llano")), new _hx_array(array("showauxiliarcas", "Incluir WIRIS CAS")), new _hx_array(array("initialcascontent", "Contenido inicial")), new _hx_array(array("tolerancedigits", "Dígitos de tolerancia")), new _hx_array(array("validationandvariables", "Validación y variables")), new _hx_array(array("algorithmlanguage", "Idioma del algoritmo")), new _hx_array(array("calculatorlanguage", "Idioma de la calculadora")), new _hx_array(array("hasalgorithm", "Tiene algoritmo")), new _hx_array(array("comparison", "Comparación")), new _hx_array(array("properties", "Propiedades")), new _hx_array(array("studentanswer", "Respuesta del estudiante")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Sus cambios se perderán si abandona la ventana.")), new _hx_array(array("outputoptions", "Opciones de salida")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Aviso! Este componente requiere instalar el plugin de Java o quizás es suficiente activar el plugin de Java.")), new _hx_array(array("allanswerscorrect", "Todas las respuestas deben ser correctas")), new _hx_array(array("distributegrade", "Distribuir la nota")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Añadir")), new _hx_array(array("replaceeditor", "Sustituir editor")), new _hx_array(array("list", "Lista")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "Grammar URL")), new _hx_array(array("reservedwords", "Palabras reservadas")), new _hx_array(array("forcebrackets", "Las listas siempre necesitan llaves \"{}\".")), new _hx_array(array("commaasitemseparator", "Utiliza la coma \",\" como separador de elementos de listas.")), new _hx_array(array("confirmimportdeprecated", "Importar la pregunta?\x0AEsta pregunta tiene características obsoletas. El proceso de importación puede modificar el comportamiento de la pregunta. Revise cuidadosamente la pregunta antes de utilizarla.")), new _hx_array(array("comparesets", "Compara como conjuntos")), new _hx_array(array("nobracketslist", "Listas sin llaves")), new _hx_array(array("warningtoleranceprecision", "Precisión menor que la tolerancia.")), new _hx_array(array("actionimport", "Importar")), new _hx_array(array("actionexport", "Exportar")), new _hx_array(array("usecase", "Coincidir mayúsculas y minúsculas")), new _hx_array(array("usespaces", "Coincidir espacios")), new _hx_array(array("notevaluate", "Mantener los argumentos sin evaluar")), new _hx_array(array("separators", "Separadores")), new _hx_array(array("comma", "Coma")), new _hx_array(array("commarole", "Rol del caracter coma ','")), new _hx_array(array("point", "Punto")), new _hx_array(array("pointrole", "Rol del caracter punto '.'")), new _hx_array(array("space", "Espacio")), new _hx_array(array("spacerole", "Rol del caracter espacio")), new _hx_array(array("decimalmark", "Decimales")), new _hx_array(array("digitsgroup", "Miles")), new _hx_array(array("listitems", "Elementos de lista")), new _hx_array(array("nothing", "Ninguno")), new _hx_array(array("intervals", "Intervalos")), new _hx_array(array("warningprecision15", "La precisión debe estar entre 1 y 15.")), new _hx_array(array("decimalSeparator", "Decimales")), new _hx_array(array("thousandsSeparator", "Miles")), new _hx_array(array("notation", "Notación")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto")), new _hx_array(array("fixedDecimal", "Fija")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Científica")), new _hx_array(array("example", "Ejemplo")), new _hx_array(array("warningreltolfixedprec", "Tolerancia relativa con notación de coma fija.")), new _hx_array(array("warningabstolfloatprec", "Tolerancia absoluta con notación de coma flotante.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand incrustado")), new _hx_array(array("absolutetolerance", "Tolerancia absoluta")), new _hx_array(array("clicktoeditalgorithm", "Clica el botón para descargar y ejecutar la aplicación WIRIS cas para editar el algoritmo de la pregunta. Aprende más.")), new _hx_array(array("launchwiriscas", "Editar algoritmo")), new _hx_array(array("sendinginitialsession", "Enviando algoritmo inicial.")), new _hx_array(array("waitingforupdates", "Esperando actualizaciones.")), new _hx_array(array("sessionclosed", "Todos los cambios guardados.")), new _hx_array(array("gotsession", "Cambios guardados (revisión \${n}).")), new _hx_array(array("thecorrectansweris", "La respuesta correcta es")), new _hx_array(array("poweredby", "Creado por")), new _hx_array(array("refresh", "Renovar la respuesta correcta")), new _hx_array(array("fillwithcorrect", "Rellenar con la respuesta correcta")), new _hx_array(array("runcalculator", "Ejecutar calculadora")), new _hx_array(array("clicktoruncalculator", "Clica el botón para descargar y ejecutar la aplicación WIRIS cas para hacer los cálculos que necesite. Aprende más.")), new _hx_array(array("answer", "respuesta")), new _hx_array(array("lang", "ca")), new _hx_array(array("comparisonwithstudentanswer", "Comparació amb la resposta de l'estudiant")), new _hx_array(array("otheracceptedanswers", "Altres respostes acceptades")), new _hx_array(array("equivalent_literal", "Literalment igual")), new _hx_array(array("equivalent_literal_correct_feedback", "La resposta és literalment igual a la correcta.")), new _hx_array(array("equivalent_symbolic", "Matemàticament igual")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La resposta és matemàticament igual a la correcta.")), new _hx_array(array("equivalent_set", "Igual com a conjunts")), new _hx_array(array("equivalent_set_correct_feedback", "El conjunt de respostes és igual al correcte.")), new _hx_array(array("equivalent_equations", "Equacions equivalents")), new _hx_array(array("equivalent_equations_correct_feedback", "La resposta té les solucions requerides.")), new _hx_array(array("equivalent_function", "Funció de qualificació")), new _hx_array(array("equivalent_function_correct_feedback", "La resposta és correcta.")), new _hx_array(array("equivalent_all", "Qualsevol resposta")), new _hx_array(array("any", "qualsevol")), new _hx_array(array("gradingfunction", "Funció de qualificació")), new _hx_array(array("additionalproperties", "Propietats addicionals")), new _hx_array(array("structure", "Estructura")), new _hx_array(array("none", "cap")), new _hx_array(array("None", "Cap")), new _hx_array(array("check_integer_form", "té forma de nombre enter")), new _hx_array(array("check_integer_form_correct_feedback", "La resposta és un nombre enter.")), new _hx_array(array("check_fraction_form", "té forma de fracció")), new _hx_array(array("check_fraction_form_correct_feedback", "La resposta és una fracció.")), new _hx_array(array("check_polynomial_form", "té forma de polinomi")), new _hx_array(array("check_polynomial_form_correct_feedback", "La resposta és un polinomi.")), new _hx_array(array("check_rational_function_form", "té forma de funció racional")), new _hx_array(array("check_rational_function_form_correct_feedback", "La resposta és una funció racional.")), new _hx_array(array("check_elemental_function_form", "és una combinació de funcions elementals")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La resposta és una expressió elemental.")), new _hx_array(array("check_scientific_notation", "està expressada en notació científica")), new _hx_array(array("check_scientific_notation_correct_feedback", "La resposta està expressada en notació científica.")), new _hx_array(array("more", "Més")), new _hx_array(array("check_simplified", "està simplificada")), new _hx_array(array("check_simplified_correct_feedback", "La resposta està simplificada.")), new _hx_array(array("check_expanded", "està expandida")), new _hx_array(array("check_expanded_correct_feedback", "La resposta està expandida.")), new _hx_array(array("check_factorized", "està factoritzada")), new _hx_array(array("check_factorized_correct_feedback", "La resposta està factoritzada.")), new _hx_array(array("check_rationalized", "està racionalitzada")), new _hx_array(array("check_rationalized_correct_feedback", "La resposta está racionalitzada.")), new _hx_array(array("check_no_common_factor", "no té factors comuns")), new _hx_array(array("check_no_common_factor_correct_feedback", "La resposta no té factors comuns.")), new _hx_array(array("check_minimal_radicands", "té radicands minimals")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La resposta té els radicands minimals.")), new _hx_array(array("check_divisible", "és divisible per")), new _hx_array(array("check_divisible_correct_feedback", "La resposta és divisible per \${value}.")), new _hx_array(array("check_common_denominator", "té denominador comú")), new _hx_array(array("check_common_denominator_correct_feedback", "La resposta té denominador comú.")), new _hx_array(array("check_unit", "té unitat equivalent a")), new _hx_array(array("check_unit_correct_feedback", "La unitat de resposta és \${unit}.")), new _hx_array(array("check_unit_literal", "té unitat literalment igual a")), new _hx_array(array("check_unit_literal_correct_feedback", "La unitat de resposta és \${unit}.")), new _hx_array(array("check_no_more_decimals", "té menys decimals o exactament")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La resposta té \${digits} o menys decimals.")), new _hx_array(array("check_no_more_digits", "té menys dígits o exactament")), new _hx_array(array("check_no_more_digits_correct_feedback", "La resposta té \${digits} o menys dígits.")), new _hx_array(array("syntax_expression", "General")), new _hx_array(array("syntax_expression_description", "(fórmules, expressions, equacions, matrius ...)")), new _hx_array(array("syntax_expression_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("syntax_quantity", "Quantitat")), new _hx_array(array("syntax_quantity_description", "(nombres, unitats de mesura, fraccions, fraccions mixtes, raons...)")), new _hx_array(array("syntax_quantity_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("syntax_list", "Llista")), new _hx_array(array("syntax_list_description", "(llistes sense coma separadora o parèntesis)")), new _hx_array(array("syntax_list_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("syntax_string", "Text")), new _hx_array(array("syntax_string_description", "(paraules, frases, cadenas de caràcters)")), new _hx_array(array("syntax_string_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("none", "cap")), new _hx_array(array("edit", "Editar")), new _hx_array(array("accept", "Acceptar")), new _hx_array(array("cancel", "Cancel·lar")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonomètriques")), new _hx_array(array("hyperbolic", "hiperbòliques")), new _hx_array(array("arithmetic", "aritmètica")), new _hx_array(array("all", "tot")), new _hx_array(array("tolerance", "Tolerància")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolerància relativa")), new _hx_array(array("precision", "Precisió")), new _hx_array(array("implicit_times_operator", "Ometre producte")), new _hx_array(array("times_operator", "Operador producte")), new _hx_array(array("imaginary_unit", "Unitat imaginària")), new _hx_array(array("mixedfractions", "Fraccions mixtes")), new _hx_array(array("constants", "Constants")), new _hx_array(array("functions", "Funcions")), new _hx_array(array("userfunctions", "Funcions d'usuari")), new _hx_array(array("units", "Unitats")), new _hx_array(array("unitprefixes", "Prefixos d'unitats")), new _hx_array(array("syntaxparams", "Opcions de sintaxi")), new _hx_array(array("syntaxparams_expression", "Opcions per a general")), new _hx_array(array("syntaxparams_quantity", "Opcions per a quantitat")), new _hx_array(array("syntaxparams_list", "Opcions per a llista")), new _hx_array(array("allowedinput", "Entrada permesa")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Resposta correcta")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validació")), new _hx_array(array("preview", "Vista prèvia")), new _hx_array(array("correctanswertabhelp", "Introduïu la resposta correcta utilitzant WIRIS editor. Seleccioneu també el comportament de l'editor de fórmules quan sigui utilitzat per l'estudiant.\x0A")), new _hx_array(array("assertionstabhelp", "Seleccioneu les propietats que han de complir les respostes d'estudiant. Per exemple, si ha d'estar simplificat, factoritzat, expressat utilitzant unitats físiques o tenir una precisió numèrica específica.")), new _hx_array(array("variablestabhelp", "Escriviu un algorisme amb WIRIS CAS per crear variables aleatòries: números, expressions, gràfiques o funcions de qualificació.\x0ATambé podeu especificar el format de sortida de les variables que es mostren als estudiants.\x0A")), new _hx_array(array("testtabhelp", "Inserir una possible resposta d'estudiant per simular el comportament de la pregunta. Està utilitzant la mateixa eina que l'estudiant utilitzarà per entrar la resposta.\x0AObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\x0A")), new _hx_array(array("start", "Inici")), new _hx_array(array("test", "Prova")), new _hx_array(array("clicktesttoevaluate", "Feu clic a botó de prova per validar la resposta actual.")), new _hx_array(array("correct", "Correcte!")), new _hx_array(array("incorrect", "Incorrecte!")), new _hx_array(array("partiallycorrect", "Parcialment correcte!")), new _hx_array(array("inputmethod", "Mètode d'entrada")), new _hx_array(array("compoundanswer", "Resposta composta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor incrustat")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor en una finestra emergent")), new _hx_array(array("answerinputplaintext", "Camp d'entrada de text pla")), new _hx_array(array("showauxiliarcas", "Incloure WIRIS CAS")), new _hx_array(array("initialcascontent", "Contingut inicial")), new _hx_array(array("tolerancedigits", "Dígits de tolerància")), new _hx_array(array("validationandvariables", "Validació i variables")), new _hx_array(array("algorithmlanguage", "Idioma de l'algorisme")), new _hx_array(array("calculatorlanguage", "Idioma de la calculadora")), new _hx_array(array("hasalgorithm", "Té algorisme")), new _hx_array(array("comparison", "Comparació")), new _hx_array(array("properties", "Propietats")), new _hx_array(array("studentanswer", "Resposta de l'estudiant")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Els seus canvis es perdran si abandona la finestra.")), new _hx_array(array("outputoptions", "Opcions de sortida")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Totes les respostes han de ser correctes")), new _hx_array(array("distributegrade", "Distribueix la nota")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Afegir")), new _hx_array(array("replaceeditor", "Substitueix l'editor")), new _hx_array(array("list", "Llista")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "Grammar URL")), new _hx_array(array("reservedwords", "Paraules reservades")), new _hx_array(array("forcebrackets", "Les llistes sempre necessiten claus \"{}\".")), new _hx_array(array("commaasitemseparator", "Utilitza la coma \",\" com a separador d'elements de llistes.")), new _hx_array(array("confirmimportdeprecated", "Importar la pregunta?\x0AAquesta pregunta conté característiques obsoletes. El procés d'importació pot canviar lleugerament el comportament de la pregunta. És altament recomanat comprovar cuidadosament la pregunta després de la importació.")), new _hx_array(array("comparesets", "Compara com a conjunts")), new _hx_array(array("nobracketslist", "Llistes sense claus")), new _hx_array(array("warningtoleranceprecision", "Hi ha menys dígits de precisió que dígits de tolerància.")), new _hx_array(array("actionimport", "Importar")), new _hx_array(array("actionexport", "Exportar")), new _hx_array(array("usecase", "Coincideix majúscules i minúscules")), new _hx_array(array("usespaces", "Coincideix espais")), new _hx_array(array("notevaluate", "Mantén els arguments sense avaluar")), new _hx_array(array("separators", "Separadors")), new _hx_array(array("comma", "Coma")), new _hx_array(array("commarole", "Rol del caràcter coma ','")), new _hx_array(array("point", "Punt")), new _hx_array(array("pointrole", "Rol del caràcter punt '.'")), new _hx_array(array("space", "Espai")), new _hx_array(array("spacerole", "Rol del caràcter espai")), new _hx_array(array("decimalmark", "Decimals")), new _hx_array(array("digitsgroup", "Milers")), new _hx_array(array("listitems", "Elements de llista")), new _hx_array(array("nothing", "Cap")), new _hx_array(array("intervals", "Intervals")), new _hx_array(array("warningprecision15", "La precisió ha de ser entre 1 i 15.")), new _hx_array(array("decimalSeparator", "Decimals")), new _hx_array(array("thousandsSeparator", "Milers")), new _hx_array(array("notation", "Notació")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto")), new _hx_array(array("fixedDecimal", "Fixa")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Científica")), new _hx_array(array("example", "Exemple")), new _hx_array(array("warningreltolfixedprec", "Tolerància relativa amb notació de coma fixa.")), new _hx_array(array("warningabstolfloatprec", "Tolerància absoluta amb notació de coma flotant.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand incrustat")), new _hx_array(array("absolutetolerance", "Tolerància absoluta")), new _hx_array(array("clicktoeditalgorithm", "Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a editar l'algorisme de la pregunta. Aprèn-ne més.")), new _hx_array(array("launchwiriscas", "Editar algorisme")), new _hx_array(array("sendinginitialsession", "Enviant algorisme inicial.")), new _hx_array(array("waitingforupdates", "Esperant actualitzacions.")), new _hx_array(array("sessionclosed", "S'han desat tots els canvis.")), new _hx_array(array("gotsession", "Canvis desats (revisió \${n}).")), new _hx_array(array("thecorrectansweris", "La resposta correcta és")), new _hx_array(array("poweredby", "Creat per")), new _hx_array(array("refresh", "Renova la resposta correcta")), new _hx_array(array("fillwithcorrect", "Omple amb la resposta correcta")), new _hx_array(array("runcalculator", "Executar calculadora")), new _hx_array(array("clicktoruncalculator", "Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a fer els càlculs que necessiti. Aprèn-ne més.")), new _hx_array(array("answer", "resposta")), new _hx_array(array("lang", "it")), new _hx_array(array("comparisonwithstudentanswer", "Confronto con la risposta dello studente")), new _hx_array(array("otheracceptedanswers", "Altre risposte accettate")), new _hx_array(array("equivalent_literal", "Letteralmente uguale")), new _hx_array(array("equivalent_literal_correct_feedback", "La risposta è letteralmente uguale a quella corretta.")), new _hx_array(array("equivalent_symbolic", "Matematicamente uguale")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La risposta è matematicamente uguale a quella corretta.")), new _hx_array(array("equivalent_set", "Uguale come serie")), new _hx_array(array("equivalent_set_correct_feedback", "La risposta è una serie uguale a quella corretta.")), new _hx_array(array("equivalent_equations", "Equazioni equivalenti")), new _hx_array(array("equivalent_equations_correct_feedback", "La risposta ha le stesse soluzioni di quella corretta.")), new _hx_array(array("equivalent_function", "Funzione di classificazione")), new _hx_array(array("equivalent_function_correct_feedback", "La risposta è corretta.")), new _hx_array(array("equivalent_all", "Qualsiasi risposta")), new _hx_array(array("any", "qualsiasi")), new _hx_array(array("gradingfunction", "Funzione di classificazione")), new _hx_array(array("additionalproperties", "Proprietà aggiuntive")), new _hx_array(array("structure", "Struttura")), new _hx_array(array("none", "nessuno")), new _hx_array(array("None", "Nessuno")), new _hx_array(array("check_integer_form", "corrisponde a un numero intero")), new _hx_array(array("check_integer_form_correct_feedback", "La risposta è un numero intero.")), new _hx_array(array("check_fraction_form", "corrisponde a una frazione")), new _hx_array(array("check_fraction_form_correct_feedback", "La risposta è una frazione.")), new _hx_array(array("check_polynomial_form", "corrisponde a un polinomio")), new _hx_array(array("check_polynomial_form_correct_feedback", "La risposta è un polinomio.")), new _hx_array(array("check_rational_function_form", "corrisponde a una funzione razionale")), new _hx_array(array("check_rational_function_form_correct_feedback", "La risposta è una funzione razionale.")), new _hx_array(array("check_elemental_function_form", "è una combinazione di funzioni elementari")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La risposta è un'espressione elementare.")), new _hx_array(array("check_scientific_notation", "è espressa in notazione scientifica")), new _hx_array(array("check_scientific_notation_correct_feedback", "La risposta è espressa in notazione scientifica.")), new _hx_array(array("more", "Altro")), new _hx_array(array("check_simplified", "è semplificata")), new _hx_array(array("check_simplified_correct_feedback", "La risposta è semplificata.")), new _hx_array(array("check_expanded", "è espansa")), new _hx_array(array("check_expanded_correct_feedback", "La risposta è espansa.")), new _hx_array(array("check_factorized", "è scomposta in fattori")), new _hx_array(array("check_factorized_correct_feedback", "La risposta è scomposta in fattori.")), new _hx_array(array("check_rationalized", "è razionalizzata")), new _hx_array(array("check_rationalized_correct_feedback", "La risposta è razionalizzata.")), new _hx_array(array("check_no_common_factor", "non ha fattori comuni")), new _hx_array(array("check_no_common_factor_correct_feedback", "La risposta non ha fattori comuni.")), new _hx_array(array("check_minimal_radicands", "ha radicandi minimi")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La risposta contiene radicandi minimi.")), new _hx_array(array("check_divisible", "è divisibile per")), new _hx_array(array("check_divisible_correct_feedback", "La risposta è divisibile per \${value}.")), new _hx_array(array("check_common_denominator", "ha un solo denominatore comune")), new _hx_array(array("check_common_denominator_correct_feedback", "La risposta ha un solo denominatore comune.")), new _hx_array(array("check_unit", "ha un'unità equivalente a")), new _hx_array(array("check_unit_correct_feedback", "La risposta è l'unità \${unit}.")), new _hx_array(array("check_unit_literal", "ha un'unità letteralmente uguale a")), new _hx_array(array("check_unit_literal_correct_feedback", "La risposta è l'unità \${unit}.")), new _hx_array(array("check_no_more_decimals", "ha un numero inferiore o uguale di decimali rispetto a")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La risposta ha \${digits} o meno decimali.")), new _hx_array(array("check_no_more_digits", "ha un numero inferiore o uguale di cifre rispetto a")), new _hx_array(array("check_no_more_digits_correct_feedback", "La risposta ha \${digits} o meno cifre.")), new _hx_array(array("syntax_expression", "Generale")), new _hx_array(array("syntax_expression_description", "(formule, espressioni, equazioni, matrici etc.)")), new _hx_array(array("syntax_expression_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("syntax_quantity", "Quantità")), new _hx_array(array("syntax_quantity_description", "(numeri, unità di misura, frazioni, frazioni miste, proporzioni etc.)")), new _hx_array(array("syntax_quantity_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("syntax_list", "Elenco")), new _hx_array(array("syntax_list_description", "(elenchi senza virgola di separazione o parentesi)")), new _hx_array(array("syntax_list_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("syntax_string", "Testo")), new _hx_array(array("syntax_string_description", "(parole, frasi, stringhe di caratteri)")), new _hx_array(array("syntax_string_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("none", "nessuno")), new _hx_array(array("edit", "Modifica")), new _hx_array(array("accept", "Accetta")), new _hx_array(array("cancel", "Annulla")), new _hx_array(array("explog", "esponenziale/logaritmica")), new _hx_array(array("trigonometric", "trigonometrica")), new _hx_array(array("hyperbolic", "iperbolica")), new _hx_array(array("arithmetic", "aritmetica")), new _hx_array(array("all", "tutto")), new _hx_array(array("tolerance", "Tolleranza")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolleranza relativa")), new _hx_array(array("precision", "Precisione")), new _hx_array(array("implicit_times_operator", "Operatore prodotto non visibile")), new _hx_array(array("times_operator", "Operatore prodotto")), new _hx_array(array("imaginary_unit", "Unità immaginaria")), new _hx_array(array("mixedfractions", "Frazioni miste")), new _hx_array(array("constants", "Costanti")), new _hx_array(array("functions", "Funzioni")), new _hx_array(array("userfunctions", "Funzioni utente")), new _hx_array(array("units", "Unità")), new _hx_array(array("unitprefixes", "Prefissi unità")), new _hx_array(array("syntaxparams", "Opzioni di sintassi")), new _hx_array(array("syntaxparams_expression", "Opzioni per elementi generali")), new _hx_array(array("syntaxparams_quantity", "Opzioni per la quantità")), new _hx_array(array("syntaxparams_list", "Opzioni per elenchi")), new _hx_array(array("allowedinput", "Input consentito")), new _hx_array(array("manual", "Manuale")), new _hx_array(array("correctanswer", "Risposta corretta")), new _hx_array(array("variables", "Variabili")), new _hx_array(array("validation", "Verifica")), new _hx_array(array("preview", "Anteprima")), new _hx_array(array("correctanswertabhelp", "Inserisci la risposta corretta utilizzando l'editor WIRIS. Seleziona anche un comportamento per l'editor di formule se utilizzato dallo studente.\x0ANon potrai archiviare la risposta se non si tratta di un'espressione valida.\x0A")), new _hx_array(array("assertionstabhelp", "Seleziona quali proprietà deve verificare la risposta dello studente. Ad esempio, se la risposta deve essere semplificata, scomposta in fattori o espressa in unità fisiche o se ha una precisione numerica specifica.")), new _hx_array(array("variablestabhelp", "Scrivi un algoritmo con WIRIS cas per creare variabili casuali: numeri, espressioni, diagrammi o funzioni di classificazione.\x0APuoi anche specificare il formato delle variabili mostrate allo studente.\x0A")), new _hx_array(array("testtabhelp", "Inserisci la risposta di un possibile studente per simulare il comportamento della domanda. Per questa operazione, utilizzi lo stesso strumento che utilizzerà lo studente.\x0ANota: puoi anche testare i criteri di valutazione, di risposta corretta e il feedback automatico.\x0A")), new _hx_array(array("start", "Inizio")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Fai clic sul pulsante Test per verificare la risposta attuale.")), new _hx_array(array("correct", "Risposta corretta.")), new _hx_array(array("incorrect", "Risposta sbagliata.")), new _hx_array(array("partiallycorrect", "Risposta corretta in parte.")), new _hx_array(array("inputmethod", "Metodo di input")), new _hx_array(array("compoundanswer", "Risposta composta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor integrato")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor nella finestra a comparsa")), new _hx_array(array("answerinputplaintext", "Campo di input testo semplice")), new _hx_array(array("showauxiliarcas", "Includi WIRIS cas")), new _hx_array(array("initialcascontent", "Contenuto iniziale")), new _hx_array(array("tolerancedigits", "Cifre di tolleranza")), new _hx_array(array("validationandvariables", "Verifica e variabili")), new _hx_array(array("algorithmlanguage", "Lingua algoritmo")), new _hx_array(array("calculatorlanguage", "Lingua calcolatrice")), new _hx_array(array("hasalgorithm", "Ha l'algoritmo")), new _hx_array(array("comparison", "Confronto")), new _hx_array(array("properties", "Proprietà")), new _hx_array(array("studentanswer", "Risposta dello studente")), new _hx_array(array("poweredbywiris", "Realizzato con WIRIS")), new _hx_array(array("yourchangeswillbelost", "Se chiudi la finestra, le modifiche andranno perse.")), new _hx_array(array("outputoptions", "Opzioni risultato")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Tutte le risposte devono essere corrette")), new _hx_array(array("distributegrade", "Fornisci voto")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Aggiungi")), new _hx_array(array("replaceeditor", "Sostituisci editor")), new _hx_array(array("list", "Elenco")), new _hx_array(array("questionxml", "XML domanda")), new _hx_array(array("grammarurl", "URL grammatica")), new _hx_array(array("reservedwords", "Parole riservate")), new _hx_array(array("forcebrackets", "Gli elenchi devono sempre contenere le parentesi graffe \"{}\".")), new _hx_array(array("commaasitemseparator", "Utilizza la virgola \",\" per separare gli elementi di un elenco.")), new _hx_array(array("confirmimportdeprecated", "Vuoi importare la domanda?\x0A La domanda che vuoi aprire contiene funzionalità obsolete. Il processo di importazione potrebbe modificare leggermente il comportamento della domanda. Ti consigliamo di controllare attentamente la domanda dopo l'importazione.")), new _hx_array(array("comparesets", "Confronta come serie")), new _hx_array(array("nobracketslist", "Elenchi senza parentesi")), new _hx_array(array("warningtoleranceprecision", "Le cifre di precisione sono inferiori a quelle di tolleranza.")), new _hx_array(array("actionimport", "Importazione")), new _hx_array(array("actionexport", "Esportazione")), new _hx_array(array("usecase", "Rispetta maiuscole/minuscole")), new _hx_array(array("usespaces", "Rispetta spazi")), new _hx_array(array("notevaluate", "Mantieni argomenti non valutati")), new _hx_array(array("separators", "Separatori")), new _hx_array(array("comma", "Virgola")), new _hx_array(array("commarole", "Ruolo della virgola “,”")), new _hx_array(array("point", "Punto")), new _hx_array(array("pointrole", "Ruolo del punto “.”")), new _hx_array(array("space", "Spazio")), new _hx_array(array("spacerole", "Ruolo dello spazio")), new _hx_array(array("decimalmark", "Cifre decimali")), new _hx_array(array("digitsgroup", "Gruppi di cifre")), new _hx_array(array("listitems", "Elenca elementi")), new _hx_array(array("nothing", "Niente")), new _hx_array(array("intervals", "Intervalli")), new _hx_array(array("warningprecision15", "La precisione deve essere compresa tra 1 e 15.")), new _hx_array(array("decimalSeparator", "Decimale")), new _hx_array(array("thousandsSeparator", "Migliaia")), new _hx_array(array("notation", "Notazione")), new _hx_array(array("invisible", "Invisibile")), new _hx_array(array("auto", "Automatico")), new _hx_array(array("fixedDecimal", "Fisso")), new _hx_array(array("floatingDecimal", "Decimale")), new _hx_array(array("scientific", "Scientifica")), new _hx_array(array("example", "Esempio")), new _hx_array(array("warningreltolfixedprec", "Tolleranza relativa con notazione decimale fissa.")), new _hx_array(array("warningabstolfloatprec", "Tolleranza assoluta con notazione decimale fluttuante.")), new _hx_array(array("answerinputinlinehand", "Applicazione WIRIS hand incorporata")), new _hx_array(array("absolutetolerance", "Tolleranza assoluta")), new _hx_array(array("clicktoeditalgorithm", "Il tuo browser non supporta Java. Fai clic sul pulsante per scaricare ed eseguire l’applicazione WIRIS cas che consente di modificare l’algoritmo della domanda.")), new _hx_array(array("launchwiriscas", "Avvia WIRIS cas")), new _hx_array(array("sendinginitialsession", "Invio della sessione iniziale...")), new _hx_array(array("waitingforupdates", "In attesa degli aggiornamenti...")), new _hx_array(array("sessionclosed", "Comunicazione chiusa.")), new _hx_array(array("gotsession", "Ricevuta revisione \${n}.")), new _hx_array(array("thecorrectansweris", "La risposta corretta è")), new _hx_array(array("poweredby", "Offerto da")), new _hx_array(array("refresh", "Rinnova la risposta corretta")), new _hx_array(array("fillwithcorrect", "Inserisci la risposta corretta")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "fr")), new _hx_array(array("comparisonwithstudentanswer", "Comparaison avec la réponse de l'étudiant")), new _hx_array(array("otheracceptedanswers", "Autres réponses acceptées")), new _hx_array(array("equivalent_literal", "Strictement égal")), new _hx_array(array("equivalent_literal_correct_feedback", "La réponse est strictement égale à la bonne réponse.")), new _hx_array(array("equivalent_symbolic", "Mathématiquement égal")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La réponse est mathématiquement égale à la bonne réponse.")), new _hx_array(array("equivalent_set", "Égal en tant qu'ensembles")), new _hx_array(array("equivalent_set_correct_feedback", "L'ensemble de réponses est égal à la bonne réponse.")), new _hx_array(array("equivalent_equations", "Équations équivalentes")), new _hx_array(array("equivalent_equations_correct_feedback", "La réponse partage les mêmes solutions que la bonne réponse.")), new _hx_array(array("equivalent_function", "Fonction de gradation")), new _hx_array(array("equivalent_function_correct_feedback", "C'est la bonne réponse.")), new _hx_array(array("equivalent_all", "N'importe quelle réponse")), new _hx_array(array("any", "quelconque")), new _hx_array(array("gradingfunction", "Fonction de gradation")), new _hx_array(array("additionalproperties", "Propriétés supplémentaires")), new _hx_array(array("structure", "Structure")), new _hx_array(array("none", "aucune")), new _hx_array(array("None", "Aucune")), new _hx_array(array("check_integer_form", "a la forme d'un entier.")), new _hx_array(array("check_integer_form_correct_feedback", "La réponse est un nombre entier.")), new _hx_array(array("check_fraction_form", "a la forme d'une fraction")), new _hx_array(array("check_fraction_form_correct_feedback", "La réponse est une fraction.")), new _hx_array(array("check_polynomial_form", "a la forme d'un polynôme")), new _hx_array(array("check_polynomial_form_correct_feedback", "La réponse est un polynôme.")), new _hx_array(array("check_rational_function_form", "a la forme d'une fonction rationnelle")), new _hx_array(array("check_rational_function_form_correct_feedback", "La réponse est une fonction rationnelle.")), new _hx_array(array("check_elemental_function_form", "est une combinaison de fonctions élémentaires")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La réponse est une expression élémentaire.")), new _hx_array(array("check_scientific_notation", "est exprimé en notation scientifique")), new _hx_array(array("check_scientific_notation_correct_feedback", "La réponse est exprimée en notation scientifique.")), new _hx_array(array("more", "Plus")), new _hx_array(array("check_simplified", "est simplifié")), new _hx_array(array("check_simplified_correct_feedback", "La réponse est simplifiée.")), new _hx_array(array("check_expanded", "est développé")), new _hx_array(array("check_expanded_correct_feedback", "La réponse est développée.")), new _hx_array(array("check_factorized", "est factorisé")), new _hx_array(array("check_factorized_correct_feedback", "La réponse est factorisée.")), new _hx_array(array("check_rationalized", " : rationalisé")), new _hx_array(array("check_rationalized_correct_feedback", "La réponse est rationalisée.")), new _hx_array(array("check_no_common_factor", "n'a pas de facteurs communs")), new _hx_array(array("check_no_common_factor_correct_feedback", "La réponse n'a pas de facteurs communs.")), new _hx_array(array("check_minimal_radicands", "a des radicandes minimaux")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La réponse a des radicandes minimaux.")), new _hx_array(array("check_divisible", "est divisible par")), new _hx_array(array("check_divisible_correct_feedback", "La réponse est divisible par \${value}.")), new _hx_array(array("check_common_denominator", "a un seul dénominateur commun")), new _hx_array(array("check_common_denominator_correct_feedback", "La réponse inclut un seul dénominateur commun.")), new _hx_array(array("check_unit", "inclut une unité équivalente à")), new _hx_array(array("check_unit_correct_feedback", "La bonne unité est \${unit}.")), new _hx_array(array("check_unit_literal", "a une unité strictement égale à")), new _hx_array(array("check_unit_literal_correct_feedback", "La bonne unité est \${unit}.")), new _hx_array(array("check_no_more_decimals", "a le même nombre ou moins de décimales que")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La réponse inclut au plus \${digits} décimales.")), new _hx_array(array("check_no_more_digits", "a le même nombre ou moins de chiffres que")), new _hx_array(array("check_no_more_digits_correct_feedback", "La réponse inclut au plus \${digits} chiffres.")), new _hx_array(array("syntax_expression", "Général")), new _hx_array(array("syntax_expression_description", "(formules, expressions, équations, matrices…)")), new _hx_array(array("syntax_expression_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("syntax_quantity", "Quantité")), new _hx_array(array("syntax_quantity_description", "(nombres, unités de mesure, fractions, fractions mixtes, proportions…)")), new _hx_array(array("syntax_quantity_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(listes sans virgule ou crochets de séparation)")), new _hx_array(array("syntax_list_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("syntax_string", "Texte")), new _hx_array(array("syntax_string_description", "(mots, phrases, suites de caractères)")), new _hx_array(array("syntax_string_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("none", "aucune")), new _hx_array(array("edit", "Modifier")), new _hx_array(array("accept", "Accepter")), new _hx_array(array("cancel", "Annuler")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonométrique")), new _hx_array(array("hyperbolic", "hyperbolique")), new _hx_array(array("arithmetic", "arithmétique")), new _hx_array(array("all", "toutes")), new _hx_array(array("tolerance", "Tolérance")), new _hx_array(array("relative", "relative")), new _hx_array(array("relativetolerance", "Tolérance relative")), new _hx_array(array("precision", "Précision")), new _hx_array(array("implicit_times_operator", "Opérateur de multiplication invisible")), new _hx_array(array("times_operator", "Opérateur de multiplication")), new _hx_array(array("imaginary_unit", "Unité imaginaire")), new _hx_array(array("mixedfractions", "Fractions mixtes")), new _hx_array(array("constants", "Constantes")), new _hx_array(array("functions", "Fonctions")), new _hx_array(array("userfunctions", "Fonctions personnalisées")), new _hx_array(array("units", "Unités")), new _hx_array(array("unitprefixes", "Préfixes d'unité")), new _hx_array(array("syntaxparams", "Options de syntaxe")), new _hx_array(array("syntaxparams_expression", "Options générales")), new _hx_array(array("syntaxparams_quantity", "Options de quantité")), new _hx_array(array("syntaxparams_list", "Options de liste")), new _hx_array(array("allowedinput", "Entrée autorisée")), new _hx_array(array("manual", "Manuel")), new _hx_array(array("correctanswer", "Bonne réponse")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validation")), new _hx_array(array("preview", "Aperçu")), new _hx_array(array("correctanswertabhelp", "Insérer la bonne réponse à l'aide du WIRIS Editor. Sélectionner aussi le comportement de l'éditeur de formule lorsque l'étudiant y fait appel.\x0A")), new _hx_array(array("assertionstabhelp", "Sélectionner les propriétés que la réponse de l'étudiant doit satisfaire. Par exemple, si elle doit être simplifiée, factorisée, exprimée dans une unité physique ou présenter une précision chiffrée spécifique.")), new _hx_array(array("variablestabhelp", "Écrire un algorithme à l'aide de WIRIS CAS pour créer des variables aléatoires : des nombres, des expressions, des courbes ou une fonction de gradation. \x0AVous pouvez aussi spécifier un format des variables pour l'affichage à l'étudiant.\x0A")), new _hx_array(array("testtabhelp", "Insérer une réponse possible de l'étudiant afin de simuler le comportement de la question. Vous utilisez le même outil que l'étudiant. \x0ANotez que vous pouvez aussi tester le critère d'évaluation, de réussite et les commentaires automatiques.\x0A")), new _hx_array(array("start", "Démarrer")), new _hx_array(array("test", "Tester")), new _hx_array(array("clicktesttoevaluate", "Cliquer sur le bouton Test pour valider la réponse actuelle.")), new _hx_array(array("correct", "Correct !")), new _hx_array(array("incorrect", "Incorrect !")), new _hx_array(array("partiallycorrect", "Partiellement correct !")), new _hx_array(array("inputmethod", "Méthode de saisie")), new _hx_array(array("compoundanswer", "Réponse composée")), new _hx_array(array("answerinputinlineeditor", "WIRIS Editor intégré")), new _hx_array(array("answerinputpopupeditor", "WIRIS Editor dans une fenêtre")), new _hx_array(array("answerinputplaintext", "Champ de saisie de texte brut")), new _hx_array(array("showauxiliarcas", "Inclure WIRIS CAS")), new _hx_array(array("initialcascontent", "Contenu initial")), new _hx_array(array("tolerancedigits", "Tolérance en chiffres")), new _hx_array(array("validationandvariables", "Validation et variables")), new _hx_array(array("algorithmlanguage", "Langage d'algorithme")), new _hx_array(array("calculatorlanguage", "Langage de calcul")), new _hx_array(array("hasalgorithm", "Possède un algorithme")), new _hx_array(array("comparison", "Comparaison")), new _hx_array(array("properties", "Propriétés")), new _hx_array(array("studentanswer", "Réponse de l'étudiant")), new _hx_array(array("poweredbywiris", "Développé par WIRIS")), new _hx_array(array("yourchangeswillbelost", "Vous perdrez vos modifications si vous fermez la fenêtre.")), new _hx_array(array("outputoptions", "Options de sortie")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Toutes les réponses doivent être correctes")), new _hx_array(array("distributegrade", "Degré de distribution")), new _hx_array(array("no", "Non")), new _hx_array(array("add", "Ajouter")), new _hx_array(array("replaceeditor", "Remplacer l'éditeur")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "URL de la grammaire")), new _hx_array(array("reservedwords", "Mots réservés")), new _hx_array(array("forcebrackets", "Les listes requièrent l'utilisation d'accolades « {} ».")), new _hx_array(array("commaasitemseparator", "Utiliser une virgule « , » comme séparateur d'éléments de liste.")), new _hx_array(array("confirmimportdeprecated", "Importer la question ? \x0ALa question que vous êtes sur le point d'ouvrir contient des fonctionnalités obsolètes. Il se peut que la procédure d'importation modifie légèrement le comportement de la question. Il est fortement recommandé de tester attentivement la question après l'importation.")), new _hx_array(array("comparesets", "Comparer en tant qu'ensembles")), new _hx_array(array("nobracketslist", "Listes sans crochets")), new _hx_array(array("warningtoleranceprecision", "Moins de chiffres pour la précision que pour la tolérance.")), new _hx_array(array("actionimport", "Importer")), new _hx_array(array("actionexport", "Exporter")), new _hx_array(array("usecase", "Respecter la casse")), new _hx_array(array("usespaces", "Respecter les espaces")), new _hx_array(array("notevaluate", "Conserver les arguments non évalués")), new _hx_array(array("separators", "Séparateurs")), new _hx_array(array("comma", "Virgule")), new _hx_array(array("commarole", "Rôle du signe virgule « , »")), new _hx_array(array("point", "Point")), new _hx_array(array("pointrole", "Rôle du signe point « . »")), new _hx_array(array("space", "Espace")), new _hx_array(array("spacerole", "Rôle du signe espace")), new _hx_array(array("decimalmark", "Chiffres après la virgule")), new _hx_array(array("digitsgroup", "Groupes de chiffres")), new _hx_array(array("listitems", "Éléments de liste")), new _hx_array(array("nothing", "Rien")), new _hx_array(array("intervals", "Intervalles")), new _hx_array(array("warningprecision15", "La précision doit être entre 1 et 15.")), new _hx_array(array("decimalSeparator", "Virgule")), new _hx_array(array("thousandsSeparator", "Milliers")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto.")), new _hx_array(array("fixedDecimal", "Fixe")), new _hx_array(array("floatingDecimal", "Décimale")), new _hx_array(array("scientific", "Scientifique")), new _hx_array(array("example", "Exemple")), new _hx_array(array("warningreltolfixedprec", "Tolérance relative avec la notation en mode virgule fixe.")), new _hx_array(array("warningabstolfloatprec", "Tolérance absolue avec la notation en mode virgule flottante.")), new _hx_array(array("answerinputinlinehand", "WIRIS écriture manuscrite intégrée")), new _hx_array(array("absolutetolerance", "Tolérance absolue")), new _hx_array(array("clicktoeditalgorithm", "Votre navigateur ne prend pas en charge Java. Cliquez sur le bouton pour télécharger et exécuter l’application WIRIS CAS et modifier l’algorithme de votre question.")), new _hx_array(array("launchwiriscas", "Lancer WIRIS CAS")), new _hx_array(array("sendinginitialsession", "Envoi de la session de départ…")), new _hx_array(array("waitingforupdates", "Attente des actualisations…")), new _hx_array(array("sessionclosed", "Transmission fermée.")), new _hx_array(array("gotsession", "Révision reçue \${n}.")), new _hx_array(array("thecorrectansweris", "La bonne réponse est")), new _hx_array(array("poweredby", "Basé sur")), new _hx_array(array("refresh", "Confirmer la réponse correcte")), new _hx_array(array("fillwithcorrect", "Remplir avec la réponse correcte")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "de")), new _hx_array(array("comparisonwithstudentanswer", "Vergleich mit Schülerantwort")), new _hx_array(array("otheracceptedanswers", "Weitere akzeptierte Antworten")), new _hx_array(array("equivalent_literal", "Im Wortsinn äquivalent")), new _hx_array(array("equivalent_literal_correct_feedback", "Die Antwort ist im Wortsinn äquivalent zur richtigen.")), new _hx_array(array("equivalent_symbolic", "Mathematisch äquivalent")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Die Antwort ist mathematisch äquivalent zur richtigen Antwort.")), new _hx_array(array("equivalent_set", "Äquivalent als Sätze")), new _hx_array(array("equivalent_set_correct_feedback", "Der Fragensatz ist äquivalent zum richtigen.")), new _hx_array(array("equivalent_equations", "Äquivalente Gleichungen")), new _hx_array(array("equivalent_equations_correct_feedback", "Die Antwort hat die gleichen Lösungen wie die richtige.")), new _hx_array(array("equivalent_function", "Benotungsfunktion")), new _hx_array(array("equivalent_function_correct_feedback", "Die Antwort ist richtig.")), new _hx_array(array("equivalent_all", "Jede Antwort")), new _hx_array(array("any", "Irgendeine")), new _hx_array(array("gradingfunction", "Benotungsfunktion")), new _hx_array(array("additionalproperties", "Zusätzliche Eigenschaften")), new _hx_array(array("structure", "Struktur")), new _hx_array(array("none", "Keine")), new _hx_array(array("None", "Keine")), new _hx_array(array("check_integer_form", "hat Form einer ganzen Zahl")), new _hx_array(array("check_integer_form_correct_feedback", "Die Antwort ist eine ganze Zahl.")), new _hx_array(array("check_fraction_form", "hat Form einer Bruchzahl")), new _hx_array(array("check_fraction_form_correct_feedback", "Die Antwort ist eine Bruchzahl.")), new _hx_array(array("check_polynomial_form", "hat Form eines Polynoms")), new _hx_array(array("check_polynomial_form_correct_feedback", "Die Antwort ist ein Polynom.")), new _hx_array(array("check_rational_function_form", "hat Form einer rationalen Funktion")), new _hx_array(array("check_rational_function_form_correct_feedback", "Die Antwort ist eine rationale Funktion.")), new _hx_array(array("check_elemental_function_form", "ist eine Kombination aus elementaren Funktionen")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Die Antwort ist ein elementarer Ausdruck.")), new _hx_array(array("check_scientific_notation", "ist in wissenschaftlicher Schreibweise ausgedrückt")), new _hx_array(array("check_scientific_notation_correct_feedback", "Die Antwort ist in wissenschaftlicher Schreibweise ausgedrückt.")), new _hx_array(array("more", "Mehr")), new _hx_array(array("check_simplified", "ist vereinfacht")), new _hx_array(array("check_simplified_correct_feedback", "Die Antwort ist vereinfacht.")), new _hx_array(array("check_expanded", "ist erweitert")), new _hx_array(array("check_expanded_correct_feedback", "Die Antwort ist erweitert.")), new _hx_array(array("check_factorized", "ist faktorisiert")), new _hx_array(array("check_factorized_correct_feedback", "Die Antwort ist faktorisiert.")), new _hx_array(array("check_rationalized", "ist rationalisiert")), new _hx_array(array("check_rationalized_correct_feedback", "Die Antwort ist rationalisiert.")), new _hx_array(array("check_no_common_factor", "hat keine gemeinsamen Faktoren")), new _hx_array(array("check_no_common_factor_correct_feedback", "Die Antwort hat keine gemeinsamen Faktoren.")), new _hx_array(array("check_minimal_radicands", "weist minimale Radikanden auf")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Die Antwort weist minimale Radikanden auf.")), new _hx_array(array("check_divisible", "ist teilbar durch")), new _hx_array(array("check_divisible_correct_feedback", "Die Antwort ist teilbar durch \${value}.")), new _hx_array(array("check_common_denominator", "hat einen einzigen gemeinsamen Nenner")), new _hx_array(array("check_common_denominator_correct_feedback", "Die Antwort hat einen einzigen gemeinsamen Nenner.")), new _hx_array(array("check_unit", "hat äquivalente Einheit zu")), new _hx_array(array("check_unit_correct_feedback", "Die Einheit der Antwort ist \${unit}.")), new _hx_array(array("check_unit_literal", "hat Einheit im Wortsinn äquivalent zu")), new _hx_array(array("check_unit_literal_correct_feedback", "Die Einheit der Antwort ist \${unit}.")), new _hx_array(array("check_no_more_decimals", "hat weniger als oder gleich viele Dezimalstellen wie")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Die Antwort hat \${digits} oder weniger Dezimalstellen.")), new _hx_array(array("check_no_more_digits", "hat weniger oder gleich viele Stellen wie")), new _hx_array(array("check_no_more_digits_correct_feedback", "Die Antwort hat \${digits} oder weniger Stellen.")), new _hx_array(array("syntax_expression", "Allgemein")), new _hx_array(array("syntax_expression_description", "(Formeln, Ausdrücke, Gleichungen, Matrizen ...)")), new _hx_array(array("syntax_expression_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("syntax_quantity", "Menge")), new _hx_array(array("syntax_quantity_description", "(Zahlen, Maßeinheiten, Brüche, gemischte Brüche, Verhältnisse ...)")), new _hx_array(array("syntax_quantity_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(Listen ohne Komma als Trennzeichen oder Klammern)")), new _hx_array(array("syntax_list_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("syntax_string", "Text")), new _hx_array(array("syntax_string_description", "(Wörter, Sätze, Zeichenketten)")), new _hx_array(array("syntax_string_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("none", "Keine")), new _hx_array(array("edit", "Bearbeiten")), new _hx_array(array("accept", "Akzeptieren")), new _hx_array(array("cancel", "Abbrechen")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "Trigonometrische")), new _hx_array(array("hyperbolic", "Hyperbolische")), new _hx_array(array("arithmetic", "Arithmetische")), new _hx_array(array("all", "Alle")), new _hx_array(array("tolerance", "Toleranz")), new _hx_array(array("relative", "Relative")), new _hx_array(array("relativetolerance", "Relative Toleranz")), new _hx_array(array("precision", "Genauigkeit")), new _hx_array(array("implicit_times_operator", "Unsichtbares Multiplikationszeichen")), new _hx_array(array("times_operator", "Multiplikationszeichen")), new _hx_array(array("imaginary_unit", "Imaginäre Einheit")), new _hx_array(array("mixedfractions", "Gemischte Brüche")), new _hx_array(array("constants", "Konstanten")), new _hx_array(array("functions", "Funktionen")), new _hx_array(array("userfunctions", "Nutzerfunktionen")), new _hx_array(array("units", "Einheiten")), new _hx_array(array("unitprefixes", "Einheitenpräfixe")), new _hx_array(array("syntaxparams", "Syntaxoptionen")), new _hx_array(array("syntaxparams_expression", "Optionen für Allgemein")), new _hx_array(array("syntaxparams_quantity", "Optionen für Menge")), new _hx_array(array("syntaxparams_list", "Optionen für Liste")), new _hx_array(array("allowedinput", "Zulässige Eingabe")), new _hx_array(array("manual", "Anleitung")), new _hx_array(array("correctanswer", "Richtige Antwort")), new _hx_array(array("variables", "Variablen")), new _hx_array(array("validation", "Validierung")), new _hx_array(array("preview", "Vorschau")), new _hx_array(array("correctanswertabhelp", "Geben Sie die richtige Antwort unter Verwendung des WIRIS editors ein. Wählen Sie auch die Verhaltensweise des Formel-Editors, wenn er vom Schüler verwendet wird.\x0A")), new _hx_array(array("assertionstabhelp", "Wählen Sie die Eigenschaften, welche die Schülerantwort erfüllen muss: Ob Sie zum Beispiel vereinfacht, faktorisiert, durch physikalische Einheiten ausgedrückt werden oder eine bestimmte numerische Genauigkeit aufweisen soll.")), new _hx_array(array("variablestabhelp", "Schreiben Sie einen Algorithmus mit WIRIS cas, um zufällige Variablen zu erstellen: Zahlen, Ausdrücke, grafische Darstellungen oder eine Benotungsfunktion. Sie können auch das Ausgabeformat bestimmen, in welchem die Variablen dem Schüler angezeigt werden.\x0A")), new _hx_array(array("testtabhelp", "Geben Sie eine mögliche Schülerantwort ein, um die Verhaltensweise der Frage zu simulieren. Sie verwenden das gleiche Tool, das der Schüler verwenden wird. Beachten Sie bitte, dass Sie auch die Bewertungskriterien, den Erfolg und das automatische Feedback testen können.\x0A")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Testen")), new _hx_array(array("clicktesttoevaluate", "Klicken Sie auf die Schaltfläche „Testen“, um die aktuelle Antwort zu validieren.")), new _hx_array(array("correct", "Richtig!")), new _hx_array(array("incorrect", "Falsch!")), new _hx_array(array("partiallycorrect", "Teilweise richtig!")), new _hx_array(array("inputmethod", "Eingabemethode")), new _hx_array(array("compoundanswer", "Zusammengesetzte Antwort")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor eingebettet")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor in Popup")), new _hx_array(array("answerinputplaintext", "Eingabefeld mit reinem Text")), new _hx_array(array("showauxiliarcas", "WIRIS cas einbeziehen")), new _hx_array(array("initialcascontent", "Anfangsinhalt")), new _hx_array(array("tolerancedigits", "Toleranzstellen")), new _hx_array(array("validationandvariables", "Validierung und Variablen")), new _hx_array(array("algorithmlanguage", "Algorithmussprache")), new _hx_array(array("calculatorlanguage", "Sprache des Rechners")), new _hx_array(array("hasalgorithm", "Hat Algorithmus")), new _hx_array(array("comparison", "Vergleich")), new _hx_array(array("properties", "Eigenschaften")), new _hx_array(array("studentanswer", "Schülerantwort")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Bei Verlassen des Fensters gehen Ihre Änderungen verloren.")), new _hx_array(array("outputoptions", "Ausgabeoptionen")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Alle Antworten müssen richtig sein.")), new _hx_array(array("distributegrade", "Note zuweisen")), new _hx_array(array("no", "Nein")), new _hx_array(array("add", "Hinzufügen")), new _hx_array(array("replaceeditor", "Editor ersetzen")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Frage-XML")), new _hx_array(array("grammarurl", "Grammatik-URL")), new _hx_array(array("reservedwords", "Reservierte Wörter")), new _hx_array(array("forcebrackets", "Listen benötigen immer geschweifte Klammern „{}“.")), new _hx_array(array("commaasitemseparator", "Verwenden Sie ein Komma „,“ zur Trennung von Listenelementen.")), new _hx_array(array("confirmimportdeprecated", "Frage importieren? Die Frage, die Sie öffnen möchten, beinhaltet veraltete Merkmale. Durch den Importvorgang kann die Verhaltensweise der Frage leicht verändert werden. Es wird dringend empfohlen, die Frage nach dem Importieren gründlich zu überprüfen.")), new _hx_array(array("comparesets", "Als Mengen vergleichen")), new _hx_array(array("nobracketslist", "Listen ohne Klammern")), new _hx_array(array("warningtoleranceprecision", "Weniger Genauigkeitstellen als Toleranzstellen.")), new _hx_array(array("actionimport", "Importieren")), new _hx_array(array("actionexport", "Exportieren")), new _hx_array(array("usecase", "Schreibung anpassen")), new _hx_array(array("usespaces", "Abstände anpassen")), new _hx_array(array("notevaluate", "Argumente unausgewertet lassen")), new _hx_array(array("separators", "Trennzeichen")), new _hx_array(array("comma", "Komma")), new _hx_array(array("commarole", "Funktion des Kommazeichens „,“")), new _hx_array(array("point", "Punkt")), new _hx_array(array("pointrole", "Funktion des Punktzeichens „.“")), new _hx_array(array("space", "Leerzeichen")), new _hx_array(array("spacerole", "Funktion des Leerzeichens")), new _hx_array(array("decimalmark", "Dezimalstellen")), new _hx_array(array("digitsgroup", "Zahlengruppen")), new _hx_array(array("listitems", "Listenelemente")), new _hx_array(array("nothing", "Nichts")), new _hx_array(array("intervals", "Intervalle")), new _hx_array(array("warningprecision15", "Die Präzision muss zwischen 1 und 15 liegen.")), new _hx_array(array("decimalSeparator", "Dezimalstelle")), new _hx_array(array("thousandsSeparator", "Tausender")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Unsichtbar")), new _hx_array(array("auto", "Automatisch")), new _hx_array(array("fixedDecimal", "Feste")), new _hx_array(array("floatingDecimal", "Dezimalstelle")), new _hx_array(array("scientific", "Wissenschaftlich")), new _hx_array(array("example", "Beispiel")), new _hx_array(array("warningreltolfixedprec", "Relative Toleranz mit fester Dezimalnotation.")), new _hx_array(array("warningabstolfloatprec", "Absolute Toleranz mit fließender Dezimalnotation.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand eingebettet")), new _hx_array(array("absolutetolerance", "Absolute Toleranz")), new _hx_array(array("clicktoeditalgorithm", "Ihr Browser unterstützt kein Java. Klicken Sie auf die Schaltfläche, um die Anwendung WIRIS cas herunterzuladen und auszuführen. Mit dieser können Sie den Fragen-Algorithmus bearbeiten.")), new _hx_array(array("launchwiriscas", "WIRIS cas starten")), new _hx_array(array("sendinginitialsession", "Ursprüngliche Sitzung senden ...")), new _hx_array(array("waitingforupdates", "Auf Updates warten ...")), new _hx_array(array("sessionclosed", "Kommunikation geschlossen.")), new _hx_array(array("gotsession", "Empfangene Überarbeitung \${n}.")), new _hx_array(array("thecorrectansweris", "Die richtige Antwort ist")), new _hx_array(array("poweredby", "Angetrieben durch ")), new _hx_array(array("refresh", "Korrekte Antwort erneuern")), new _hx_array(array("fillwithcorrect", "Mit korrekter Antwort ausfüllen")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "el")), new _hx_array(array("comparisonwithstudentanswer", "Σύγκριση με απάντηση μαθητή")), new _hx_array(array("otheracceptedanswers", "Άλλες αποδεκτές απαντήσεις")), new _hx_array(array("equivalent_literal", "Κυριολεκτικά ίση")), new _hx_array(array("equivalent_literal_correct_feedback", "Η απάντηση είναι κυριολεκτικά ίση με τη σωστή.")), new _hx_array(array("equivalent_symbolic", "Μαθηματικά ίση")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Η απάντηση είναι μαθηματικά ίση με τη σωστή.")), new _hx_array(array("equivalent_set", "Ίσα σύνολα")), new _hx_array(array("equivalent_set_correct_feedback", "Το σύνολο της απάντησης είναι ίσο με το σωστό.")), new _hx_array(array("equivalent_equations", "Ισοδύναμες εξισώσεις")), new _hx_array(array("equivalent_equations_correct_feedback", "Η απάντηση έχει τις ίδιες λύσεις με τη σωστή.")), new _hx_array(array("equivalent_function", "Συνάρτηση βαθμολόγησης")), new _hx_array(array("equivalent_function_correct_feedback", "Η απάντηση είναι σωστή.")), new _hx_array(array("equivalent_all", "Οποιαδήποτε απάντηση")), new _hx_array(array("any", "οποιαδήποτε")), new _hx_array(array("gradingfunction", "Συνάρτηση βαθμολόγησης")), new _hx_array(array("additionalproperties", "Πρόσθετες ιδιότητες")), new _hx_array(array("structure", "Δομή")), new _hx_array(array("none", "καμία")), new _hx_array(array("None", "Καμία")), new _hx_array(array("check_integer_form", "έχει μορφή ακέραιου")), new _hx_array(array("check_integer_form_correct_feedback", "Η απάντηση είναι ένας ακέραιος.")), new _hx_array(array("check_fraction_form", "έχει μορφή κλάσματος")), new _hx_array(array("check_fraction_form_correct_feedback", "Η απάντηση είναι ένα κλάσμα.")), new _hx_array(array("check_polynomial_form", "έχει πολυωνυμική μορφή")), new _hx_array(array("check_polynomial_form_correct_feedback", "Η απάντηση είναι ένα πολυώνυμο.")), new _hx_array(array("check_rational_function_form", "έχει μορφή λογικής συνάρτησης")), new _hx_array(array("check_rational_function_form_correct_feedback", "Η απάντηση είναι μια λογική συνάρτηση.")), new _hx_array(array("check_elemental_function_form", "είναι συνδυασμός στοιχειωδών συναρτήσεων")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Η απάντηση είναι μια στοιχειώδης έκφραση.")), new _hx_array(array("check_scientific_notation", "εκφράζεται με επιστημονική σημειογραφία")), new _hx_array(array("check_scientific_notation_correct_feedback", "Η απάντηση εκφράζεται με επιστημονική σημειογραφία.")), new _hx_array(array("more", "Περισσότερες")), new _hx_array(array("check_simplified", "είναι απλοποιημένη")), new _hx_array(array("check_simplified_correct_feedback", "Η απάντηση είναι απλοποιημένη.")), new _hx_array(array("check_expanded", "είναι ανεπτυγμένη")), new _hx_array(array("check_expanded_correct_feedback", "Η απάντηση είναι ανεπτυγμένη.")), new _hx_array(array("check_factorized", "είναι παραγοντοποιημένη")), new _hx_array(array("check_factorized_correct_feedback", "Η απάντηση είναι παραγοντοποιημένη.")), new _hx_array(array("check_rationalized", "είναι αιτιολογημένη")), new _hx_array(array("check_rationalized_correct_feedback", "Η απάντηση είναι αιτιολογημένη.")), new _hx_array(array("check_no_common_factor", "δεν έχει κοινούς συντελεστές")), new _hx_array(array("check_no_common_factor_correct_feedback", "Η απάντηση δεν έχει κοινούς συντελεστές.")), new _hx_array(array("check_minimal_radicands", "έχει ελάχιστα υπόρριζα")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Η απάντηση έχει ελάχιστα υπόρριζα.")), new _hx_array(array("check_divisible", "διαιρείται με το")), new _hx_array(array("check_divisible_correct_feedback", "Η απάντηση διαιρείται με το \${value}.")), new _hx_array(array("check_common_denominator", "έχει έναν κοινό παρονομαστή")), new _hx_array(array("check_common_denominator_correct_feedback", "Η απάντηση έχει έναν κοινό παρονομαστή.")), new _hx_array(array("check_unit", "έχει μονάδα ισοδύναμη με")), new _hx_array(array("check_unit_correct_feedback", "Η μονάδα της απάντηση είναι \${unit}.")), new _hx_array(array("check_unit_literal", "έχει μονάδα κυριολεκτικά ίση με")), new _hx_array(array("check_unit_literal_correct_feedback", "Η μονάδα της απάντηση είναι \${unit}.")), new _hx_array(array("check_no_more_decimals", "έχει λιγότερα ή ίσα δεκαδικά του")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Η απάντηση έχει \${digits} ή λιγότερα δεκαδικά.")), new _hx_array(array("check_no_more_digits", "έχει λιγότερα ή ίσα ψηφία του")), new _hx_array(array("check_no_more_digits_correct_feedback", "Η απάντηση έχει \${digits} ή λιγότερα ψηφία.")), new _hx_array(array("syntax_expression", "Γενικά")), new _hx_array(array("syntax_expression_description", "(τύποι, εκφράσεις, εξισώσεις, μήτρες...)")), new _hx_array(array("syntax_expression_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("syntax_quantity", "Ποσότητα")), new _hx_array(array("syntax_quantity_description", "(αριθμοί, μονάδες μέτρησης, κλάσματα, μικτά κλάσματα, αναλογίες,...)")), new _hx_array(array("syntax_quantity_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("syntax_list", "Λίστα")), new _hx_array(array("syntax_list_description", "(λίστες χωρίς διαχωριστικό κόμμα ή παρενθέσεις)")), new _hx_array(array("syntax_list_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("syntax_string", "Κείμενο")), new _hx_array(array("syntax_string_description", "(λέξεις, προτάσεις, συμβολοσειρές χαρακτήρων)")), new _hx_array(array("syntax_string_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("none", "καμία")), new _hx_array(array("edit", "Επεξεργασία")), new _hx_array(array("accept", "ΟΚ")), new _hx_array(array("cancel", "Άκυρο")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "τριγωνομετρική")), new _hx_array(array("hyperbolic", "υπερβολική")), new _hx_array(array("arithmetic", "αριθμητική")), new _hx_array(array("all", "όλες")), new _hx_array(array("tolerance", "Ανοχή")), new _hx_array(array("relative", "σχετική")), new _hx_array(array("relativetolerance", "Σχετική ανοχή")), new _hx_array(array("precision", "Ακρίβεια")), new _hx_array(array("implicit_times_operator", "Μη ορατός τελεστής επί")), new _hx_array(array("times_operator", "Τελεστής επί")), new _hx_array(array("imaginary_unit", "Φανταστική μονάδα")), new _hx_array(array("mixedfractions", "Μικτά κλάσματα")), new _hx_array(array("constants", "Σταθερές")), new _hx_array(array("functions", "Συναρτήσεις")), new _hx_array(array("userfunctions", "Συναρτήσεις χρήστη")), new _hx_array(array("units", "Μονάδες")), new _hx_array(array("unitprefixes", "Προθέματα μονάδων")), new _hx_array(array("syntaxparams", "Επιλογές σύνταξης")), new _hx_array(array("syntaxparams_expression", "Επιλογές για γενικά")), new _hx_array(array("syntaxparams_quantity", "Επιλογές για ποσότητα")), new _hx_array(array("syntaxparams_list", "Επιλογές για λίστα")), new _hx_array(array("allowedinput", "Επιτρεπόμενο στοιχείο εισόδου")), new _hx_array(array("manual", "Εγχειρίδιο")), new _hx_array(array("correctanswer", "Σωστή απάντηση")), new _hx_array(array("variables", "Μεταβλητές")), new _hx_array(array("validation", "Επικύρωση")), new _hx_array(array("preview", "Προεπισκόπηση")), new _hx_array(array("correctanswertabhelp", "Εισαγάγετε τη σωστή απάντηση χρησιμοποιώντας τον επεξεργαστή WIRIS. Επιλέξτε επίσης τη συμπεριφορά για τον επεξεργαστή τύπων, όταν χρησιμοποιείται από τον μαθητή.")), new _hx_array(array("assertionstabhelp", "Επιλέξτε τις ιδιότητες που πρέπει να ικανοποιεί η απάντηση του μαθητή. Για παράδειγμα, εάν πρέπει να είναι απλοποιημένη, παραγοντοποιημένη, εκφρασμένη σε φυσικές μονάδες ή να έχει συγκεκριμένη αριθμητική ακρίβεια.")), new _hx_array(array("variablestabhelp", "Γράψτε έναν αλγόριθμο με το WIRIS cas για να δημιουργήσετε τυχαίες μεταβλητές: αριθμούς, εκφράσεις, σχεδιαγράμματα ή μια συνάρτηση βαθμολόγησης. Μπορείτε επίσης να καθορίσετε τη μορφή εξόδου των μεταβλητών που θα εμφανίζονται στον μαθητή.")), new _hx_array(array("testtabhelp", "Εισαγάγετε μια πιθανή απάντηση του μαθητή για να προσομοιώσετε τη συμπεριφορά της ερώτησης. Χρησιμοποιείτε το ίδιο εργαλείο με αυτό που θα χρησιμοποιήσει ο μαθητής. Σημειώνεται ότι μπορείτε επίσης να ελέγξετε τα κριτήρια αξιολόγησης, την επιτυχία και τα αυτόματα σχόλια.")), new _hx_array(array("start", "Έναρξη")), new _hx_array(array("test", "Δοκιμή")), new _hx_array(array("clicktesttoevaluate", "Κάντε κλικ στο κουμπί «Δοκιμή» για να επικυρώσετε τη σωστή απάντηση.")), new _hx_array(array("correct", "Σωστό!")), new _hx_array(array("incorrect", "Λάθος!")), new _hx_array(array("partiallycorrect", "Εν μέρει σωστό!")), new _hx_array(array("inputmethod", "Μέθοδος εισόδου")), new _hx_array(array("compoundanswer", "Σύνθετη απάντηση")), new _hx_array(array("answerinputinlineeditor", "Επεξεργαστής WIRIS ενσωματωμένος")), new _hx_array(array("answerinputpopupeditor", "Επεξεργαστής WIRIS σε αναδυόμενο πλαίσιο")), new _hx_array(array("answerinputplaintext", "Πεδίο εισόδου απλού κειμένου")), new _hx_array(array("showauxiliarcas", "Συμπερίληψη WIRIS cas")), new _hx_array(array("initialcascontent", "Αρχικό περιεχόμενο")), new _hx_array(array("tolerancedigits", "Ψηφία ανοχής")), new _hx_array(array("validationandvariables", "Επικύρωση και μεταβλητές")), new _hx_array(array("algorithmlanguage", "Γλώσσα αλγόριθμου")), new _hx_array(array("calculatorlanguage", "Γλώσσα υπολογιστή")), new _hx_array(array("hasalgorithm", "Έχει αλγόριθμο")), new _hx_array(array("comparison", "Σύγκριση")), new _hx_array(array("properties", "Ιδιότητες")), new _hx_array(array("studentanswer", "Απάντηση μαθητή")), new _hx_array(array("poweredbywiris", "Παρέχεται από τη WIRIS")), new _hx_array(array("yourchangeswillbelost", "Οι αλλαγές σας θα χαθούν εάν αποχωρήσετε από το παράθυρο.")), new _hx_array(array("outputoptions", "Επιλογές εξόδου")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Όλες οι απαντήσεις πρέπει να είναι σωστές")), new _hx_array(array("distributegrade", "Κατανομή βαθμών")), new _hx_array(array("no", "Όχι")), new _hx_array(array("add", "Προσθήκη")), new _hx_array(array("replaceeditor", "Αντικατάσταση επεξεργαστή")), new _hx_array(array("list", "Λίστα")), new _hx_array(array("questionxml", "XML ερώτησης")), new _hx_array(array("grammarurl", "URL γραμματικής")), new _hx_array(array("reservedwords", "Ανεστραμμένες λέξεις")), new _hx_array(array("forcebrackets", "Για τις λίστες χρειάζονται πάντα άγκιστρα «{}».")), new _hx_array(array("commaasitemseparator", "Χρησιμοποιήστε το κόμμα «,» ως διαχωριστικό στοιχείων λίστας.")), new _hx_array(array("confirmimportdeprecated", "Εισαγωγή της ερώτησης; Η ερώτηση που πρόκειται να ανοίξετε περιέχει δυνατότητες που έχουν καταργηθεί. Η διαδικασία εισαγωγής μπορεί να αλλάξει λίγο τη συμπεριφορά της ερώτησης. Θα πρέπει να εξετάσετε προσεκτικά την ερώτηση μετά από την εισαγωγή της.")), new _hx_array(array("comparesets", "Σύγκριση ως συνόλων")), new _hx_array(array("nobracketslist", "Λίστες χωρίς άγκιστρα")), new _hx_array(array("warningtoleranceprecision", "Λιγότερα ψηφία ακρίβειας από τα ψηφία ανοχής.")), new _hx_array(array("actionimport", "Εισαγωγή")), new _hx_array(array("actionexport", "Εξαγωγή")), new _hx_array(array("usecase", "Συμφωνία πεζών-κεφαλαίων")), new _hx_array(array("usespaces", "Συμφωνία διαστημάτων")), new _hx_array(array("notevaluate", "Διατήρηση των ορισμάτων χωρίς αξιολόγηση")), new _hx_array(array("separators", "Διαχωριστικά")), new _hx_array(array("comma", "Κόμμα")), new _hx_array(array("commarole", "Ρόλος του χαρακτήρα «,» (κόμμα)")), new _hx_array(array("point", "Τελεία")), new _hx_array(array("pointrole", "Ρόλος του χαρακτήρα «.» (τελεία)")), new _hx_array(array("space", "Διάστημα")), new _hx_array(array("spacerole", "Ρόλος του χαρακτήρα διαστήματος")), new _hx_array(array("decimalmark", "Δεκαδικά ψηφία")), new _hx_array(array("digitsgroup", "Ομάδες ψηφίων")), new _hx_array(array("listitems", "Στοιχεία λίστας")), new _hx_array(array("nothing", "Τίποτα")), new _hx_array(array("intervals", "Διαστήματα")), new _hx_array(array("warningprecision15", "Η ακρίβεια πρέπει να είναι μεταξύ 1 και 15.")), new _hx_array(array("decimalSeparator", "Δεκαδικό")), new _hx_array(array("thousandsSeparator", "Χιλιάδες")), new _hx_array(array("notation", "Σημειογραφία")), new _hx_array(array("invisible", "Μη ορατό")), new _hx_array(array("auto", "Αυτόματα")), new _hx_array(array("fixedDecimal", "Σταθερό")), new _hx_array(array("floatingDecimal", "Δεκαδικό")), new _hx_array(array("scientific", "Επιστημονικό")), new _hx_array(array("example", "Παράδειγμα")), new _hx_array(array("warningreltolfixedprec", "Σχετική ανοχή με σημειογραφία σταθερής υποδιαστολής.")), new _hx_array(array("warningabstolfloatprec", "Απόλυτη ανοχή με σημειογραφία κινητής υποδιαστολής.")), new _hx_array(array("answerinputinlinehand", "WIRIS ενσωματωμένο")), new _hx_array(array("absolutetolerance", "Απόλυτη ανοχή")), new _hx_array(array("clicktoeditalgorithm", "Το πρόγραμμα περιήγησης που χρησιμοποιείτε δεν υποστηρίζει Java. Κάντε κλικ στο κουμπί για τη λήψη και την εκτέλεση της εφαρμογής WIRIS cas για επεξεργασία του αλγόριθμου ερώτησης.")), new _hx_array(array("launchwiriscas", "Εκκίνηση του WIRIS cas")), new _hx_array(array("sendinginitialsession", "Αποστολή αρχικής περιόδου σύνδεσης...")), new _hx_array(array("waitingforupdates", "Αναμονή για ενημερώσεις...")), new _hx_array(array("sessionclosed", "Η επικοινωνία έκλεισε.")), new _hx_array(array("gotsession", "Λήφθηκε αναθεώρηση \${n}.")), new _hx_array(array("thecorrectansweris", "Η σωστή απάντηση είναι")), new _hx_array(array("poweredby", "Με την υποστήριξη της")), new _hx_array(array("refresh", "Ανανέωση της σωστής απάντησης")), new _hx_array(array("fillwithcorrect", "Συμπλήρωση με τη σωστή απάντηση")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "pt_br")), new _hx_array(array("comparisonwithstudentanswer", "Comparação com a resposta do aluno")), new _hx_array(array("otheracceptedanswers", "Outras respostas aceitas")), new _hx_array(array("equivalent_literal", "Literalmente igual")), new _hx_array(array("equivalent_literal_correct_feedback", "A resposta é literalmente igual à correta.")), new _hx_array(array("equivalent_symbolic", "Matematicamente igual")), new _hx_array(array("equivalent_symbolic_correct_feedback", "A resposta é matematicamente igual à correta.")), new _hx_array(array("equivalent_set", "Iguais aos conjuntos")), new _hx_array(array("equivalent_set_correct_feedback", "O conjunto de respostas é igual ao correto.")), new _hx_array(array("equivalent_equations", "Equações equivalentes")), new _hx_array(array("equivalent_equations_correct_feedback", "A resposta tem as mesmas soluções da correta.")), new _hx_array(array("equivalent_function", "Cálculo da nota")), new _hx_array(array("equivalent_function_correct_feedback", "A resposta está correta.")), new _hx_array(array("equivalent_all", "Qualquer reposta")), new _hx_array(array("any", "qualquer")), new _hx_array(array("gradingfunction", "Cálculo da nota")), new _hx_array(array("additionalproperties", "Propriedades adicionais")), new _hx_array(array("structure", "Estrutura")), new _hx_array(array("none", "nenhuma")), new _hx_array(array("None", "Nenhuma")), new _hx_array(array("check_integer_form", "tem forma de número inteiro")), new _hx_array(array("check_integer_form_correct_feedback", "A resposta é um número inteiro.")), new _hx_array(array("check_fraction_form", "tem forma de fração")), new _hx_array(array("check_fraction_form_correct_feedback", "A resposta é uma fração.")), new _hx_array(array("check_polynomial_form", "tem forma polinomial")), new _hx_array(array("check_polynomial_form_correct_feedback", "A resposta é um polinomial.")), new _hx_array(array("check_rational_function_form", "tem forma de função racional")), new _hx_array(array("check_rational_function_form_correct_feedback", "A resposta é uma função racional.")), new _hx_array(array("check_elemental_function_form", "é uma combinação de funções elementárias")), new _hx_array(array("check_elemental_function_form_correct_feedback", "A resposta é uma expressão elementar.")), new _hx_array(array("check_scientific_notation", "é expressa em notação científica")), new _hx_array(array("check_scientific_notation_correct_feedback", "A resposta é expressa em notação científica.")), new _hx_array(array("more", "Mais")), new _hx_array(array("check_simplified", "é simplificada")), new _hx_array(array("check_simplified_correct_feedback", "A resposta é simplificada.")), new _hx_array(array("check_expanded", "é expandida")), new _hx_array(array("check_expanded_correct_feedback", "A resposta é expandida.")), new _hx_array(array("check_factorized", "é fatorizada")), new _hx_array(array("check_factorized_correct_feedback", "A resposta é fatorizada.")), new _hx_array(array("check_rationalized", "é racionalizada")), new _hx_array(array("check_rationalized_correct_feedback", "A resposta é racionalizada.")), new _hx_array(array("check_no_common_factor", "não tem fatores comuns")), new _hx_array(array("check_no_common_factor_correct_feedback", "A resposta não tem fatores comuns.")), new _hx_array(array("check_minimal_radicands", "tem radiciação mínima")), new _hx_array(array("check_minimal_radicands_correct_feedback", "A resposta tem radiciação mínima.")), new _hx_array(array("check_divisible", "é divisível por")), new _hx_array(array("check_divisible_correct_feedback", "A resposta é divisível por \${value}.")), new _hx_array(array("check_common_denominator", "tem um único denominador comum")), new _hx_array(array("check_common_denominator_correct_feedback", "A resposta tem um único denominador comum.")), new _hx_array(array("check_unit", "tem unidade equivalente a")), new _hx_array(array("check_unit_correct_feedback", "A unidade da resposta é \${unit}.")), new _hx_array(array("check_unit_literal", "tem unidade literalmente igual a")), new _hx_array(array("check_unit_literal_correct_feedback", "A unidade da resposta é \${unit}.")), new _hx_array(array("check_no_more_decimals", "tem menos ou os mesmos decimais que")), new _hx_array(array("check_no_more_decimals_correct_feedback", "A resposta tem \${digits} decimais ou menos.")), new _hx_array(array("check_no_more_digits", "tem menos ou os mesmos dígitos que")), new _hx_array(array("check_no_more_digits_correct_feedback", "A resposta tem \${digits} dígitos ou menos.")), new _hx_array(array("syntax_expression", "Geral")), new _hx_array(array("syntax_expression_description", "(fórmulas, expressões, equações, matrizes...)")), new _hx_array(array("syntax_expression_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("syntax_quantity", "Quantidade")), new _hx_array(array("syntax_quantity_description", "(números, unidades de medida, frações, frações mistas, proporções...)")), new _hx_array(array("syntax_quantity_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("syntax_list", "Lista")), new _hx_array(array("syntax_list_description", "(listas sem separação por vírgula ou chaves)")), new _hx_array(array("syntax_list_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("syntax_string", "Texto")), new _hx_array(array("syntax_string_description", "(palavras, frases, sequências de caracteres)")), new _hx_array(array("syntax_string_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("none", "nenhuma")), new _hx_array(array("edit", "Editar")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Cancelar")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonométrica")), new _hx_array(array("hyperbolic", "hiperbólica")), new _hx_array(array("arithmetic", "aritmética")), new _hx_array(array("all", "tudo")), new _hx_array(array("tolerance", "Tolerância")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolerância relativa")), new _hx_array(array("precision", "Precisão")), new _hx_array(array("implicit_times_operator", "Sinal de multiplicação invisível")), new _hx_array(array("times_operator", "Sinal de multiplicação")), new _hx_array(array("imaginary_unit", "Unidade imaginária")), new _hx_array(array("mixedfractions", "Frações mistas")), new _hx_array(array("constants", "Constantes")), new _hx_array(array("functions", "Funções")), new _hx_array(array("userfunctions", "Funções do usuário")), new _hx_array(array("units", "Unidades")), new _hx_array(array("unitprefixes", "Prefixos das unidades")), new _hx_array(array("syntaxparams", "Opções de sintaxe")), new _hx_array(array("syntaxparams_expression", "Opções gerais")), new _hx_array(array("syntaxparams_quantity", "Opções de quantidade")), new _hx_array(array("syntaxparams_list", "Opções de lista")), new _hx_array(array("allowedinput", "Entrada permitida")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Resposta correta")), new _hx_array(array("variables", "Variáveis")), new _hx_array(array("validation", "Validação")), new _hx_array(array("preview", "Prévia")), new _hx_array(array("correctanswertabhelp", "Insira a resposta correta usando o WIRIS editor. Selecione também o comportamento do editor de fórmulas quando usado pelo aluno.")), new _hx_array(array("assertionstabhelp", "Selecione quais propriedades a resposta do aluno deve verificar. Por exemplo, se ela deve ser simplificada, fatorizada, expressa em unidades físicas ou ter uma precisão numérica específica.")), new _hx_array(array("variablestabhelp", "Escreva um algoritmo com o WIRIS cas para criar variáveis aleatórias: números, expressões, gráficos ou cálculo de nota. Você também pode especificar o formato de saída das variáveis exibidas para o aluno.")), new _hx_array(array("testtabhelp", "Insira um estudante em potencial para simular o comportamento da questão. Você está usando a mesma ferramenta que o aluno usará. Note que também é possível testar o critério de avaliação, sucesso e comentário automático.")), new _hx_array(array("start", "Iniciar")), new _hx_array(array("test", "Testar")), new _hx_array(array("clicktesttoevaluate", "Clique no botão Testar para validar a resposta atual.")), new _hx_array(array("correct", "Correta!")), new _hx_array(array("incorrect", "Incorreta!")), new _hx_array(array("partiallycorrect", "Parcialmente correta!")), new _hx_array(array("inputmethod", "Método de entrada")), new _hx_array(array("compoundanswer", "Resposta composta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor integrado")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor em pop up")), new _hx_array(array("answerinputplaintext", "Campo de entrada de texto simples")), new _hx_array(array("showauxiliarcas", "Incluir WIRIS cas")), new _hx_array(array("initialcascontent", "Conteúdo inicial")), new _hx_array(array("tolerancedigits", "Dígitos de tolerância")), new _hx_array(array("validationandvariables", "Validação e variáveis")), new _hx_array(array("algorithmlanguage", "Linguagem do algoritmo")), new _hx_array(array("calculatorlanguage", "Linguagem da calculadora")), new _hx_array(array("hasalgorithm", "Tem algoritmo")), new _hx_array(array("comparison", "Comparação")), new _hx_array(array("properties", "Propriedades")), new _hx_array(array("studentanswer", "Resposta do aluno")), new _hx_array(array("poweredbywiris", "Fornecido por WIRIS")), new _hx_array(array("yourchangeswillbelost", "As alterações serão perdidas se você sair da janela.")), new _hx_array(array("outputoptions", "Opções de saída")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Todas as respostas devem estar corretas")), new _hx_array(array("distributegrade", "Distribuir notas")), new _hx_array(array("no", "Não")), new _hx_array(array("add", "Adicionar")), new _hx_array(array("replaceeditor", "Substituir editor")), new _hx_array(array("list", "Lista")), new _hx_array(array("questionxml", "XML da pergunta")), new _hx_array(array("grammarurl", "URL da gramática")), new _hx_array(array("reservedwords", "Palavras reservadas")), new _hx_array(array("forcebrackets", "As listas sempre precisam de chaves “{}”.")), new _hx_array(array("commaasitemseparator", "Use vírgula “,” para separar itens na lista.")), new _hx_array(array("confirmimportdeprecated", "Importar questão? A questão prestes a ser aberta contém recursos ultrapassados. O processo de importação pode alterar um pouco o comportamento da questão. É recomendável que você teste a questão atentamente após importá-la.")), new _hx_array(array("comparesets", "Comparar como conjuntos")), new _hx_array(array("nobracketslist", "Listas sem chaves")), new _hx_array(array("warningtoleranceprecision", "Menos dígitos de precisão do que dígitos de tolerância.")), new _hx_array(array("actionimport", "Importar")), new _hx_array(array("actionexport", "Exportar")), new _hx_array(array("usecase", "Coincidir maiúsculas/minúsculas")), new _hx_array(array("usespaces", "Coincidir espaços")), new _hx_array(array("notevaluate", "Manter argumentos não avaliados")), new _hx_array(array("separators", "Separadores")), new _hx_array(array("comma", "Vírgula")), new _hx_array(array("commarole", "Função do caractere vírgula “,”")), new _hx_array(array("point", "Ponto")), new _hx_array(array("pointrole", "Função do caractere ponto “.”")), new _hx_array(array("space", "Espaço")), new _hx_array(array("spacerole", "Função do caractere espaço")), new _hx_array(array("decimalmark", "Dígitos decimais")), new _hx_array(array("digitsgroup", "Grupos de dígitos")), new _hx_array(array("listitems", "Itens da lista")), new _hx_array(array("nothing", "Nada")), new _hx_array(array("intervals", "Intervalos")), new _hx_array(array("warningprecision15", "A precisão deve estar entre 1 e 15.")), new _hx_array(array("decimalSeparator", "Decimal")), new _hx_array(array("thousandsSeparator", "Milhares")), new _hx_array(array("notation", "Notação")), new _hx_array(array("invisible", "Invisível")), new _hx_array(array("auto", "Automática")), new _hx_array(array("fixedDecimal", "Fixa")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Científica")), new _hx_array(array("example", "Exemplo")), new _hx_array(array("warningreltolfixedprec", "Tolerância relativa com notação decimal fixa.")), new _hx_array(array("warningabstolfloatprec", "Tolerância absoluta com notação decimal flutuante.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand integrado")), new _hx_array(array("absolutetolerance", "Tolerância absoluta")), new _hx_array(array("clicktoeditalgorithm", "O navegador não é compatível com Java. Clique no botão para baixar e executar o aplicativo WIRIS cas e editar o algoritmo da questão.")), new _hx_array(array("launchwiriscas", "Abrir WIRIS cas")), new _hx_array(array("sendinginitialsession", "Enviando sessão inicial...")), new _hx_array(array("waitingforupdates", "Aguardando atualizações...")), new _hx_array(array("sessionclosed", "Comunicação fechada.")), new _hx_array(array("gotsession", "Revisão \${n} recebida.")), new _hx_array(array("thecorrectansweris", "A resposta correta é")), new _hx_array(array("poweredby", "Fornecido por")), new _hx_array(array("refresh", "Renovar resposta correta")), new _hx_array(array("fillwithcorrect", "Preencher resposta correta")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")))); +com_wiris_quizzes_impl_Strings::$lang = new _hx_array(array(new _hx_array(array("lang", "en")), new _hx_array(array("comparisonwithstudentanswer", "Comparison with student answer")), new _hx_array(array("otheracceptedanswers", "Other accepted answers")), new _hx_array(array("equivalent_literal", "Literally equal")), new _hx_array(array("equivalent_literal_correct_feedback", "The answer is literally equal to the correct one.")), new _hx_array(array("equivalent_symbolic", "Mathematically equal")), new _hx_array(array("equivalent_symbolic_correct_feedback", "The answer is mathematically equal to the correct one.")), new _hx_array(array("equivalent_set", "Equal as sets")), new _hx_array(array("equivalent_set_correct_feedback", "The answer set is equal to the correct one.")), new _hx_array(array("equivalent_equations", "Equivalent equations")), new _hx_array(array("equivalent_equations_correct_feedback", "The answer has the same solutions as the correct one.")), new _hx_array(array("equivalent_function", "Grading function")), new _hx_array(array("equivalent_function_correct_feedback", "The answer is correct.")), new _hx_array(array("equivalent_all", "Any answer")), new _hx_array(array("any", "any")), new _hx_array(array("gradingfunction", "Grading function")), new _hx_array(array("additionalproperties", "Additional properties")), new _hx_array(array("structure", "Structure")), new _hx_array(array("none", "none")), new _hx_array(array("None", "None")), new _hx_array(array("check_integer_form", "has integer form")), new _hx_array(array("check_integer_form_correct_feedback", "The answer is an integer.")), new _hx_array(array("check_fraction_form", "has fraction form")), new _hx_array(array("check_fraction_form_correct_feedback", "The answer is a fraction.")), new _hx_array(array("check_polynomial_form", "has polynomial form")), new _hx_array(array("check_polynomial_form_correct_feedback", "The answer is a polynomial.")), new _hx_array(array("check_rational_function_form", "has rational function form")), new _hx_array(array("check_rational_function_form_correct_feedback", "The answer is a rational function.")), new _hx_array(array("check_elemental_function_form", "is a combination of elementary functions")), new _hx_array(array("check_elemental_function_form_correct_feedback", "The answer is an elementary expression.")), new _hx_array(array("check_scientific_notation", "is expressed in scientific notation")), new _hx_array(array("check_scientific_notation_correct_feedback", "The answer is expressed in scientific notation.")), new _hx_array(array("more", "More")), new _hx_array(array("check_simplified", "is simplified")), new _hx_array(array("check_simplified_correct_feedback", "The answer is simplified.")), new _hx_array(array("check_expanded", "is expanded")), new _hx_array(array("check_expanded_correct_feedback", "The answer is expanded.")), new _hx_array(array("check_factorized", "is factorized")), new _hx_array(array("check_factorized_correct_feedback", "The answer is factorized.")), new _hx_array(array("check_rationalized", "is rationalized")), new _hx_array(array("check_rationalized_correct_feedback", "The answer is rationalized.")), new _hx_array(array("check_no_common_factor", "doesn't have common factors")), new _hx_array(array("check_no_common_factor_correct_feedback", "The answer doesn't have common factors.")), new _hx_array(array("check_minimal_radicands", "has minimal radicands")), new _hx_array(array("check_minimal_radicands_correct_feedback", "The answer has minimal radicands.")), new _hx_array(array("check_divisible", "is divisible by")), new _hx_array(array("check_divisible_correct_feedback", "The answer is divisible by \${value}.")), new _hx_array(array("check_common_denominator", "has a single common denominator")), new _hx_array(array("check_common_denominator_correct_feedback", "The answer has a single common denominator.")), new _hx_array(array("check_unit", "has unit equivalent to")), new _hx_array(array("check_unit_correct_feedback", "The unit of the answer is \${unit}.")), new _hx_array(array("check_unit_literal", "has unit literally equal to")), new _hx_array(array("check_unit_literal_correct_feedback", "The unit of the answer is \${unit}.")), new _hx_array(array("check_no_more_decimals", "has less or equal decimals than")), new _hx_array(array("check_no_more_decimals_correct_feedback", "The answer has \${digits} or less decimals.")), new _hx_array(array("check_no_more_digits", "has less or equal digits than")), new _hx_array(array("check_no_more_digits_correct_feedback", "The answer has \${digits} or less digits.")), new _hx_array(array("syntax_expression", "General")), new _hx_array(array("syntax_expression_description", "(formulas, expressions, equations, matrices...)")), new _hx_array(array("syntax_expression_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("syntax_quantity", "Quantity")), new _hx_array(array("syntax_quantity_description", "(numbers, measure units, fractions, mixed fractions, ratios...)")), new _hx_array(array("syntax_quantity_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("syntax_list", "List")), new _hx_array(array("syntax_list_description", "(lists without comma separator or brackets)")), new _hx_array(array("syntax_list_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("syntax_string", "Text")), new _hx_array(array("syntax_string_description", "(words, sentences, character strings)")), new _hx_array(array("syntax_string_correct_feedback", "The answer syntax is correct.")), new _hx_array(array("none", "none")), new _hx_array(array("edit", "Edit")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Cancel")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonometric")), new _hx_array(array("hyperbolic", "hyperbolic")), new _hx_array(array("arithmetic", "arithmetic")), new _hx_array(array("all", "all")), new _hx_array(array("tolerance", "Tolerance")), new _hx_array(array("relative", "relative")), new _hx_array(array("relativetolerance", "Relative tolerance")), new _hx_array(array("precision", "Precision")), new _hx_array(array("implicit_times_operator", "Invisible times operator")), new _hx_array(array("times_operator", "Times operator")), new _hx_array(array("imaginary_unit", "Imaginary unit")), new _hx_array(array("mixedfractions", "Mixed fractions")), new _hx_array(array("constants", "Constants")), new _hx_array(array("functions", "Functions")), new _hx_array(array("userfunctions", "User functions")), new _hx_array(array("units", "Units")), new _hx_array(array("unitprefixes", "Unit prefixes")), new _hx_array(array("syntaxparams", "Syntax options")), new _hx_array(array("syntaxparams_expression", "Options for general")), new _hx_array(array("syntaxparams_quantity", "Options for quantity")), new _hx_array(array("syntaxparams_list", "Options for list")), new _hx_array(array("allowedinput", "Allowed input")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Correct answer")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validation")), new _hx_array(array("preview", "Preview")), new _hx_array(array("correctanswertabhelp", "Insert the correct answer using WIRIS editor. Select also the behaviour for the formula editor when used by the student.\x0A")), new _hx_array(array("assertionstabhelp", "Select which properties the student answer has to verify. For example, if it has to be simplified, factorized, expressed using physical units or have a specific numerical precision.")), new _hx_array(array("variablestabhelp", "Write an algorithm with WIRIS cas to create random variables: numbers, expressions, plots or a grading function.\x0AYou can also specify the output format of the variables shown to the student.\x0A")), new _hx_array(array("testtabhelp", "Insert a possible student answer to simulate the behaviour of the question. You are using the same tool that the student will use.\x0ANote that you can also test the evaluation criteria, success and automatic feedback.\x0A")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Click Test button to validate the current answer.")), new _hx_array(array("correct", "Correct!")), new _hx_array(array("incorrect", "Incorrect!")), new _hx_array(array("partiallycorrect", "Partially correct!")), new _hx_array(array("inputmethod", "Input method")), new _hx_array(array("compoundanswer", "Compound answer")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor embedded")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor in popup")), new _hx_array(array("answerinputplaintext", "Plain text input field")), new _hx_array(array("showauxiliarcas", "Include WIRIS cas")), new _hx_array(array("initialcascontent", "Initial content")), new _hx_array(array("tolerancedigits", "Tolerance digits")), new _hx_array(array("validationandvariables", "Validation and variables")), new _hx_array(array("algorithmlanguage", "Algorithm language")), new _hx_array(array("calculatorlanguage", "Calculator language")), new _hx_array(array("hasalgorithm", "Has algorithm")), new _hx_array(array("comparison", "Comparison")), new _hx_array(array("properties", "Properties")), new _hx_array(array("studentanswer", "Student answer")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Your changes will be lost if you leave the window.")), new _hx_array(array("outputoptions", "Output options")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "All answers must be correct")), new _hx_array(array("distributegrade", "Distribute grade")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Add")), new _hx_array(array("replaceeditor", "Replace editor")), new _hx_array(array("list", "List")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "Grammar URL")), new _hx_array(array("reservedwords", "Reserved words")), new _hx_array(array("forcebrackets", "Lists always need curly brackets \"{}\".")), new _hx_array(array("commaasitemseparator", "Use comma \",\" as list item separator.")), new _hx_array(array("confirmimportdeprecated", "Import the question? \x0AThe question you are about to open contains deprecated features. The import process may change slightly the behavior of the question. It is highly recommended that you carefully test de question after import.")), new _hx_array(array("comparesets", "Compare as sets")), new _hx_array(array("nobracketslist", "Lists without brackets")), new _hx_array(array("warningtoleranceprecision", "Less precision digits than tolerance digits.")), new _hx_array(array("actionimport", "Import")), new _hx_array(array("actionexport", "Export")), new _hx_array(array("usecase", "Match case")), new _hx_array(array("usespaces", "Match spaces")), new _hx_array(array("notevaluate", "Keep arguments unevaluated")), new _hx_array(array("separators", "Separators")), new _hx_array(array("comma", "Comma")), new _hx_array(array("commarole", "Role of the comma ',' character")), new _hx_array(array("point", "Point")), new _hx_array(array("pointrole", "Role of the point '.' character")), new _hx_array(array("space", "Space")), new _hx_array(array("spacerole", "Role of the space character")), new _hx_array(array("decimalmark", "Decimal digits")), new _hx_array(array("digitsgroup", "Digit groups")), new _hx_array(array("listitems", "List items")), new _hx_array(array("nothing", "Nothing")), new _hx_array(array("intervals", "Intervals")), new _hx_array(array("warningprecision15", "Precision must be between 1 and 15.")), new _hx_array(array("decimalSeparator", "Decimal")), new _hx_array(array("thousandsSeparator", "Thousands")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto")), new _hx_array(array("fixedDecimal", "Fixed")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Scientific")), new _hx_array(array("example", "Example")), new _hx_array(array("warningreltolfixedprec", "Relative tolerance with fixed decimal notation.")), new _hx_array(array("warningabstolfloatprec", "Absolute tolerance with floating decimal notation.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand embedded")), new _hx_array(array("absolutetolerance", "Absolute tolerance")), new _hx_array(array("clicktoeditalgorithm", "Click the button to download and run WIRIS cas application to edit the question algorithm. Learn more.")), new _hx_array(array("launchwiriscas", "Edit algorithm")), new _hx_array(array("sendinginitialsession", "Sending initial session...")), new _hx_array(array("waitingforupdates", "Waiting for updates...")), new _hx_array(array("sessionclosed", "All changes saved")), new _hx_array(array("gotsession", "Changes saved (revision \${n}).")), new _hx_array(array("thecorrectansweris", "The correct answer is")), new _hx_array(array("poweredby", "Powered by")), new _hx_array(array("refresh", "Renew correct answer")), new _hx_array(array("fillwithcorrect", "Fill with correct answer")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "es")), new _hx_array(array("comparisonwithstudentanswer", "Comparación con la respuesta del estudiante")), new _hx_array(array("otheracceptedanswers", "Otras respuestas aceptadas")), new _hx_array(array("equivalent_literal", "Literalmente igual")), new _hx_array(array("equivalent_literal_correct_feedback", "La respuesta es literalmente igual a la correcta.")), new _hx_array(array("equivalent_symbolic", "Matemáticamente igual")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La respuesta es matemáticamente igual a la correcta.")), new _hx_array(array("equivalent_set", "Igual como conjuntos")), new _hx_array(array("equivalent_set_correct_feedback", "El conjunto de respuestas es igual al correcto.")), new _hx_array(array("equivalent_equations", "Ecuaciones equivalentes")), new _hx_array(array("equivalent_equations_correct_feedback", "La respuesta tiene las soluciones requeridas.")), new _hx_array(array("equivalent_function", "Función de calificación")), new _hx_array(array("equivalent_function_correct_feedback", "La respuesta es correcta.")), new _hx_array(array("equivalent_all", "Cualquier respuesta")), new _hx_array(array("any", "cualquier")), new _hx_array(array("gradingfunction", "Función de calificación")), new _hx_array(array("additionalproperties", "Propiedades adicionales")), new _hx_array(array("structure", "Estructura")), new _hx_array(array("none", "ninguno")), new _hx_array(array("None", "Ninguno")), new _hx_array(array("check_integer_form", "tiene forma de número entero")), new _hx_array(array("check_integer_form_correct_feedback", "La respuesta es un número entero.")), new _hx_array(array("check_fraction_form", "tiene forma de fracción")), new _hx_array(array("check_fraction_form_correct_feedback", "La respuesta es una fracción.")), new _hx_array(array("check_polynomial_form", "tiene forma de polinomio")), new _hx_array(array("check_polynomial_form_correct_feedback", "La respuesta es un polinomio.")), new _hx_array(array("check_rational_function_form", "tiene forma de función racional")), new _hx_array(array("check_rational_function_form_correct_feedback", "La respuesta es una función racional.")), new _hx_array(array("check_elemental_function_form", "es una combinación de funciones elementales")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La respuesta es una expresión elemental.")), new _hx_array(array("check_scientific_notation", "está expresada en notación científica")), new _hx_array(array("check_scientific_notation_correct_feedback", "La respuesta está expresada en notación científica.")), new _hx_array(array("more", "Más")), new _hx_array(array("check_simplified", "está simplificada")), new _hx_array(array("check_simplified_correct_feedback", "La respuesta está simplificada.")), new _hx_array(array("check_expanded", "está expandida")), new _hx_array(array("check_expanded_correct_feedback", "La respuesta está expandida.")), new _hx_array(array("check_factorized", "está factorizada")), new _hx_array(array("check_factorized_correct_feedback", "La respuesta está factorizada.")), new _hx_array(array("check_rationalized", "está racionalizada")), new _hx_array(array("check_rationalized_correct_feedback", "La respuseta está racionalizada.")), new _hx_array(array("check_no_common_factor", "no tiene factores comunes")), new _hx_array(array("check_no_common_factor_correct_feedback", "La respuesta no tiene factores comunes.")), new _hx_array(array("check_minimal_radicands", "tiene radicandos minimales")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La respuesta tiene los radicandos minimales.")), new _hx_array(array("check_divisible", "es divisible por")), new _hx_array(array("check_divisible_correct_feedback", "La respuesta es divisible por \${value}.")), new _hx_array(array("check_common_denominator", "tiene denominador común")), new _hx_array(array("check_common_denominator_correct_feedback", "La respuesta tiene denominador común.")), new _hx_array(array("check_unit", "tiene unidad equivalente a")), new _hx_array(array("check_unit_correct_feedback", "La unidad de respuesta es \${unit}.")), new _hx_array(array("check_unit_literal", "tiene unidad literalmente igual a")), new _hx_array(array("check_unit_literal_correct_feedback", "La unidad de respuesta es \${unit}.")), new _hx_array(array("check_no_more_decimals", "tiene menos decimales o exactamente")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La respuesta tiene \${digits} o menos decimales.")), new _hx_array(array("check_no_more_digits", "tiene menos dígitos o exactamente")), new _hx_array(array("check_no_more_digits_correct_feedback", "La respuesta tiene \${digits} o menos dígitos.")), new _hx_array(array("syntax_expression", "General")), new _hx_array(array("syntax_expression_description", "(fórmulas, expresiones, ecuaciones, matrices ...)")), new _hx_array(array("syntax_expression_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("syntax_quantity", "Cantidad")), new _hx_array(array("syntax_quantity_description", "(números, unidades de medida, fracciones, fracciones mixtas, razones...)")), new _hx_array(array("syntax_quantity_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("syntax_list", "Lista")), new _hx_array(array("syntax_list_description", "(listas sin coma separadora o paréntesis)")), new _hx_array(array("syntax_list_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("syntax_string", "Texto")), new _hx_array(array("syntax_string_description", "(palabras, frases, cadenas de caracteres)")), new _hx_array(array("syntax_string_correct_feedback", "La sintaxis de la respuesta es correcta.")), new _hx_array(array("none", "ninguno")), new _hx_array(array("edit", "Editar")), new _hx_array(array("accept", "Aceptar")), new _hx_array(array("cancel", "Cancelar")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonométricas")), new _hx_array(array("hyperbolic", "hiperbólicas")), new _hx_array(array("arithmetic", "aritmética")), new _hx_array(array("all", "todo")), new _hx_array(array("tolerance", "Tolerancia")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolerancia relativa")), new _hx_array(array("precision", "Precisión")), new _hx_array(array("implicit_times_operator", "Omitir producto")), new _hx_array(array("times_operator", "Operador producto")), new _hx_array(array("imaginary_unit", "Unidad imaginaria")), new _hx_array(array("mixedfractions", "Fracciones mixtas")), new _hx_array(array("constants", "Constantes")), new _hx_array(array("functions", "Funciones")), new _hx_array(array("userfunctions", "Funciones de usuario")), new _hx_array(array("units", "Unidades")), new _hx_array(array("unitprefixes", "Prefijos de unidades")), new _hx_array(array("syntaxparams", "Opciones de sintaxis")), new _hx_array(array("syntaxparams_expression", "Opciones para general")), new _hx_array(array("syntaxparams_quantity", "Opciones para cantidad")), new _hx_array(array("syntaxparams_list", "Opciones para lista")), new _hx_array(array("allowedinput", "Entrada permitida")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Respuesta correcta")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validación")), new _hx_array(array("preview", "Vista previa")), new _hx_array(array("correctanswertabhelp", "Introduzca la respuesta correcta utilizando WIRIS editor. Seleccione también el comportamiento del editor de fórmulas cuando sea utilizado por el estudiante.\x0A")), new _hx_array(array("assertionstabhelp", "Seleccione las propiedades que deben cumplir las respuestas de estudiante. Por ejemplo, si tiene que estar simplificado, factorizado, expresado utilizando unidades físicas o tener una precisión numérica específica.")), new _hx_array(array("variablestabhelp", "Escriba un algoritmo con WIRIS CAS para crear variables aleatorias: números, expresiones, gráficas o funciones de calificación.\x0ATambién puede especificar el formato de salida de las variables que se muestran a los estudiantes.\x0A")), new _hx_array(array("testtabhelp", "Insertar una posible respuesta de estudiante para simular el comportamiento de la pregunta. Está usted utilizando la misma herramienta que el estudiante utilizará.\x0AObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\x0A")), new _hx_array(array("start", "Inicio")), new _hx_array(array("test", "Prueba")), new _hx_array(array("clicktesttoevaluate", "Haga clic en botón de prueba para validar la respuesta actual.")), new _hx_array(array("correct", "¡correcto!")), new _hx_array(array("incorrect", "¡incorrecto!")), new _hx_array(array("partiallycorrect", "¡parcialmente correcto!")), new _hx_array(array("inputmethod", "Método de entrada")), new _hx_array(array("compoundanswer", "Respuesta compuesta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor incrustado")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor en una ventana emergente")), new _hx_array(array("answerinputplaintext", "Campo de entrada de texto llano")), new _hx_array(array("showauxiliarcas", "Incluir WIRIS CAS")), new _hx_array(array("initialcascontent", "Contenido inicial")), new _hx_array(array("tolerancedigits", "Dígitos de tolerancia")), new _hx_array(array("validationandvariables", "Validación y variables")), new _hx_array(array("algorithmlanguage", "Idioma del algoritmo")), new _hx_array(array("calculatorlanguage", "Idioma de la calculadora")), new _hx_array(array("hasalgorithm", "Tiene algoritmo")), new _hx_array(array("comparison", "Comparación")), new _hx_array(array("properties", "Propiedades")), new _hx_array(array("studentanswer", "Respuesta del estudiante")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Sus cambios se perderán si abandona la ventana.")), new _hx_array(array("outputoptions", "Opciones de salida")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Aviso! Este componente requiere instalar el plugin de Java o quizás es suficiente activar el plugin de Java.")), new _hx_array(array("allanswerscorrect", "Todas las respuestas deben ser correctas")), new _hx_array(array("distributegrade", "Distribuir la nota")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Añadir")), new _hx_array(array("replaceeditor", "Sustituir editor")), new _hx_array(array("list", "Lista")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "Grammar URL")), new _hx_array(array("reservedwords", "Palabras reservadas")), new _hx_array(array("forcebrackets", "Las listas siempre necesitan llaves \"{}\".")), new _hx_array(array("commaasitemseparator", "Utiliza la coma \",\" como separador de elementos de listas.")), new _hx_array(array("confirmimportdeprecated", "Importar la pregunta?\x0AEsta pregunta tiene características obsoletas. El proceso de importación puede modificar el comportamiento de la pregunta. Revise cuidadosamente la pregunta antes de utilizarla.")), new _hx_array(array("comparesets", "Compara como conjuntos")), new _hx_array(array("nobracketslist", "Listas sin llaves")), new _hx_array(array("warningtoleranceprecision", "Precisión menor que la tolerancia.")), new _hx_array(array("actionimport", "Importar")), new _hx_array(array("actionexport", "Exportar")), new _hx_array(array("usecase", "Coincidir mayúsculas y minúsculas")), new _hx_array(array("usespaces", "Coincidir espacios")), new _hx_array(array("notevaluate", "Mantener los argumentos sin evaluar")), new _hx_array(array("separators", "Separadores")), new _hx_array(array("comma", "Coma")), new _hx_array(array("commarole", "Rol del caracter coma ','")), new _hx_array(array("point", "Punto")), new _hx_array(array("pointrole", "Rol del caracter punto '.'")), new _hx_array(array("space", "Espacio")), new _hx_array(array("spacerole", "Rol del caracter espacio")), new _hx_array(array("decimalmark", "Decimales")), new _hx_array(array("digitsgroup", "Miles")), new _hx_array(array("listitems", "Elementos de lista")), new _hx_array(array("nothing", "Ninguno")), new _hx_array(array("intervals", "Intervalos")), new _hx_array(array("warningprecision15", "La precisión debe estar entre 1 y 15.")), new _hx_array(array("decimalSeparator", "Decimales")), new _hx_array(array("thousandsSeparator", "Miles")), new _hx_array(array("notation", "Notación")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto")), new _hx_array(array("fixedDecimal", "Fija")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Científica")), new _hx_array(array("example", "Ejemplo")), new _hx_array(array("warningreltolfixedprec", "Tolerancia relativa con notación de coma fija.")), new _hx_array(array("warningabstolfloatprec", "Tolerancia absoluta con notación de coma flotante.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand incrustado")), new _hx_array(array("absolutetolerance", "Tolerancia absoluta")), new _hx_array(array("clicktoeditalgorithm", "Clica el botón para descargar y ejecutar la aplicación WIRIS cas para editar el algoritmo de la pregunta. Aprende más.")), new _hx_array(array("launchwiriscas", "Editar algoritmo")), new _hx_array(array("sendinginitialsession", "Enviando algoritmo inicial.")), new _hx_array(array("waitingforupdates", "Esperando actualizaciones.")), new _hx_array(array("sessionclosed", "Todos los cambios guardados.")), new _hx_array(array("gotsession", "Cambios guardados (revisión \${n}).")), new _hx_array(array("thecorrectansweris", "La respuesta correcta es")), new _hx_array(array("poweredby", "Creado por")), new _hx_array(array("refresh", "Renovar la respuesta correcta")), new _hx_array(array("fillwithcorrect", "Rellenar con la respuesta correcta")), new _hx_array(array("runcalculator", "Ejecutar calculadora")), new _hx_array(array("clicktoruncalculator", "Clica el botón para descargar y ejecutar la aplicación WIRIS cas para hacer los cálculos que necesite. Aprende más.")), new _hx_array(array("answer", "respuesta")), new _hx_array(array("lang", "ca")), new _hx_array(array("comparisonwithstudentanswer", "Comparació amb la resposta de l'estudiant")), new _hx_array(array("otheracceptedanswers", "Altres respostes acceptades")), new _hx_array(array("equivalent_literal", "Literalment igual")), new _hx_array(array("equivalent_literal_correct_feedback", "La resposta és literalment igual a la correcta.")), new _hx_array(array("equivalent_symbolic", "Matemàticament igual")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La resposta és matemàticament igual a la correcta.")), new _hx_array(array("equivalent_set", "Igual com a conjunts")), new _hx_array(array("equivalent_set_correct_feedback", "El conjunt de respostes és igual al correcte.")), new _hx_array(array("equivalent_equations", "Equacions equivalents")), new _hx_array(array("equivalent_equations_correct_feedback", "La resposta té les solucions requerides.")), new _hx_array(array("equivalent_function", "Funció de qualificació")), new _hx_array(array("equivalent_function_correct_feedback", "La resposta és correcta.")), new _hx_array(array("equivalent_all", "Qualsevol resposta")), new _hx_array(array("any", "qualsevol")), new _hx_array(array("gradingfunction", "Funció de qualificació")), new _hx_array(array("additionalproperties", "Propietats addicionals")), new _hx_array(array("structure", "Estructura")), new _hx_array(array("none", "cap")), new _hx_array(array("None", "Cap")), new _hx_array(array("check_integer_form", "té forma de nombre enter")), new _hx_array(array("check_integer_form_correct_feedback", "La resposta és un nombre enter.")), new _hx_array(array("check_fraction_form", "té forma de fracció")), new _hx_array(array("check_fraction_form_correct_feedback", "La resposta és una fracció.")), new _hx_array(array("check_polynomial_form", "té forma de polinomi")), new _hx_array(array("check_polynomial_form_correct_feedback", "La resposta és un polinomi.")), new _hx_array(array("check_rational_function_form", "té forma de funció racional")), new _hx_array(array("check_rational_function_form_correct_feedback", "La resposta és una funció racional.")), new _hx_array(array("check_elemental_function_form", "és una combinació de funcions elementals")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La resposta és una expressió elemental.")), new _hx_array(array("check_scientific_notation", "està expressada en notació científica")), new _hx_array(array("check_scientific_notation_correct_feedback", "La resposta està expressada en notació científica.")), new _hx_array(array("more", "Més")), new _hx_array(array("check_simplified", "està simplificada")), new _hx_array(array("check_simplified_correct_feedback", "La resposta està simplificada.")), new _hx_array(array("check_expanded", "està expandida")), new _hx_array(array("check_expanded_correct_feedback", "La resposta està expandida.")), new _hx_array(array("check_factorized", "està factoritzada")), new _hx_array(array("check_factorized_correct_feedback", "La resposta està factoritzada.")), new _hx_array(array("check_rationalized", "està racionalitzada")), new _hx_array(array("check_rationalized_correct_feedback", "La resposta está racionalitzada.")), new _hx_array(array("check_no_common_factor", "no té factors comuns")), new _hx_array(array("check_no_common_factor_correct_feedback", "La resposta no té factors comuns.")), new _hx_array(array("check_minimal_radicands", "té radicands minimals")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La resposta té els radicands minimals.")), new _hx_array(array("check_divisible", "és divisible per")), new _hx_array(array("check_divisible_correct_feedback", "La resposta és divisible per \${value}.")), new _hx_array(array("check_common_denominator", "té denominador comú")), new _hx_array(array("check_common_denominator_correct_feedback", "La resposta té denominador comú.")), new _hx_array(array("check_unit", "té unitat equivalent a")), new _hx_array(array("check_unit_correct_feedback", "La unitat de resposta és \${unit}.")), new _hx_array(array("check_unit_literal", "té unitat literalment igual a")), new _hx_array(array("check_unit_literal_correct_feedback", "La unitat de resposta és \${unit}.")), new _hx_array(array("check_no_more_decimals", "té menys decimals o exactament")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La resposta té \${digits} o menys decimals.")), new _hx_array(array("check_no_more_digits", "té menys dígits o exactament")), new _hx_array(array("check_no_more_digits_correct_feedback", "La resposta té \${digits} o menys dígits.")), new _hx_array(array("syntax_expression", "General")), new _hx_array(array("syntax_expression_description", "(fórmules, expressions, equacions, matrius ...)")), new _hx_array(array("syntax_expression_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("syntax_quantity", "Quantitat")), new _hx_array(array("syntax_quantity_description", "(nombres, unitats de mesura, fraccions, fraccions mixtes, raons...)")), new _hx_array(array("syntax_quantity_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("syntax_list", "Llista")), new _hx_array(array("syntax_list_description", "(llistes sense coma separadora o parèntesis)")), new _hx_array(array("syntax_list_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("syntax_string", "Text")), new _hx_array(array("syntax_string_description", "(paraules, frases, cadenas de caràcters)")), new _hx_array(array("syntax_string_correct_feedback", "La sintaxi de la resposta és correcta.")), new _hx_array(array("none", "cap")), new _hx_array(array("edit", "Editar")), new _hx_array(array("accept", "Acceptar")), new _hx_array(array("cancel", "Cancel·lar")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonomètriques")), new _hx_array(array("hyperbolic", "hiperbòliques")), new _hx_array(array("arithmetic", "aritmètica")), new _hx_array(array("all", "tot")), new _hx_array(array("tolerance", "Tolerància")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolerància relativa")), new _hx_array(array("precision", "Precisió")), new _hx_array(array("implicit_times_operator", "Ometre producte")), new _hx_array(array("times_operator", "Operador producte")), new _hx_array(array("imaginary_unit", "Unitat imaginària")), new _hx_array(array("mixedfractions", "Fraccions mixtes")), new _hx_array(array("constants", "Constants")), new _hx_array(array("functions", "Funcions")), new _hx_array(array("userfunctions", "Funcions d'usuari")), new _hx_array(array("units", "Unitats")), new _hx_array(array("unitprefixes", "Prefixos d'unitats")), new _hx_array(array("syntaxparams", "Opcions de sintaxi")), new _hx_array(array("syntaxparams_expression", "Opcions per a general")), new _hx_array(array("syntaxparams_quantity", "Opcions per a quantitat")), new _hx_array(array("syntaxparams_list", "Opcions per a llista")), new _hx_array(array("allowedinput", "Entrada permesa")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Resposta correcta")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validació")), new _hx_array(array("preview", "Vista prèvia")), new _hx_array(array("correctanswertabhelp", "Introduïu la resposta correcta utilitzant WIRIS editor. Seleccioneu també el comportament de l'editor de fórmules quan sigui utilitzat per l'estudiant.\x0A")), new _hx_array(array("assertionstabhelp", "Seleccioneu les propietats que han de complir les respostes d'estudiant. Per exemple, si ha d'estar simplificat, factoritzat, expressat utilitzant unitats físiques o tenir una precisió numèrica específica.")), new _hx_array(array("variablestabhelp", "Escriviu un algorisme amb WIRIS CAS per crear variables aleatòries: números, expressions, gràfiques o funcions de qualificació.\x0ATambé podeu especificar el format de sortida de les variables que es mostren als estudiants.\x0A")), new _hx_array(array("testtabhelp", "Inserir una possible resposta d'estudiant per simular el comportament de la pregunta. Està utilitzant la mateixa eina que l'estudiant utilitzarà per entrar la resposta.\x0AObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\x0A")), new _hx_array(array("start", "Inici")), new _hx_array(array("test", "Prova")), new _hx_array(array("clicktesttoevaluate", "Feu clic a botó de prova per validar la resposta actual.")), new _hx_array(array("correct", "Correcte!")), new _hx_array(array("incorrect", "Incorrecte!")), new _hx_array(array("partiallycorrect", "Parcialment correcte!")), new _hx_array(array("inputmethod", "Mètode d'entrada")), new _hx_array(array("compoundanswer", "Resposta composta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor incrustat")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor en una finestra emergent")), new _hx_array(array("answerinputplaintext", "Camp d'entrada de text pla")), new _hx_array(array("showauxiliarcas", "Incloure WIRIS CAS")), new _hx_array(array("initialcascontent", "Contingut inicial")), new _hx_array(array("tolerancedigits", "Dígits de tolerància")), new _hx_array(array("validationandvariables", "Validació i variables")), new _hx_array(array("algorithmlanguage", "Idioma de l'algorisme")), new _hx_array(array("calculatorlanguage", "Idioma de la calculadora")), new _hx_array(array("hasalgorithm", "Té algorisme")), new _hx_array(array("comparison", "Comparació")), new _hx_array(array("properties", "Propietats")), new _hx_array(array("studentanswer", "Resposta de l'estudiant")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Els seus canvis es perdran si abandona la finestra.")), new _hx_array(array("outputoptions", "Opcions de sortida")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Totes les respostes han de ser correctes")), new _hx_array(array("distributegrade", "Distribueix la nota")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Afegir")), new _hx_array(array("replaceeditor", "Substitueix l'editor")), new _hx_array(array("list", "Llista")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "Grammar URL")), new _hx_array(array("reservedwords", "Paraules reservades")), new _hx_array(array("forcebrackets", "Les llistes sempre necessiten claus \"{}\".")), new _hx_array(array("commaasitemseparator", "Utilitza la coma \",\" com a separador d'elements de llistes.")), new _hx_array(array("confirmimportdeprecated", "Importar la pregunta?\x0AAquesta pregunta conté característiques obsoletes. El procés d'importació pot canviar lleugerament el comportament de la pregunta. És altament recomanat comprovar cuidadosament la pregunta després de la importació.")), new _hx_array(array("comparesets", "Compara com a conjunts")), new _hx_array(array("nobracketslist", "Llistes sense claus")), new _hx_array(array("warningtoleranceprecision", "Hi ha menys dígits de precisió que dígits de tolerància.")), new _hx_array(array("actionimport", "Importar")), new _hx_array(array("actionexport", "Exportar")), new _hx_array(array("usecase", "Coincideix majúscules i minúscules")), new _hx_array(array("usespaces", "Coincideix espais")), new _hx_array(array("notevaluate", "Mantén els arguments sense avaluar")), new _hx_array(array("separators", "Separadors")), new _hx_array(array("comma", "Coma")), new _hx_array(array("commarole", "Rol del caràcter coma ','")), new _hx_array(array("point", "Punt")), new _hx_array(array("pointrole", "Rol del caràcter punt '.'")), new _hx_array(array("space", "Espai")), new _hx_array(array("spacerole", "Rol del caràcter espai")), new _hx_array(array("decimalmark", "Decimals")), new _hx_array(array("digitsgroup", "Milers")), new _hx_array(array("listitems", "Elements de llista")), new _hx_array(array("nothing", "Cap")), new _hx_array(array("intervals", "Intervals")), new _hx_array(array("warningprecision15", "La precisió ha de ser entre 1 i 15.")), new _hx_array(array("decimalSeparator", "Decimals")), new _hx_array(array("thousandsSeparator", "Milers")), new _hx_array(array("notation", "Notació")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto")), new _hx_array(array("fixedDecimal", "Fixa")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Científica")), new _hx_array(array("example", "Exemple")), new _hx_array(array("warningreltolfixedprec", "Tolerància relativa amb notació de coma fixa.")), new _hx_array(array("warningabstolfloatprec", "Tolerància absoluta amb notació de coma flotant.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand incrustat")), new _hx_array(array("absolutetolerance", "Tolerància absoluta")), new _hx_array(array("clicktoeditalgorithm", "Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a editar l'algorisme de la pregunta. Aprèn-ne més.")), new _hx_array(array("launchwiriscas", "Editar algorisme")), new _hx_array(array("sendinginitialsession", "Enviant algorisme inicial.")), new _hx_array(array("waitingforupdates", "Esperant actualitzacions.")), new _hx_array(array("sessionclosed", "S'han desat tots els canvis.")), new _hx_array(array("gotsession", "Canvis desats (revisió \${n}).")), new _hx_array(array("thecorrectansweris", "La resposta correcta és")), new _hx_array(array("poweredby", "Creat per")), new _hx_array(array("refresh", "Renova la resposta correcta")), new _hx_array(array("fillwithcorrect", "Omple amb la resposta correcta")), new _hx_array(array("runcalculator", "Executar calculadora")), new _hx_array(array("clicktoruncalculator", "Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a fer els càlculs que necessiti. Aprèn-ne més.")), new _hx_array(array("answer", "resposta")), new _hx_array(array("lang", "it")), new _hx_array(array("comparisonwithstudentanswer", "Confronto con la risposta dello studente")), new _hx_array(array("otheracceptedanswers", "Altre risposte accettate")), new _hx_array(array("equivalent_literal", "Letteralmente uguale")), new _hx_array(array("equivalent_literal_correct_feedback", "La risposta è letteralmente uguale a quella corretta.")), new _hx_array(array("equivalent_symbolic", "Matematicamente uguale")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La risposta è matematicamente uguale a quella corretta.")), new _hx_array(array("equivalent_set", "Uguale come serie")), new _hx_array(array("equivalent_set_correct_feedback", "La risposta è una serie uguale a quella corretta.")), new _hx_array(array("equivalent_equations", "Equazioni equivalenti")), new _hx_array(array("equivalent_equations_correct_feedback", "La risposta ha le stesse soluzioni di quella corretta.")), new _hx_array(array("equivalent_function", "Funzione di classificazione")), new _hx_array(array("equivalent_function_correct_feedback", "La risposta è corretta.")), new _hx_array(array("equivalent_all", "Qualsiasi risposta")), new _hx_array(array("any", "qualsiasi")), new _hx_array(array("gradingfunction", "Funzione di classificazione")), new _hx_array(array("additionalproperties", "Proprietà aggiuntive")), new _hx_array(array("structure", "Struttura")), new _hx_array(array("none", "nessuno")), new _hx_array(array("None", "Nessuno")), new _hx_array(array("check_integer_form", "corrisponde a un numero intero")), new _hx_array(array("check_integer_form_correct_feedback", "La risposta è un numero intero.")), new _hx_array(array("check_fraction_form", "corrisponde a una frazione")), new _hx_array(array("check_fraction_form_correct_feedback", "La risposta è una frazione.")), new _hx_array(array("check_polynomial_form", "corrisponde a un polinomio")), new _hx_array(array("check_polynomial_form_correct_feedback", "La risposta è un polinomio.")), new _hx_array(array("check_rational_function_form", "corrisponde a una funzione razionale")), new _hx_array(array("check_rational_function_form_correct_feedback", "La risposta è una funzione razionale.")), new _hx_array(array("check_elemental_function_form", "è una combinazione di funzioni elementari")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La risposta è un'espressione elementare.")), new _hx_array(array("check_scientific_notation", "è espressa in notazione scientifica")), new _hx_array(array("check_scientific_notation_correct_feedback", "La risposta è espressa in notazione scientifica.")), new _hx_array(array("more", "Altro")), new _hx_array(array("check_simplified", "è semplificata")), new _hx_array(array("check_simplified_correct_feedback", "La risposta è semplificata.")), new _hx_array(array("check_expanded", "è espansa")), new _hx_array(array("check_expanded_correct_feedback", "La risposta è espansa.")), new _hx_array(array("check_factorized", "è scomposta in fattori")), new _hx_array(array("check_factorized_correct_feedback", "La risposta è scomposta in fattori.")), new _hx_array(array("check_rationalized", "è razionalizzata")), new _hx_array(array("check_rationalized_correct_feedback", "La risposta è razionalizzata.")), new _hx_array(array("check_no_common_factor", "non ha fattori comuni")), new _hx_array(array("check_no_common_factor_correct_feedback", "La risposta non ha fattori comuni.")), new _hx_array(array("check_minimal_radicands", "ha radicandi minimi")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La risposta contiene radicandi minimi.")), new _hx_array(array("check_divisible", "è divisibile per")), new _hx_array(array("check_divisible_correct_feedback", "La risposta è divisibile per \${value}.")), new _hx_array(array("check_common_denominator", "ha un solo denominatore comune")), new _hx_array(array("check_common_denominator_correct_feedback", "La risposta ha un solo denominatore comune.")), new _hx_array(array("check_unit", "ha un'unità equivalente a")), new _hx_array(array("check_unit_correct_feedback", "La risposta è l'unità \${unit}.")), new _hx_array(array("check_unit_literal", "ha un'unità letteralmente uguale a")), new _hx_array(array("check_unit_literal_correct_feedback", "La risposta è l'unità \${unit}.")), new _hx_array(array("check_no_more_decimals", "ha un numero inferiore o uguale di decimali rispetto a")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La risposta ha \${digits} o meno decimali.")), new _hx_array(array("check_no_more_digits", "ha un numero inferiore o uguale di cifre rispetto a")), new _hx_array(array("check_no_more_digits_correct_feedback", "La risposta ha \${digits} o meno cifre.")), new _hx_array(array("syntax_expression", "Generale")), new _hx_array(array("syntax_expression_description", "(formule, espressioni, equazioni, matrici etc.)")), new _hx_array(array("syntax_expression_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("syntax_quantity", "Quantità")), new _hx_array(array("syntax_quantity_description", "(numeri, unità di misura, frazioni, frazioni miste, proporzioni etc.)")), new _hx_array(array("syntax_quantity_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("syntax_list", "Elenco")), new _hx_array(array("syntax_list_description", "(elenchi senza virgola di separazione o parentesi)")), new _hx_array(array("syntax_list_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("syntax_string", "Testo")), new _hx_array(array("syntax_string_description", "(parole, frasi, stringhe di caratteri)")), new _hx_array(array("syntax_string_correct_feedback", "La sintassi della risposta è corretta.")), new _hx_array(array("none", "nessuno")), new _hx_array(array("edit", "Modifica")), new _hx_array(array("accept", "Accetta")), new _hx_array(array("cancel", "Annulla")), new _hx_array(array("explog", "esponenziale/logaritmica")), new _hx_array(array("trigonometric", "trigonometrica")), new _hx_array(array("hyperbolic", "iperbolica")), new _hx_array(array("arithmetic", "aritmetica")), new _hx_array(array("all", "tutto")), new _hx_array(array("tolerance", "Tolleranza")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolleranza relativa")), new _hx_array(array("precision", "Precisione")), new _hx_array(array("implicit_times_operator", "Operatore prodotto non visibile")), new _hx_array(array("times_operator", "Operatore prodotto")), new _hx_array(array("imaginary_unit", "Unità immaginaria")), new _hx_array(array("mixedfractions", "Frazioni miste")), new _hx_array(array("constants", "Costanti")), new _hx_array(array("functions", "Funzioni")), new _hx_array(array("userfunctions", "Funzioni utente")), new _hx_array(array("units", "Unità")), new _hx_array(array("unitprefixes", "Prefissi unità")), new _hx_array(array("syntaxparams", "Opzioni di sintassi")), new _hx_array(array("syntaxparams_expression", "Opzioni per elementi generali")), new _hx_array(array("syntaxparams_quantity", "Opzioni per la quantità")), new _hx_array(array("syntaxparams_list", "Opzioni per elenchi")), new _hx_array(array("allowedinput", "Input consentito")), new _hx_array(array("manual", "Manuale")), new _hx_array(array("correctanswer", "Risposta corretta")), new _hx_array(array("variables", "Variabili")), new _hx_array(array("validation", "Verifica")), new _hx_array(array("preview", "Anteprima")), new _hx_array(array("correctanswertabhelp", "Inserisci la risposta corretta utilizzando l'editor WIRIS. Seleziona anche un comportamento per l'editor di formule se utilizzato dallo studente.\x0ANon potrai archiviare la risposta se non si tratta di un'espressione valida.\x0A")), new _hx_array(array("assertionstabhelp", "Seleziona quali proprietà deve verificare la risposta dello studente. Ad esempio, se la risposta deve essere semplificata, scomposta in fattori o espressa in unità fisiche o se ha una precisione numerica specifica.")), new _hx_array(array("variablestabhelp", "Scrivi un algoritmo con WIRIS cas per creare variabili casuali: numeri, espressioni, diagrammi o funzioni di classificazione.\x0APuoi anche specificare il formato delle variabili mostrate allo studente.\x0A")), new _hx_array(array("testtabhelp", "Inserisci la risposta di un possibile studente per simulare il comportamento della domanda. Per questa operazione, utilizzi lo stesso strumento che utilizzerà lo studente.\x0ANota: puoi anche testare i criteri di valutazione, di risposta corretta e il feedback automatico.\x0A")), new _hx_array(array("start", "Inizio")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Fai clic sul pulsante Test per verificare la risposta attuale.")), new _hx_array(array("correct", "Risposta corretta.")), new _hx_array(array("incorrect", "Risposta sbagliata.")), new _hx_array(array("partiallycorrect", "Risposta corretta in parte.")), new _hx_array(array("inputmethod", "Metodo di input")), new _hx_array(array("compoundanswer", "Risposta composta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor integrato")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor nella finestra a comparsa")), new _hx_array(array("answerinputplaintext", "Campo di input testo semplice")), new _hx_array(array("showauxiliarcas", "Includi WIRIS cas")), new _hx_array(array("initialcascontent", "Contenuto iniziale")), new _hx_array(array("tolerancedigits", "Cifre di tolleranza")), new _hx_array(array("validationandvariables", "Verifica e variabili")), new _hx_array(array("algorithmlanguage", "Lingua algoritmo")), new _hx_array(array("calculatorlanguage", "Lingua calcolatrice")), new _hx_array(array("hasalgorithm", "Ha l'algoritmo")), new _hx_array(array("comparison", "Confronto")), new _hx_array(array("properties", "Proprietà")), new _hx_array(array("studentanswer", "Risposta dello studente")), new _hx_array(array("poweredbywiris", "Realizzato con WIRIS")), new _hx_array(array("yourchangeswillbelost", "Se chiudi la finestra, le modifiche andranno perse.")), new _hx_array(array("outputoptions", "Opzioni risultato")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Tutte le risposte devono essere corrette")), new _hx_array(array("distributegrade", "Fornisci voto")), new _hx_array(array("no", "No")), new _hx_array(array("add", "Aggiungi")), new _hx_array(array("replaceeditor", "Sostituisci editor")), new _hx_array(array("list", "Elenco")), new _hx_array(array("questionxml", "XML domanda")), new _hx_array(array("grammarurl", "URL grammatica")), new _hx_array(array("reservedwords", "Parole riservate")), new _hx_array(array("forcebrackets", "Gli elenchi devono sempre contenere le parentesi graffe \"{}\".")), new _hx_array(array("commaasitemseparator", "Utilizza la virgola \",\" per separare gli elementi di un elenco.")), new _hx_array(array("confirmimportdeprecated", "Vuoi importare la domanda?\x0A La domanda che vuoi aprire contiene funzionalità obsolete. Il processo di importazione potrebbe modificare leggermente il comportamento della domanda. Ti consigliamo di controllare attentamente la domanda dopo l'importazione.")), new _hx_array(array("comparesets", "Confronta come serie")), new _hx_array(array("nobracketslist", "Elenchi senza parentesi")), new _hx_array(array("warningtoleranceprecision", "Le cifre di precisione sono inferiori a quelle di tolleranza.")), new _hx_array(array("actionimport", "Importazione")), new _hx_array(array("actionexport", "Esportazione")), new _hx_array(array("usecase", "Rispetta maiuscole/minuscole")), new _hx_array(array("usespaces", "Rispetta spazi")), new _hx_array(array("notevaluate", "Mantieni argomenti non valutati")), new _hx_array(array("separators", "Separatori")), new _hx_array(array("comma", "Virgola")), new _hx_array(array("commarole", "Ruolo della virgola “,”")), new _hx_array(array("point", "Punto")), new _hx_array(array("pointrole", "Ruolo del punto “.”")), new _hx_array(array("space", "Spazio")), new _hx_array(array("spacerole", "Ruolo dello spazio")), new _hx_array(array("decimalmark", "Cifre decimali")), new _hx_array(array("digitsgroup", "Gruppi di cifre")), new _hx_array(array("listitems", "Elenca elementi")), new _hx_array(array("nothing", "Niente")), new _hx_array(array("intervals", "Intervalli")), new _hx_array(array("warningprecision15", "La precisione deve essere compresa tra 1 e 15.")), new _hx_array(array("decimalSeparator", "Decimale")), new _hx_array(array("thousandsSeparator", "Migliaia")), new _hx_array(array("notation", "Notazione")), new _hx_array(array("invisible", "Invisibile")), new _hx_array(array("auto", "Automatico")), new _hx_array(array("fixedDecimal", "Fisso")), new _hx_array(array("floatingDecimal", "Decimale")), new _hx_array(array("scientific", "Scientifica")), new _hx_array(array("example", "Esempio")), new _hx_array(array("warningreltolfixedprec", "Tolleranza relativa con notazione decimale fissa.")), new _hx_array(array("warningabstolfloatprec", "Tolleranza assoluta con notazione decimale fluttuante.")), new _hx_array(array("answerinputinlinehand", "Applicazione WIRIS hand incorporata")), new _hx_array(array("absolutetolerance", "Tolleranza assoluta")), new _hx_array(array("clicktoeditalgorithm", "Il tuo browser non supporta Java. Fai clic sul pulsante per scaricare ed eseguire l’applicazione WIRIS cas che consente di modificare l’algoritmo della domanda.")), new _hx_array(array("launchwiriscas", "Avvia WIRIS cas")), new _hx_array(array("sendinginitialsession", "Invio della sessione iniziale...")), new _hx_array(array("waitingforupdates", "In attesa degli aggiornamenti...")), new _hx_array(array("sessionclosed", "Comunicazione chiusa.")), new _hx_array(array("gotsession", "Ricevuta revisione \${n}.")), new _hx_array(array("thecorrectansweris", "La risposta corretta è")), new _hx_array(array("poweredby", "Offerto da")), new _hx_array(array("refresh", "Rinnova la risposta corretta")), new _hx_array(array("fillwithcorrect", "Inserisci la risposta corretta")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "fr")), new _hx_array(array("comparisonwithstudentanswer", "Comparaison avec la réponse de l'étudiant")), new _hx_array(array("otheracceptedanswers", "Autres réponses acceptées")), new _hx_array(array("equivalent_literal", "Strictement égal")), new _hx_array(array("equivalent_literal_correct_feedback", "La réponse est strictement égale à la bonne réponse.")), new _hx_array(array("equivalent_symbolic", "Mathématiquement égal")), new _hx_array(array("equivalent_symbolic_correct_feedback", "La réponse est mathématiquement égale à la bonne réponse.")), new _hx_array(array("equivalent_set", "Égal en tant qu'ensembles")), new _hx_array(array("equivalent_set_correct_feedback", "L'ensemble de réponses est égal à la bonne réponse.")), new _hx_array(array("equivalent_equations", "Équations équivalentes")), new _hx_array(array("equivalent_equations_correct_feedback", "La réponse partage les mêmes solutions que la bonne réponse.")), new _hx_array(array("equivalent_function", "Fonction de gradation")), new _hx_array(array("equivalent_function_correct_feedback", "C'est la bonne réponse.")), new _hx_array(array("equivalent_all", "N'importe quelle réponse")), new _hx_array(array("any", "quelconque")), new _hx_array(array("gradingfunction", "Fonction de gradation")), new _hx_array(array("additionalproperties", "Propriétés supplémentaires")), new _hx_array(array("structure", "Structure")), new _hx_array(array("none", "aucune")), new _hx_array(array("None", "Aucune")), new _hx_array(array("check_integer_form", "a la forme d'un entier.")), new _hx_array(array("check_integer_form_correct_feedback", "La réponse est un nombre entier.")), new _hx_array(array("check_fraction_form", "a la forme d'une fraction")), new _hx_array(array("check_fraction_form_correct_feedback", "La réponse est une fraction.")), new _hx_array(array("check_polynomial_form", "a la forme d'un polynôme")), new _hx_array(array("check_polynomial_form_correct_feedback", "La réponse est un polynôme.")), new _hx_array(array("check_rational_function_form", "a la forme d'une fonction rationnelle")), new _hx_array(array("check_rational_function_form_correct_feedback", "La réponse est une fonction rationnelle.")), new _hx_array(array("check_elemental_function_form", "est une combinaison de fonctions élémentaires")), new _hx_array(array("check_elemental_function_form_correct_feedback", "La réponse est une expression élémentaire.")), new _hx_array(array("check_scientific_notation", "est exprimé en notation scientifique")), new _hx_array(array("check_scientific_notation_correct_feedback", "La réponse est exprimée en notation scientifique.")), new _hx_array(array("more", "Plus")), new _hx_array(array("check_simplified", "est simplifié")), new _hx_array(array("check_simplified_correct_feedback", "La réponse est simplifiée.")), new _hx_array(array("check_expanded", "est développé")), new _hx_array(array("check_expanded_correct_feedback", "La réponse est développée.")), new _hx_array(array("check_factorized", "est factorisé")), new _hx_array(array("check_factorized_correct_feedback", "La réponse est factorisée.")), new _hx_array(array("check_rationalized", " : rationalisé")), new _hx_array(array("check_rationalized_correct_feedback", "La réponse est rationalisée.")), new _hx_array(array("check_no_common_factor", "n'a pas de facteurs communs")), new _hx_array(array("check_no_common_factor_correct_feedback", "La réponse n'a pas de facteurs communs.")), new _hx_array(array("check_minimal_radicands", "a des radicandes minimaux")), new _hx_array(array("check_minimal_radicands_correct_feedback", "La réponse a des radicandes minimaux.")), new _hx_array(array("check_divisible", "est divisible par")), new _hx_array(array("check_divisible_correct_feedback", "La réponse est divisible par \${value}.")), new _hx_array(array("check_common_denominator", "a un seul dénominateur commun")), new _hx_array(array("check_common_denominator_correct_feedback", "La réponse inclut un seul dénominateur commun.")), new _hx_array(array("check_unit", "inclut une unité équivalente à")), new _hx_array(array("check_unit_correct_feedback", "La bonne unité est \${unit}.")), new _hx_array(array("check_unit_literal", "a une unité strictement égale à")), new _hx_array(array("check_unit_literal_correct_feedback", "La bonne unité est \${unit}.")), new _hx_array(array("check_no_more_decimals", "a le même nombre ou moins de décimales que")), new _hx_array(array("check_no_more_decimals_correct_feedback", "La réponse inclut au plus \${digits} décimales.")), new _hx_array(array("check_no_more_digits", "a le même nombre ou moins de chiffres que")), new _hx_array(array("check_no_more_digits_correct_feedback", "La réponse inclut au plus \${digits} chiffres.")), new _hx_array(array("syntax_expression", "Général")), new _hx_array(array("syntax_expression_description", "(formules, expressions, équations, matrices…)")), new _hx_array(array("syntax_expression_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("syntax_quantity", "Quantité")), new _hx_array(array("syntax_quantity_description", "(nombres, unités de mesure, fractions, fractions mixtes, proportions…)")), new _hx_array(array("syntax_quantity_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(listes sans virgule ou crochets de séparation)")), new _hx_array(array("syntax_list_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("syntax_string", "Texte")), new _hx_array(array("syntax_string_description", "(mots, phrases, suites de caractères)")), new _hx_array(array("syntax_string_correct_feedback", "La syntaxe de la réponse est correcte.")), new _hx_array(array("none", "aucune")), new _hx_array(array("edit", "Modifier")), new _hx_array(array("accept", "Accepter")), new _hx_array(array("cancel", "Annuler")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonométrique")), new _hx_array(array("hyperbolic", "hyperbolique")), new _hx_array(array("arithmetic", "arithmétique")), new _hx_array(array("all", "toutes")), new _hx_array(array("tolerance", "Tolérance")), new _hx_array(array("relative", "relative")), new _hx_array(array("relativetolerance", "Tolérance relative")), new _hx_array(array("precision", "Précision")), new _hx_array(array("implicit_times_operator", "Opérateur de multiplication invisible")), new _hx_array(array("times_operator", "Opérateur de multiplication")), new _hx_array(array("imaginary_unit", "Unité imaginaire")), new _hx_array(array("mixedfractions", "Fractions mixtes")), new _hx_array(array("constants", "Constantes")), new _hx_array(array("functions", "Fonctions")), new _hx_array(array("userfunctions", "Fonctions personnalisées")), new _hx_array(array("units", "Unités")), new _hx_array(array("unitprefixes", "Préfixes d'unité")), new _hx_array(array("syntaxparams", "Options de syntaxe")), new _hx_array(array("syntaxparams_expression", "Options générales")), new _hx_array(array("syntaxparams_quantity", "Options de quantité")), new _hx_array(array("syntaxparams_list", "Options de liste")), new _hx_array(array("allowedinput", "Entrée autorisée")), new _hx_array(array("manual", "Manuel")), new _hx_array(array("correctanswer", "Bonne réponse")), new _hx_array(array("variables", "Variables")), new _hx_array(array("validation", "Validation")), new _hx_array(array("preview", "Aperçu")), new _hx_array(array("correctanswertabhelp", "Insérer la bonne réponse à l'aide du WIRIS Editor. Sélectionner aussi le comportement de l'éditeur de formule lorsque l'étudiant y fait appel.\x0A")), new _hx_array(array("assertionstabhelp", "Sélectionner les propriétés que la réponse de l'étudiant doit satisfaire. Par exemple, si elle doit être simplifiée, factorisée, exprimée dans une unité physique ou présenter une précision chiffrée spécifique.")), new _hx_array(array("variablestabhelp", "Écrire un algorithme à l'aide de WIRIS CAS pour créer des variables aléatoires : des nombres, des expressions, des courbes ou une fonction de gradation. \x0AVous pouvez aussi spécifier un format des variables pour l'affichage à l'étudiant.\x0A")), new _hx_array(array("testtabhelp", "Insérer une réponse possible de l'étudiant afin de simuler le comportement de la question. Vous utilisez le même outil que l'étudiant. \x0ANotez que vous pouvez aussi tester le critère d'évaluation, de réussite et les commentaires automatiques.\x0A")), new _hx_array(array("start", "Démarrer")), new _hx_array(array("test", "Tester")), new _hx_array(array("clicktesttoevaluate", "Cliquer sur le bouton Test pour valider la réponse actuelle.")), new _hx_array(array("correct", "Correct !")), new _hx_array(array("incorrect", "Incorrect !")), new _hx_array(array("partiallycorrect", "Partiellement correct !")), new _hx_array(array("inputmethod", "Méthode de saisie")), new _hx_array(array("compoundanswer", "Réponse composée")), new _hx_array(array("answerinputinlineeditor", "WIRIS Editor intégré")), new _hx_array(array("answerinputpopupeditor", "WIRIS Editor dans une fenêtre")), new _hx_array(array("answerinputplaintext", "Champ de saisie de texte brut")), new _hx_array(array("showauxiliarcas", "Inclure WIRIS CAS")), new _hx_array(array("initialcascontent", "Contenu initial")), new _hx_array(array("tolerancedigits", "Tolérance en chiffres")), new _hx_array(array("validationandvariables", "Validation et variables")), new _hx_array(array("algorithmlanguage", "Langage d'algorithme")), new _hx_array(array("calculatorlanguage", "Langage de calcul")), new _hx_array(array("hasalgorithm", "Possède un algorithme")), new _hx_array(array("comparison", "Comparaison")), new _hx_array(array("properties", "Propriétés")), new _hx_array(array("studentanswer", "Réponse de l'étudiant")), new _hx_array(array("poweredbywiris", "Développé par WIRIS")), new _hx_array(array("yourchangeswillbelost", "Vous perdrez vos modifications si vous fermez la fenêtre.")), new _hx_array(array("outputoptions", "Options de sortie")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Toutes les réponses doivent être correctes")), new _hx_array(array("distributegrade", "Degré de distribution")), new _hx_array(array("no", "Non")), new _hx_array(array("add", "Ajouter")), new _hx_array(array("replaceeditor", "Remplacer l'éditeur")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Question XML")), new _hx_array(array("grammarurl", "URL de la grammaire")), new _hx_array(array("reservedwords", "Mots réservés")), new _hx_array(array("forcebrackets", "Les listes requièrent l'utilisation d'accolades « {} ».")), new _hx_array(array("commaasitemseparator", "Utiliser une virgule « , » comme séparateur d'éléments de liste.")), new _hx_array(array("confirmimportdeprecated", "Importer la question ? \x0ALa question que vous êtes sur le point d'ouvrir contient des fonctionnalités obsolètes. Il se peut que la procédure d'importation modifie légèrement le comportement de la question. Il est fortement recommandé de tester attentivement la question après l'importation.")), new _hx_array(array("comparesets", "Comparer en tant qu'ensembles")), new _hx_array(array("nobracketslist", "Listes sans crochets")), new _hx_array(array("warningtoleranceprecision", "Moins de chiffres pour la précision que pour la tolérance.")), new _hx_array(array("actionimport", "Importer")), new _hx_array(array("actionexport", "Exporter")), new _hx_array(array("usecase", "Respecter la casse")), new _hx_array(array("usespaces", "Respecter les espaces")), new _hx_array(array("notevaluate", "Conserver les arguments non évalués")), new _hx_array(array("separators", "Séparateurs")), new _hx_array(array("comma", "Virgule")), new _hx_array(array("commarole", "Rôle du signe virgule « , »")), new _hx_array(array("point", "Point")), new _hx_array(array("pointrole", "Rôle du signe point « . »")), new _hx_array(array("space", "Espace")), new _hx_array(array("spacerole", "Rôle du signe espace")), new _hx_array(array("decimalmark", "Chiffres après la virgule")), new _hx_array(array("digitsgroup", "Groupes de chiffres")), new _hx_array(array("listitems", "Éléments de liste")), new _hx_array(array("nothing", "Rien")), new _hx_array(array("intervals", "Intervalles")), new _hx_array(array("warningprecision15", "La précision doit être entre 1 et 15.")), new _hx_array(array("decimalSeparator", "Virgule")), new _hx_array(array("thousandsSeparator", "Milliers")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Invisible")), new _hx_array(array("auto", "Auto.")), new _hx_array(array("fixedDecimal", "Fixe")), new _hx_array(array("floatingDecimal", "Décimale")), new _hx_array(array("scientific", "Scientifique")), new _hx_array(array("example", "Exemple")), new _hx_array(array("warningreltolfixedprec", "Tolérance relative avec la notation en mode virgule fixe.")), new _hx_array(array("warningabstolfloatprec", "Tolérance absolue avec la notation en mode virgule flottante.")), new _hx_array(array("answerinputinlinehand", "WIRIS écriture manuscrite intégrée")), new _hx_array(array("absolutetolerance", "Tolérance absolue")), new _hx_array(array("clicktoeditalgorithm", "Votre navigateur ne prend pas en charge Java. Cliquez sur le bouton pour télécharger et exécuter l’application WIRIS CAS et modifier l’algorithme de votre question.")), new _hx_array(array("launchwiriscas", "Lancer WIRIS CAS")), new _hx_array(array("sendinginitialsession", "Envoi de la session de départ…")), new _hx_array(array("waitingforupdates", "Attente des actualisations…")), new _hx_array(array("sessionclosed", "Transmission fermée.")), new _hx_array(array("gotsession", "Révision reçue \${n}.")), new _hx_array(array("thecorrectansweris", "La bonne réponse est")), new _hx_array(array("poweredby", "Basé sur")), new _hx_array(array("refresh", "Confirmer la réponse correcte")), new _hx_array(array("fillwithcorrect", "Remplir avec la réponse correcte")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "de")), new _hx_array(array("comparisonwithstudentanswer", "Vergleich mit Schülerantwort")), new _hx_array(array("otheracceptedanswers", "Weitere akzeptierte Antworten")), new _hx_array(array("equivalent_literal", "Im Wortsinn äquivalent")), new _hx_array(array("equivalent_literal_correct_feedback", "Die Antwort ist im Wortsinn äquivalent zur richtigen.")), new _hx_array(array("equivalent_symbolic", "Mathematisch äquivalent")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Die Antwort ist mathematisch äquivalent zur richtigen Antwort.")), new _hx_array(array("equivalent_set", "Äquivalent als Sätze")), new _hx_array(array("equivalent_set_correct_feedback", "Der Fragensatz ist äquivalent zum richtigen.")), new _hx_array(array("equivalent_equations", "Äquivalente Gleichungen")), new _hx_array(array("equivalent_equations_correct_feedback", "Die Antwort hat die gleichen Lösungen wie die richtige.")), new _hx_array(array("equivalent_function", "Benotungsfunktion")), new _hx_array(array("equivalent_function_correct_feedback", "Die Antwort ist richtig.")), new _hx_array(array("equivalent_all", "Jede Antwort")), new _hx_array(array("any", "Irgendeine")), new _hx_array(array("gradingfunction", "Benotungsfunktion")), new _hx_array(array("additionalproperties", "Zusätzliche Eigenschaften")), new _hx_array(array("structure", "Struktur")), new _hx_array(array("none", "Keine")), new _hx_array(array("None", "Keine")), new _hx_array(array("check_integer_form", "hat Form einer ganzen Zahl")), new _hx_array(array("check_integer_form_correct_feedback", "Die Antwort ist eine ganze Zahl.")), new _hx_array(array("check_fraction_form", "hat Form einer Bruchzahl")), new _hx_array(array("check_fraction_form_correct_feedback", "Die Antwort ist eine Bruchzahl.")), new _hx_array(array("check_polynomial_form", "hat Form eines Polynoms")), new _hx_array(array("check_polynomial_form_correct_feedback", "Die Antwort ist ein Polynom.")), new _hx_array(array("check_rational_function_form", "hat Form einer rationalen Funktion")), new _hx_array(array("check_rational_function_form_correct_feedback", "Die Antwort ist eine rationale Funktion.")), new _hx_array(array("check_elemental_function_form", "ist eine Kombination aus elementaren Funktionen")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Die Antwort ist ein elementarer Ausdruck.")), new _hx_array(array("check_scientific_notation", "ist in wissenschaftlicher Schreibweise ausgedrückt")), new _hx_array(array("check_scientific_notation_correct_feedback", "Die Antwort ist in wissenschaftlicher Schreibweise ausgedrückt.")), new _hx_array(array("more", "Mehr")), new _hx_array(array("check_simplified", "ist vereinfacht")), new _hx_array(array("check_simplified_correct_feedback", "Die Antwort ist vereinfacht.")), new _hx_array(array("check_expanded", "ist erweitert")), new _hx_array(array("check_expanded_correct_feedback", "Die Antwort ist erweitert.")), new _hx_array(array("check_factorized", "ist faktorisiert")), new _hx_array(array("check_factorized_correct_feedback", "Die Antwort ist faktorisiert.")), new _hx_array(array("check_rationalized", "ist rationalisiert")), new _hx_array(array("check_rationalized_correct_feedback", "Die Antwort ist rationalisiert.")), new _hx_array(array("check_no_common_factor", "hat keine gemeinsamen Faktoren")), new _hx_array(array("check_no_common_factor_correct_feedback", "Die Antwort hat keine gemeinsamen Faktoren.")), new _hx_array(array("check_minimal_radicands", "weist minimale Radikanden auf")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Die Antwort weist minimale Radikanden auf.")), new _hx_array(array("check_divisible", "ist teilbar durch")), new _hx_array(array("check_divisible_correct_feedback", "Die Antwort ist teilbar durch \${value}.")), new _hx_array(array("check_common_denominator", "hat einen einzigen gemeinsamen Nenner")), new _hx_array(array("check_common_denominator_correct_feedback", "Die Antwort hat einen einzigen gemeinsamen Nenner.")), new _hx_array(array("check_unit", "hat äquivalente Einheit zu")), new _hx_array(array("check_unit_correct_feedback", "Die Einheit der Antwort ist \${unit}.")), new _hx_array(array("check_unit_literal", "hat Einheit im Wortsinn äquivalent zu")), new _hx_array(array("check_unit_literal_correct_feedback", "Die Einheit der Antwort ist \${unit}.")), new _hx_array(array("check_no_more_decimals", "hat weniger als oder gleich viele Dezimalstellen wie")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Die Antwort hat \${digits} oder weniger Dezimalstellen.")), new _hx_array(array("check_no_more_digits", "hat weniger oder gleich viele Stellen wie")), new _hx_array(array("check_no_more_digits_correct_feedback", "Die Antwort hat \${digits} oder weniger Stellen.")), new _hx_array(array("syntax_expression", "Allgemein")), new _hx_array(array("syntax_expression_description", "(Formeln, Ausdrücke, Gleichungen, Matrizen ...)")), new _hx_array(array("syntax_expression_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("syntax_quantity", "Menge")), new _hx_array(array("syntax_quantity_description", "(Zahlen, Maßeinheiten, Brüche, gemischte Brüche, Verhältnisse ...)")), new _hx_array(array("syntax_quantity_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(Listen ohne Komma als Trennzeichen oder Klammern)")), new _hx_array(array("syntax_list_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("syntax_string", "Text")), new _hx_array(array("syntax_string_description", "(Wörter, Sätze, Zeichenketten)")), new _hx_array(array("syntax_string_correct_feedback", "Die Syntax der Antwort ist richtig.")), new _hx_array(array("none", "Keine")), new _hx_array(array("edit", "Bearbeiten")), new _hx_array(array("accept", "Akzeptieren")), new _hx_array(array("cancel", "Abbrechen")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "Trigonometrische")), new _hx_array(array("hyperbolic", "Hyperbolische")), new _hx_array(array("arithmetic", "Arithmetische")), new _hx_array(array("all", "Alle")), new _hx_array(array("tolerance", "Toleranz")), new _hx_array(array("relative", "Relative")), new _hx_array(array("relativetolerance", "Relative Toleranz")), new _hx_array(array("precision", "Genauigkeit")), new _hx_array(array("implicit_times_operator", "Unsichtbares Multiplikationszeichen")), new _hx_array(array("times_operator", "Multiplikationszeichen")), new _hx_array(array("imaginary_unit", "Imaginäre Einheit")), new _hx_array(array("mixedfractions", "Gemischte Brüche")), new _hx_array(array("constants", "Konstanten")), new _hx_array(array("functions", "Funktionen")), new _hx_array(array("userfunctions", "Nutzerfunktionen")), new _hx_array(array("units", "Einheiten")), new _hx_array(array("unitprefixes", "Einheitenpräfixe")), new _hx_array(array("syntaxparams", "Syntaxoptionen")), new _hx_array(array("syntaxparams_expression", "Optionen für Allgemein")), new _hx_array(array("syntaxparams_quantity", "Optionen für Menge")), new _hx_array(array("syntaxparams_list", "Optionen für Liste")), new _hx_array(array("allowedinput", "Zulässige Eingabe")), new _hx_array(array("manual", "Anleitung")), new _hx_array(array("correctanswer", "Richtige Antwort")), new _hx_array(array("variables", "Variablen")), new _hx_array(array("validation", "Validierung")), new _hx_array(array("preview", "Vorschau")), new _hx_array(array("correctanswertabhelp", "Geben Sie die richtige Antwort unter Verwendung des WIRIS editors ein. Wählen Sie auch die Verhaltensweise des Formel-Editors, wenn er vom Schüler verwendet wird.\x0A")), new _hx_array(array("assertionstabhelp", "Wählen Sie die Eigenschaften, welche die Schülerantwort erfüllen muss: Ob Sie zum Beispiel vereinfacht, faktorisiert, durch physikalische Einheiten ausgedrückt werden oder eine bestimmte numerische Genauigkeit aufweisen soll.")), new _hx_array(array("variablestabhelp", "Schreiben Sie einen Algorithmus mit WIRIS cas, um zufällige Variablen zu erstellen: Zahlen, Ausdrücke, grafische Darstellungen oder eine Benotungsfunktion. Sie können auch das Ausgabeformat bestimmen, in welchem die Variablen dem Schüler angezeigt werden.\x0A")), new _hx_array(array("testtabhelp", "Geben Sie eine mögliche Schülerantwort ein, um die Verhaltensweise der Frage zu simulieren. Sie verwenden das gleiche Tool, das der Schüler verwenden wird. Beachten Sie bitte, dass Sie auch die Bewertungskriterien, den Erfolg und das automatische Feedback testen können.\x0A")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Testen")), new _hx_array(array("clicktesttoevaluate", "Klicken Sie auf die Schaltfläche „Testen“, um die aktuelle Antwort zu validieren.")), new _hx_array(array("correct", "Richtig!")), new _hx_array(array("incorrect", "Falsch!")), new _hx_array(array("partiallycorrect", "Teilweise richtig!")), new _hx_array(array("inputmethod", "Eingabemethode")), new _hx_array(array("compoundanswer", "Zusammengesetzte Antwort")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor eingebettet")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor in Popup")), new _hx_array(array("answerinputplaintext", "Eingabefeld mit reinem Text")), new _hx_array(array("showauxiliarcas", "WIRIS cas einbeziehen")), new _hx_array(array("initialcascontent", "Anfangsinhalt")), new _hx_array(array("tolerancedigits", "Toleranzstellen")), new _hx_array(array("validationandvariables", "Validierung und Variablen")), new _hx_array(array("algorithmlanguage", "Algorithmussprache")), new _hx_array(array("calculatorlanguage", "Sprache des Rechners")), new _hx_array(array("hasalgorithm", "Hat Algorithmus")), new _hx_array(array("comparison", "Vergleich")), new _hx_array(array("properties", "Eigenschaften")), new _hx_array(array("studentanswer", "Schülerantwort")), new _hx_array(array("poweredbywiris", "Powered by WIRIS")), new _hx_array(array("yourchangeswillbelost", "Bei Verlassen des Fensters gehen Ihre Änderungen verloren.")), new _hx_array(array("outputoptions", "Ausgabeoptionen")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Alle Antworten müssen richtig sein.")), new _hx_array(array("distributegrade", "Note zuweisen")), new _hx_array(array("no", "Nein")), new _hx_array(array("add", "Hinzufügen")), new _hx_array(array("replaceeditor", "Editor ersetzen")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Frage-XML")), new _hx_array(array("grammarurl", "Grammatik-URL")), new _hx_array(array("reservedwords", "Reservierte Wörter")), new _hx_array(array("forcebrackets", "Listen benötigen immer geschweifte Klammern „{}“.")), new _hx_array(array("commaasitemseparator", "Verwenden Sie ein Komma „,“ zur Trennung von Listenelementen.")), new _hx_array(array("confirmimportdeprecated", "Frage importieren? Die Frage, die Sie öffnen möchten, beinhaltet veraltete Merkmale. Durch den Importvorgang kann die Verhaltensweise der Frage leicht verändert werden. Es wird dringend empfohlen, die Frage nach dem Importieren gründlich zu überprüfen.")), new _hx_array(array("comparesets", "Als Mengen vergleichen")), new _hx_array(array("nobracketslist", "Listen ohne Klammern")), new _hx_array(array("warningtoleranceprecision", "Weniger Genauigkeitstellen als Toleranzstellen.")), new _hx_array(array("actionimport", "Importieren")), new _hx_array(array("actionexport", "Exportieren")), new _hx_array(array("usecase", "Schreibung anpassen")), new _hx_array(array("usespaces", "Abstände anpassen")), new _hx_array(array("notevaluate", "Argumente unausgewertet lassen")), new _hx_array(array("separators", "Trennzeichen")), new _hx_array(array("comma", "Komma")), new _hx_array(array("commarole", "Funktion des Kommazeichens „,“")), new _hx_array(array("point", "Punkt")), new _hx_array(array("pointrole", "Funktion des Punktzeichens „.“")), new _hx_array(array("space", "Leerzeichen")), new _hx_array(array("spacerole", "Funktion des Leerzeichens")), new _hx_array(array("decimalmark", "Dezimalstellen")), new _hx_array(array("digitsgroup", "Zahlengruppen")), new _hx_array(array("listitems", "Listenelemente")), new _hx_array(array("nothing", "Nichts")), new _hx_array(array("intervals", "Intervalle")), new _hx_array(array("warningprecision15", "Die Präzision muss zwischen 1 und 15 liegen.")), new _hx_array(array("decimalSeparator", "Dezimalstelle")), new _hx_array(array("thousandsSeparator", "Tausender")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Unsichtbar")), new _hx_array(array("auto", "Automatisch")), new _hx_array(array("fixedDecimal", "Feste")), new _hx_array(array("floatingDecimal", "Dezimalstelle")), new _hx_array(array("scientific", "Wissenschaftlich")), new _hx_array(array("example", "Beispiel")), new _hx_array(array("warningreltolfixedprec", "Relative Toleranz mit fester Dezimalnotation.")), new _hx_array(array("warningabstolfloatprec", "Absolute Toleranz mit fließender Dezimalnotation.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand eingebettet")), new _hx_array(array("absolutetolerance", "Absolute Toleranz")), new _hx_array(array("clicktoeditalgorithm", "Ihr Browser unterstützt kein Java. Klicken Sie auf die Schaltfläche, um die Anwendung WIRIS cas herunterzuladen und auszuführen. Mit dieser können Sie den Fragen-Algorithmus bearbeiten.")), new _hx_array(array("launchwiriscas", "WIRIS cas starten")), new _hx_array(array("sendinginitialsession", "Ursprüngliche Sitzung senden ...")), new _hx_array(array("waitingforupdates", "Auf Updates warten ...")), new _hx_array(array("sessionclosed", "Kommunikation geschlossen.")), new _hx_array(array("gotsession", "Empfangene Überarbeitung \${n}.")), new _hx_array(array("thecorrectansweris", "Die richtige Antwort ist")), new _hx_array(array("poweredby", "Angetrieben durch ")), new _hx_array(array("refresh", "Korrekte Antwort erneuern")), new _hx_array(array("fillwithcorrect", "Mit korrekter Antwort ausfüllen")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "el")), new _hx_array(array("comparisonwithstudentanswer", "Σύγκριση με απάντηση μαθητή")), new _hx_array(array("otheracceptedanswers", "Άλλες αποδεκτές απαντήσεις")), new _hx_array(array("equivalent_literal", "Κυριολεκτικά ίση")), new _hx_array(array("equivalent_literal_correct_feedback", "Η απάντηση είναι κυριολεκτικά ίση με τη σωστή.")), new _hx_array(array("equivalent_symbolic", "Μαθηματικά ίση")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Η απάντηση είναι μαθηματικά ίση με τη σωστή.")), new _hx_array(array("equivalent_set", "Ίσα σύνολα")), new _hx_array(array("equivalent_set_correct_feedback", "Το σύνολο της απάντησης είναι ίσο με το σωστό.")), new _hx_array(array("equivalent_equations", "Ισοδύναμες εξισώσεις")), new _hx_array(array("equivalent_equations_correct_feedback", "Η απάντηση έχει τις ίδιες λύσεις με τη σωστή.")), new _hx_array(array("equivalent_function", "Συνάρτηση βαθμολόγησης")), new _hx_array(array("equivalent_function_correct_feedback", "Η απάντηση είναι σωστή.")), new _hx_array(array("equivalent_all", "Οποιαδήποτε απάντηση")), new _hx_array(array("any", "οποιαδήποτε")), new _hx_array(array("gradingfunction", "Συνάρτηση βαθμολόγησης")), new _hx_array(array("additionalproperties", "Πρόσθετες ιδιότητες")), new _hx_array(array("structure", "Δομή")), new _hx_array(array("none", "καμία")), new _hx_array(array("None", "Καμία")), new _hx_array(array("check_integer_form", "έχει μορφή ακέραιου")), new _hx_array(array("check_integer_form_correct_feedback", "Η απάντηση είναι ένας ακέραιος.")), new _hx_array(array("check_fraction_form", "έχει μορφή κλάσματος")), new _hx_array(array("check_fraction_form_correct_feedback", "Η απάντηση είναι ένα κλάσμα.")), new _hx_array(array("check_polynomial_form", "έχει πολυωνυμική μορφή")), new _hx_array(array("check_polynomial_form_correct_feedback", "Η απάντηση είναι ένα πολυώνυμο.")), new _hx_array(array("check_rational_function_form", "έχει μορφή λογικής συνάρτησης")), new _hx_array(array("check_rational_function_form_correct_feedback", "Η απάντηση είναι μια λογική συνάρτηση.")), new _hx_array(array("check_elemental_function_form", "είναι συνδυασμός στοιχειωδών συναρτήσεων")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Η απάντηση είναι μια στοιχειώδης έκφραση.")), new _hx_array(array("check_scientific_notation", "εκφράζεται με επιστημονική σημειογραφία")), new _hx_array(array("check_scientific_notation_correct_feedback", "Η απάντηση εκφράζεται με επιστημονική σημειογραφία.")), new _hx_array(array("more", "Περισσότερες")), new _hx_array(array("check_simplified", "είναι απλοποιημένη")), new _hx_array(array("check_simplified_correct_feedback", "Η απάντηση είναι απλοποιημένη.")), new _hx_array(array("check_expanded", "είναι ανεπτυγμένη")), new _hx_array(array("check_expanded_correct_feedback", "Η απάντηση είναι ανεπτυγμένη.")), new _hx_array(array("check_factorized", "είναι παραγοντοποιημένη")), new _hx_array(array("check_factorized_correct_feedback", "Η απάντηση είναι παραγοντοποιημένη.")), new _hx_array(array("check_rationalized", "είναι αιτιολογημένη")), new _hx_array(array("check_rationalized_correct_feedback", "Η απάντηση είναι αιτιολογημένη.")), new _hx_array(array("check_no_common_factor", "δεν έχει κοινούς συντελεστές")), new _hx_array(array("check_no_common_factor_correct_feedback", "Η απάντηση δεν έχει κοινούς συντελεστές.")), new _hx_array(array("check_minimal_radicands", "έχει ελάχιστα υπόρριζα")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Η απάντηση έχει ελάχιστα υπόρριζα.")), new _hx_array(array("check_divisible", "διαιρείται με το")), new _hx_array(array("check_divisible_correct_feedback", "Η απάντηση διαιρείται με το \${value}.")), new _hx_array(array("check_common_denominator", "έχει έναν κοινό παρονομαστή")), new _hx_array(array("check_common_denominator_correct_feedback", "Η απάντηση έχει έναν κοινό παρονομαστή.")), new _hx_array(array("check_unit", "έχει μονάδα ισοδύναμη με")), new _hx_array(array("check_unit_correct_feedback", "Η μονάδα της απάντηση είναι \${unit}.")), new _hx_array(array("check_unit_literal", "έχει μονάδα κυριολεκτικά ίση με")), new _hx_array(array("check_unit_literal_correct_feedback", "Η μονάδα της απάντηση είναι \${unit}.")), new _hx_array(array("check_no_more_decimals", "έχει λιγότερα ή ίσα δεκαδικά του")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Η απάντηση έχει \${digits} ή λιγότερα δεκαδικά.")), new _hx_array(array("check_no_more_digits", "έχει λιγότερα ή ίσα ψηφία του")), new _hx_array(array("check_no_more_digits_correct_feedback", "Η απάντηση έχει \${digits} ή λιγότερα ψηφία.")), new _hx_array(array("syntax_expression", "Γενικά")), new _hx_array(array("syntax_expression_description", "(τύποι, εκφράσεις, εξισώσεις, μήτρες...)")), new _hx_array(array("syntax_expression_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("syntax_quantity", "Ποσότητα")), new _hx_array(array("syntax_quantity_description", "(αριθμοί, μονάδες μέτρησης, κλάσματα, μικτά κλάσματα, αναλογίες,...)")), new _hx_array(array("syntax_quantity_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("syntax_list", "Λίστα")), new _hx_array(array("syntax_list_description", "(λίστες χωρίς διαχωριστικό κόμμα ή παρενθέσεις)")), new _hx_array(array("syntax_list_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("syntax_string", "Κείμενο")), new _hx_array(array("syntax_string_description", "(λέξεις, προτάσεις, συμβολοσειρές χαρακτήρων)")), new _hx_array(array("syntax_string_correct_feedback", "Η σύνταξη της απάντησης είναι σωστή.")), new _hx_array(array("none", "καμία")), new _hx_array(array("edit", "Επεξεργασία")), new _hx_array(array("accept", "ΟΚ")), new _hx_array(array("cancel", "Άκυρο")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "τριγωνομετρική")), new _hx_array(array("hyperbolic", "υπερβολική")), new _hx_array(array("arithmetic", "αριθμητική")), new _hx_array(array("all", "όλες")), new _hx_array(array("tolerance", "Ανοχή")), new _hx_array(array("relative", "σχετική")), new _hx_array(array("relativetolerance", "Σχετική ανοχή")), new _hx_array(array("precision", "Ακρίβεια")), new _hx_array(array("implicit_times_operator", "Μη ορατός τελεστής επί")), new _hx_array(array("times_operator", "Τελεστής επί")), new _hx_array(array("imaginary_unit", "Φανταστική μονάδα")), new _hx_array(array("mixedfractions", "Μικτά κλάσματα")), new _hx_array(array("constants", "Σταθερές")), new _hx_array(array("functions", "Συναρτήσεις")), new _hx_array(array("userfunctions", "Συναρτήσεις χρήστη")), new _hx_array(array("units", "Μονάδες")), new _hx_array(array("unitprefixes", "Προθέματα μονάδων")), new _hx_array(array("syntaxparams", "Επιλογές σύνταξης")), new _hx_array(array("syntaxparams_expression", "Επιλογές για γενικά")), new _hx_array(array("syntaxparams_quantity", "Επιλογές για ποσότητα")), new _hx_array(array("syntaxparams_list", "Επιλογές για λίστα")), new _hx_array(array("allowedinput", "Επιτρεπόμενο στοιχείο εισόδου")), new _hx_array(array("manual", "Εγχειρίδιο")), new _hx_array(array("correctanswer", "Σωστή απάντηση")), new _hx_array(array("variables", "Μεταβλητές")), new _hx_array(array("validation", "Επικύρωση")), new _hx_array(array("preview", "Προεπισκόπηση")), new _hx_array(array("correctanswertabhelp", "Εισαγάγετε τη σωστή απάντηση χρησιμοποιώντας τον επεξεργαστή WIRIS. Επιλέξτε επίσης τη συμπεριφορά για τον επεξεργαστή τύπων, όταν χρησιμοποιείται από τον μαθητή.")), new _hx_array(array("assertionstabhelp", "Επιλέξτε τις ιδιότητες που πρέπει να ικανοποιεί η απάντηση του μαθητή. Για παράδειγμα, εάν πρέπει να είναι απλοποιημένη, παραγοντοποιημένη, εκφρασμένη σε φυσικές μονάδες ή να έχει συγκεκριμένη αριθμητική ακρίβεια.")), new _hx_array(array("variablestabhelp", "Γράψτε έναν αλγόριθμο με το WIRIS cas για να δημιουργήσετε τυχαίες μεταβλητές: αριθμούς, εκφράσεις, σχεδιαγράμματα ή μια συνάρτηση βαθμολόγησης. Μπορείτε επίσης να καθορίσετε τη μορφή εξόδου των μεταβλητών που θα εμφανίζονται στον μαθητή.")), new _hx_array(array("testtabhelp", "Εισαγάγετε μια πιθανή απάντηση του μαθητή για να προσομοιώσετε τη συμπεριφορά της ερώτησης. Χρησιμοποιείτε το ίδιο εργαλείο με αυτό που θα χρησιμοποιήσει ο μαθητής. Σημειώνεται ότι μπορείτε επίσης να ελέγξετε τα κριτήρια αξιολόγησης, την επιτυχία και τα αυτόματα σχόλια.")), new _hx_array(array("start", "Έναρξη")), new _hx_array(array("test", "Δοκιμή")), new _hx_array(array("clicktesttoevaluate", "Κάντε κλικ στο κουμπί «Δοκιμή» για να επικυρώσετε τη σωστή απάντηση.")), new _hx_array(array("correct", "Σωστό!")), new _hx_array(array("incorrect", "Λάθος!")), new _hx_array(array("partiallycorrect", "Εν μέρει σωστό!")), new _hx_array(array("inputmethod", "Μέθοδος εισόδου")), new _hx_array(array("compoundanswer", "Σύνθετη απάντηση")), new _hx_array(array("answerinputinlineeditor", "Επεξεργαστής WIRIS ενσωματωμένος")), new _hx_array(array("answerinputpopupeditor", "Επεξεργαστής WIRIS σε αναδυόμενο πλαίσιο")), new _hx_array(array("answerinputplaintext", "Πεδίο εισόδου απλού κειμένου")), new _hx_array(array("showauxiliarcas", "Συμπερίληψη WIRIS cas")), new _hx_array(array("initialcascontent", "Αρχικό περιεχόμενο")), new _hx_array(array("tolerancedigits", "Ψηφία ανοχής")), new _hx_array(array("validationandvariables", "Επικύρωση και μεταβλητές")), new _hx_array(array("algorithmlanguage", "Γλώσσα αλγόριθμου")), new _hx_array(array("calculatorlanguage", "Γλώσσα υπολογιστή")), new _hx_array(array("hasalgorithm", "Έχει αλγόριθμο")), new _hx_array(array("comparison", "Σύγκριση")), new _hx_array(array("properties", "Ιδιότητες")), new _hx_array(array("studentanswer", "Απάντηση μαθητή")), new _hx_array(array("poweredbywiris", "Παρέχεται από τη WIRIS")), new _hx_array(array("yourchangeswillbelost", "Οι αλλαγές σας θα χαθούν εάν αποχωρήσετε από το παράθυρο.")), new _hx_array(array("outputoptions", "Επιλογές εξόδου")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Όλες οι απαντήσεις πρέπει να είναι σωστές")), new _hx_array(array("distributegrade", "Κατανομή βαθμών")), new _hx_array(array("no", "Όχι")), new _hx_array(array("add", "Προσθήκη")), new _hx_array(array("replaceeditor", "Αντικατάσταση επεξεργαστή")), new _hx_array(array("list", "Λίστα")), new _hx_array(array("questionxml", "XML ερώτησης")), new _hx_array(array("grammarurl", "URL γραμματικής")), new _hx_array(array("reservedwords", "Ανεστραμμένες λέξεις")), new _hx_array(array("forcebrackets", "Για τις λίστες χρειάζονται πάντα άγκιστρα «{}».")), new _hx_array(array("commaasitemseparator", "Χρησιμοποιήστε το κόμμα «,» ως διαχωριστικό στοιχείων λίστας.")), new _hx_array(array("confirmimportdeprecated", "Εισαγωγή της ερώτησης; Η ερώτηση που πρόκειται να ανοίξετε περιέχει δυνατότητες που έχουν καταργηθεί. Η διαδικασία εισαγωγής μπορεί να αλλάξει λίγο τη συμπεριφορά της ερώτησης. Θα πρέπει να εξετάσετε προσεκτικά την ερώτηση μετά από την εισαγωγή της.")), new _hx_array(array("comparesets", "Σύγκριση ως συνόλων")), new _hx_array(array("nobracketslist", "Λίστες χωρίς άγκιστρα")), new _hx_array(array("warningtoleranceprecision", "Λιγότερα ψηφία ακρίβειας από τα ψηφία ανοχής.")), new _hx_array(array("actionimport", "Εισαγωγή")), new _hx_array(array("actionexport", "Εξαγωγή")), new _hx_array(array("usecase", "Συμφωνία πεζών-κεφαλαίων")), new _hx_array(array("usespaces", "Συμφωνία διαστημάτων")), new _hx_array(array("notevaluate", "Διατήρηση των ορισμάτων χωρίς αξιολόγηση")), new _hx_array(array("separators", "Διαχωριστικά")), new _hx_array(array("comma", "Κόμμα")), new _hx_array(array("commarole", "Ρόλος του χαρακτήρα «,» (κόμμα)")), new _hx_array(array("point", "Τελεία")), new _hx_array(array("pointrole", "Ρόλος του χαρακτήρα «.» (τελεία)")), new _hx_array(array("space", "Διάστημα")), new _hx_array(array("spacerole", "Ρόλος του χαρακτήρα διαστήματος")), new _hx_array(array("decimalmark", "Δεκαδικά ψηφία")), new _hx_array(array("digitsgroup", "Ομάδες ψηφίων")), new _hx_array(array("listitems", "Στοιχεία λίστας")), new _hx_array(array("nothing", "Τίποτα")), new _hx_array(array("intervals", "Διαστήματα")), new _hx_array(array("warningprecision15", "Η ακρίβεια πρέπει να είναι μεταξύ 1 και 15.")), new _hx_array(array("decimalSeparator", "Δεκαδικό")), new _hx_array(array("thousandsSeparator", "Χιλιάδες")), new _hx_array(array("notation", "Σημειογραφία")), new _hx_array(array("invisible", "Μη ορατό")), new _hx_array(array("auto", "Αυτόματα")), new _hx_array(array("fixedDecimal", "Σταθερό")), new _hx_array(array("floatingDecimal", "Δεκαδικό")), new _hx_array(array("scientific", "Επιστημονικό")), new _hx_array(array("example", "Παράδειγμα")), new _hx_array(array("warningreltolfixedprec", "Σχετική ανοχή με σημειογραφία σταθερής υποδιαστολής.")), new _hx_array(array("warningabstolfloatprec", "Απόλυτη ανοχή με σημειογραφία κινητής υποδιαστολής.")), new _hx_array(array("answerinputinlinehand", "WIRIS ενσωματωμένο")), new _hx_array(array("absolutetolerance", "Απόλυτη ανοχή")), new _hx_array(array("clicktoeditalgorithm", "Το πρόγραμμα περιήγησης που χρησιμοποιείτε δεν υποστηρίζει Java. Κάντε κλικ στο κουμπί για τη λήψη και την εκτέλεση της εφαρμογής WIRIS cas για επεξεργασία του αλγόριθμου ερώτησης.")), new _hx_array(array("launchwiriscas", "Εκκίνηση του WIRIS cas")), new _hx_array(array("sendinginitialsession", "Αποστολή αρχικής περιόδου σύνδεσης...")), new _hx_array(array("waitingforupdates", "Αναμονή για ενημερώσεις...")), new _hx_array(array("sessionclosed", "Η επικοινωνία έκλεισε.")), new _hx_array(array("gotsession", "Λήφθηκε αναθεώρηση \${n}.")), new _hx_array(array("thecorrectansweris", "Η σωστή απάντηση είναι")), new _hx_array(array("poweredby", "Με την υποστήριξη της")), new _hx_array(array("refresh", "Ανανέωση της σωστής απάντησης")), new _hx_array(array("fillwithcorrect", "Συμπλήρωση με τη σωστή απάντηση")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "pt_br")), new _hx_array(array("comparisonwithstudentanswer", "Comparação com a resposta do aluno")), new _hx_array(array("otheracceptedanswers", "Outras respostas aceitas")), new _hx_array(array("equivalent_literal", "Literalmente igual")), new _hx_array(array("equivalent_literal_correct_feedback", "A resposta é literalmente igual à correta.")), new _hx_array(array("equivalent_symbolic", "Matematicamente igual")), new _hx_array(array("equivalent_symbolic_correct_feedback", "A resposta é matematicamente igual à correta.")), new _hx_array(array("equivalent_set", "Iguais aos conjuntos")), new _hx_array(array("equivalent_set_correct_feedback", "O conjunto de respostas é igual ao correto.")), new _hx_array(array("equivalent_equations", "Equações equivalentes")), new _hx_array(array("equivalent_equations_correct_feedback", "A resposta tem as mesmas soluções da correta.")), new _hx_array(array("equivalent_function", "Cálculo da nota")), new _hx_array(array("equivalent_function_correct_feedback", "A resposta está correta.")), new _hx_array(array("equivalent_all", "Qualquer reposta")), new _hx_array(array("any", "qualquer")), new _hx_array(array("gradingfunction", "Cálculo da nota")), new _hx_array(array("additionalproperties", "Propriedades adicionais")), new _hx_array(array("structure", "Estrutura")), new _hx_array(array("none", "nenhuma")), new _hx_array(array("None", "Nenhuma")), new _hx_array(array("check_integer_form", "tem forma de número inteiro")), new _hx_array(array("check_integer_form_correct_feedback", "A resposta é um número inteiro.")), new _hx_array(array("check_fraction_form", "tem forma de fração")), new _hx_array(array("check_fraction_form_correct_feedback", "A resposta é uma fração.")), new _hx_array(array("check_polynomial_form", "tem forma polinomial")), new _hx_array(array("check_polynomial_form_correct_feedback", "A resposta é um polinomial.")), new _hx_array(array("check_rational_function_form", "tem forma de função racional")), new _hx_array(array("check_rational_function_form_correct_feedback", "A resposta é uma função racional.")), new _hx_array(array("check_elemental_function_form", "é uma combinação de funções elementárias")), new _hx_array(array("check_elemental_function_form_correct_feedback", "A resposta é uma expressão elementar.")), new _hx_array(array("check_scientific_notation", "é expressa em notação científica")), new _hx_array(array("check_scientific_notation_correct_feedback", "A resposta é expressa em notação científica.")), new _hx_array(array("more", "Mais")), new _hx_array(array("check_simplified", "é simplificada")), new _hx_array(array("check_simplified_correct_feedback", "A resposta é simplificada.")), new _hx_array(array("check_expanded", "é expandida")), new _hx_array(array("check_expanded_correct_feedback", "A resposta é expandida.")), new _hx_array(array("check_factorized", "é fatorizada")), new _hx_array(array("check_factorized_correct_feedback", "A resposta é fatorizada.")), new _hx_array(array("check_rationalized", "é racionalizada")), new _hx_array(array("check_rationalized_correct_feedback", "A resposta é racionalizada.")), new _hx_array(array("check_no_common_factor", "não tem fatores comuns")), new _hx_array(array("check_no_common_factor_correct_feedback", "A resposta não tem fatores comuns.")), new _hx_array(array("check_minimal_radicands", "tem radiciação mínima")), new _hx_array(array("check_minimal_radicands_correct_feedback", "A resposta tem radiciação mínima.")), new _hx_array(array("check_divisible", "é divisível por")), new _hx_array(array("check_divisible_correct_feedback", "A resposta é divisível por \${value}.")), new _hx_array(array("check_common_denominator", "tem um único denominador comum")), new _hx_array(array("check_common_denominator_correct_feedback", "A resposta tem um único denominador comum.")), new _hx_array(array("check_unit", "tem unidade equivalente a")), new _hx_array(array("check_unit_correct_feedback", "A unidade da resposta é \${unit}.")), new _hx_array(array("check_unit_literal", "tem unidade literalmente igual a")), new _hx_array(array("check_unit_literal_correct_feedback", "A unidade da resposta é \${unit}.")), new _hx_array(array("check_no_more_decimals", "tem menos ou os mesmos decimais que")), new _hx_array(array("check_no_more_decimals_correct_feedback", "A resposta tem \${digits} decimais ou menos.")), new _hx_array(array("check_no_more_digits", "tem menos ou os mesmos dígitos que")), new _hx_array(array("check_no_more_digits_correct_feedback", "A resposta tem \${digits} dígitos ou menos.")), new _hx_array(array("syntax_expression", "Geral")), new _hx_array(array("syntax_expression_description", "(fórmulas, expressões, equações, matrizes...)")), new _hx_array(array("syntax_expression_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("syntax_quantity", "Quantidade")), new _hx_array(array("syntax_quantity_description", "(números, unidades de medida, frações, frações mistas, proporções...)")), new _hx_array(array("syntax_quantity_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("syntax_list", "Lista")), new _hx_array(array("syntax_list_description", "(listas sem separação por vírgula ou chaves)")), new _hx_array(array("syntax_list_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("syntax_string", "Texto")), new _hx_array(array("syntax_string_description", "(palavras, frases, sequências de caracteres)")), new _hx_array(array("syntax_string_correct_feedback", "A sintaxe da resposta está correta.")), new _hx_array(array("none", "nenhuma")), new _hx_array(array("edit", "Editar")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Cancelar")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonométrica")), new _hx_array(array("hyperbolic", "hiperbólica")), new _hx_array(array("arithmetic", "aritmética")), new _hx_array(array("all", "tudo")), new _hx_array(array("tolerance", "Tolerância")), new _hx_array(array("relative", "relativa")), new _hx_array(array("relativetolerance", "Tolerância relativa")), new _hx_array(array("precision", "Precisão")), new _hx_array(array("implicit_times_operator", "Sinal de multiplicação invisível")), new _hx_array(array("times_operator", "Sinal de multiplicação")), new _hx_array(array("imaginary_unit", "Unidade imaginária")), new _hx_array(array("mixedfractions", "Frações mistas")), new _hx_array(array("constants", "Constantes")), new _hx_array(array("functions", "Funções")), new _hx_array(array("userfunctions", "Funções do usuário")), new _hx_array(array("units", "Unidades")), new _hx_array(array("unitprefixes", "Prefixos das unidades")), new _hx_array(array("syntaxparams", "Opções de sintaxe")), new _hx_array(array("syntaxparams_expression", "Opções gerais")), new _hx_array(array("syntaxparams_quantity", "Opções de quantidade")), new _hx_array(array("syntaxparams_list", "Opções de lista")), new _hx_array(array("allowedinput", "Entrada permitida")), new _hx_array(array("manual", "Manual")), new _hx_array(array("correctanswer", "Resposta correta")), new _hx_array(array("variables", "Variáveis")), new _hx_array(array("validation", "Validação")), new _hx_array(array("preview", "Prévia")), new _hx_array(array("correctanswertabhelp", "Insira a resposta correta usando o WIRIS editor. Selecione também o comportamento do editor de fórmulas quando usado pelo aluno.")), new _hx_array(array("assertionstabhelp", "Selecione quais propriedades a resposta do aluno deve verificar. Por exemplo, se ela deve ser simplificada, fatorizada, expressa em unidades físicas ou ter uma precisão numérica específica.")), new _hx_array(array("variablestabhelp", "Escreva um algoritmo com o WIRIS cas para criar variáveis aleatórias: números, expressões, gráficos ou cálculo de nota. Você também pode especificar o formato de saída das variáveis exibidas para o aluno.")), new _hx_array(array("testtabhelp", "Insira um estudante em potencial para simular o comportamento da questão. Você está usando a mesma ferramenta que o aluno usará. Note que também é possível testar o critério de avaliação, sucesso e comentário automático.")), new _hx_array(array("start", "Iniciar")), new _hx_array(array("test", "Testar")), new _hx_array(array("clicktesttoevaluate", "Clique no botão Testar para validar a resposta atual.")), new _hx_array(array("correct", "Correta!")), new _hx_array(array("incorrect", "Incorreta!")), new _hx_array(array("partiallycorrect", "Parcialmente correta!")), new _hx_array(array("inputmethod", "Método de entrada")), new _hx_array(array("compoundanswer", "Resposta composta")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor integrado")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor em pop up")), new _hx_array(array("answerinputplaintext", "Campo de entrada de texto simples")), new _hx_array(array("showauxiliarcas", "Incluir WIRIS cas")), new _hx_array(array("initialcascontent", "Conteúdo inicial")), new _hx_array(array("tolerancedigits", "Dígitos de tolerância")), new _hx_array(array("validationandvariables", "Validação e variáveis")), new _hx_array(array("algorithmlanguage", "Linguagem do algoritmo")), new _hx_array(array("calculatorlanguage", "Linguagem da calculadora")), new _hx_array(array("hasalgorithm", "Tem algoritmo")), new _hx_array(array("comparison", "Comparação")), new _hx_array(array("properties", "Propriedades")), new _hx_array(array("studentanswer", "Resposta do aluno")), new _hx_array(array("poweredbywiris", "Fornecido por WIRIS")), new _hx_array(array("yourchangeswillbelost", "As alterações serão perdidas se você sair da janela.")), new _hx_array(array("outputoptions", "Opções de saída")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Todas as respostas devem estar corretas")), new _hx_array(array("distributegrade", "Distribuir notas")), new _hx_array(array("no", "Não")), new _hx_array(array("add", "Adicionar")), new _hx_array(array("replaceeditor", "Substituir editor")), new _hx_array(array("list", "Lista")), new _hx_array(array("questionxml", "XML da pergunta")), new _hx_array(array("grammarurl", "URL da gramática")), new _hx_array(array("reservedwords", "Palavras reservadas")), new _hx_array(array("forcebrackets", "As listas sempre precisam de chaves “{}”.")), new _hx_array(array("commaasitemseparator", "Use vírgula “,” para separar itens na lista.")), new _hx_array(array("confirmimportdeprecated", "Importar questão? A questão prestes a ser aberta contém recursos ultrapassados. O processo de importação pode alterar um pouco o comportamento da questão. É recomendável que você teste a questão atentamente após importá-la.")), new _hx_array(array("comparesets", "Comparar como conjuntos")), new _hx_array(array("nobracketslist", "Listas sem chaves")), new _hx_array(array("warningtoleranceprecision", "Menos dígitos de precisão do que dígitos de tolerância.")), new _hx_array(array("actionimport", "Importar")), new _hx_array(array("actionexport", "Exportar")), new _hx_array(array("usecase", "Coincidir maiúsculas/minúsculas")), new _hx_array(array("usespaces", "Coincidir espaços")), new _hx_array(array("notevaluate", "Manter argumentos não avaliados")), new _hx_array(array("separators", "Separadores")), new _hx_array(array("comma", "Vírgula")), new _hx_array(array("commarole", "Função do caractere vírgula “,”")), new _hx_array(array("point", "Ponto")), new _hx_array(array("pointrole", "Função do caractere ponto “.”")), new _hx_array(array("space", "Espaço")), new _hx_array(array("spacerole", "Função do caractere espaço")), new _hx_array(array("decimalmark", "Dígitos decimais")), new _hx_array(array("digitsgroup", "Grupos de dígitos")), new _hx_array(array("listitems", "Itens da lista")), new _hx_array(array("nothing", "Nada")), new _hx_array(array("intervals", "Intervalos")), new _hx_array(array("warningprecision15", "A precisão deve estar entre 1 e 15.")), new _hx_array(array("decimalSeparator", "Decimal")), new _hx_array(array("thousandsSeparator", "Milhares")), new _hx_array(array("notation", "Notação")), new _hx_array(array("invisible", "Invisível")), new _hx_array(array("auto", "Automática")), new _hx_array(array("fixedDecimal", "Fixa")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Científica")), new _hx_array(array("example", "Exemplo")), new _hx_array(array("warningreltolfixedprec", "Tolerância relativa com notação decimal fixa.")), new _hx_array(array("warningabstolfloatprec", "Tolerância absoluta com notação decimal flutuante.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand integrado")), new _hx_array(array("absolutetolerance", "Tolerância absoluta")), new _hx_array(array("clicktoeditalgorithm", "O navegador não é compatível com Java. Clique no botão para baixar e executar o aplicativo WIRIS cas e editar o algoritmo da questão.")), new _hx_array(array("launchwiriscas", "Abrir WIRIS cas")), new _hx_array(array("sendinginitialsession", "Enviando sessão inicial...")), new _hx_array(array("waitingforupdates", "Aguardando atualizações...")), new _hx_array(array("sessionclosed", "Comunicação fechada.")), new _hx_array(array("gotsession", "Revisão \${n} recebida.")), new _hx_array(array("thecorrectansweris", "A resposta correta é")), new _hx_array(array("poweredby", "Fornecido por")), new _hx_array(array("refresh", "Renovar resposta correta")), new _hx_array(array("fillwithcorrect", "Preencher resposta correta")), new _hx_array(array("runcalculator", "Run calculator")), new _hx_array(array("clicktoruncalculator", "Click the button to download and run WIRIS cas application to make the calculations you need. Learn more.")), new _hx_array(array("answer", "answer")), new _hx_array(array("lang", "no")), new _hx_array(array("comparisonwithstudentanswer", "Sammenligning med studentens svar")), new _hx_array(array("otheracceptedanswers", "Andre godtatte svar")), new _hx_array(array("equivalent_literal", "Nøyaktig lik")), new _hx_array(array("equivalent_literal_correct_feedback", "Svaret er nøyaktig lik det riktige.")), new _hx_array(array("equivalent_symbolic", "Matematisk likt")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Svaret er matematisk likt det riktige.")), new _hx_array(array("equivalent_set", "Like som sett")), new _hx_array(array("equivalent_set_correct_feedback", "Svarsettet er likt det riktige.")), new _hx_array(array("equivalent_equations", "Ekvivalente ligninger")), new _hx_array(array("equivalent_equations_correct_feedback", "Svaret har de samme løsningene som det riktige.")), new _hx_array(array("equivalent_function", "Graderingsfunksjon")), new _hx_array(array("equivalent_function_correct_feedback", "Svaret er riktig.")), new _hx_array(array("equivalent_all", "Vilkårlig svar")), new _hx_array(array("any", "hvilket som helst")), new _hx_array(array("gradingfunction", "Graderingsfunksjon")), new _hx_array(array("additionalproperties", "Ekstra egenskaper")), new _hx_array(array("structure", "Struktur")), new _hx_array(array("none", "ingen")), new _hx_array(array("None", "Ingen")), new _hx_array(array("check_integer_form", "har heltallsform")), new _hx_array(array("check_integer_form_correct_feedback", "Svaret er et heltall.")), new _hx_array(array("check_fraction_form", "har brøkform")), new _hx_array(array("check_fraction_form_correct_feedback", "Svaret er en brøk.")), new _hx_array(array("check_polynomial_form", "har polynomisk form")), new _hx_array(array("check_polynomial_form_correct_feedback", "Svaret er et polynom.")), new _hx_array(array("check_rational_function_form", "er en rasjonell funksjon")), new _hx_array(array("check_rational_function_form_correct_feedback", "Svaret er en rasjonell funksjon.")), new _hx_array(array("check_elemental_function_form", "er en kombinasjon av elementære funksjoner")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Svaret er et elementært uttrykk.")), new _hx_array(array("check_scientific_notation", "er uttrykt med vitenskapelig notasjon")), new _hx_array(array("check_scientific_notation_correct_feedback", "Svaret er uttrykt med vitenskapelig notasjon.")), new _hx_array(array("more", "Mer")), new _hx_array(array("check_simplified", "er forenklet")), new _hx_array(array("check_simplified_correct_feedback", "Svaret er forenklet.")), new _hx_array(array("check_expanded", "er utvidet")), new _hx_array(array("check_expanded_correct_feedback", "Svaret er utvidet.")), new _hx_array(array("check_factorized", "er faktorisert")), new _hx_array(array("check_factorized_correct_feedback", "Svaret er faktorisert.")), new _hx_array(array("check_rationalized", "er rasjonalt")), new _hx_array(array("check_rationalized_correct_feedback", "Svaret er rasjonalt.")), new _hx_array(array("check_no_common_factor", "har ingen felles faktorer")), new _hx_array(array("check_no_common_factor_correct_feedback", "Svaret har ingen felles faktorer.")), new _hx_array(array("check_minimal_radicands", "har minimumsradikanter")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Svaret har minimumsradikanter.")), new _hx_array(array("check_divisible", "er delelig på")), new _hx_array(array("check_divisible_correct_feedback", "Svaret er delelig på \${value}.")), new _hx_array(array("check_common_denominator", "har en enkel fellesnevner")), new _hx_array(array("check_common_denominator_correct_feedback", "Svaret har en enkel fellesnevner.")), new _hx_array(array("check_unit", "har enhet ekvivalent med")), new _hx_array(array("check_unit_correct_feedback", "Svaret har enheten \${unit}.")), new _hx_array(array("check_unit_literal", "har en enhet som er nøyaktig lik")), new _hx_array(array("check_unit_literal_correct_feedback", "Svaret har enheten \${unit}.")), new _hx_array(array("check_no_more_decimals", "har opptil like mange desimaler som")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Svaret har \${digits} eller færre desimaler.")), new _hx_array(array("check_no_more_digits", "har opptil like mange sifre som")), new _hx_array(array("check_no_more_digits_correct_feedback", "Svaret har \${digits} eller færre sifre.")), new _hx_array(array("syntax_expression", "Generelt")), new _hx_array(array("syntax_expression_description", "(formler, uttrykk, ligninger, matriser …)")), new _hx_array(array("syntax_expression_correct_feedback", "Svaret har riktig syntaks.")), new _hx_array(array("syntax_quantity", "Mengde")), new _hx_array(array("syntax_quantity_description", "(tall, måleenheter, brøker, blandede brøker, forhold …)")), new _hx_array(array("syntax_quantity_correct_feedback", "Svaret har riktig syntaks.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(lister uten kommaskilletegn eller parentes)")), new _hx_array(array("syntax_list_correct_feedback", "Svaret har riktig syntaks.")), new _hx_array(array("syntax_string", "Tekst")), new _hx_array(array("syntax_string_description", "(ord, setninger, tegnstrenger)")), new _hx_array(array("syntax_string_correct_feedback", "Svaret har riktig syntaks.")), new _hx_array(array("none", "ingen")), new _hx_array(array("edit", "Rediger")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Avbryt")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonometri")), new _hx_array(array("hyperbolic", "hyperbolsk")), new _hx_array(array("arithmetic", "aritmetikk")), new _hx_array(array("all", "alle")), new _hx_array(array("tolerance", "Toleranse")), new _hx_array(array("relative", "relativ")), new _hx_array(array("relativetolerance", "Relativ toleranse")), new _hx_array(array("precision", "Presisjon")), new _hx_array(array("implicit_times_operator", "Usynlig gangeoperatør")), new _hx_array(array("times_operator", "Gangeoperatør")), new _hx_array(array("imaginary_unit", "Imaginær enhet")), new _hx_array(array("mixedfractions", "Blandede brøker")), new _hx_array(array("constants", "Konstanter")), new _hx_array(array("functions", "Funksjoner")), new _hx_array(array("userfunctions", "Brukerfunksjoner")), new _hx_array(array("units", "Enheter")), new _hx_array(array("unitprefixes", "Enhetsprefikser")), new _hx_array(array("syntaxparams", "Syntaksvalg")), new _hx_array(array("syntaxparams_expression", "Valg for generelt")), new _hx_array(array("syntaxparams_quantity", "Valg for mengde")), new _hx_array(array("syntaxparams_list", "Valg for liste")), new _hx_array(array("allowedinput", "Tillatte inndata")), new _hx_array(array("manual", "Manuell")), new _hx_array(array("correctanswer", "Riktig svar")), new _hx_array(array("variables", "Variabler")), new _hx_array(array("validation", "Kontroll")), new _hx_array(array("preview", "Forhåndsvis")), new _hx_array(array("correctanswertabhelp", "Skriv inn riktig svar med WIRIS-redigeringsprogrammet. Velg også hvordan formelredigerings-programmet skal oppføre seg når det brukes av studenten.\x0A")), new _hx_array(array("assertionstabhelp", "Velg hvilke egenskaper studentens svar må verifisere. For eksempel om det må forenkles, faktoriseres, uttrykkes med fysiske enheter eller har en bestemt numerisk nøyaktighet.")), new _hx_array(array("variablestabhelp", "Skriv en algoritme med WIRIS cas for å lage tilfeldige variabler: tall, uttrykk, plott eller en graderingsfunksjon.\x0ADu kan også spesifisere utdataformatet for variablene som vises for studenten.\x0A")), new _hx_array(array("testtabhelp", "Sett inn et eventuelt studentsvar for å simulere hvordan spørsmålet vil fungere. Du bruker det samme verktøyet som studenten vil bruke.\x0ADu kan også teste vurderingskriteriene, utfallet og den automatiske tilbakemeldingen.\x0A")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Klikk på Test-knappen for å kontrollere det gjeldende svaret.")), new _hx_array(array("correct", "Riktig svar!")), new _hx_array(array("incorrect", "Feil svar!")), new _hx_array(array("partiallycorrect", "Delvis riktig!")), new _hx_array(array("inputmethod", "Inndatametode")), new _hx_array(array("compoundanswer", "Sammensatt svar")), new _hx_array(array("answerinputinlineeditor", "WIRIS-redigerer innebygd")), new _hx_array(array("answerinputpopupeditor", "WIRIS-redigerer i popup")), new _hx_array(array("answerinputplaintext", "Felt for vanlig tekst")), new _hx_array(array("showauxiliarcas", "Inkluder WIRIS cas")), new _hx_array(array("initialcascontent", "Innledende innhold")), new _hx_array(array("tolerancedigits", "Toleransesifre")), new _hx_array(array("validationandvariables", "Kontroll og variabler")), new _hx_array(array("algorithmlanguage", "Algoritmespråk")), new _hx_array(array("calculatorlanguage", "Kalkulatorens språk")), new _hx_array(array("hasalgorithm", "Har algoritme")), new _hx_array(array("comparison", "Sammenligning")), new _hx_array(array("properties", "Egenskaper")), new _hx_array(array("studentanswer", "Studentens svar")), new _hx_array(array("poweredbywiris", "Drevet av WIRIS")), new _hx_array(array("yourchangeswillbelost", "Endringene dine går tapt hvis du forlater vinduet.")), new _hx_array(array("outputoptions", "Utdatavalg")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Alle svarene må være riktige")), new _hx_array(array("distributegrade", "Distribuer resultat")), new _hx_array(array("no", "Nei")), new _hx_array(array("add", "Legg til")), new _hx_array(array("replaceeditor", "Erstatt redigeringsprogram")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Spørsmåls-XML")), new _hx_array(array("grammarurl", "Grammatikk-URL")), new _hx_array(array("reservedwords", "Reserverte ord")), new _hx_array(array("forcebrackets", "Lister må alltid ha krøllparentes «{}».")), new _hx_array(array("commaasitemseparator", "Bruk komma «,» som skilletegn i listen.")), new _hx_array(array("confirmimportdeprecated", "Importere spørsmålet? \x0ASpørsmålet du holder på å åpne, inneholder utdaterte funksjoner. Importprosessen kan endre litt på hvordan spørsmålet vil fungere. Det anbefales på det sterkeste at du nøye tester spørsmålet etter import.")), new _hx_array(array("comparesets", "Sammenlign i sett")), new _hx_array(array("nobracketslist", "Lister uten krøllparenteser")), new _hx_array(array("warningtoleranceprecision", "Færre presisjonssifre enn toleransesifre.")), new _hx_array(array("actionimport", "Importer")), new _hx_array(array("actionexport", "Eksporter")), new _hx_array(array("usecase", "Store/små bokstaver")), new _hx_array(array("usespaces", "Match mellomrom")), new _hx_array(array("notevaluate", "La være å vurdere argumentene")), new _hx_array(array("separators", "Skilletegn")), new _hx_array(array("comma", "Komma")), new _hx_array(array("commarole", "Funksjonen til kommaet «,»")), new _hx_array(array("point", "Punktum")), new _hx_array(array("pointrole", "Funksjonen til punktumet «.»")), new _hx_array(array("space", "Mellomrom")), new _hx_array(array("spacerole", "Funksjonen til mellomromstegnet")), new _hx_array(array("decimalmark", "Desimaltall")), new _hx_array(array("digitsgroup", "Siffergrupper")), new _hx_array(array("listitems", "Listeeelementer")), new _hx_array(array("nothing", "Ingenting")), new _hx_array(array("intervals", "Intervaller")), new _hx_array(array("warningprecision15", "Nøyaktigheten må være mellom 1 og 15.")), new _hx_array(array("decimalSeparator", "Desimal")), new _hx_array(array("thousandsSeparator", "Tusener")), new _hx_array(array("notation", "Notasjon")), new _hx_array(array("invisible", "Usynlig")), new _hx_array(array("auto", "Automatisk")), new _hx_array(array("fixedDecimal", "Fast")), new _hx_array(array("floatingDecimal", "Desimal")), new _hx_array(array("scientific", "Vitenskapelig")), new _hx_array(array("example", "Eksempel")), new _hx_array(array("warningreltolfixedprec", "Relativ toleranse med fast desimalnotasjon.")), new _hx_array(array("warningabstolfloatprec", "Absolutt toleranse med flytende desimalnotasjon.")), new _hx_array(array("answerinputinlinehand", "WIRIS hånd innebygd")), new _hx_array(array("absolutetolerance", "Absolutt toleranse")), new _hx_array(array("clicktoeditalgorithm", "Klikk på knappen for å laste ned og kjøre WIRIS cas-appen for å redigere spørrealgoritmen. Les mer.")), new _hx_array(array("launchwiriscas", "Rediger algoritme")), new _hx_array(array("sendinginitialsession", "Sender innledende økt …")), new _hx_array(array("waitingforupdates", "Venter på oppdateringer …")), new _hx_array(array("sessionclosed", "Alle endringer lagret")), new _hx_array(array("gotsession", "Endringer lagret (revisjon \${n}).")), new _hx_array(array("thecorrectansweris", "Det riktige svaret er")), new _hx_array(array("poweredby", "Drevet av")), new _hx_array(array("refresh", "Forny riktig svar")), new _hx_array(array("fillwithcorrect", "Fyll inn riktig svar")), new _hx_array(array("runcalculator", "Kjør kalkulator")), new _hx_array(array("clicktoruncalculator", "Klikk på knappen for å laste ned og kjøre WIRIS cas-appen for å foreta beregningene du trenger. Les mer.")), new _hx_array(array("answer", "svar")), new _hx_array(array("lang", "nn")), new _hx_array(array("comparisonwithstudentanswer", "Samanlikning med studentens svar")), new _hx_array(array("otheracceptedanswers", "Andre godtekne svar")), new _hx_array(array("equivalent_literal", "Nøyaktig lik")), new _hx_array(array("equivalent_literal_correct_feedback", "Svaret er nøyaktig lik det rette.")), new _hx_array(array("equivalent_symbolic", "Matematisk likt")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Svaret er matematisk likt det rette.")), new _hx_array(array("equivalent_set", "Like som sett")), new _hx_array(array("equivalent_set_correct_feedback", "Svarsettet er likt det rette.")), new _hx_array(array("equivalent_equations", "Ekvivalente likningar")), new _hx_array(array("equivalent_equations_correct_feedback", "Svaret har dei samme løysingane som det rette.")), new _hx_array(array("equivalent_function", "Graderingsfunksjon")), new _hx_array(array("equivalent_function_correct_feedback", "Svaret er rett.")), new _hx_array(array("equivalent_all", "Vilkårleg svar")), new _hx_array(array("any", "kva som helst")), new _hx_array(array("gradingfunction", "Graderingsfunksjon")), new _hx_array(array("additionalproperties", "Ekstra eigenskapar")), new _hx_array(array("structure", "Struktur")), new _hx_array(array("none", "ingen")), new _hx_array(array("None", "Ingen")), new _hx_array(array("check_integer_form", "har heiltalsform")), new _hx_array(array("check_integer_form_correct_feedback", "Svaret er eit heiltal.")), new _hx_array(array("check_fraction_form", "har brøkform")), new _hx_array(array("check_fraction_form_correct_feedback", "Svaret er ein brøk.")), new _hx_array(array("check_polynomial_form", "har polynomisk form")), new _hx_array(array("check_polynomial_form_correct_feedback", "Svaret er eit polynom.")), new _hx_array(array("check_rational_function_form", "er ein rasjonell funksjon")), new _hx_array(array("check_rational_function_form_correct_feedback", "Svaret er ein rasjonell funksjon.")), new _hx_array(array("check_elemental_function_form", "er ein kombinasjon av elementære funksjonar")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Svaret er eit elementært uttrykk.")), new _hx_array(array("check_scientific_notation", "er uttrykt med vitskapleg notasjon")), new _hx_array(array("check_scientific_notation_correct_feedback", "Svaret er uttrykt med vitskapleg notasjon.")), new _hx_array(array("more", "Meir")), new _hx_array(array("check_simplified", "er forenkla")), new _hx_array(array("check_simplified_correct_feedback", "Svaret er forenkla.")), new _hx_array(array("check_expanded", "er utvida")), new _hx_array(array("check_expanded_correct_feedback", "Svaret er utvida.")), new _hx_array(array("check_factorized", "er faktorisert")), new _hx_array(array("check_factorized_correct_feedback", "Svaret er faktorisert.")), new _hx_array(array("check_rationalized", "er rasjonalt")), new _hx_array(array("check_rationalized_correct_feedback", "Svaret er rasjonalt.")), new _hx_array(array("check_no_common_factor", "har ingen felles faktorar")), new _hx_array(array("check_no_common_factor_correct_feedback", "Svaret har ingen felles faktorar.")), new _hx_array(array("check_minimal_radicands", "har minimumsradikantar")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Svaret har minimumsradikantar.")), new _hx_array(array("check_divisible", "er deleleg på")), new _hx_array(array("check_divisible_correct_feedback", "Svaret er deleleg på \${value}.")), new _hx_array(array("check_common_denominator", "har ein enkel fellesnemnar")), new _hx_array(array("check_common_denominator_correct_feedback", "Svaret har ein enkel fellesnemnar.")), new _hx_array(array("check_unit", "har eining ekvivalent med")), new _hx_array(array("check_unit_correct_feedback", "Svaret har eininga \${unit}.")), new _hx_array(array("check_unit_literal", "har ei eining som er nøyaktig lik")), new _hx_array(array("check_unit_literal_correct_feedback", "Svaret har eininga \${unit}.")), new _hx_array(array("check_no_more_decimals", "har opptil like mange desimalar som")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Svaret har \${digits} eller færre desimalar.")), new _hx_array(array("check_no_more_digits", "har opptil like mange siffer som")), new _hx_array(array("check_no_more_digits_correct_feedback", "Svaret har \${digits} eller færre siffer.")), new _hx_array(array("syntax_expression", "Generelt")), new _hx_array(array("syntax_expression_description", "(formlar, uttrykk, likningar, matriser …)")), new _hx_array(array("syntax_expression_correct_feedback", "Svaret har rett syntaks.")), new _hx_array(array("syntax_quantity", "Mengde")), new _hx_array(array("syntax_quantity_description", "(tal, måleeiningar, brøkar, blanda brøkar, forhold …)")), new _hx_array(array("syntax_quantity_correct_feedback", "Svaret har rett syntaks.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(lister uten kommaskiljeteikn eller parentes)")), new _hx_array(array("syntax_list_correct_feedback", "Svaret har rett syntaks.")), new _hx_array(array("syntax_string", "Tekst")), new _hx_array(array("syntax_string_description", "(ord, setningar, teiknstrengar)")), new _hx_array(array("syntax_string_correct_feedback", "Svaret har rett syntaks.")), new _hx_array(array("none", "ingen")), new _hx_array(array("edit", "Rediger")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Avbryt")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonometri")), new _hx_array(array("hyperbolic", "hyperbolsk")), new _hx_array(array("arithmetic", "aritmetikk")), new _hx_array(array("all", "alle")), new _hx_array(array("tolerance", "Toleranse")), new _hx_array(array("relative", "relativ")), new _hx_array(array("relativetolerance", "Relativ toleranse")), new _hx_array(array("precision", "Presisjon")), new _hx_array(array("implicit_times_operator", "Usynleg gangeoperatør")), new _hx_array(array("times_operator", "Gangeoperatør")), new _hx_array(array("imaginary_unit", "Imaginær eining")), new _hx_array(array("mixedfractions", "Blanda brøkar")), new _hx_array(array("constants", "Konstantar")), new _hx_array(array("functions", "Funksjonar")), new _hx_array(array("userfunctions", "Brukarfunksjonar")), new _hx_array(array("units", "Eininger")), new _hx_array(array("unitprefixes", "Einingsprefiks")), new _hx_array(array("syntaxparams", "Syntaksval")), new _hx_array(array("syntaxparams_expression", "Val for generelt")), new _hx_array(array("syntaxparams_quantity", "Val for mengde")), new _hx_array(array("syntaxparams_list", "Val for liste")), new _hx_array(array("allowedinput", "Tillatne inndata")), new _hx_array(array("manual", "Manuell")), new _hx_array(array("correctanswer", "Rett svar")), new _hx_array(array("variables", "Variablar")), new _hx_array(array("validation", "Kontroll")), new _hx_array(array("preview", "Førehandsvis")), new _hx_array(array("correctanswertabhelp", "Skriv inn rett svar med WIRIS-redigeringsprogrammet. Velg òg korleis formelredigerings-programmet skal te seg når det vert brukt av studenten.\x0A")), new _hx_array(array("assertionstabhelp", "Velg kva for eigenskapar svaret til studenten må verifisera. Til dømes om det må forenklast, faktoriserast, uttrykkast med fysiske eininger eller har ei bestemt numerisk nøyaktigheit.")), new _hx_array(array("variablestabhelp", "Skriv ein algoritme med WIRIS cas for å lage tilfeldige variablar: tal, uttrykk, plott eller ein graderingsfunksjon.\x0ADu kan òg spesifisera utdataformatet for variablane som vert viste for studenten.\x0A")), new _hx_array(array("testtabhelp", "Sett inn eit eventuelt studentsvar for å simulera korleis spørsmålet vil fungera. Du bruker det same verktyet som studenten vil bruka.\x0ADu kan òg testa vurderingskriteria, utfallet og den automatiske tilbakemeldinga.\x0A")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Klikk på Test-knappen for å kontrollera det gjeldande svaret.")), new _hx_array(array("correct", "Rett svar!")), new _hx_array(array("incorrect", "Feil svar!")), new _hx_array(array("partiallycorrect", "Delvis rett!")), new _hx_array(array("inputmethod", "Inndatametode")), new _hx_array(array("compoundanswer", "Samansett svar")), new _hx_array(array("answerinputinlineeditor", "WIRIS-redigerar innebygd")), new _hx_array(array("answerinputpopupeditor", "WIRIS-redigerar i popup")), new _hx_array(array("answerinputplaintext", "Felt for vanleg tekst")), new _hx_array(array("showauxiliarcas", "Inkluder WIRIS cas")), new _hx_array(array("initialcascontent", "Innleiande innhald")), new _hx_array(array("tolerancedigits", "Toleransesiffer")), new _hx_array(array("validationandvariables", "Kontroll og variablar")), new _hx_array(array("algorithmlanguage", "Algoritmespråk")), new _hx_array(array("calculatorlanguage", "Kalkulatorspråk")), new _hx_array(array("hasalgorithm", "Har algoritme")), new _hx_array(array("comparison", "Samanlikning")), new _hx_array(array("properties", "Eigenskapar")), new _hx_array(array("studentanswer", "Studentens svar")), new _hx_array(array("poweredbywiris", "Drive av WIRIS")), new _hx_array(array("yourchangeswillbelost", "Endringane dine går tapt dersom du forlèt vindauget.")), new _hx_array(array("outputoptions", "Utdataval")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Alle svara må vera rette")), new _hx_array(array("distributegrade", "Distribuer resultat")), new _hx_array(array("no", "Nei")), new _hx_array(array("add", "Legg til")), new _hx_array(array("replaceeditor", "Erstatt redigeringsprogram")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Spørsmåls-XML")), new _hx_array(array("grammarurl", "Grammatikk-URL")), new _hx_array(array("reservedwords", "Reserverte ord")), new _hx_array(array("forcebrackets", "Lister må alltid ha krøllparentes «{}».")), new _hx_array(array("commaasitemseparator", "Bruk komma «,» som skiljeteikn i lista.")), new _hx_array(array("confirmimportdeprecated", "Importere spørsmålet? \x0ASpørsmålet du held på å opne, inneheld utdaterte funksjonar. Importprosessen kan endra noko på korleis spørsmålet vil fungera. Det anbefalast på det sterkaste at du testar spørsmålet nøye etter import.")), new _hx_array(array("comparesets", "Samanlikn i sett")), new _hx_array(array("nobracketslist", "Lister uten krøllparentesar")), new _hx_array(array("warningtoleranceprecision", "Færre presisjonssiffer enn toleransesiffer.")), new _hx_array(array("actionimport", "Importer")), new _hx_array(array("actionexport", "Eksporter")), new _hx_array(array("usecase", "Store/små bokstavar")), new _hx_array(array("usespaces", "Match mellomrom")), new _hx_array(array("notevaluate", "Lat vera å vurdera argumenta")), new _hx_array(array("separators", "Skilleteikn")), new _hx_array(array("comma", "Komma")), new _hx_array(array("commarole", "Funksjonen til kommaet «,»")), new _hx_array(array("point", "Punktum")), new _hx_array(array("pointrole", "Funksjonen til punktumet «.»")), new _hx_array(array("space", "Mellomrom")), new _hx_array(array("spacerole", "Funksjonen til mellomromsteiknet")), new _hx_array(array("decimalmark", "Desimaltal")), new _hx_array(array("digitsgroup", "Siffergrupper")), new _hx_array(array("listitems", "Listeeelement")), new _hx_array(array("nothing", "Ingenting")), new _hx_array(array("intervals", "Intervall")), new _hx_array(array("warningprecision15", "Nøyaktigheita må vera mellom 1 og 15.")), new _hx_array(array("decimalSeparator", "Desimal")), new _hx_array(array("thousandsSeparator", "Tusen")), new _hx_array(array("notation", "Notasjon")), new _hx_array(array("invisible", "Usynleg")), new _hx_array(array("auto", "Automatisk")), new _hx_array(array("fixedDecimal", "Fast")), new _hx_array(array("floatingDecimal", "Desimal")), new _hx_array(array("scientific", "Vitskapleg")), new _hx_array(array("example", "Eksempel")), new _hx_array(array("warningreltolfixedprec", "Relativ toleranse med fast desimalnotasjon.")), new _hx_array(array("warningabstolfloatprec", "Absolutt toleranse med flytande desimalnotasjon.")), new _hx_array(array("answerinputinlinehand", "WIRIS hand innebygd")), new _hx_array(array("absolutetolerance", "Absolutt toleranse")), new _hx_array(array("clicktoeditalgorithm", "Klikk på knappen for å lasta ned og bruka WIRIS cas-appen til å redigera spørrealgoritmen. Les meir.")), new _hx_array(array("launchwiriscas", "Rediger algoritme")), new _hx_array(array("sendinginitialsession", "Sender innleiande økt …")), new _hx_array(array("waitingforupdates", "Venter på oppdateringar …")), new _hx_array(array("sessionclosed", "Alle endringar lagra")), new _hx_array(array("gotsession", "Endringar lagra (revisjon \${n}).")), new _hx_array(array("thecorrectansweris", "Det rette svaret er")), new _hx_array(array("poweredby", "Drive av")), new _hx_array(array("refresh", "Forny rett svar")), new _hx_array(array("fillwithcorrect", "Fyll inn rett svar")), new _hx_array(array("runcalculator", "Bruk kalkulator")), new _hx_array(array("clicktoruncalculator", "Klikk på knappen for å laste ned og bruka WIRIS cas-appen til å gjera utrekningane du treng. Les meir.")), new _hx_array(array("answer", "svar")), new _hx_array(array("lang", "da")), new _hx_array(array("comparisonwithstudentanswer", "Sammenligning med svar fra studerende")), new _hx_array(array("otheracceptedanswers", "Andre accepterede svar")), new _hx_array(array("equivalent_literal", "Konstant lig med")), new _hx_array(array("equivalent_literal_correct_feedback", "Svaret er konstant lig med det korrekte svar.")), new _hx_array(array("equivalent_symbolic", "Matematisk lig med")), new _hx_array(array("equivalent_symbolic_correct_feedback", "Svaret er matematisk lig med det korrekte svar.")), new _hx_array(array("equivalent_set", "Lig med som sæt")), new _hx_array(array("equivalent_set_correct_feedback", "Svarsættet er lig med det korrekte svar.")), new _hx_array(array("equivalent_equations", "Tilsvarende ligninger")), new _hx_array(array("equivalent_equations_correct_feedback", "Svaret har de samme løsninger som det korrekte svar.")), new _hx_array(array("equivalent_function", "Bedømmelsesfunktion")), new _hx_array(array("equivalent_function_correct_feedback", "Svaret er korrekt.")), new _hx_array(array("equivalent_all", "Ethvert svar")), new _hx_array(array("any", "ethvert")), new _hx_array(array("gradingfunction", "Bedømmelsesfunktion")), new _hx_array(array("additionalproperties", "Yderligere egenskaber")), new _hx_array(array("structure", "Struktur")), new _hx_array(array("none", "ingen")), new _hx_array(array("None", "Ingen")), new _hx_array(array("check_integer_form", "har form som heltal")), new _hx_array(array("check_integer_form_correct_feedback", "Svaret er et heltal.")), new _hx_array(array("check_fraction_form", "har form som brøk")), new _hx_array(array("check_fraction_form_correct_feedback", "Svaret er en brøk.")), new _hx_array(array("check_polynomial_form", "har form som polynomium")), new _hx_array(array("check_polynomial_form_correct_feedback", "Svaret er et polynomium.")), new _hx_array(array("check_rational_function_form", "har form som rationel funktion")), new _hx_array(array("check_rational_function_form_correct_feedback", "Svaret er en rationel funktion.")), new _hx_array(array("check_elemental_function_form", "er en kombination af elementære funktioner")), new _hx_array(array("check_elemental_function_form_correct_feedback", "Svaret er et elementært udtryk.")), new _hx_array(array("check_scientific_notation", "er udtrykt i videnskabelig notation")), new _hx_array(array("check_scientific_notation_correct_feedback", "Svaret er udtrykt i videnskabelig notation.")), new _hx_array(array("more", "Flere")), new _hx_array(array("check_simplified", "er forenklet")), new _hx_array(array("check_simplified_correct_feedback", "Svaret er forenklet.")), new _hx_array(array("check_expanded", "er udvidet")), new _hx_array(array("check_expanded_correct_feedback", "Svaret er udvidet.")), new _hx_array(array("check_factorized", "er opløst i faktorer")), new _hx_array(array("check_factorized_correct_feedback", "Svaret er opløst i faktorer.")), new _hx_array(array("check_rationalized", "er rationaliseret")), new _hx_array(array("check_rationalized_correct_feedback", "Svaret er rationaliseret.")), new _hx_array(array("check_no_common_factor", "har ingen fælles faktorer")), new _hx_array(array("check_no_common_factor_correct_feedback", "Svaret har ingen fælles faktorer.")), new _hx_array(array("check_minimal_radicands", "har minimale radikander")), new _hx_array(array("check_minimal_radicands_correct_feedback", "Svaret har minimale radikander.")), new _hx_array(array("check_divisible", "er deleligt med")), new _hx_array(array("check_divisible_correct_feedback", "Svaret er deleligt med \${value}.")), new _hx_array(array("check_common_denominator", "har en enkelt fællesnævner")), new _hx_array(array("check_common_denominator_correct_feedback", "Svaret har en enkelt fællesnævner.")), new _hx_array(array("check_unit", "har enhed svarende til")), new _hx_array(array("check_unit_correct_feedback", "Enheden i svaret er \${unit}.")), new _hx_array(array("check_unit_literal", "har enhed, der konstant er lig med")), new _hx_array(array("check_unit_literal_correct_feedback", "Enheden i svaret er \${unit}.")), new _hx_array(array("check_no_more_decimals", "har decimaler, der er færre end eller lig med")), new _hx_array(array("check_no_more_decimals_correct_feedback", "Svaret har \${digits} eller færre decimaler.")), new _hx_array(array("check_no_more_digits", "har cifre, der er færre end eller lig med")), new _hx_array(array("check_no_more_digits_correct_feedback", "Svaret har \${digits} eller færre cifre.")), new _hx_array(array("syntax_expression", "Generelt")), new _hx_array(array("syntax_expression_description", "(formler, udtryk, ligninger, matricer...)")), new _hx_array(array("syntax_expression_correct_feedback", "Svarsyntaksen er korrekt.")), new _hx_array(array("syntax_quantity", "Mængde")), new _hx_array(array("syntax_quantity_description", "(tal, måleenheder, brøker, blandede brøker, kvotienter...)")), new _hx_array(array("syntax_quantity_correct_feedback", "Svarsyntaksen er korrekt.")), new _hx_array(array("syntax_list", "Liste")), new _hx_array(array("syntax_list_description", "(lister uden kommaseparatorer eller parenteser)")), new _hx_array(array("syntax_list_correct_feedback", "Svarsyntaksen er korrekt.")), new _hx_array(array("syntax_string", "Tekst")), new _hx_array(array("syntax_string_description", "(ord, sætninger, tegnstrenge)")), new _hx_array(array("syntax_string_correct_feedback", "Svarsyntaksen er korrekt.")), new _hx_array(array("none", "ingen")), new _hx_array(array("edit", "Rediger")), new _hx_array(array("accept", "OK")), new _hx_array(array("cancel", "Annuller")), new _hx_array(array("explog", "exp/log")), new _hx_array(array("trigonometric", "trigonometrisk")), new _hx_array(array("hyperbolic", "hyperbolsk")), new _hx_array(array("arithmetic", "aritmetisk")), new _hx_array(array("all", "alle")), new _hx_array(array("tolerance", "Tolerance")), new _hx_array(array("relative", "relativ")), new _hx_array(array("relativetolerance", "Relativ tolerance")), new _hx_array(array("precision", "Præcision")), new _hx_array(array("implicit_times_operator", "Usynlig gangetegn-operator")), new _hx_array(array("times_operator", "Gangetegn-operator")), new _hx_array(array("imaginary_unit", "Imaginær enhed")), new _hx_array(array("mixedfractions", "Blandede brøker")), new _hx_array(array("constants", "Konstanter")), new _hx_array(array("functions", "Funktioner")), new _hx_array(array("userfunctions", "Brugerfunktioner")), new _hx_array(array("units", "Enheder")), new _hx_array(array("unitprefixes", "Enhedspræfikser")), new _hx_array(array("syntaxparams", "Syntaksmuligheder")), new _hx_array(array("syntaxparams_expression", "Muligheder for generel")), new _hx_array(array("syntaxparams_quantity", "Muligheder for mængde")), new _hx_array(array("syntaxparams_list", "Muligheder for liste")), new _hx_array(array("allowedinput", "Tilladt input")), new _hx_array(array("manual", "Manuelt")), new _hx_array(array("correctanswer", "Korrekt svar")), new _hx_array(array("variables", "Variabler")), new _hx_array(array("validation", "Validering")), new _hx_array(array("preview", "Eksempelvisning")), new _hx_array(array("correctanswertabhelp", "Indsæt det korrekte svar med WIRIS editor. Vælg også adfærd for formeleditoren, når den bruges af den studerende.")), new _hx_array(array("assertionstabhelp", "Vælg, hvilke egenskaber den studerendes svar skal bekræfte. Om det f.eks. skal være forenklet, opløst i faktorer, udtrykt med fysiske enheder eller have en specifik numerisk præcision.")), new _hx_array(array("variablestabhelp", "Skriv en algoritme med WIRIS CAS for at oprette tilfældige variabler: tal, udtryk, punkter plot eller en bedømmelsesfunktion. Du kan også angive outputformatet for de variabler, der vises til de studerende.")), new _hx_array(array("testtabhelp", "Indsæt et muligt svar fra den studerende for at simulere spørgsmålets adfærd. Du bruger det samme værktøj, som den studerende vil bruge. Bemærk, at du også kan teste evalueringskriterierne, succes og automatisk feedback.")), new _hx_array(array("start", "Start")), new _hx_array(array("test", "Test")), new _hx_array(array("clicktesttoevaluate", "Klik på knappen Test for at validere det aktuelle svar.")), new _hx_array(array("correct", "Korrekt!")), new _hx_array(array("incorrect", "Forkert!")), new _hx_array(array("partiallycorrect", "Delvist korrekt!")), new _hx_array(array("inputmethod", "Inputmetode")), new _hx_array(array("compoundanswer", "Sammensat svar")), new _hx_array(array("answerinputinlineeditor", "WIRIS editor integreret")), new _hx_array(array("answerinputpopupeditor", "WIRIS editor i popup")), new _hx_array(array("answerinputplaintext", "Inputfelt til almindelig tekst")), new _hx_array(array("showauxiliarcas", "Inkluder WIRIS cas")), new _hx_array(array("initialcascontent", "Indledende indhold")), new _hx_array(array("tolerancedigits", "Tolerancecifre")), new _hx_array(array("validationandvariables", "Validering og variabler")), new _hx_array(array("algorithmlanguage", "Algoritmesprog")), new _hx_array(array("calculatorlanguage", "Beregningssprog")), new _hx_array(array("hasalgorithm", "Har algoritme")), new _hx_array(array("comparison", "Sammenligning")), new _hx_array(array("properties", "Egenskaber")), new _hx_array(array("studentanswer", "Studerendes svar")), new _hx_array(array("poweredbywiris", "Drevet af WIRIS")), new _hx_array(array("yourchangeswillbelost", "Du mister dine ændringer, hvis du forlader vinduet.")), new _hx_array(array("outputoptions", "Outputmuligheder")), new _hx_array(array("catalan", "Català")), new _hx_array(array("english", "English")), new _hx_array(array("spanish", "Español")), new _hx_array(array("estonian", "Eesti")), new _hx_array(array("basque", "Euskara")), new _hx_array(array("french", "Français")), new _hx_array(array("german", "Deutsch")), new _hx_array(array("italian", "Italiano")), new _hx_array(array("dutch", "Nederlands")), new _hx_array(array("portuguese", "Português (Portugal)")), new _hx_array(array("javaAppletMissing", "Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin.")), new _hx_array(array("allanswerscorrect", "Alle svar skal være korrekte")), new _hx_array(array("distributegrade", "Fordel karakter")), new _hx_array(array("no", "Nej")), new _hx_array(array("add", "Tilføj")), new _hx_array(array("replaceeditor", "Erstat editor")), new _hx_array(array("list", "Liste")), new _hx_array(array("questionxml", "Spørgsmåls-XML")), new _hx_array(array("grammarurl", "URL til grammatik")), new _hx_array(array("reservedwords", "Reserverede ord")), new _hx_array(array("forcebrackets", "Lister kræver altid krøllede parenteser \"{}\".")), new _hx_array(array("commaasitemseparator", "Brug komma \",\" som separator til listepunkter.")), new _hx_array(array("confirmimportdeprecated", "Importér spørgsmålet? Det spørgsmål, du er ved at åbne, indeholder udfasede funktioner. Importprocessen kan ændre spørgsmålets adfærd en smule. Det anbefales kraftigt, at du tester spørgsmålet omhyggeligt efter import.")), new _hx_array(array("comparesets", "Sammenlign som sæt")), new _hx_array(array("nobracketslist", "Lister uden parenteser")), new _hx_array(array("warningtoleranceprecision", "Færre præcisionscifre end tolerancecifre.")), new _hx_array(array("actionimport", "Importér")), new _hx_array(array("actionexport", "Eksportér")), new _hx_array(array("usecase", "Forskel på store og små bogstaver")), new _hx_array(array("usespaces", "Overensstemmelse i mellemrum")), new _hx_array(array("notevaluate", "Lad argumenter være ikke-evaluerede")), new _hx_array(array("separators", "Separatorer")), new _hx_array(array("comma", "Komma")), new _hx_array(array("commarole", "Rolle for tegnet komma ','")), new _hx_array(array("point", "Punktum")), new _hx_array(array("pointrole", "Rolle for tegnet punktum '.'")), new _hx_array(array("space", "Mellemrum")), new _hx_array(array("spacerole", "Rolle for tegnet mellemrum")), new _hx_array(array("decimalmark", "Decimalcifre")), new _hx_array(array("digitsgroup", "Ciffergrupper")), new _hx_array(array("listitems", "Listepunkter")), new _hx_array(array("nothing", "Ingenting")), new _hx_array(array("intervals", "Intervaller")), new _hx_array(array("warningprecision15", "Præcisionen skal være mellem 1 og 15.")), new _hx_array(array("decimalSeparator", "Decimal")), new _hx_array(array("thousandsSeparator", "Tusinder")), new _hx_array(array("notation", "Notation")), new _hx_array(array("invisible", "Usynlig")), new _hx_array(array("auto", "Automatisk")), new _hx_array(array("fixedDecimal", "Fast")), new _hx_array(array("floatingDecimal", "Decimal")), new _hx_array(array("scientific", "Videnskabelig")), new _hx_array(array("example", "Eksempel")), new _hx_array(array("warningreltolfixedprec", "Relativ tolerance med fast decimalnotation.")), new _hx_array(array("warningabstolfloatprec", "Absolut tolerance med flydende decimalnotation.")), new _hx_array(array("answerinputinlinehand", "WIRIS manuelt integreret")), new _hx_array(array("absolutetolerance", "Absolut tolerance")), new _hx_array(array("clicktoeditalgorithm", "Klik på knappen for at downloade og køre WIRIS cas-programmet og redigere spørgsmålsalgoritmen. Få mere at vide.")), new _hx_array(array("launchwiriscas", "Rediger algoritme")), new _hx_array(array("sendinginitialsession", "Sender indledende session...")), new _hx_array(array("waitingforupdates", "Venter på opdateringer...")), new _hx_array(array("sessionclosed", "Alle ændringer er gemt")), new _hx_array(array("gotsession", "Ændringer gemt (revision \${n}).")), new _hx_array(array("thecorrectansweris", "Det korrekte svar er")), new _hx_array(array("poweredby", "Drevet af")), new _hx_array(array("refresh", "Forny korrekt svar")), new _hx_array(array("fillwithcorrect", "Udfyld med korrekt svar")), new _hx_array(array("runcalculator", "Kør kalkulator")), new _hx_array(array("clicktoruncalculator", "Klik på knappen for at downloade og køre WIRIS cas-programmet og foretage de beregninger, du har brug for. Få mere at vide.")), new _hx_array(array("answer", "svar")))); diff --git a/quizzes/lib/com/wiris/quizzes/test/Tester.class.php b/quizzes/lib/com/wiris/quizzes/test/Tester.class.php index 06c11fe4..b4bed5fa 100644 --- a/quizzes/lib/com/wiris/quizzes/test/Tester.class.php +++ b/quizzes/lib/com/wiris/quizzes/test/Tester.class.php @@ -811,8 +811,8 @@ public function responseLang1($s, $q, $qi) { if($qqi->getBooleanVariableValue("f")) { throw new HException("Failed test!. f was false"); } - $langs = new _hx_array(array("en", "es", "ca", "it", "fr", "de", "el", "pt")); - $tests = new _hx_array(array("Input method", "Método de entrada", "Mètode d'entrada", "Metodo di input", "Méthode de saisie", "Eingabemethode", "Μέθοδος εισόδου", "Método de entrada")); + $langs = new _hx_array(array("en", "es", "ca", "it", "fr", "de", "el", "pt", "no", "nn", "da")); + $tests = new _hx_array(array("Input method", "Método de entrada", "Mètode d'entrada", "Metodo di input", "Méthode de saisie", "Eingabemethode", "Μέθοδος εισόδου", "Método de entrada", "Inndatametode", "Inndatametode", "Inputmetode")); $i = null; { $_g1 = 0; $_g = $langs->length; diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index 6700461c..f541ffa9 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -19045,7 +19045,7 @@ com.wiris.quizzes.impl.ResultGetTranslation.tagName = "getTranslationResult"; com.wiris.quizzes.impl.ResultGetVariables.tagName = "getVariablesResult"; com.wiris.quizzes.impl.ResultStoreQuestion.tagName = "storeQuestionResult"; com.wiris.quizzes.impl.SharedVariables.h = null; -com.wiris.quizzes.impl.Strings.lang = [["lang","en"],["comparisonwithstudentanswer","Comparison with student answer"],["otheracceptedanswers","Other accepted answers"],["equivalent_literal","Literally equal"],["equivalent_literal_correct_feedback","The answer is literally equal to the correct one."],["equivalent_symbolic","Mathematically equal"],["equivalent_symbolic_correct_feedback","The answer is mathematically equal to the correct one."],["equivalent_set","Equal as sets"],["equivalent_set_correct_feedback","The answer set is equal to the correct one."],["equivalent_equations","Equivalent equations"],["equivalent_equations_correct_feedback","The answer has the same solutions as the correct one."],["equivalent_function","Grading function"],["equivalent_function_correct_feedback","The answer is correct."],["equivalent_all","Any answer"],["any","any"],["gradingfunction","Grading function"],["additionalproperties","Additional properties"],["structure","Structure"],["none","none"],["None","None"],["check_integer_form","has integer form"],["check_integer_form_correct_feedback","The answer is an integer."],["check_fraction_form","has fraction form"],["check_fraction_form_correct_feedback","The answer is a fraction."],["check_polynomial_form","has polynomial form"],["check_polynomial_form_correct_feedback","The answer is a polynomial."],["check_rational_function_form","has rational function form"],["check_rational_function_form_correct_feedback","The answer is a rational function."],["check_elemental_function_form","is a combination of elementary functions"],["check_elemental_function_form_correct_feedback","The answer is an elementary expression."],["check_scientific_notation","is expressed in scientific notation"],["check_scientific_notation_correct_feedback","The answer is expressed in scientific notation."],["more","More"],["check_simplified","is simplified"],["check_simplified_correct_feedback","The answer is simplified."],["check_expanded","is expanded"],["check_expanded_correct_feedback","The answer is expanded."],["check_factorized","is factorized"],["check_factorized_correct_feedback","The answer is factorized."],["check_rationalized","is rationalized"],["check_rationalized_correct_feedback","The answer is rationalized."],["check_no_common_factor","doesn't have common factors"],["check_no_common_factor_correct_feedback","The answer doesn't have common factors."],["check_minimal_radicands","has minimal radicands"],["check_minimal_radicands_correct_feedback","The answer has minimal radicands."],["check_divisible","is divisible by"],["check_divisible_correct_feedback","The answer is divisible by ${value}."],["check_common_denominator","has a single common denominator"],["check_common_denominator_correct_feedback","The answer has a single common denominator."],["check_unit","has unit equivalent to"],["check_unit_correct_feedback","The unit of the answer is ${unit}."],["check_unit_literal","has unit literally equal to"],["check_unit_literal_correct_feedback","The unit of the answer is ${unit}."],["check_no_more_decimals","has less or equal decimals than"],["check_no_more_decimals_correct_feedback","The answer has ${digits} or less decimals."],["check_no_more_digits","has less or equal digits than"],["check_no_more_digits_correct_feedback","The answer has ${digits} or less digits."],["syntax_expression","General"],["syntax_expression_description","(formulas, expressions, equations, matrices...)"],["syntax_expression_correct_feedback","The answer syntax is correct."],["syntax_quantity","Quantity"],["syntax_quantity_description","(numbers, measure units, fractions, mixed fractions, ratios...)"],["syntax_quantity_correct_feedback","The answer syntax is correct."],["syntax_list","List"],["syntax_list_description","(lists without comma separator or brackets)"],["syntax_list_correct_feedback","The answer syntax is correct."],["syntax_string","Text"],["syntax_string_description","(words, sentences, character strings)"],["syntax_string_correct_feedback","The answer syntax is correct."],["none","none"],["edit","Edit"],["accept","OK"],["cancel","Cancel"],["explog","exp/log"],["trigonometric","trigonometric"],["hyperbolic","hyperbolic"],["arithmetic","arithmetic"],["all","all"],["tolerance","Tolerance"],["relative","relative"],["relativetolerance","Relative tolerance"],["precision","Precision"],["implicit_times_operator","Invisible times operator"],["times_operator","Times operator"],["imaginary_unit","Imaginary unit"],["mixedfractions","Mixed fractions"],["constants","Constants"],["functions","Functions"],["userfunctions","User functions"],["units","Units"],["unitprefixes","Unit prefixes"],["syntaxparams","Syntax options"],["syntaxparams_expression","Options for general"],["syntaxparams_quantity","Options for quantity"],["syntaxparams_list","Options for list"],["allowedinput","Allowed input"],["manual","Manual"],["correctanswer","Correct answer"],["variables","Variables"],["validation","Validation"],["preview","Preview"],["correctanswertabhelp","Insert the correct answer using WIRIS editor. Select also the behaviour for the formula editor when used by the student.\n"],["assertionstabhelp","Select which properties the student answer has to verify. For example, if it has to be simplified, factorized, expressed using physical units or have a specific numerical precision."],["variablestabhelp","Write an algorithm with WIRIS cas to create random variables: numbers, expressions, plots or a grading function.\nYou can also specify the output format of the variables shown to the student.\n"],["testtabhelp","Insert a possible student answer to simulate the behaviour of the question. You are using the same tool that the student will use.\nNote that you can also test the evaluation criteria, success and automatic feedback.\n"],["start","Start"],["test","Test"],["clicktesttoevaluate","Click Test button to validate the current answer."],["correct","Correct!"],["incorrect","Incorrect!"],["partiallycorrect","Partially correct!"],["inputmethod","Input method"],["compoundanswer","Compound answer"],["answerinputinlineeditor","WIRIS editor embedded"],["answerinputpopupeditor","WIRIS editor in popup"],["answerinputplaintext","Plain text input field"],["showauxiliarcas","Include WIRIS cas"],["initialcascontent","Initial content"],["tolerancedigits","Tolerance digits"],["validationandvariables","Validation and variables"],["algorithmlanguage","Algorithm language"],["calculatorlanguage","Calculator language"],["hasalgorithm","Has algorithm"],["comparison","Comparison"],["properties","Properties"],["studentanswer","Student answer"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Your changes will be lost if you leave the window."],["outputoptions","Output options"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","All answers must be correct"],["distributegrade","Distribute grade"],["no","No"],["add","Add"],["replaceeditor","Replace editor"],["list","List"],["questionxml","Question XML"],["grammarurl","Grammar URL"],["reservedwords","Reserved words"],["forcebrackets","Lists always need curly brackets \"{}\"."],["commaasitemseparator","Use comma \",\" as list item separator."],["confirmimportdeprecated","Import the question? \nThe question you are about to open contains deprecated features. The import process may change slightly the behavior of the question. It is highly recommended that you carefully test de question after import."],["comparesets","Compare as sets"],["nobracketslist","Lists without brackets"],["warningtoleranceprecision","Less precision digits than tolerance digits."],["actionimport","Import"],["actionexport","Export"],["usecase","Match case"],["usespaces","Match spaces"],["notevaluate","Keep arguments unevaluated"],["separators","Separators"],["comma","Comma"],["commarole","Role of the comma ',' character"],["point","Point"],["pointrole","Role of the point '.' character"],["space","Space"],["spacerole","Role of the space character"],["decimalmark","Decimal digits"],["digitsgroup","Digit groups"],["listitems","List items"],["nothing","Nothing"],["intervals","Intervals"],["warningprecision15","Precision must be between 1 and 15."],["decimalSeparator","Decimal"],["thousandsSeparator","Thousands"],["notation","Notation"],["invisible","Invisible"],["auto","Auto"],["fixedDecimal","Fixed"],["floatingDecimal","Decimal"],["scientific","Scientific"],["example","Example"],["warningreltolfixedprec","Relative tolerance with fixed decimal notation."],["warningabstolfloatprec","Absolute tolerance with floating decimal notation."],["answerinputinlinehand","WIRIS hand embedded"],["absolutetolerance","Absolute tolerance"],["clicktoeditalgorithm","Click the button to download and run WIRIS cas application to edit the question algorithm. Learn more."],["launchwiriscas","Edit algorithm"],["sendinginitialsession","Sending initial session..."],["waitingforupdates","Waiting for updates..."],["sessionclosed","All changes saved"],["gotsession","Changes saved (revision ${n})."],["thecorrectansweris","The correct answer is"],["poweredby","Powered by"],["refresh","Renew correct answer"],["fillwithcorrect","Fill with correct answer"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","es"],["comparisonwithstudentanswer","Comparación con la respuesta del estudiante"],["otheracceptedanswers","Otras respuestas aceptadas"],["equivalent_literal","Literalmente igual"],["equivalent_literal_correct_feedback","La respuesta es literalmente igual a la correcta."],["equivalent_symbolic","Matemáticamente igual"],["equivalent_symbolic_correct_feedback","La respuesta es matemáticamente igual a la correcta."],["equivalent_set","Igual como conjuntos"],["equivalent_set_correct_feedback","El conjunto de respuestas es igual al correcto."],["equivalent_equations","Ecuaciones equivalentes"],["equivalent_equations_correct_feedback","La respuesta tiene las soluciones requeridas."],["equivalent_function","Función de calificación"],["equivalent_function_correct_feedback","La respuesta es correcta."],["equivalent_all","Cualquier respuesta"],["any","cualquier"],["gradingfunction","Función de calificación"],["additionalproperties","Propiedades adicionales"],["structure","Estructura"],["none","ninguno"],["None","Ninguno"],["check_integer_form","tiene forma de número entero"],["check_integer_form_correct_feedback","La respuesta es un número entero."],["check_fraction_form","tiene forma de fracción"],["check_fraction_form_correct_feedback","La respuesta es una fracción."],["check_polynomial_form","tiene forma de polinomio"],["check_polynomial_form_correct_feedback","La respuesta es un polinomio."],["check_rational_function_form","tiene forma de función racional"],["check_rational_function_form_correct_feedback","La respuesta es una función racional."],["check_elemental_function_form","es una combinación de funciones elementales"],["check_elemental_function_form_correct_feedback","La respuesta es una expresión elemental."],["check_scientific_notation","está expresada en notación científica"],["check_scientific_notation_correct_feedback","La respuesta está expresada en notación científica."],["more","Más"],["check_simplified","está simplificada"],["check_simplified_correct_feedback","La respuesta está simplificada."],["check_expanded","está expandida"],["check_expanded_correct_feedback","La respuesta está expandida."],["check_factorized","está factorizada"],["check_factorized_correct_feedback","La respuesta está factorizada."],["check_rationalized","está racionalizada"],["check_rationalized_correct_feedback","La respuseta está racionalizada."],["check_no_common_factor","no tiene factores comunes"],["check_no_common_factor_correct_feedback","La respuesta no tiene factores comunes."],["check_minimal_radicands","tiene radicandos minimales"],["check_minimal_radicands_correct_feedback","La respuesta tiene los radicandos minimales."],["check_divisible","es divisible por"],["check_divisible_correct_feedback","La respuesta es divisible por ${value}."],["check_common_denominator","tiene denominador común"],["check_common_denominator_correct_feedback","La respuesta tiene denominador común."],["check_unit","tiene unidad equivalente a"],["check_unit_correct_feedback","La unidad de respuesta es ${unit}."],["check_unit_literal","tiene unidad literalmente igual a"],["check_unit_literal_correct_feedback","La unidad de respuesta es ${unit}."],["check_no_more_decimals","tiene menos decimales o exactamente"],["check_no_more_decimals_correct_feedback","La respuesta tiene ${digits} o menos decimales."],["check_no_more_digits","tiene menos dígitos o exactamente"],["check_no_more_digits_correct_feedback","La respuesta tiene ${digits} o menos dígitos."],["syntax_expression","General"],["syntax_expression_description","(fórmulas, expresiones, ecuaciones, matrices ...)"],["syntax_expression_correct_feedback","La sintaxis de la respuesta es correcta."],["syntax_quantity","Cantidad"],["syntax_quantity_description","(números, unidades de medida, fracciones, fracciones mixtas, razones...)"],["syntax_quantity_correct_feedback","La sintaxis de la respuesta es correcta."],["syntax_list","Lista"],["syntax_list_description","(listas sin coma separadora o paréntesis)"],["syntax_list_correct_feedback","La sintaxis de la respuesta es correcta."],["syntax_string","Texto"],["syntax_string_description","(palabras, frases, cadenas de caracteres)"],["syntax_string_correct_feedback","La sintaxis de la respuesta es correcta."],["none","ninguno"],["edit","Editar"],["accept","Aceptar"],["cancel","Cancelar"],["explog","exp/log"],["trigonometric","trigonométricas"],["hyperbolic","hiperbólicas"],["arithmetic","aritmética"],["all","todo"],["tolerance","Tolerancia"],["relative","relativa"],["relativetolerance","Tolerancia relativa"],["precision","Precisión"],["implicit_times_operator","Omitir producto"],["times_operator","Operador producto"],["imaginary_unit","Unidad imaginaria"],["mixedfractions","Fracciones mixtas"],["constants","Constantes"],["functions","Funciones"],["userfunctions","Funciones de usuario"],["units","Unidades"],["unitprefixes","Prefijos de unidades"],["syntaxparams","Opciones de sintaxis"],["syntaxparams_expression","Opciones para general"],["syntaxparams_quantity","Opciones para cantidad"],["syntaxparams_list","Opciones para lista"],["allowedinput","Entrada permitida"],["manual","Manual"],["correctanswer","Respuesta correcta"],["variables","Variables"],["validation","Validación"],["preview","Vista previa"],["correctanswertabhelp","Introduzca la respuesta correcta utilizando WIRIS editor. Seleccione también el comportamiento del editor de fórmulas cuando sea utilizado por el estudiante.\n"],["assertionstabhelp","Seleccione las propiedades que deben cumplir las respuestas de estudiante. Por ejemplo, si tiene que estar simplificado, factorizado, expresado utilizando unidades físicas o tener una precisión numérica específica."],["variablestabhelp","Escriba un algoritmo con WIRIS CAS para crear variables aleatorias: números, expresiones, gráficas o funciones de calificación.\nTambién puede especificar el formato de salida de las variables que se muestran a los estudiantes.\n"],["testtabhelp","Insertar una posible respuesta de estudiante para simular el comportamiento de la pregunta. Está usted utilizando la misma herramienta que el estudiante utilizará.\nObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\n"],["start","Inicio"],["test","Prueba"],["clicktesttoevaluate","Haga clic en botón de prueba para validar la respuesta actual."],["correct","¡correcto!"],["incorrect","¡incorrecto!"],["partiallycorrect","¡parcialmente correcto!"],["inputmethod","Método de entrada"],["compoundanswer","Respuesta compuesta"],["answerinputinlineeditor","WIRIS editor incrustado"],["answerinputpopupeditor","WIRIS editor en una ventana emergente"],["answerinputplaintext","Campo de entrada de texto llano"],["showauxiliarcas","Incluir WIRIS CAS"],["initialcascontent","Contenido inicial"],["tolerancedigits","Dígitos de tolerancia"],["validationandvariables","Validación y variables"],["algorithmlanguage","Idioma del algoritmo"],["calculatorlanguage","Idioma de la calculadora"],["hasalgorithm","Tiene algoritmo"],["comparison","Comparación"],["properties","Propiedades"],["studentanswer","Respuesta del estudiante"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Sus cambios se perderán si abandona la ventana."],["outputoptions","Opciones de salida"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Aviso! Este componente requiere instalar el plugin de Java o quizás es suficiente activar el plugin de Java."],["allanswerscorrect","Todas las respuestas deben ser correctas"],["distributegrade","Distribuir la nota"],["no","No"],["add","Añadir"],["replaceeditor","Sustituir editor"],["list","Lista"],["questionxml","Question XML"],["grammarurl","Grammar URL"],["reservedwords","Palabras reservadas"],["forcebrackets","Las listas siempre necesitan llaves \"{}\"."],["commaasitemseparator","Utiliza la coma \",\" como separador de elementos de listas."],["confirmimportdeprecated","Importar la pregunta?\nEsta pregunta tiene características obsoletas. El proceso de importación puede modificar el comportamiento de la pregunta. Revise cuidadosamente la pregunta antes de utilizarla."],["comparesets","Compara como conjuntos"],["nobracketslist","Listas sin llaves"],["warningtoleranceprecision","Precisión menor que la tolerancia."],["actionimport","Importar"],["actionexport","Exportar"],["usecase","Coincidir mayúsculas y minúsculas"],["usespaces","Coincidir espacios"],["notevaluate","Mantener los argumentos sin evaluar"],["separators","Separadores"],["comma","Coma"],["commarole","Rol del caracter coma ','"],["point","Punto"],["pointrole","Rol del caracter punto '.'"],["space","Espacio"],["spacerole","Rol del caracter espacio"],["decimalmark","Decimales"],["digitsgroup","Miles"],["listitems","Elementos de lista"],["nothing","Ninguno"],["intervals","Intervalos"],["warningprecision15","La precisión debe estar entre 1 y 15."],["decimalSeparator","Decimales"],["thousandsSeparator","Miles"],["notation","Notación"],["invisible","Invisible"],["auto","Auto"],["fixedDecimal","Fija"],["floatingDecimal","Decimal"],["scientific","Científica"],["example","Ejemplo"],["warningreltolfixedprec","Tolerancia relativa con notación de coma fija."],["warningabstolfloatprec","Tolerancia absoluta con notación de coma flotante."],["answerinputinlinehand","WIRIS hand incrustado"],["absolutetolerance","Tolerancia absoluta"],["clicktoeditalgorithm","Clica el botón para descargar y ejecutar la aplicación WIRIS cas para editar el algoritmo de la pregunta. Aprende más."],["launchwiriscas","Editar algoritmo"],["sendinginitialsession","Enviando algoritmo inicial."],["waitingforupdates","Esperando actualizaciones."],["sessionclosed","Todos los cambios guardados."],["gotsession","Cambios guardados (revisión ${n})."],["thecorrectansweris","La respuesta correcta es"],["poweredby","Creado por"],["refresh","Renovar la respuesta correcta"],["fillwithcorrect","Rellenar con la respuesta correcta"],["runcalculator","Ejecutar calculadora"],["clicktoruncalculator","Clica el botón para descargar y ejecutar la aplicación WIRIS cas para hacer los cálculos que necesite. Aprende más."],["answer","respuesta"],["lang","ca"],["comparisonwithstudentanswer","Comparació amb la resposta de l'estudiant"],["otheracceptedanswers","Altres respostes acceptades"],["equivalent_literal","Literalment igual"],["equivalent_literal_correct_feedback","La resposta és literalment igual a la correcta."],["equivalent_symbolic","Matemàticament igual"],["equivalent_symbolic_correct_feedback","La resposta és matemàticament igual a la correcta."],["equivalent_set","Igual com a conjunts"],["equivalent_set_correct_feedback","El conjunt de respostes és igual al correcte."],["equivalent_equations","Equacions equivalents"],["equivalent_equations_correct_feedback","La resposta té les solucions requerides."],["equivalent_function","Funció de qualificació"],["equivalent_function_correct_feedback","La resposta és correcta."],["equivalent_all","Qualsevol resposta"],["any","qualsevol"],["gradingfunction","Funció de qualificació"],["additionalproperties","Propietats addicionals"],["structure","Estructura"],["none","cap"],["None","Cap"],["check_integer_form","té forma de nombre enter"],["check_integer_form_correct_feedback","La resposta és un nombre enter."],["check_fraction_form","té forma de fracció"],["check_fraction_form_correct_feedback","La resposta és una fracció."],["check_polynomial_form","té forma de polinomi"],["check_polynomial_form_correct_feedback","La resposta és un polinomi."],["check_rational_function_form","té forma de funció racional"],["check_rational_function_form_correct_feedback","La resposta és una funció racional."],["check_elemental_function_form","és una combinació de funcions elementals"],["check_elemental_function_form_correct_feedback","La resposta és una expressió elemental."],["check_scientific_notation","està expressada en notació científica"],["check_scientific_notation_correct_feedback","La resposta està expressada en notació científica."],["more","Més"],["check_simplified","està simplificada"],["check_simplified_correct_feedback","La resposta està simplificada."],["check_expanded","està expandida"],["check_expanded_correct_feedback","La resposta està expandida."],["check_factorized","està factoritzada"],["check_factorized_correct_feedback","La resposta està factoritzada."],["check_rationalized","està racionalitzada"],["check_rationalized_correct_feedback","La resposta está racionalitzada."],["check_no_common_factor","no té factors comuns"],["check_no_common_factor_correct_feedback","La resposta no té factors comuns."],["check_minimal_radicands","té radicands minimals"],["check_minimal_radicands_correct_feedback","La resposta té els radicands minimals."],["check_divisible","és divisible per"],["check_divisible_correct_feedback","La resposta és divisible per ${value}."],["check_common_denominator","té denominador comú"],["check_common_denominator_correct_feedback","La resposta té denominador comú."],["check_unit","té unitat equivalent a"],["check_unit_correct_feedback","La unitat de resposta és ${unit}."],["check_unit_literal","té unitat literalment igual a"],["check_unit_literal_correct_feedback","La unitat de resposta és ${unit}."],["check_no_more_decimals","té menys decimals o exactament"],["check_no_more_decimals_correct_feedback","La resposta té ${digits} o menys decimals."],["check_no_more_digits","té menys dígits o exactament"],["check_no_more_digits_correct_feedback","La resposta té ${digits} o menys dígits."],["syntax_expression","General"],["syntax_expression_description","(fórmules, expressions, equacions, matrius ...)"],["syntax_expression_correct_feedback","La sintaxi de la resposta és correcta."],["syntax_quantity","Quantitat"],["syntax_quantity_description","(nombres, unitats de mesura, fraccions, fraccions mixtes, raons...)"],["syntax_quantity_correct_feedback","La sintaxi de la resposta és correcta."],["syntax_list","Llista"],["syntax_list_description","(llistes sense coma separadora o parèntesis)"],["syntax_list_correct_feedback","La sintaxi de la resposta és correcta."],["syntax_string","Text"],["syntax_string_description","(paraules, frases, cadenas de caràcters)"],["syntax_string_correct_feedback","La sintaxi de la resposta és correcta."],["none","cap"],["edit","Editar"],["accept","Acceptar"],["cancel","Cancel·lar"],["explog","exp/log"],["trigonometric","trigonomètriques"],["hyperbolic","hiperbòliques"],["arithmetic","aritmètica"],["all","tot"],["tolerance","Tolerància"],["relative","relativa"],["relativetolerance","Tolerància relativa"],["precision","Precisió"],["implicit_times_operator","Ometre producte"],["times_operator","Operador producte"],["imaginary_unit","Unitat imaginària"],["mixedfractions","Fraccions mixtes"],["constants","Constants"],["functions","Funcions"],["userfunctions","Funcions d'usuari"],["units","Unitats"],["unitprefixes","Prefixos d'unitats"],["syntaxparams","Opcions de sintaxi"],["syntaxparams_expression","Opcions per a general"],["syntaxparams_quantity","Opcions per a quantitat"],["syntaxparams_list","Opcions per a llista"],["allowedinput","Entrada permesa"],["manual","Manual"],["correctanswer","Resposta correcta"],["variables","Variables"],["validation","Validació"],["preview","Vista prèvia"],["correctanswertabhelp","Introduïu la resposta correcta utilitzant WIRIS editor. Seleccioneu també el comportament de l'editor de fórmules quan sigui utilitzat per l'estudiant.\n"],["assertionstabhelp","Seleccioneu les propietats que han de complir les respostes d'estudiant. Per exemple, si ha d'estar simplificat, factoritzat, expressat utilitzant unitats físiques o tenir una precisió numèrica específica."],["variablestabhelp","Escriviu un algorisme amb WIRIS CAS per crear variables aleatòries: números, expressions, gràfiques o funcions de qualificació.\nTambé podeu especificar el format de sortida de les variables que es mostren als estudiants.\n"],["testtabhelp","Inserir una possible resposta d'estudiant per simular el comportament de la pregunta. Està utilitzant la mateixa eina que l'estudiant utilitzarà per entrar la resposta.\nObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\n"],["start","Inici"],["test","Prova"],["clicktesttoevaluate","Feu clic a botó de prova per validar la resposta actual."],["correct","Correcte!"],["incorrect","Incorrecte!"],["partiallycorrect","Parcialment correcte!"],["inputmethod","Mètode d'entrada"],["compoundanswer","Resposta composta"],["answerinputinlineeditor","WIRIS editor incrustat"],["answerinputpopupeditor","WIRIS editor en una finestra emergent"],["answerinputplaintext","Camp d'entrada de text pla"],["showauxiliarcas","Incloure WIRIS CAS"],["initialcascontent","Contingut inicial"],["tolerancedigits","Dígits de tolerància"],["validationandvariables","Validació i variables"],["algorithmlanguage","Idioma de l'algorisme"],["calculatorlanguage","Idioma de la calculadora"],["hasalgorithm","Té algorisme"],["comparison","Comparació"],["properties","Propietats"],["studentanswer","Resposta de l'estudiant"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Els seus canvis es perdran si abandona la finestra."],["outputoptions","Opcions de sortida"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Totes les respostes han de ser correctes"],["distributegrade","Distribueix la nota"],["no","No"],["add","Afegir"],["replaceeditor","Substitueix l'editor"],["list","Llista"],["questionxml","Question XML"],["grammarurl","Grammar URL"],["reservedwords","Paraules reservades"],["forcebrackets","Les llistes sempre necessiten claus \"{}\"."],["commaasitemseparator","Utilitza la coma \",\" com a separador d'elements de llistes."],["confirmimportdeprecated","Importar la pregunta?\nAquesta pregunta conté característiques obsoletes. El procés d'importació pot canviar lleugerament el comportament de la pregunta. És altament recomanat comprovar cuidadosament la pregunta després de la importació."],["comparesets","Compara com a conjunts"],["nobracketslist","Llistes sense claus"],["warningtoleranceprecision","Hi ha menys dígits de precisió que dígits de tolerància."],["actionimport","Importar"],["actionexport","Exportar"],["usecase","Coincideix majúscules i minúscules"],["usespaces","Coincideix espais"],["notevaluate","Mantén els arguments sense avaluar"],["separators","Separadors"],["comma","Coma"],["commarole","Rol del caràcter coma ','"],["point","Punt"],["pointrole","Rol del caràcter punt '.'"],["space","Espai"],["spacerole","Rol del caràcter espai"],["decimalmark","Decimals"],["digitsgroup","Milers"],["listitems","Elements de llista"],["nothing","Cap"],["intervals","Intervals"],["warningprecision15","La precisió ha de ser entre 1 i 15."],["decimalSeparator","Decimals"],["thousandsSeparator","Milers"],["notation","Notació"],["invisible","Invisible"],["auto","Auto"],["fixedDecimal","Fixa"],["floatingDecimal","Decimal"],["scientific","Científica"],["example","Exemple"],["warningreltolfixedprec","Tolerància relativa amb notació de coma fixa."],["warningabstolfloatprec","Tolerància absoluta amb notació de coma flotant."],["answerinputinlinehand","WIRIS hand incrustat"],["absolutetolerance","Tolerància absoluta"],["clicktoeditalgorithm","Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a editar l'algorisme de la pregunta. Aprèn-ne més."],["launchwiriscas","Editar algorisme"],["sendinginitialsession","Enviant algorisme inicial."],["waitingforupdates","Esperant actualitzacions."],["sessionclosed","S'han desat tots els canvis."],["gotsession","Canvis desats (revisió ${n})."],["thecorrectansweris","La resposta correcta és"],["poweredby","Creat per"],["refresh","Renova la resposta correcta"],["fillwithcorrect","Omple amb la resposta correcta"],["runcalculator","Executar calculadora"],["clicktoruncalculator","Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a fer els càlculs que necessiti. Aprèn-ne més."],["answer","resposta"],["lang","it"],["comparisonwithstudentanswer","Confronto con la risposta dello studente"],["otheracceptedanswers","Altre risposte accettate"],["equivalent_literal","Letteralmente uguale"],["equivalent_literal_correct_feedback","La risposta è letteralmente uguale a quella corretta."],["equivalent_symbolic","Matematicamente uguale"],["equivalent_symbolic_correct_feedback","La risposta è matematicamente uguale a quella corretta."],["equivalent_set","Uguale come serie"],["equivalent_set_correct_feedback","La risposta è una serie uguale a quella corretta."],["equivalent_equations","Equazioni equivalenti"],["equivalent_equations_correct_feedback","La risposta ha le stesse soluzioni di quella corretta."],["equivalent_function","Funzione di classificazione"],["equivalent_function_correct_feedback","La risposta è corretta."],["equivalent_all","Qualsiasi risposta"],["any","qualsiasi"],["gradingfunction","Funzione di classificazione"],["additionalproperties","Proprietà aggiuntive"],["structure","Struttura"],["none","nessuno"],["None","Nessuno"],["check_integer_form","corrisponde a un numero intero"],["check_integer_form_correct_feedback","La risposta è un numero intero."],["check_fraction_form","corrisponde a una frazione"],["check_fraction_form_correct_feedback","La risposta è una frazione."],["check_polynomial_form","corrisponde a un polinomio"],["check_polynomial_form_correct_feedback","La risposta è un polinomio."],["check_rational_function_form","corrisponde a una funzione razionale"],["check_rational_function_form_correct_feedback","La risposta è una funzione razionale."],["check_elemental_function_form","è una combinazione di funzioni elementari"],["check_elemental_function_form_correct_feedback","La risposta è un'espressione elementare."],["check_scientific_notation","è espressa in notazione scientifica"],["check_scientific_notation_correct_feedback","La risposta è espressa in notazione scientifica."],["more","Altro"],["check_simplified","è semplificata"],["check_simplified_correct_feedback","La risposta è semplificata."],["check_expanded","è espansa"],["check_expanded_correct_feedback","La risposta è espansa."],["check_factorized","è scomposta in fattori"],["check_factorized_correct_feedback","La risposta è scomposta in fattori."],["check_rationalized","è razionalizzata"],["check_rationalized_correct_feedback","La risposta è razionalizzata."],["check_no_common_factor","non ha fattori comuni"],["check_no_common_factor_correct_feedback","La risposta non ha fattori comuni."],["check_minimal_radicands","ha radicandi minimi"],["check_minimal_radicands_correct_feedback","La risposta contiene radicandi minimi."],["check_divisible","è divisibile per"],["check_divisible_correct_feedback","La risposta è divisibile per ${value}."],["check_common_denominator","ha un solo denominatore comune"],["check_common_denominator_correct_feedback","La risposta ha un solo denominatore comune."],["check_unit","ha un'unità equivalente a"],["check_unit_correct_feedback","La risposta è l'unità ${unit}."],["check_unit_literal","ha un'unità letteralmente uguale a"],["check_unit_literal_correct_feedback","La risposta è l'unità ${unit}."],["check_no_more_decimals","ha un numero inferiore o uguale di decimali rispetto a"],["check_no_more_decimals_correct_feedback","La risposta ha ${digits} o meno decimali."],["check_no_more_digits","ha un numero inferiore o uguale di cifre rispetto a"],["check_no_more_digits_correct_feedback","La risposta ha ${digits} o meno cifre."],["syntax_expression","Generale"],["syntax_expression_description","(formule, espressioni, equazioni, matrici etc.)"],["syntax_expression_correct_feedback","La sintassi della risposta è corretta."],["syntax_quantity","Quantità"],["syntax_quantity_description","(numeri, unità di misura, frazioni, frazioni miste, proporzioni etc.)"],["syntax_quantity_correct_feedback","La sintassi della risposta è corretta."],["syntax_list","Elenco"],["syntax_list_description","(elenchi senza virgola di separazione o parentesi)"],["syntax_list_correct_feedback","La sintassi della risposta è corretta."],["syntax_string","Testo"],["syntax_string_description","(parole, frasi, stringhe di caratteri)"],["syntax_string_correct_feedback","La sintassi della risposta è corretta."],["none","nessuno"],["edit","Modifica"],["accept","Accetta"],["cancel","Annulla"],["explog","esponenziale/logaritmica"],["trigonometric","trigonometrica"],["hyperbolic","iperbolica"],["arithmetic","aritmetica"],["all","tutto"],["tolerance","Tolleranza"],["relative","relativa"],["relativetolerance","Tolleranza relativa"],["precision","Precisione"],["implicit_times_operator","Operatore prodotto non visibile"],["times_operator","Operatore prodotto"],["imaginary_unit","Unità immaginaria"],["mixedfractions","Frazioni miste"],["constants","Costanti"],["functions","Funzioni"],["userfunctions","Funzioni utente"],["units","Unità"],["unitprefixes","Prefissi unità"],["syntaxparams","Opzioni di sintassi"],["syntaxparams_expression","Opzioni per elementi generali"],["syntaxparams_quantity","Opzioni per la quantità"],["syntaxparams_list","Opzioni per elenchi"],["allowedinput","Input consentito"],["manual","Manuale"],["correctanswer","Risposta corretta"],["variables","Variabili"],["validation","Verifica"],["preview","Anteprima"],["correctanswertabhelp","Inserisci la risposta corretta utilizzando l'editor WIRIS. Seleziona anche un comportamento per l'editor di formule se utilizzato dallo studente.\nNon potrai archiviare la risposta se non si tratta di un'espressione valida.\n"],["assertionstabhelp","Seleziona quali proprietà deve verificare la risposta dello studente. Ad esempio, se la risposta deve essere semplificata, scomposta in fattori o espressa in unità fisiche o se ha una precisione numerica specifica."],["variablestabhelp","Scrivi un algoritmo con WIRIS cas per creare variabili casuali: numeri, espressioni, diagrammi o funzioni di classificazione.\nPuoi anche specificare il formato delle variabili mostrate allo studente.\n"],["testtabhelp","Inserisci la risposta di un possibile studente per simulare il comportamento della domanda. Per questa operazione, utilizzi lo stesso strumento che utilizzerà lo studente.\nNota: puoi anche testare i criteri di valutazione, di risposta corretta e il feedback automatico.\n"],["start","Inizio"],["test","Test"],["clicktesttoevaluate","Fai clic sul pulsante Test per verificare la risposta attuale."],["correct","Risposta corretta."],["incorrect","Risposta sbagliata."],["partiallycorrect","Risposta corretta in parte."],["inputmethod","Metodo di input"],["compoundanswer","Risposta composta"],["answerinputinlineeditor","WIRIS editor integrato"],["answerinputpopupeditor","WIRIS editor nella finestra a comparsa"],["answerinputplaintext","Campo di input testo semplice"],["showauxiliarcas","Includi WIRIS cas"],["initialcascontent","Contenuto iniziale"],["tolerancedigits","Cifre di tolleranza"],["validationandvariables","Verifica e variabili"],["algorithmlanguage","Lingua algoritmo"],["calculatorlanguage","Lingua calcolatrice"],["hasalgorithm","Ha l'algoritmo"],["comparison","Confronto"],["properties","Proprietà"],["studentanswer","Risposta dello studente"],["poweredbywiris","Realizzato con WIRIS"],["yourchangeswillbelost","Se chiudi la finestra, le modifiche andranno perse."],["outputoptions","Opzioni risultato"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Tutte le risposte devono essere corrette"],["distributegrade","Fornisci voto"],["no","No"],["add","Aggiungi"],["replaceeditor","Sostituisci editor"],["list","Elenco"],["questionxml","XML domanda"],["grammarurl","URL grammatica"],["reservedwords","Parole riservate"],["forcebrackets","Gli elenchi devono sempre contenere le parentesi graffe \"{}\"."],["commaasitemseparator","Utilizza la virgola \",\" per separare gli elementi di un elenco."],["confirmimportdeprecated","Vuoi importare la domanda?\n La domanda che vuoi aprire contiene funzionalità obsolete. Il processo di importazione potrebbe modificare leggermente il comportamento della domanda. Ti consigliamo di controllare attentamente la domanda dopo l'importazione."],["comparesets","Confronta come serie"],["nobracketslist","Elenchi senza parentesi"],["warningtoleranceprecision","Le cifre di precisione sono inferiori a quelle di tolleranza."],["actionimport","Importazione"],["actionexport","Esportazione"],["usecase","Rispetta maiuscole/minuscole"],["usespaces","Rispetta spazi"],["notevaluate","Mantieni argomenti non valutati"],["separators","Separatori"],["comma","Virgola"],["commarole","Ruolo della virgola “,”"],["point","Punto"],["pointrole","Ruolo del punto “.”"],["space","Spazio"],["spacerole","Ruolo dello spazio"],["decimalmark","Cifre decimali"],["digitsgroup","Gruppi di cifre"],["listitems","Elenca elementi"],["nothing","Niente"],["intervals","Intervalli"],["warningprecision15","La precisione deve essere compresa tra 1 e 15."],["decimalSeparator","Decimale"],["thousandsSeparator","Migliaia"],["notation","Notazione"],["invisible","Invisibile"],["auto","Automatico"],["fixedDecimal","Fisso"],["floatingDecimal","Decimale"],["scientific","Scientifica"],["example","Esempio"],["warningreltolfixedprec","Tolleranza relativa con notazione decimale fissa."],["warningabstolfloatprec","Tolleranza assoluta con notazione decimale fluttuante."],["answerinputinlinehand","Applicazione WIRIS hand incorporata"],["absolutetolerance","Tolleranza assoluta"],["clicktoeditalgorithm","Il tuo browser non supporta Java. Fai clic sul pulsante per scaricare ed eseguire l’applicazione WIRIS cas che consente di modificare l’algoritmo della domanda."],["launchwiriscas","Avvia WIRIS cas"],["sendinginitialsession","Invio della sessione iniziale..."],["waitingforupdates","In attesa degli aggiornamenti..."],["sessionclosed","Comunicazione chiusa."],["gotsession","Ricevuta revisione ${n}."],["thecorrectansweris","La risposta corretta è"],["poweredby","Offerto da"],["refresh","Rinnova la risposta corretta"],["fillwithcorrect","Inserisci la risposta corretta"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","fr"],["comparisonwithstudentanswer","Comparaison avec la réponse de l'étudiant"],["otheracceptedanswers","Autres réponses acceptées"],["equivalent_literal","Strictement égal"],["equivalent_literal_correct_feedback","La réponse est strictement égale à la bonne réponse."],["equivalent_symbolic","Mathématiquement égal"],["equivalent_symbolic_correct_feedback","La réponse est mathématiquement égale à la bonne réponse."],["equivalent_set","Égal en tant qu'ensembles"],["equivalent_set_correct_feedback","L'ensemble de réponses est égal à la bonne réponse."],["equivalent_equations","Équations équivalentes"],["equivalent_equations_correct_feedback","La réponse partage les mêmes solutions que la bonne réponse."],["equivalent_function","Fonction de gradation"],["equivalent_function_correct_feedback","C'est la bonne réponse."],["equivalent_all","N'importe quelle réponse"],["any","quelconque"],["gradingfunction","Fonction de gradation"],["additionalproperties","Propriétés supplémentaires"],["structure","Structure"],["none","aucune"],["None","Aucune"],["check_integer_form","a la forme d'un entier."],["check_integer_form_correct_feedback","La réponse est un nombre entier."],["check_fraction_form","a la forme d'une fraction"],["check_fraction_form_correct_feedback","La réponse est une fraction."],["check_polynomial_form","a la forme d'un polynôme"],["check_polynomial_form_correct_feedback","La réponse est un polynôme."],["check_rational_function_form","a la forme d'une fonction rationnelle"],["check_rational_function_form_correct_feedback","La réponse est une fonction rationnelle."],["check_elemental_function_form","est une combinaison de fonctions élémentaires"],["check_elemental_function_form_correct_feedback","La réponse est une expression élémentaire."],["check_scientific_notation","est exprimé en notation scientifique"],["check_scientific_notation_correct_feedback","La réponse est exprimée en notation scientifique."],["more","Plus"],["check_simplified","est simplifié"],["check_simplified_correct_feedback","La réponse est simplifiée."],["check_expanded","est développé"],["check_expanded_correct_feedback","La réponse est développée."],["check_factorized","est factorisé"],["check_factorized_correct_feedback","La réponse est factorisée."],["check_rationalized"," : rationalisé"],["check_rationalized_correct_feedback","La réponse est rationalisée."],["check_no_common_factor","n'a pas de facteurs communs"],["check_no_common_factor_correct_feedback","La réponse n'a pas de facteurs communs."],["check_minimal_radicands","a des radicandes minimaux"],["check_minimal_radicands_correct_feedback","La réponse a des radicandes minimaux."],["check_divisible","est divisible par"],["check_divisible_correct_feedback","La réponse est divisible par ${value}."],["check_common_denominator","a un seul dénominateur commun"],["check_common_denominator_correct_feedback","La réponse inclut un seul dénominateur commun."],["check_unit","inclut une unité équivalente à"],["check_unit_correct_feedback","La bonne unité est ${unit}."],["check_unit_literal","a une unité strictement égale à"],["check_unit_literal_correct_feedback","La bonne unité est ${unit}."],["check_no_more_decimals","a le même nombre ou moins de décimales que"],["check_no_more_decimals_correct_feedback","La réponse inclut au plus ${digits} décimales."],["check_no_more_digits","a le même nombre ou moins de chiffres que"],["check_no_more_digits_correct_feedback","La réponse inclut au plus ${digits} chiffres."],["syntax_expression","Général"],["syntax_expression_description","(formules, expressions, équations, matrices…)"],["syntax_expression_correct_feedback","La syntaxe de la réponse est correcte."],["syntax_quantity","Quantité"],["syntax_quantity_description","(nombres, unités de mesure, fractions, fractions mixtes, proportions…)"],["syntax_quantity_correct_feedback","La syntaxe de la réponse est correcte."],["syntax_list","Liste"],["syntax_list_description","(listes sans virgule ou crochets de séparation)"],["syntax_list_correct_feedback","La syntaxe de la réponse est correcte."],["syntax_string","Texte"],["syntax_string_description","(mots, phrases, suites de caractères)"],["syntax_string_correct_feedback","La syntaxe de la réponse est correcte."],["none","aucune"],["edit","Modifier"],["accept","Accepter"],["cancel","Annuler"],["explog","exp/log"],["trigonometric","trigonométrique"],["hyperbolic","hyperbolique"],["arithmetic","arithmétique"],["all","toutes"],["tolerance","Tolérance"],["relative","relative"],["relativetolerance","Tolérance relative"],["precision","Précision"],["implicit_times_operator","Opérateur de multiplication invisible"],["times_operator","Opérateur de multiplication"],["imaginary_unit","Unité imaginaire"],["mixedfractions","Fractions mixtes"],["constants","Constantes"],["functions","Fonctions"],["userfunctions","Fonctions personnalisées"],["units","Unités"],["unitprefixes","Préfixes d'unité"],["syntaxparams","Options de syntaxe"],["syntaxparams_expression","Options générales"],["syntaxparams_quantity","Options de quantité"],["syntaxparams_list","Options de liste"],["allowedinput","Entrée autorisée"],["manual","Manuel"],["correctanswer","Bonne réponse"],["variables","Variables"],["validation","Validation"],["preview","Aperçu"],["correctanswertabhelp","Insérer la bonne réponse à l'aide du WIRIS Editor. Sélectionner aussi le comportement de l'éditeur de formule lorsque l'étudiant y fait appel.\n"],["assertionstabhelp","Sélectionner les propriétés que la réponse de l'étudiant doit satisfaire. Par exemple, si elle doit être simplifiée, factorisée, exprimée dans une unité physique ou présenter une précision chiffrée spécifique."],["variablestabhelp","Écrire un algorithme à l'aide de WIRIS CAS pour créer des variables aléatoires : des nombres, des expressions, des courbes ou une fonction de gradation. \nVous pouvez aussi spécifier un format des variables pour l'affichage à l'étudiant.\n"],["testtabhelp","Insérer une réponse possible de l'étudiant afin de simuler le comportement de la question. Vous utilisez le même outil que l'étudiant. \nNotez que vous pouvez aussi tester le critère d'évaluation, de réussite et les commentaires automatiques.\n"],["start","Démarrer"],["test","Tester"],["clicktesttoevaluate","Cliquer sur le bouton Test pour valider la réponse actuelle."],["correct","Correct !"],["incorrect","Incorrect !"],["partiallycorrect","Partiellement correct !"],["inputmethod","Méthode de saisie"],["compoundanswer","Réponse composée"],["answerinputinlineeditor","WIRIS Editor intégré"],["answerinputpopupeditor","WIRIS Editor dans une fenêtre"],["answerinputplaintext","Champ de saisie de texte brut"],["showauxiliarcas","Inclure WIRIS CAS"],["initialcascontent","Contenu initial"],["tolerancedigits","Tolérance en chiffres"],["validationandvariables","Validation et variables"],["algorithmlanguage","Langage d'algorithme"],["calculatorlanguage","Langage de calcul"],["hasalgorithm","Possède un algorithme"],["comparison","Comparaison"],["properties","Propriétés"],["studentanswer","Réponse de l'étudiant"],["poweredbywiris","Développé par WIRIS"],["yourchangeswillbelost","Vous perdrez vos modifications si vous fermez la fenêtre."],["outputoptions","Options de sortie"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Toutes les réponses doivent être correctes"],["distributegrade","Degré de distribution"],["no","Non"],["add","Ajouter"],["replaceeditor","Remplacer l'éditeur"],["list","Liste"],["questionxml","Question XML"],["grammarurl","URL de la grammaire"],["reservedwords","Mots réservés"],["forcebrackets","Les listes requièrent l'utilisation d'accolades « {} »."],["commaasitemseparator","Utiliser une virgule « , » comme séparateur d'éléments de liste."],["confirmimportdeprecated","Importer la question ? \nLa question que vous êtes sur le point d'ouvrir contient des fonctionnalités obsolètes. Il se peut que la procédure d'importation modifie légèrement le comportement de la question. Il est fortement recommandé de tester attentivement la question après l'importation."],["comparesets","Comparer en tant qu'ensembles"],["nobracketslist","Listes sans crochets"],["warningtoleranceprecision","Moins de chiffres pour la précision que pour la tolérance."],["actionimport","Importer"],["actionexport","Exporter"],["usecase","Respecter la casse"],["usespaces","Respecter les espaces"],["notevaluate","Conserver les arguments non évalués"],["separators","Séparateurs"],["comma","Virgule"],["commarole","Rôle du signe virgule « , »"],["point","Point"],["pointrole","Rôle du signe point « . »"],["space","Espace"],["spacerole","Rôle du signe espace"],["decimalmark","Chiffres après la virgule"],["digitsgroup","Groupes de chiffres"],["listitems","Éléments de liste"],["nothing","Rien"],["intervals","Intervalles"],["warningprecision15","La précision doit être entre 1 et 15."],["decimalSeparator","Virgule"],["thousandsSeparator","Milliers"],["notation","Notation"],["invisible","Invisible"],["auto","Auto."],["fixedDecimal","Fixe"],["floatingDecimal","Décimale"],["scientific","Scientifique"],["example","Exemple"],["warningreltolfixedprec","Tolérance relative avec la notation en mode virgule fixe."],["warningabstolfloatprec","Tolérance absolue avec la notation en mode virgule flottante."],["answerinputinlinehand","WIRIS écriture manuscrite intégrée"],["absolutetolerance","Tolérance absolue"],["clicktoeditalgorithm","Votre navigateur ne prend pas en charge Java. Cliquez sur le bouton pour télécharger et exécuter l’application WIRIS CAS et modifier l’algorithme de votre question."],["launchwiriscas","Lancer WIRIS CAS"],["sendinginitialsession","Envoi de la session de départ…"],["waitingforupdates","Attente des actualisations…"],["sessionclosed","Transmission fermée."],["gotsession","Révision reçue ${n}."],["thecorrectansweris","La bonne réponse est"],["poweredby","Basé sur"],["refresh","Confirmer la réponse correcte"],["fillwithcorrect","Remplir avec la réponse correcte"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","de"],["comparisonwithstudentanswer","Vergleich mit Schülerantwort"],["otheracceptedanswers","Weitere akzeptierte Antworten"],["equivalent_literal","Im Wortsinn äquivalent"],["equivalent_literal_correct_feedback","Die Antwort ist im Wortsinn äquivalent zur richtigen."],["equivalent_symbolic","Mathematisch äquivalent"],["equivalent_symbolic_correct_feedback","Die Antwort ist mathematisch äquivalent zur richtigen Antwort."],["equivalent_set","Äquivalent als Sätze"],["equivalent_set_correct_feedback","Der Fragensatz ist äquivalent zum richtigen."],["equivalent_equations","Äquivalente Gleichungen"],["equivalent_equations_correct_feedback","Die Antwort hat die gleichen Lösungen wie die richtige."],["equivalent_function","Benotungsfunktion"],["equivalent_function_correct_feedback","Die Antwort ist richtig."],["equivalent_all","Jede Antwort"],["any","Irgendeine"],["gradingfunction","Benotungsfunktion"],["additionalproperties","Zusätzliche Eigenschaften"],["structure","Struktur"],["none","Keine"],["None","Keine"],["check_integer_form","hat Form einer ganzen Zahl"],["check_integer_form_correct_feedback","Die Antwort ist eine ganze Zahl."],["check_fraction_form","hat Form einer Bruchzahl"],["check_fraction_form_correct_feedback","Die Antwort ist eine Bruchzahl."],["check_polynomial_form","hat Form eines Polynoms"],["check_polynomial_form_correct_feedback","Die Antwort ist ein Polynom."],["check_rational_function_form","hat Form einer rationalen Funktion"],["check_rational_function_form_correct_feedback","Die Antwort ist eine rationale Funktion."],["check_elemental_function_form","ist eine Kombination aus elementaren Funktionen"],["check_elemental_function_form_correct_feedback","Die Antwort ist ein elementarer Ausdruck."],["check_scientific_notation","ist in wissenschaftlicher Schreibweise ausgedrückt"],["check_scientific_notation_correct_feedback","Die Antwort ist in wissenschaftlicher Schreibweise ausgedrückt."],["more","Mehr"],["check_simplified","ist vereinfacht"],["check_simplified_correct_feedback","Die Antwort ist vereinfacht."],["check_expanded","ist erweitert"],["check_expanded_correct_feedback","Die Antwort ist erweitert."],["check_factorized","ist faktorisiert"],["check_factorized_correct_feedback","Die Antwort ist faktorisiert."],["check_rationalized","ist rationalisiert"],["check_rationalized_correct_feedback","Die Antwort ist rationalisiert."],["check_no_common_factor","hat keine gemeinsamen Faktoren"],["check_no_common_factor_correct_feedback","Die Antwort hat keine gemeinsamen Faktoren."],["check_minimal_radicands","weist minimale Radikanden auf"],["check_minimal_radicands_correct_feedback","Die Antwort weist minimale Radikanden auf."],["check_divisible","ist teilbar durch"],["check_divisible_correct_feedback","Die Antwort ist teilbar durch ${value}."],["check_common_denominator","hat einen einzigen gemeinsamen Nenner"],["check_common_denominator_correct_feedback","Die Antwort hat einen einzigen gemeinsamen Nenner."],["check_unit","hat äquivalente Einheit zu"],["check_unit_correct_feedback","Die Einheit der Antwort ist ${unit}."],["check_unit_literal","hat Einheit im Wortsinn äquivalent zu"],["check_unit_literal_correct_feedback","Die Einheit der Antwort ist ${unit}."],["check_no_more_decimals","hat weniger als oder gleich viele Dezimalstellen wie"],["check_no_more_decimals_correct_feedback","Die Antwort hat ${digits} oder weniger Dezimalstellen."],["check_no_more_digits","hat weniger oder gleich viele Stellen wie"],["check_no_more_digits_correct_feedback","Die Antwort hat ${digits} oder weniger Stellen."],["syntax_expression","Allgemein"],["syntax_expression_description","(Formeln, Ausdrücke, Gleichungen, Matrizen ...)"],["syntax_expression_correct_feedback","Die Syntax der Antwort ist richtig."],["syntax_quantity","Menge"],["syntax_quantity_description","(Zahlen, Maßeinheiten, Brüche, gemischte Brüche, Verhältnisse ...)"],["syntax_quantity_correct_feedback","Die Syntax der Antwort ist richtig."],["syntax_list","Liste"],["syntax_list_description","(Listen ohne Komma als Trennzeichen oder Klammern)"],["syntax_list_correct_feedback","Die Syntax der Antwort ist richtig."],["syntax_string","Text"],["syntax_string_description","(Wörter, Sätze, Zeichenketten)"],["syntax_string_correct_feedback","Die Syntax der Antwort ist richtig."],["none","Keine"],["edit","Bearbeiten"],["accept","Akzeptieren"],["cancel","Abbrechen"],["explog","exp/log"],["trigonometric","Trigonometrische"],["hyperbolic","Hyperbolische"],["arithmetic","Arithmetische"],["all","Alle"],["tolerance","Toleranz"],["relative","Relative"],["relativetolerance","Relative Toleranz"],["precision","Genauigkeit"],["implicit_times_operator","Unsichtbares Multiplikationszeichen"],["times_operator","Multiplikationszeichen"],["imaginary_unit","Imaginäre Einheit"],["mixedfractions","Gemischte Brüche"],["constants","Konstanten"],["functions","Funktionen"],["userfunctions","Nutzerfunktionen"],["units","Einheiten"],["unitprefixes","Einheitenpräfixe"],["syntaxparams","Syntaxoptionen"],["syntaxparams_expression","Optionen für Allgemein"],["syntaxparams_quantity","Optionen für Menge"],["syntaxparams_list","Optionen für Liste"],["allowedinput","Zulässige Eingabe"],["manual","Anleitung"],["correctanswer","Richtige Antwort"],["variables","Variablen"],["validation","Validierung"],["preview","Vorschau"],["correctanswertabhelp","Geben Sie die richtige Antwort unter Verwendung des WIRIS editors ein. Wählen Sie auch die Verhaltensweise des Formel-Editors, wenn er vom Schüler verwendet wird.\n"],["assertionstabhelp","Wählen Sie die Eigenschaften, welche die Schülerantwort erfüllen muss: Ob Sie zum Beispiel vereinfacht, faktorisiert, durch physikalische Einheiten ausgedrückt werden oder eine bestimmte numerische Genauigkeit aufweisen soll."],["variablestabhelp","Schreiben Sie einen Algorithmus mit WIRIS cas, um zufällige Variablen zu erstellen: Zahlen, Ausdrücke, grafische Darstellungen oder eine Benotungsfunktion. Sie können auch das Ausgabeformat bestimmen, in welchem die Variablen dem Schüler angezeigt werden.\n"],["testtabhelp","Geben Sie eine mögliche Schülerantwort ein, um die Verhaltensweise der Frage zu simulieren. Sie verwenden das gleiche Tool, das der Schüler verwenden wird. Beachten Sie bitte, dass Sie auch die Bewertungskriterien, den Erfolg und das automatische Feedback testen können.\n"],["start","Start"],["test","Testen"],["clicktesttoevaluate","Klicken Sie auf die Schaltfläche „Testen“, um die aktuelle Antwort zu validieren."],["correct","Richtig!"],["incorrect","Falsch!"],["partiallycorrect","Teilweise richtig!"],["inputmethod","Eingabemethode"],["compoundanswer","Zusammengesetzte Antwort"],["answerinputinlineeditor","WIRIS editor eingebettet"],["answerinputpopupeditor","WIRIS editor in Popup"],["answerinputplaintext","Eingabefeld mit reinem Text"],["showauxiliarcas","WIRIS cas einbeziehen"],["initialcascontent","Anfangsinhalt"],["tolerancedigits","Toleranzstellen"],["validationandvariables","Validierung und Variablen"],["algorithmlanguage","Algorithmussprache"],["calculatorlanguage","Sprache des Rechners"],["hasalgorithm","Hat Algorithmus"],["comparison","Vergleich"],["properties","Eigenschaften"],["studentanswer","Schülerantwort"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Bei Verlassen des Fensters gehen Ihre Änderungen verloren."],["outputoptions","Ausgabeoptionen"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Alle Antworten müssen richtig sein."],["distributegrade","Note zuweisen"],["no","Nein"],["add","Hinzufügen"],["replaceeditor","Editor ersetzen"],["list","Liste"],["questionxml","Frage-XML"],["grammarurl","Grammatik-URL"],["reservedwords","Reservierte Wörter"],["forcebrackets","Listen benötigen immer geschweifte Klammern „{}“."],["commaasitemseparator","Verwenden Sie ein Komma „,“ zur Trennung von Listenelementen."],["confirmimportdeprecated","Frage importieren? Die Frage, die Sie öffnen möchten, beinhaltet veraltete Merkmale. Durch den Importvorgang kann die Verhaltensweise der Frage leicht verändert werden. Es wird dringend empfohlen, die Frage nach dem Importieren gründlich zu überprüfen."],["comparesets","Als Mengen vergleichen"],["nobracketslist","Listen ohne Klammern"],["warningtoleranceprecision","Weniger Genauigkeitstellen als Toleranzstellen."],["actionimport","Importieren"],["actionexport","Exportieren"],["usecase","Schreibung anpassen"],["usespaces","Abstände anpassen"],["notevaluate","Argumente unausgewertet lassen"],["separators","Trennzeichen"],["comma","Komma"],["commarole","Funktion des Kommazeichens „,“"],["point","Punkt"],["pointrole","Funktion des Punktzeichens „.“"],["space","Leerzeichen"],["spacerole","Funktion des Leerzeichens"],["decimalmark","Dezimalstellen"],["digitsgroup","Zahlengruppen"],["listitems","Listenelemente"],["nothing","Nichts"],["intervals","Intervalle"],["warningprecision15","Die Präzision muss zwischen 1 und 15 liegen."],["decimalSeparator","Dezimalstelle"],["thousandsSeparator","Tausender"],["notation","Notation"],["invisible","Unsichtbar"],["auto","Automatisch"],["fixedDecimal","Feste"],["floatingDecimal","Dezimalstelle"],["scientific","Wissenschaftlich"],["example","Beispiel"],["warningreltolfixedprec","Relative Toleranz mit fester Dezimalnotation."],["warningabstolfloatprec","Absolute Toleranz mit fließender Dezimalnotation."],["answerinputinlinehand","WIRIS hand eingebettet"],["absolutetolerance","Absolute Toleranz"],["clicktoeditalgorithm","Ihr Browser unterstützt kein Java. Klicken Sie auf die Schaltfläche, um die Anwendung WIRIS cas herunterzuladen und auszuführen. Mit dieser können Sie den Fragen-Algorithmus bearbeiten."],["launchwiriscas","WIRIS cas starten"],["sendinginitialsession","Ursprüngliche Sitzung senden ..."],["waitingforupdates","Auf Updates warten ..."],["sessionclosed","Kommunikation geschlossen."],["gotsession","Empfangene Überarbeitung ${n}."],["thecorrectansweris","Die richtige Antwort ist"],["poweredby","Angetrieben durch "],["refresh","Korrekte Antwort erneuern"],["fillwithcorrect","Mit korrekter Antwort ausfüllen"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","el"],["comparisonwithstudentanswer","Σύγκριση με απάντηση μαθητή"],["otheracceptedanswers","Άλλες αποδεκτές απαντήσεις"],["equivalent_literal","Κυριολεκτικά ίση"],["equivalent_literal_correct_feedback","Η απάντηση είναι κυριολεκτικά ίση με τη σωστή."],["equivalent_symbolic","Μαθηματικά ίση"],["equivalent_symbolic_correct_feedback","Η απάντηση είναι μαθηματικά ίση με τη σωστή."],["equivalent_set","Ίσα σύνολα"],["equivalent_set_correct_feedback","Το σύνολο της απάντησης είναι ίσο με το σωστό."],["equivalent_equations","Ισοδύναμες εξισώσεις"],["equivalent_equations_correct_feedback","Η απάντηση έχει τις ίδιες λύσεις με τη σωστή."],["equivalent_function","Συνάρτηση βαθμολόγησης"],["equivalent_function_correct_feedback","Η απάντηση είναι σωστή."],["equivalent_all","Οποιαδήποτε απάντηση"],["any","οποιαδήποτε"],["gradingfunction","Συνάρτηση βαθμολόγησης"],["additionalproperties","Πρόσθετες ιδιότητες"],["structure","Δομή"],["none","καμία"],["None","Καμία"],["check_integer_form","έχει μορφή ακέραιου"],["check_integer_form_correct_feedback","Η απάντηση είναι ένας ακέραιος."],["check_fraction_form","έχει μορφή κλάσματος"],["check_fraction_form_correct_feedback","Η απάντηση είναι ένα κλάσμα."],["check_polynomial_form","έχει πολυωνυμική μορφή"],["check_polynomial_form_correct_feedback","Η απάντηση είναι ένα πολυώνυμο."],["check_rational_function_form","έχει μορφή λογικής συνάρτησης"],["check_rational_function_form_correct_feedback","Η απάντηση είναι μια λογική συνάρτηση."],["check_elemental_function_form","είναι συνδυασμός στοιχειωδών συναρτήσεων"],["check_elemental_function_form_correct_feedback","Η απάντηση είναι μια στοιχειώδης έκφραση."],["check_scientific_notation","εκφράζεται με επιστημονική σημειογραφία"],["check_scientific_notation_correct_feedback","Η απάντηση εκφράζεται με επιστημονική σημειογραφία."],["more","Περισσότερες"],["check_simplified","είναι απλοποιημένη"],["check_simplified_correct_feedback","Η απάντηση είναι απλοποιημένη."],["check_expanded","είναι ανεπτυγμένη"],["check_expanded_correct_feedback","Η απάντηση είναι ανεπτυγμένη."],["check_factorized","είναι παραγοντοποιημένη"],["check_factorized_correct_feedback","Η απάντηση είναι παραγοντοποιημένη."],["check_rationalized","είναι αιτιολογημένη"],["check_rationalized_correct_feedback","Η απάντηση είναι αιτιολογημένη."],["check_no_common_factor","δεν έχει κοινούς συντελεστές"],["check_no_common_factor_correct_feedback","Η απάντηση δεν έχει κοινούς συντελεστές."],["check_minimal_radicands","έχει ελάχιστα υπόρριζα"],["check_minimal_radicands_correct_feedback","Η απάντηση έχει ελάχιστα υπόρριζα."],["check_divisible","διαιρείται με το"],["check_divisible_correct_feedback","Η απάντηση διαιρείται με το ${value}."],["check_common_denominator","έχει έναν κοινό παρονομαστή"],["check_common_denominator_correct_feedback","Η απάντηση έχει έναν κοινό παρονομαστή."],["check_unit","έχει μονάδα ισοδύναμη με"],["check_unit_correct_feedback","Η μονάδα της απάντηση είναι ${unit}."],["check_unit_literal","έχει μονάδα κυριολεκτικά ίση με"],["check_unit_literal_correct_feedback","Η μονάδα της απάντηση είναι ${unit}."],["check_no_more_decimals","έχει λιγότερα ή ίσα δεκαδικά του"],["check_no_more_decimals_correct_feedback","Η απάντηση έχει ${digits} ή λιγότερα δεκαδικά."],["check_no_more_digits","έχει λιγότερα ή ίσα ψηφία του"],["check_no_more_digits_correct_feedback","Η απάντηση έχει ${digits} ή λιγότερα ψηφία."],["syntax_expression","Γενικά"],["syntax_expression_description","(τύποι, εκφράσεις, εξισώσεις, μήτρες...)"],["syntax_expression_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["syntax_quantity","Ποσότητα"],["syntax_quantity_description","(αριθμοί, μονάδες μέτρησης, κλάσματα, μικτά κλάσματα, αναλογίες,...)"],["syntax_quantity_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["syntax_list","Λίστα"],["syntax_list_description","(λίστες χωρίς διαχωριστικό κόμμα ή παρενθέσεις)"],["syntax_list_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["syntax_string","Κείμενο"],["syntax_string_description","(λέξεις, προτάσεις, συμβολοσειρές χαρακτήρων)"],["syntax_string_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["none","καμία"],["edit","Επεξεργασία"],["accept","ΟΚ"],["cancel","Άκυρο"],["explog","exp/log"],["trigonometric","τριγωνομετρική"],["hyperbolic","υπερβολική"],["arithmetic","αριθμητική"],["all","όλες"],["tolerance","Ανοχή"],["relative","σχετική"],["relativetolerance","Σχετική ανοχή"],["precision","Ακρίβεια"],["implicit_times_operator","Μη ορατός τελεστής επί"],["times_operator","Τελεστής επί"],["imaginary_unit","Φανταστική μονάδα"],["mixedfractions","Μικτά κλάσματα"],["constants","Σταθερές"],["functions","Συναρτήσεις"],["userfunctions","Συναρτήσεις χρήστη"],["units","Μονάδες"],["unitprefixes","Προθέματα μονάδων"],["syntaxparams","Επιλογές σύνταξης"],["syntaxparams_expression","Επιλογές για γενικά"],["syntaxparams_quantity","Επιλογές για ποσότητα"],["syntaxparams_list","Επιλογές για λίστα"],["allowedinput","Επιτρεπόμενο στοιχείο εισόδου"],["manual","Εγχειρίδιο"],["correctanswer","Σωστή απάντηση"],["variables","Μεταβλητές"],["validation","Επικύρωση"],["preview","Προεπισκόπηση"],["correctanswertabhelp","Εισαγάγετε τη σωστή απάντηση χρησιμοποιώντας τον επεξεργαστή WIRIS. Επιλέξτε επίσης τη συμπεριφορά για τον επεξεργαστή τύπων, όταν χρησιμοποιείται από τον μαθητή."],["assertionstabhelp","Επιλέξτε τις ιδιότητες που πρέπει να ικανοποιεί η απάντηση του μαθητή. Για παράδειγμα, εάν πρέπει να είναι απλοποιημένη, παραγοντοποιημένη, εκφρασμένη σε φυσικές μονάδες ή να έχει συγκεκριμένη αριθμητική ακρίβεια."],["variablestabhelp","Γράψτε έναν αλγόριθμο με το WIRIS cas για να δημιουργήσετε τυχαίες μεταβλητές: αριθμούς, εκφράσεις, σχεδιαγράμματα ή μια συνάρτηση βαθμολόγησης. Μπορείτε επίσης να καθορίσετε τη μορφή εξόδου των μεταβλητών που θα εμφανίζονται στον μαθητή."],["testtabhelp","Εισαγάγετε μια πιθανή απάντηση του μαθητή για να προσομοιώσετε τη συμπεριφορά της ερώτησης. Χρησιμοποιείτε το ίδιο εργαλείο με αυτό που θα χρησιμοποιήσει ο μαθητής. Σημειώνεται ότι μπορείτε επίσης να ελέγξετε τα κριτήρια αξιολόγησης, την επιτυχία και τα αυτόματα σχόλια."],["start","Έναρξη"],["test","Δοκιμή"],["clicktesttoevaluate","Κάντε κλικ στο κουμπί «Δοκιμή» για να επικυρώσετε τη σωστή απάντηση."],["correct","Σωστό!"],["incorrect","Λάθος!"],["partiallycorrect","Εν μέρει σωστό!"],["inputmethod","Μέθοδος εισόδου"],["compoundanswer","Σύνθετη απάντηση"],["answerinputinlineeditor","Επεξεργαστής WIRIS ενσωματωμένος"],["answerinputpopupeditor","Επεξεργαστής WIRIS σε αναδυόμενο πλαίσιο"],["answerinputplaintext","Πεδίο εισόδου απλού κειμένου"],["showauxiliarcas","Συμπερίληψη WIRIS cas"],["initialcascontent","Αρχικό περιεχόμενο"],["tolerancedigits","Ψηφία ανοχής"],["validationandvariables","Επικύρωση και μεταβλητές"],["algorithmlanguage","Γλώσσα αλγόριθμου"],["calculatorlanguage","Γλώσσα υπολογιστή"],["hasalgorithm","Έχει αλγόριθμο"],["comparison","Σύγκριση"],["properties","Ιδιότητες"],["studentanswer","Απάντηση μαθητή"],["poweredbywiris","Παρέχεται από τη WIRIS"],["yourchangeswillbelost","Οι αλλαγές σας θα χαθούν εάν αποχωρήσετε από το παράθυρο."],["outputoptions","Επιλογές εξόδου"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Όλες οι απαντήσεις πρέπει να είναι σωστές"],["distributegrade","Κατανομή βαθμών"],["no","Όχι"],["add","Προσθήκη"],["replaceeditor","Αντικατάσταση επεξεργαστή"],["list","Λίστα"],["questionxml","XML ερώτησης"],["grammarurl","URL γραμματικής"],["reservedwords","Ανεστραμμένες λέξεις"],["forcebrackets","Για τις λίστες χρειάζονται πάντα άγκιστρα «{}»."],["commaasitemseparator","Χρησιμοποιήστε το κόμμα «,» ως διαχωριστικό στοιχείων λίστας."],["confirmimportdeprecated","Εισαγωγή της ερώτησης; Η ερώτηση που πρόκειται να ανοίξετε περιέχει δυνατότητες που έχουν καταργηθεί. Η διαδικασία εισαγωγής μπορεί να αλλάξει λίγο τη συμπεριφορά της ερώτησης. Θα πρέπει να εξετάσετε προσεκτικά την ερώτηση μετά από την εισαγωγή της."],["comparesets","Σύγκριση ως συνόλων"],["nobracketslist","Λίστες χωρίς άγκιστρα"],["warningtoleranceprecision","Λιγότερα ψηφία ακρίβειας από τα ψηφία ανοχής."],["actionimport","Εισαγωγή"],["actionexport","Εξαγωγή"],["usecase","Συμφωνία πεζών-κεφαλαίων"],["usespaces","Συμφωνία διαστημάτων"],["notevaluate","Διατήρηση των ορισμάτων χωρίς αξιολόγηση"],["separators","Διαχωριστικά"],["comma","Κόμμα"],["commarole","Ρόλος του χαρακτήρα «,» (κόμμα)"],["point","Τελεία"],["pointrole","Ρόλος του χαρακτήρα «.» (τελεία)"],["space","Διάστημα"],["spacerole","Ρόλος του χαρακτήρα διαστήματος"],["decimalmark","Δεκαδικά ψηφία"],["digitsgroup","Ομάδες ψηφίων"],["listitems","Στοιχεία λίστας"],["nothing","Τίποτα"],["intervals","Διαστήματα"],["warningprecision15","Η ακρίβεια πρέπει να είναι μεταξύ 1 και 15."],["decimalSeparator","Δεκαδικό"],["thousandsSeparator","Χιλιάδες"],["notation","Σημειογραφία"],["invisible","Μη ορατό"],["auto","Αυτόματα"],["fixedDecimal","Σταθερό"],["floatingDecimal","Δεκαδικό"],["scientific","Επιστημονικό"],["example","Παράδειγμα"],["warningreltolfixedprec","Σχετική ανοχή με σημειογραφία σταθερής υποδιαστολής."],["warningabstolfloatprec","Απόλυτη ανοχή με σημειογραφία κινητής υποδιαστολής."],["answerinputinlinehand","WIRIS ενσωματωμένο"],["absolutetolerance","Απόλυτη ανοχή"],["clicktoeditalgorithm","Το πρόγραμμα περιήγησης που χρησιμοποιείτε δεν υποστηρίζει Java. Κάντε κλικ στο κουμπί για τη λήψη και την εκτέλεση της εφαρμογής WIRIS cas για επεξεργασία του αλγόριθμου ερώτησης."],["launchwiriscas","Εκκίνηση του WIRIS cas"],["sendinginitialsession","Αποστολή αρχικής περιόδου σύνδεσης..."],["waitingforupdates","Αναμονή για ενημερώσεις..."],["sessionclosed","Η επικοινωνία έκλεισε."],["gotsession","Λήφθηκε αναθεώρηση ${n}."],["thecorrectansweris","Η σωστή απάντηση είναι"],["poweredby","Με την υποστήριξη της"],["refresh","Ανανέωση της σωστής απάντησης"],["fillwithcorrect","Συμπλήρωση με τη σωστή απάντηση"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","pt_br"],["comparisonwithstudentanswer","Comparação com a resposta do aluno"],["otheracceptedanswers","Outras respostas aceitas"],["equivalent_literal","Literalmente igual"],["equivalent_literal_correct_feedback","A resposta é literalmente igual à correta."],["equivalent_symbolic","Matematicamente igual"],["equivalent_symbolic_correct_feedback","A resposta é matematicamente igual à correta."],["equivalent_set","Iguais aos conjuntos"],["equivalent_set_correct_feedback","O conjunto de respostas é igual ao correto."],["equivalent_equations","Equações equivalentes"],["equivalent_equations_correct_feedback","A resposta tem as mesmas soluções da correta."],["equivalent_function","Cálculo da nota"],["equivalent_function_correct_feedback","A resposta está correta."],["equivalent_all","Qualquer reposta"],["any","qualquer"],["gradingfunction","Cálculo da nota"],["additionalproperties","Propriedades adicionais"],["structure","Estrutura"],["none","nenhuma"],["None","Nenhuma"],["check_integer_form","tem forma de número inteiro"],["check_integer_form_correct_feedback","A resposta é um número inteiro."],["check_fraction_form","tem forma de fração"],["check_fraction_form_correct_feedback","A resposta é uma fração."],["check_polynomial_form","tem forma polinomial"],["check_polynomial_form_correct_feedback","A resposta é um polinomial."],["check_rational_function_form","tem forma de função racional"],["check_rational_function_form_correct_feedback","A resposta é uma função racional."],["check_elemental_function_form","é uma combinação de funções elementárias"],["check_elemental_function_form_correct_feedback","A resposta é uma expressão elementar."],["check_scientific_notation","é expressa em notação científica"],["check_scientific_notation_correct_feedback","A resposta é expressa em notação científica."],["more","Mais"],["check_simplified","é simplificada"],["check_simplified_correct_feedback","A resposta é simplificada."],["check_expanded","é expandida"],["check_expanded_correct_feedback","A resposta é expandida."],["check_factorized","é fatorizada"],["check_factorized_correct_feedback","A resposta é fatorizada."],["check_rationalized","é racionalizada"],["check_rationalized_correct_feedback","A resposta é racionalizada."],["check_no_common_factor","não tem fatores comuns"],["check_no_common_factor_correct_feedback","A resposta não tem fatores comuns."],["check_minimal_radicands","tem radiciação mínima"],["check_minimal_radicands_correct_feedback","A resposta tem radiciação mínima."],["check_divisible","é divisível por"],["check_divisible_correct_feedback","A resposta é divisível por ${value}."],["check_common_denominator","tem um único denominador comum"],["check_common_denominator_correct_feedback","A resposta tem um único denominador comum."],["check_unit","tem unidade equivalente a"],["check_unit_correct_feedback","A unidade da resposta é ${unit}."],["check_unit_literal","tem unidade literalmente igual a"],["check_unit_literal_correct_feedback","A unidade da resposta é ${unit}."],["check_no_more_decimals","tem menos ou os mesmos decimais que"],["check_no_more_decimals_correct_feedback","A resposta tem ${digits} decimais ou menos."],["check_no_more_digits","tem menos ou os mesmos dígitos que"],["check_no_more_digits_correct_feedback","A resposta tem ${digits} dígitos ou menos."],["syntax_expression","Geral"],["syntax_expression_description","(fórmulas, expressões, equações, matrizes...)"],["syntax_expression_correct_feedback","A sintaxe da resposta está correta."],["syntax_quantity","Quantidade"],["syntax_quantity_description","(números, unidades de medida, frações, frações mistas, proporções...)"],["syntax_quantity_correct_feedback","A sintaxe da resposta está correta."],["syntax_list","Lista"],["syntax_list_description","(listas sem separação por vírgula ou chaves)"],["syntax_list_correct_feedback","A sintaxe da resposta está correta."],["syntax_string","Texto"],["syntax_string_description","(palavras, frases, sequências de caracteres)"],["syntax_string_correct_feedback","A sintaxe da resposta está correta."],["none","nenhuma"],["edit","Editar"],["accept","OK"],["cancel","Cancelar"],["explog","exp/log"],["trigonometric","trigonométrica"],["hyperbolic","hiperbólica"],["arithmetic","aritmética"],["all","tudo"],["tolerance","Tolerância"],["relative","relativa"],["relativetolerance","Tolerância relativa"],["precision","Precisão"],["implicit_times_operator","Sinal de multiplicação invisível"],["times_operator","Sinal de multiplicação"],["imaginary_unit","Unidade imaginária"],["mixedfractions","Frações mistas"],["constants","Constantes"],["functions","Funções"],["userfunctions","Funções do usuário"],["units","Unidades"],["unitprefixes","Prefixos das unidades"],["syntaxparams","Opções de sintaxe"],["syntaxparams_expression","Opções gerais"],["syntaxparams_quantity","Opções de quantidade"],["syntaxparams_list","Opções de lista"],["allowedinput","Entrada permitida"],["manual","Manual"],["correctanswer","Resposta correta"],["variables","Variáveis"],["validation","Validação"],["preview","Prévia"],["correctanswertabhelp","Insira a resposta correta usando o WIRIS editor. Selecione também o comportamento do editor de fórmulas quando usado pelo aluno."],["assertionstabhelp","Selecione quais propriedades a resposta do aluno deve verificar. Por exemplo, se ela deve ser simplificada, fatorizada, expressa em unidades físicas ou ter uma precisão numérica específica."],["variablestabhelp","Escreva um algoritmo com o WIRIS cas para criar variáveis aleatórias: números, expressões, gráficos ou cálculo de nota. Você também pode especificar o formato de saída das variáveis exibidas para o aluno."],["testtabhelp","Insira um estudante em potencial para simular o comportamento da questão. Você está usando a mesma ferramenta que o aluno usará. Note que também é possível testar o critério de avaliação, sucesso e comentário automático."],["start","Iniciar"],["test","Testar"],["clicktesttoevaluate","Clique no botão Testar para validar a resposta atual."],["correct","Correta!"],["incorrect","Incorreta!"],["partiallycorrect","Parcialmente correta!"],["inputmethod","Método de entrada"],["compoundanswer","Resposta composta"],["answerinputinlineeditor","WIRIS editor integrado"],["answerinputpopupeditor","WIRIS editor em pop up"],["answerinputplaintext","Campo de entrada de texto simples"],["showauxiliarcas","Incluir WIRIS cas"],["initialcascontent","Conteúdo inicial"],["tolerancedigits","Dígitos de tolerância"],["validationandvariables","Validação e variáveis"],["algorithmlanguage","Linguagem do algoritmo"],["calculatorlanguage","Linguagem da calculadora"],["hasalgorithm","Tem algoritmo"],["comparison","Comparação"],["properties","Propriedades"],["studentanswer","Resposta do aluno"],["poweredbywiris","Fornecido por WIRIS"],["yourchangeswillbelost","As alterações serão perdidas se você sair da janela."],["outputoptions","Opções de saída"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Todas as respostas devem estar corretas"],["distributegrade","Distribuir notas"],["no","Não"],["add","Adicionar"],["replaceeditor","Substituir editor"],["list","Lista"],["questionxml","XML da pergunta"],["grammarurl","URL da gramática"],["reservedwords","Palavras reservadas"],["forcebrackets","As listas sempre precisam de chaves “{}”."],["commaasitemseparator","Use vírgula “,” para separar itens na lista."],["confirmimportdeprecated","Importar questão? A questão prestes a ser aberta contém recursos ultrapassados. O processo de importação pode alterar um pouco o comportamento da questão. É recomendável que você teste a questão atentamente após importá-la."],["comparesets","Comparar como conjuntos"],["nobracketslist","Listas sem chaves"],["warningtoleranceprecision","Menos dígitos de precisão do que dígitos de tolerância."],["actionimport","Importar"],["actionexport","Exportar"],["usecase","Coincidir maiúsculas/minúsculas"],["usespaces","Coincidir espaços"],["notevaluate","Manter argumentos não avaliados"],["separators","Separadores"],["comma","Vírgula"],["commarole","Função do caractere vírgula “,”"],["point","Ponto"],["pointrole","Função do caractere ponto “.”"],["space","Espaço"],["spacerole","Função do caractere espaço"],["decimalmark","Dígitos decimais"],["digitsgroup","Grupos de dígitos"],["listitems","Itens da lista"],["nothing","Nada"],["intervals","Intervalos"],["warningprecision15","A precisão deve estar entre 1 e 15."],["decimalSeparator","Decimal"],["thousandsSeparator","Milhares"],["notation","Notação"],["invisible","Invisível"],["auto","Automática"],["fixedDecimal","Fixa"],["floatingDecimal","Decimal"],["scientific","Científica"],["example","Exemplo"],["warningreltolfixedprec","Tolerância relativa com notação decimal fixa."],["warningabstolfloatprec","Tolerância absoluta com notação decimal flutuante."],["answerinputinlinehand","WIRIS hand integrado"],["absolutetolerance","Tolerância absoluta"],["clicktoeditalgorithm","O navegador não é compatível com Java. Clique no botão para baixar e executar o aplicativo WIRIS cas e editar o algoritmo da questão."],["launchwiriscas","Abrir WIRIS cas"],["sendinginitialsession","Enviando sessão inicial..."],["waitingforupdates","Aguardando atualizações..."],["sessionclosed","Comunicação fechada."],["gotsession","Revisão ${n} recebida."],["thecorrectansweris","A resposta correta é"],["poweredby","Fornecido por"],["refresh","Renovar resposta correta"],["fillwithcorrect","Preencher resposta correta"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"]]; +com.wiris.quizzes.impl.Strings.lang = [["lang","en"],["comparisonwithstudentanswer","Comparison with student answer"],["otheracceptedanswers","Other accepted answers"],["equivalent_literal","Literally equal"],["equivalent_literal_correct_feedback","The answer is literally equal to the correct one."],["equivalent_symbolic","Mathematically equal"],["equivalent_symbolic_correct_feedback","The answer is mathematically equal to the correct one."],["equivalent_set","Equal as sets"],["equivalent_set_correct_feedback","The answer set is equal to the correct one."],["equivalent_equations","Equivalent equations"],["equivalent_equations_correct_feedback","The answer has the same solutions as the correct one."],["equivalent_function","Grading function"],["equivalent_function_correct_feedback","The answer is correct."],["equivalent_all","Any answer"],["any","any"],["gradingfunction","Grading function"],["additionalproperties","Additional properties"],["structure","Structure"],["none","none"],["None","None"],["check_integer_form","has integer form"],["check_integer_form_correct_feedback","The answer is an integer."],["check_fraction_form","has fraction form"],["check_fraction_form_correct_feedback","The answer is a fraction."],["check_polynomial_form","has polynomial form"],["check_polynomial_form_correct_feedback","The answer is a polynomial."],["check_rational_function_form","has rational function form"],["check_rational_function_form_correct_feedback","The answer is a rational function."],["check_elemental_function_form","is a combination of elementary functions"],["check_elemental_function_form_correct_feedback","The answer is an elementary expression."],["check_scientific_notation","is expressed in scientific notation"],["check_scientific_notation_correct_feedback","The answer is expressed in scientific notation."],["more","More"],["check_simplified","is simplified"],["check_simplified_correct_feedback","The answer is simplified."],["check_expanded","is expanded"],["check_expanded_correct_feedback","The answer is expanded."],["check_factorized","is factorized"],["check_factorized_correct_feedback","The answer is factorized."],["check_rationalized","is rationalized"],["check_rationalized_correct_feedback","The answer is rationalized."],["check_no_common_factor","doesn't have common factors"],["check_no_common_factor_correct_feedback","The answer doesn't have common factors."],["check_minimal_radicands","has minimal radicands"],["check_minimal_radicands_correct_feedback","The answer has minimal radicands."],["check_divisible","is divisible by"],["check_divisible_correct_feedback","The answer is divisible by ${value}."],["check_common_denominator","has a single common denominator"],["check_common_denominator_correct_feedback","The answer has a single common denominator."],["check_unit","has unit equivalent to"],["check_unit_correct_feedback","The unit of the answer is ${unit}."],["check_unit_literal","has unit literally equal to"],["check_unit_literal_correct_feedback","The unit of the answer is ${unit}."],["check_no_more_decimals","has less or equal decimals than"],["check_no_more_decimals_correct_feedback","The answer has ${digits} or less decimals."],["check_no_more_digits","has less or equal digits than"],["check_no_more_digits_correct_feedback","The answer has ${digits} or less digits."],["syntax_expression","General"],["syntax_expression_description","(formulas, expressions, equations, matrices...)"],["syntax_expression_correct_feedback","The answer syntax is correct."],["syntax_quantity","Quantity"],["syntax_quantity_description","(numbers, measure units, fractions, mixed fractions, ratios...)"],["syntax_quantity_correct_feedback","The answer syntax is correct."],["syntax_list","List"],["syntax_list_description","(lists without comma separator or brackets)"],["syntax_list_correct_feedback","The answer syntax is correct."],["syntax_string","Text"],["syntax_string_description","(words, sentences, character strings)"],["syntax_string_correct_feedback","The answer syntax is correct."],["none","none"],["edit","Edit"],["accept","OK"],["cancel","Cancel"],["explog","exp/log"],["trigonometric","trigonometric"],["hyperbolic","hyperbolic"],["arithmetic","arithmetic"],["all","all"],["tolerance","Tolerance"],["relative","relative"],["relativetolerance","Relative tolerance"],["precision","Precision"],["implicit_times_operator","Invisible times operator"],["times_operator","Times operator"],["imaginary_unit","Imaginary unit"],["mixedfractions","Mixed fractions"],["constants","Constants"],["functions","Functions"],["userfunctions","User functions"],["units","Units"],["unitprefixes","Unit prefixes"],["syntaxparams","Syntax options"],["syntaxparams_expression","Options for general"],["syntaxparams_quantity","Options for quantity"],["syntaxparams_list","Options for list"],["allowedinput","Allowed input"],["manual","Manual"],["correctanswer","Correct answer"],["variables","Variables"],["validation","Validation"],["preview","Preview"],["correctanswertabhelp","Insert the correct answer using WIRIS editor. Select also the behaviour for the formula editor when used by the student.\n"],["assertionstabhelp","Select which properties the student answer has to verify. For example, if it has to be simplified, factorized, expressed using physical units or have a specific numerical precision."],["variablestabhelp","Write an algorithm with WIRIS cas to create random variables: numbers, expressions, plots or a grading function.\nYou can also specify the output format of the variables shown to the student.\n"],["testtabhelp","Insert a possible student answer to simulate the behaviour of the question. You are using the same tool that the student will use.\nNote that you can also test the evaluation criteria, success and automatic feedback.\n"],["start","Start"],["test","Test"],["clicktesttoevaluate","Click Test button to validate the current answer."],["correct","Correct!"],["incorrect","Incorrect!"],["partiallycorrect","Partially correct!"],["inputmethod","Input method"],["compoundanswer","Compound answer"],["answerinputinlineeditor","WIRIS editor embedded"],["answerinputpopupeditor","WIRIS editor in popup"],["answerinputplaintext","Plain text input field"],["showauxiliarcas","Include WIRIS cas"],["initialcascontent","Initial content"],["tolerancedigits","Tolerance digits"],["validationandvariables","Validation and variables"],["algorithmlanguage","Algorithm language"],["calculatorlanguage","Calculator language"],["hasalgorithm","Has algorithm"],["comparison","Comparison"],["properties","Properties"],["studentanswer","Student answer"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Your changes will be lost if you leave the window."],["outputoptions","Output options"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","All answers must be correct"],["distributegrade","Distribute grade"],["no","No"],["add","Add"],["replaceeditor","Replace editor"],["list","List"],["questionxml","Question XML"],["grammarurl","Grammar URL"],["reservedwords","Reserved words"],["forcebrackets","Lists always need curly brackets \"{}\"."],["commaasitemseparator","Use comma \",\" as list item separator."],["confirmimportdeprecated","Import the question? \nThe question you are about to open contains deprecated features. The import process may change slightly the behavior of the question. It is highly recommended that you carefully test de question after import."],["comparesets","Compare as sets"],["nobracketslist","Lists without brackets"],["warningtoleranceprecision","Less precision digits than tolerance digits."],["actionimport","Import"],["actionexport","Export"],["usecase","Match case"],["usespaces","Match spaces"],["notevaluate","Keep arguments unevaluated"],["separators","Separators"],["comma","Comma"],["commarole","Role of the comma ',' character"],["point","Point"],["pointrole","Role of the point '.' character"],["space","Space"],["spacerole","Role of the space character"],["decimalmark","Decimal digits"],["digitsgroup","Digit groups"],["listitems","List items"],["nothing","Nothing"],["intervals","Intervals"],["warningprecision15","Precision must be between 1 and 15."],["decimalSeparator","Decimal"],["thousandsSeparator","Thousands"],["notation","Notation"],["invisible","Invisible"],["auto","Auto"],["fixedDecimal","Fixed"],["floatingDecimal","Decimal"],["scientific","Scientific"],["example","Example"],["warningreltolfixedprec","Relative tolerance with fixed decimal notation."],["warningabstolfloatprec","Absolute tolerance with floating decimal notation."],["answerinputinlinehand","WIRIS hand embedded"],["absolutetolerance","Absolute tolerance"],["clicktoeditalgorithm","Click the button to download and run WIRIS cas application to edit the question algorithm. Learn more."],["launchwiriscas","Edit algorithm"],["sendinginitialsession","Sending initial session..."],["waitingforupdates","Waiting for updates..."],["sessionclosed","All changes saved"],["gotsession","Changes saved (revision ${n})."],["thecorrectansweris","The correct answer is"],["poweredby","Powered by"],["refresh","Renew correct answer"],["fillwithcorrect","Fill with correct answer"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","es"],["comparisonwithstudentanswer","Comparación con la respuesta del estudiante"],["otheracceptedanswers","Otras respuestas aceptadas"],["equivalent_literal","Literalmente igual"],["equivalent_literal_correct_feedback","La respuesta es literalmente igual a la correcta."],["equivalent_symbolic","Matemáticamente igual"],["equivalent_symbolic_correct_feedback","La respuesta es matemáticamente igual a la correcta."],["equivalent_set","Igual como conjuntos"],["equivalent_set_correct_feedback","El conjunto de respuestas es igual al correcto."],["equivalent_equations","Ecuaciones equivalentes"],["equivalent_equations_correct_feedback","La respuesta tiene las soluciones requeridas."],["equivalent_function","Función de calificación"],["equivalent_function_correct_feedback","La respuesta es correcta."],["equivalent_all","Cualquier respuesta"],["any","cualquier"],["gradingfunction","Función de calificación"],["additionalproperties","Propiedades adicionales"],["structure","Estructura"],["none","ninguno"],["None","Ninguno"],["check_integer_form","tiene forma de número entero"],["check_integer_form_correct_feedback","La respuesta es un número entero."],["check_fraction_form","tiene forma de fracción"],["check_fraction_form_correct_feedback","La respuesta es una fracción."],["check_polynomial_form","tiene forma de polinomio"],["check_polynomial_form_correct_feedback","La respuesta es un polinomio."],["check_rational_function_form","tiene forma de función racional"],["check_rational_function_form_correct_feedback","La respuesta es una función racional."],["check_elemental_function_form","es una combinación de funciones elementales"],["check_elemental_function_form_correct_feedback","La respuesta es una expresión elemental."],["check_scientific_notation","está expresada en notación científica"],["check_scientific_notation_correct_feedback","La respuesta está expresada en notación científica."],["more","Más"],["check_simplified","está simplificada"],["check_simplified_correct_feedback","La respuesta está simplificada."],["check_expanded","está expandida"],["check_expanded_correct_feedback","La respuesta está expandida."],["check_factorized","está factorizada"],["check_factorized_correct_feedback","La respuesta está factorizada."],["check_rationalized","está racionalizada"],["check_rationalized_correct_feedback","La respuseta está racionalizada."],["check_no_common_factor","no tiene factores comunes"],["check_no_common_factor_correct_feedback","La respuesta no tiene factores comunes."],["check_minimal_radicands","tiene radicandos minimales"],["check_minimal_radicands_correct_feedback","La respuesta tiene los radicandos minimales."],["check_divisible","es divisible por"],["check_divisible_correct_feedback","La respuesta es divisible por ${value}."],["check_common_denominator","tiene denominador común"],["check_common_denominator_correct_feedback","La respuesta tiene denominador común."],["check_unit","tiene unidad equivalente a"],["check_unit_correct_feedback","La unidad de respuesta es ${unit}."],["check_unit_literal","tiene unidad literalmente igual a"],["check_unit_literal_correct_feedback","La unidad de respuesta es ${unit}."],["check_no_more_decimals","tiene menos decimales o exactamente"],["check_no_more_decimals_correct_feedback","La respuesta tiene ${digits} o menos decimales."],["check_no_more_digits","tiene menos dígitos o exactamente"],["check_no_more_digits_correct_feedback","La respuesta tiene ${digits} o menos dígitos."],["syntax_expression","General"],["syntax_expression_description","(fórmulas, expresiones, ecuaciones, matrices ...)"],["syntax_expression_correct_feedback","La sintaxis de la respuesta es correcta."],["syntax_quantity","Cantidad"],["syntax_quantity_description","(números, unidades de medida, fracciones, fracciones mixtas, razones...)"],["syntax_quantity_correct_feedback","La sintaxis de la respuesta es correcta."],["syntax_list","Lista"],["syntax_list_description","(listas sin coma separadora o paréntesis)"],["syntax_list_correct_feedback","La sintaxis de la respuesta es correcta."],["syntax_string","Texto"],["syntax_string_description","(palabras, frases, cadenas de caracteres)"],["syntax_string_correct_feedback","La sintaxis de la respuesta es correcta."],["none","ninguno"],["edit","Editar"],["accept","Aceptar"],["cancel","Cancelar"],["explog","exp/log"],["trigonometric","trigonométricas"],["hyperbolic","hiperbólicas"],["arithmetic","aritmética"],["all","todo"],["tolerance","Tolerancia"],["relative","relativa"],["relativetolerance","Tolerancia relativa"],["precision","Precisión"],["implicit_times_operator","Omitir producto"],["times_operator","Operador producto"],["imaginary_unit","Unidad imaginaria"],["mixedfractions","Fracciones mixtas"],["constants","Constantes"],["functions","Funciones"],["userfunctions","Funciones de usuario"],["units","Unidades"],["unitprefixes","Prefijos de unidades"],["syntaxparams","Opciones de sintaxis"],["syntaxparams_expression","Opciones para general"],["syntaxparams_quantity","Opciones para cantidad"],["syntaxparams_list","Opciones para lista"],["allowedinput","Entrada permitida"],["manual","Manual"],["correctanswer","Respuesta correcta"],["variables","Variables"],["validation","Validación"],["preview","Vista previa"],["correctanswertabhelp","Introduzca la respuesta correcta utilizando WIRIS editor. Seleccione también el comportamiento del editor de fórmulas cuando sea utilizado por el estudiante.\n"],["assertionstabhelp","Seleccione las propiedades que deben cumplir las respuestas de estudiante. Por ejemplo, si tiene que estar simplificado, factorizado, expresado utilizando unidades físicas o tener una precisión numérica específica."],["variablestabhelp","Escriba un algoritmo con WIRIS CAS para crear variables aleatorias: números, expresiones, gráficas o funciones de calificación.\nTambién puede especificar el formato de salida de las variables que se muestran a los estudiantes.\n"],["testtabhelp","Insertar una posible respuesta de estudiante para simular el comportamiento de la pregunta. Está usted utilizando la misma herramienta que el estudiante utilizará.\nObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\n"],["start","Inicio"],["test","Prueba"],["clicktesttoevaluate","Haga clic en botón de prueba para validar la respuesta actual."],["correct","¡correcto!"],["incorrect","¡incorrecto!"],["partiallycorrect","¡parcialmente correcto!"],["inputmethod","Método de entrada"],["compoundanswer","Respuesta compuesta"],["answerinputinlineeditor","WIRIS editor incrustado"],["answerinputpopupeditor","WIRIS editor en una ventana emergente"],["answerinputplaintext","Campo de entrada de texto llano"],["showauxiliarcas","Incluir WIRIS CAS"],["initialcascontent","Contenido inicial"],["tolerancedigits","Dígitos de tolerancia"],["validationandvariables","Validación y variables"],["algorithmlanguage","Idioma del algoritmo"],["calculatorlanguage","Idioma de la calculadora"],["hasalgorithm","Tiene algoritmo"],["comparison","Comparación"],["properties","Propiedades"],["studentanswer","Respuesta del estudiante"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Sus cambios se perderán si abandona la ventana."],["outputoptions","Opciones de salida"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Aviso! Este componente requiere instalar el plugin de Java o quizás es suficiente activar el plugin de Java."],["allanswerscorrect","Todas las respuestas deben ser correctas"],["distributegrade","Distribuir la nota"],["no","No"],["add","Añadir"],["replaceeditor","Sustituir editor"],["list","Lista"],["questionxml","Question XML"],["grammarurl","Grammar URL"],["reservedwords","Palabras reservadas"],["forcebrackets","Las listas siempre necesitan llaves \"{}\"."],["commaasitemseparator","Utiliza la coma \",\" como separador de elementos de listas."],["confirmimportdeprecated","Importar la pregunta?\nEsta pregunta tiene características obsoletas. El proceso de importación puede modificar el comportamiento de la pregunta. Revise cuidadosamente la pregunta antes de utilizarla."],["comparesets","Compara como conjuntos"],["nobracketslist","Listas sin llaves"],["warningtoleranceprecision","Precisión menor que la tolerancia."],["actionimport","Importar"],["actionexport","Exportar"],["usecase","Coincidir mayúsculas y minúsculas"],["usespaces","Coincidir espacios"],["notevaluate","Mantener los argumentos sin evaluar"],["separators","Separadores"],["comma","Coma"],["commarole","Rol del caracter coma ','"],["point","Punto"],["pointrole","Rol del caracter punto '.'"],["space","Espacio"],["spacerole","Rol del caracter espacio"],["decimalmark","Decimales"],["digitsgroup","Miles"],["listitems","Elementos de lista"],["nothing","Ninguno"],["intervals","Intervalos"],["warningprecision15","La precisión debe estar entre 1 y 15."],["decimalSeparator","Decimales"],["thousandsSeparator","Miles"],["notation","Notación"],["invisible","Invisible"],["auto","Auto"],["fixedDecimal","Fija"],["floatingDecimal","Decimal"],["scientific","Científica"],["example","Ejemplo"],["warningreltolfixedprec","Tolerancia relativa con notación de coma fija."],["warningabstolfloatprec","Tolerancia absoluta con notación de coma flotante."],["answerinputinlinehand","WIRIS hand incrustado"],["absolutetolerance","Tolerancia absoluta"],["clicktoeditalgorithm","Clica el botón para descargar y ejecutar la aplicación WIRIS cas para editar el algoritmo de la pregunta. Aprende más."],["launchwiriscas","Editar algoritmo"],["sendinginitialsession","Enviando algoritmo inicial."],["waitingforupdates","Esperando actualizaciones."],["sessionclosed","Todos los cambios guardados."],["gotsession","Cambios guardados (revisión ${n})."],["thecorrectansweris","La respuesta correcta es"],["poweredby","Creado por"],["refresh","Renovar la respuesta correcta"],["fillwithcorrect","Rellenar con la respuesta correcta"],["runcalculator","Ejecutar calculadora"],["clicktoruncalculator","Clica el botón para descargar y ejecutar la aplicación WIRIS cas para hacer los cálculos que necesite. Aprende más."],["answer","respuesta"],["lang","ca"],["comparisonwithstudentanswer","Comparació amb la resposta de l'estudiant"],["otheracceptedanswers","Altres respostes acceptades"],["equivalent_literal","Literalment igual"],["equivalent_literal_correct_feedback","La resposta és literalment igual a la correcta."],["equivalent_symbolic","Matemàticament igual"],["equivalent_symbolic_correct_feedback","La resposta és matemàticament igual a la correcta."],["equivalent_set","Igual com a conjunts"],["equivalent_set_correct_feedback","El conjunt de respostes és igual al correcte."],["equivalent_equations","Equacions equivalents"],["equivalent_equations_correct_feedback","La resposta té les solucions requerides."],["equivalent_function","Funció de qualificació"],["equivalent_function_correct_feedback","La resposta és correcta."],["equivalent_all","Qualsevol resposta"],["any","qualsevol"],["gradingfunction","Funció de qualificació"],["additionalproperties","Propietats addicionals"],["structure","Estructura"],["none","cap"],["None","Cap"],["check_integer_form","té forma de nombre enter"],["check_integer_form_correct_feedback","La resposta és un nombre enter."],["check_fraction_form","té forma de fracció"],["check_fraction_form_correct_feedback","La resposta és una fracció."],["check_polynomial_form","té forma de polinomi"],["check_polynomial_form_correct_feedback","La resposta és un polinomi."],["check_rational_function_form","té forma de funció racional"],["check_rational_function_form_correct_feedback","La resposta és una funció racional."],["check_elemental_function_form","és una combinació de funcions elementals"],["check_elemental_function_form_correct_feedback","La resposta és una expressió elemental."],["check_scientific_notation","està expressada en notació científica"],["check_scientific_notation_correct_feedback","La resposta està expressada en notació científica."],["more","Més"],["check_simplified","està simplificada"],["check_simplified_correct_feedback","La resposta està simplificada."],["check_expanded","està expandida"],["check_expanded_correct_feedback","La resposta està expandida."],["check_factorized","està factoritzada"],["check_factorized_correct_feedback","La resposta està factoritzada."],["check_rationalized","està racionalitzada"],["check_rationalized_correct_feedback","La resposta está racionalitzada."],["check_no_common_factor","no té factors comuns"],["check_no_common_factor_correct_feedback","La resposta no té factors comuns."],["check_minimal_radicands","té radicands minimals"],["check_minimal_radicands_correct_feedback","La resposta té els radicands minimals."],["check_divisible","és divisible per"],["check_divisible_correct_feedback","La resposta és divisible per ${value}."],["check_common_denominator","té denominador comú"],["check_common_denominator_correct_feedback","La resposta té denominador comú."],["check_unit","té unitat equivalent a"],["check_unit_correct_feedback","La unitat de resposta és ${unit}."],["check_unit_literal","té unitat literalment igual a"],["check_unit_literal_correct_feedback","La unitat de resposta és ${unit}."],["check_no_more_decimals","té menys decimals o exactament"],["check_no_more_decimals_correct_feedback","La resposta té ${digits} o menys decimals."],["check_no_more_digits","té menys dígits o exactament"],["check_no_more_digits_correct_feedback","La resposta té ${digits} o menys dígits."],["syntax_expression","General"],["syntax_expression_description","(fórmules, expressions, equacions, matrius ...)"],["syntax_expression_correct_feedback","La sintaxi de la resposta és correcta."],["syntax_quantity","Quantitat"],["syntax_quantity_description","(nombres, unitats de mesura, fraccions, fraccions mixtes, raons...)"],["syntax_quantity_correct_feedback","La sintaxi de la resposta és correcta."],["syntax_list","Llista"],["syntax_list_description","(llistes sense coma separadora o parèntesis)"],["syntax_list_correct_feedback","La sintaxi de la resposta és correcta."],["syntax_string","Text"],["syntax_string_description","(paraules, frases, cadenas de caràcters)"],["syntax_string_correct_feedback","La sintaxi de la resposta és correcta."],["none","cap"],["edit","Editar"],["accept","Acceptar"],["cancel","Cancel·lar"],["explog","exp/log"],["trigonometric","trigonomètriques"],["hyperbolic","hiperbòliques"],["arithmetic","aritmètica"],["all","tot"],["tolerance","Tolerància"],["relative","relativa"],["relativetolerance","Tolerància relativa"],["precision","Precisió"],["implicit_times_operator","Ometre producte"],["times_operator","Operador producte"],["imaginary_unit","Unitat imaginària"],["mixedfractions","Fraccions mixtes"],["constants","Constants"],["functions","Funcions"],["userfunctions","Funcions d'usuari"],["units","Unitats"],["unitprefixes","Prefixos d'unitats"],["syntaxparams","Opcions de sintaxi"],["syntaxparams_expression","Opcions per a general"],["syntaxparams_quantity","Opcions per a quantitat"],["syntaxparams_list","Opcions per a llista"],["allowedinput","Entrada permesa"],["manual","Manual"],["correctanswer","Resposta correcta"],["variables","Variables"],["validation","Validació"],["preview","Vista prèvia"],["correctanswertabhelp","Introduïu la resposta correcta utilitzant WIRIS editor. Seleccioneu també el comportament de l'editor de fórmules quan sigui utilitzat per l'estudiant.\n"],["assertionstabhelp","Seleccioneu les propietats que han de complir les respostes d'estudiant. Per exemple, si ha d'estar simplificat, factoritzat, expressat utilitzant unitats físiques o tenir una precisió numèrica específica."],["variablestabhelp","Escriviu un algorisme amb WIRIS CAS per crear variables aleatòries: números, expressions, gràfiques o funcions de qualificació.\nTambé podeu especificar el format de sortida de les variables que es mostren als estudiants.\n"],["testtabhelp","Inserir una possible resposta d'estudiant per simular el comportament de la pregunta. Està utilitzant la mateixa eina que l'estudiant utilitzarà per entrar la resposta.\nObserve que también se pueden probar los criterios de evaluación, el éxito y la retroalimentación automática.\n"],["start","Inici"],["test","Prova"],["clicktesttoevaluate","Feu clic a botó de prova per validar la resposta actual."],["correct","Correcte!"],["incorrect","Incorrecte!"],["partiallycorrect","Parcialment correcte!"],["inputmethod","Mètode d'entrada"],["compoundanswer","Resposta composta"],["answerinputinlineeditor","WIRIS editor incrustat"],["answerinputpopupeditor","WIRIS editor en una finestra emergent"],["answerinputplaintext","Camp d'entrada de text pla"],["showauxiliarcas","Incloure WIRIS CAS"],["initialcascontent","Contingut inicial"],["tolerancedigits","Dígits de tolerància"],["validationandvariables","Validació i variables"],["algorithmlanguage","Idioma de l'algorisme"],["calculatorlanguage","Idioma de la calculadora"],["hasalgorithm","Té algorisme"],["comparison","Comparació"],["properties","Propietats"],["studentanswer","Resposta de l'estudiant"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Els seus canvis es perdran si abandona la finestra."],["outputoptions","Opcions de sortida"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Totes les respostes han de ser correctes"],["distributegrade","Distribueix la nota"],["no","No"],["add","Afegir"],["replaceeditor","Substitueix l'editor"],["list","Llista"],["questionxml","Question XML"],["grammarurl","Grammar URL"],["reservedwords","Paraules reservades"],["forcebrackets","Les llistes sempre necessiten claus \"{}\"."],["commaasitemseparator","Utilitza la coma \",\" com a separador d'elements de llistes."],["confirmimportdeprecated","Importar la pregunta?\nAquesta pregunta conté característiques obsoletes. El procés d'importació pot canviar lleugerament el comportament de la pregunta. És altament recomanat comprovar cuidadosament la pregunta després de la importació."],["comparesets","Compara com a conjunts"],["nobracketslist","Llistes sense claus"],["warningtoleranceprecision","Hi ha menys dígits de precisió que dígits de tolerància."],["actionimport","Importar"],["actionexport","Exportar"],["usecase","Coincideix majúscules i minúscules"],["usespaces","Coincideix espais"],["notevaluate","Mantén els arguments sense avaluar"],["separators","Separadors"],["comma","Coma"],["commarole","Rol del caràcter coma ','"],["point","Punt"],["pointrole","Rol del caràcter punt '.'"],["space","Espai"],["spacerole","Rol del caràcter espai"],["decimalmark","Decimals"],["digitsgroup","Milers"],["listitems","Elements de llista"],["nothing","Cap"],["intervals","Intervals"],["warningprecision15","La precisió ha de ser entre 1 i 15."],["decimalSeparator","Decimals"],["thousandsSeparator","Milers"],["notation","Notació"],["invisible","Invisible"],["auto","Auto"],["fixedDecimal","Fixa"],["floatingDecimal","Decimal"],["scientific","Científica"],["example","Exemple"],["warningreltolfixedprec","Tolerància relativa amb notació de coma fixa."],["warningabstolfloatprec","Tolerància absoluta amb notació de coma flotant."],["answerinputinlinehand","WIRIS hand incrustat"],["absolutetolerance","Tolerància absoluta"],["clicktoeditalgorithm","Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a editar l'algorisme de la pregunta. Aprèn-ne més."],["launchwiriscas","Editar algorisme"],["sendinginitialsession","Enviant algorisme inicial."],["waitingforupdates","Esperant actualitzacions."],["sessionclosed","S'han desat tots els canvis."],["gotsession","Canvis desats (revisió ${n})."],["thecorrectansweris","La resposta correcta és"],["poweredby","Creat per"],["refresh","Renova la resposta correcta"],["fillwithcorrect","Omple amb la resposta correcta"],["runcalculator","Executar calculadora"],["clicktoruncalculator","Clica el botó per a descarregar i executar l'aplicació WIRIS cas per a fer els càlculs que necessiti. Aprèn-ne més."],["answer","resposta"],["lang","it"],["comparisonwithstudentanswer","Confronto con la risposta dello studente"],["otheracceptedanswers","Altre risposte accettate"],["equivalent_literal","Letteralmente uguale"],["equivalent_literal_correct_feedback","La risposta è letteralmente uguale a quella corretta."],["equivalent_symbolic","Matematicamente uguale"],["equivalent_symbolic_correct_feedback","La risposta è matematicamente uguale a quella corretta."],["equivalent_set","Uguale come serie"],["equivalent_set_correct_feedback","La risposta è una serie uguale a quella corretta."],["equivalent_equations","Equazioni equivalenti"],["equivalent_equations_correct_feedback","La risposta ha le stesse soluzioni di quella corretta."],["equivalent_function","Funzione di classificazione"],["equivalent_function_correct_feedback","La risposta è corretta."],["equivalent_all","Qualsiasi risposta"],["any","qualsiasi"],["gradingfunction","Funzione di classificazione"],["additionalproperties","Proprietà aggiuntive"],["structure","Struttura"],["none","nessuno"],["None","Nessuno"],["check_integer_form","corrisponde a un numero intero"],["check_integer_form_correct_feedback","La risposta è un numero intero."],["check_fraction_form","corrisponde a una frazione"],["check_fraction_form_correct_feedback","La risposta è una frazione."],["check_polynomial_form","corrisponde a un polinomio"],["check_polynomial_form_correct_feedback","La risposta è un polinomio."],["check_rational_function_form","corrisponde a una funzione razionale"],["check_rational_function_form_correct_feedback","La risposta è una funzione razionale."],["check_elemental_function_form","è una combinazione di funzioni elementari"],["check_elemental_function_form_correct_feedback","La risposta è un'espressione elementare."],["check_scientific_notation","è espressa in notazione scientifica"],["check_scientific_notation_correct_feedback","La risposta è espressa in notazione scientifica."],["more","Altro"],["check_simplified","è semplificata"],["check_simplified_correct_feedback","La risposta è semplificata."],["check_expanded","è espansa"],["check_expanded_correct_feedback","La risposta è espansa."],["check_factorized","è scomposta in fattori"],["check_factorized_correct_feedback","La risposta è scomposta in fattori."],["check_rationalized","è razionalizzata"],["check_rationalized_correct_feedback","La risposta è razionalizzata."],["check_no_common_factor","non ha fattori comuni"],["check_no_common_factor_correct_feedback","La risposta non ha fattori comuni."],["check_minimal_radicands","ha radicandi minimi"],["check_minimal_radicands_correct_feedback","La risposta contiene radicandi minimi."],["check_divisible","è divisibile per"],["check_divisible_correct_feedback","La risposta è divisibile per ${value}."],["check_common_denominator","ha un solo denominatore comune"],["check_common_denominator_correct_feedback","La risposta ha un solo denominatore comune."],["check_unit","ha un'unità equivalente a"],["check_unit_correct_feedback","La risposta è l'unità ${unit}."],["check_unit_literal","ha un'unità letteralmente uguale a"],["check_unit_literal_correct_feedback","La risposta è l'unità ${unit}."],["check_no_more_decimals","ha un numero inferiore o uguale di decimali rispetto a"],["check_no_more_decimals_correct_feedback","La risposta ha ${digits} o meno decimali."],["check_no_more_digits","ha un numero inferiore o uguale di cifre rispetto a"],["check_no_more_digits_correct_feedback","La risposta ha ${digits} o meno cifre."],["syntax_expression","Generale"],["syntax_expression_description","(formule, espressioni, equazioni, matrici etc.)"],["syntax_expression_correct_feedback","La sintassi della risposta è corretta."],["syntax_quantity","Quantità"],["syntax_quantity_description","(numeri, unità di misura, frazioni, frazioni miste, proporzioni etc.)"],["syntax_quantity_correct_feedback","La sintassi della risposta è corretta."],["syntax_list","Elenco"],["syntax_list_description","(elenchi senza virgola di separazione o parentesi)"],["syntax_list_correct_feedback","La sintassi della risposta è corretta."],["syntax_string","Testo"],["syntax_string_description","(parole, frasi, stringhe di caratteri)"],["syntax_string_correct_feedback","La sintassi della risposta è corretta."],["none","nessuno"],["edit","Modifica"],["accept","Accetta"],["cancel","Annulla"],["explog","esponenziale/logaritmica"],["trigonometric","trigonometrica"],["hyperbolic","iperbolica"],["arithmetic","aritmetica"],["all","tutto"],["tolerance","Tolleranza"],["relative","relativa"],["relativetolerance","Tolleranza relativa"],["precision","Precisione"],["implicit_times_operator","Operatore prodotto non visibile"],["times_operator","Operatore prodotto"],["imaginary_unit","Unità immaginaria"],["mixedfractions","Frazioni miste"],["constants","Costanti"],["functions","Funzioni"],["userfunctions","Funzioni utente"],["units","Unità"],["unitprefixes","Prefissi unità"],["syntaxparams","Opzioni di sintassi"],["syntaxparams_expression","Opzioni per elementi generali"],["syntaxparams_quantity","Opzioni per la quantità"],["syntaxparams_list","Opzioni per elenchi"],["allowedinput","Input consentito"],["manual","Manuale"],["correctanswer","Risposta corretta"],["variables","Variabili"],["validation","Verifica"],["preview","Anteprima"],["correctanswertabhelp","Inserisci la risposta corretta utilizzando l'editor WIRIS. Seleziona anche un comportamento per l'editor di formule se utilizzato dallo studente.\nNon potrai archiviare la risposta se non si tratta di un'espressione valida.\n"],["assertionstabhelp","Seleziona quali proprietà deve verificare la risposta dello studente. Ad esempio, se la risposta deve essere semplificata, scomposta in fattori o espressa in unità fisiche o se ha una precisione numerica specifica."],["variablestabhelp","Scrivi un algoritmo con WIRIS cas per creare variabili casuali: numeri, espressioni, diagrammi o funzioni di classificazione.\nPuoi anche specificare il formato delle variabili mostrate allo studente.\n"],["testtabhelp","Inserisci la risposta di un possibile studente per simulare il comportamento della domanda. Per questa operazione, utilizzi lo stesso strumento che utilizzerà lo studente.\nNota: puoi anche testare i criteri di valutazione, di risposta corretta e il feedback automatico.\n"],["start","Inizio"],["test","Test"],["clicktesttoevaluate","Fai clic sul pulsante Test per verificare la risposta attuale."],["correct","Risposta corretta."],["incorrect","Risposta sbagliata."],["partiallycorrect","Risposta corretta in parte."],["inputmethod","Metodo di input"],["compoundanswer","Risposta composta"],["answerinputinlineeditor","WIRIS editor integrato"],["answerinputpopupeditor","WIRIS editor nella finestra a comparsa"],["answerinputplaintext","Campo di input testo semplice"],["showauxiliarcas","Includi WIRIS cas"],["initialcascontent","Contenuto iniziale"],["tolerancedigits","Cifre di tolleranza"],["validationandvariables","Verifica e variabili"],["algorithmlanguage","Lingua algoritmo"],["calculatorlanguage","Lingua calcolatrice"],["hasalgorithm","Ha l'algoritmo"],["comparison","Confronto"],["properties","Proprietà"],["studentanswer","Risposta dello studente"],["poweredbywiris","Realizzato con WIRIS"],["yourchangeswillbelost","Se chiudi la finestra, le modifiche andranno perse."],["outputoptions","Opzioni risultato"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Tutte le risposte devono essere corrette"],["distributegrade","Fornisci voto"],["no","No"],["add","Aggiungi"],["replaceeditor","Sostituisci editor"],["list","Elenco"],["questionxml","XML domanda"],["grammarurl","URL grammatica"],["reservedwords","Parole riservate"],["forcebrackets","Gli elenchi devono sempre contenere le parentesi graffe \"{}\"."],["commaasitemseparator","Utilizza la virgola \",\" per separare gli elementi di un elenco."],["confirmimportdeprecated","Vuoi importare la domanda?\n La domanda che vuoi aprire contiene funzionalità obsolete. Il processo di importazione potrebbe modificare leggermente il comportamento della domanda. Ti consigliamo di controllare attentamente la domanda dopo l'importazione."],["comparesets","Confronta come serie"],["nobracketslist","Elenchi senza parentesi"],["warningtoleranceprecision","Le cifre di precisione sono inferiori a quelle di tolleranza."],["actionimport","Importazione"],["actionexport","Esportazione"],["usecase","Rispetta maiuscole/minuscole"],["usespaces","Rispetta spazi"],["notevaluate","Mantieni argomenti non valutati"],["separators","Separatori"],["comma","Virgola"],["commarole","Ruolo della virgola “,”"],["point","Punto"],["pointrole","Ruolo del punto “.”"],["space","Spazio"],["spacerole","Ruolo dello spazio"],["decimalmark","Cifre decimali"],["digitsgroup","Gruppi di cifre"],["listitems","Elenca elementi"],["nothing","Niente"],["intervals","Intervalli"],["warningprecision15","La precisione deve essere compresa tra 1 e 15."],["decimalSeparator","Decimale"],["thousandsSeparator","Migliaia"],["notation","Notazione"],["invisible","Invisibile"],["auto","Automatico"],["fixedDecimal","Fisso"],["floatingDecimal","Decimale"],["scientific","Scientifica"],["example","Esempio"],["warningreltolfixedprec","Tolleranza relativa con notazione decimale fissa."],["warningabstolfloatprec","Tolleranza assoluta con notazione decimale fluttuante."],["answerinputinlinehand","Applicazione WIRIS hand incorporata"],["absolutetolerance","Tolleranza assoluta"],["clicktoeditalgorithm","Il tuo browser non supporta Java. Fai clic sul pulsante per scaricare ed eseguire l’applicazione WIRIS cas che consente di modificare l’algoritmo della domanda."],["launchwiriscas","Avvia WIRIS cas"],["sendinginitialsession","Invio della sessione iniziale..."],["waitingforupdates","In attesa degli aggiornamenti..."],["sessionclosed","Comunicazione chiusa."],["gotsession","Ricevuta revisione ${n}."],["thecorrectansweris","La risposta corretta è"],["poweredby","Offerto da"],["refresh","Rinnova la risposta corretta"],["fillwithcorrect","Inserisci la risposta corretta"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","fr"],["comparisonwithstudentanswer","Comparaison avec la réponse de l'étudiant"],["otheracceptedanswers","Autres réponses acceptées"],["equivalent_literal","Strictement égal"],["equivalent_literal_correct_feedback","La réponse est strictement égale à la bonne réponse."],["equivalent_symbolic","Mathématiquement égal"],["equivalent_symbolic_correct_feedback","La réponse est mathématiquement égale à la bonne réponse."],["equivalent_set","Égal en tant qu'ensembles"],["equivalent_set_correct_feedback","L'ensemble de réponses est égal à la bonne réponse."],["equivalent_equations","Équations équivalentes"],["equivalent_equations_correct_feedback","La réponse partage les mêmes solutions que la bonne réponse."],["equivalent_function","Fonction de gradation"],["equivalent_function_correct_feedback","C'est la bonne réponse."],["equivalent_all","N'importe quelle réponse"],["any","quelconque"],["gradingfunction","Fonction de gradation"],["additionalproperties","Propriétés supplémentaires"],["structure","Structure"],["none","aucune"],["None","Aucune"],["check_integer_form","a la forme d'un entier."],["check_integer_form_correct_feedback","La réponse est un nombre entier."],["check_fraction_form","a la forme d'une fraction"],["check_fraction_form_correct_feedback","La réponse est une fraction."],["check_polynomial_form","a la forme d'un polynôme"],["check_polynomial_form_correct_feedback","La réponse est un polynôme."],["check_rational_function_form","a la forme d'une fonction rationnelle"],["check_rational_function_form_correct_feedback","La réponse est une fonction rationnelle."],["check_elemental_function_form","est une combinaison de fonctions élémentaires"],["check_elemental_function_form_correct_feedback","La réponse est une expression élémentaire."],["check_scientific_notation","est exprimé en notation scientifique"],["check_scientific_notation_correct_feedback","La réponse est exprimée en notation scientifique."],["more","Plus"],["check_simplified","est simplifié"],["check_simplified_correct_feedback","La réponse est simplifiée."],["check_expanded","est développé"],["check_expanded_correct_feedback","La réponse est développée."],["check_factorized","est factorisé"],["check_factorized_correct_feedback","La réponse est factorisée."],["check_rationalized"," : rationalisé"],["check_rationalized_correct_feedback","La réponse est rationalisée."],["check_no_common_factor","n'a pas de facteurs communs"],["check_no_common_factor_correct_feedback","La réponse n'a pas de facteurs communs."],["check_minimal_radicands","a des radicandes minimaux"],["check_minimal_radicands_correct_feedback","La réponse a des radicandes minimaux."],["check_divisible","est divisible par"],["check_divisible_correct_feedback","La réponse est divisible par ${value}."],["check_common_denominator","a un seul dénominateur commun"],["check_common_denominator_correct_feedback","La réponse inclut un seul dénominateur commun."],["check_unit","inclut une unité équivalente à"],["check_unit_correct_feedback","La bonne unité est ${unit}."],["check_unit_literal","a une unité strictement égale à"],["check_unit_literal_correct_feedback","La bonne unité est ${unit}."],["check_no_more_decimals","a le même nombre ou moins de décimales que"],["check_no_more_decimals_correct_feedback","La réponse inclut au plus ${digits} décimales."],["check_no_more_digits","a le même nombre ou moins de chiffres que"],["check_no_more_digits_correct_feedback","La réponse inclut au plus ${digits} chiffres."],["syntax_expression","Général"],["syntax_expression_description","(formules, expressions, équations, matrices…)"],["syntax_expression_correct_feedback","La syntaxe de la réponse est correcte."],["syntax_quantity","Quantité"],["syntax_quantity_description","(nombres, unités de mesure, fractions, fractions mixtes, proportions…)"],["syntax_quantity_correct_feedback","La syntaxe de la réponse est correcte."],["syntax_list","Liste"],["syntax_list_description","(listes sans virgule ou crochets de séparation)"],["syntax_list_correct_feedback","La syntaxe de la réponse est correcte."],["syntax_string","Texte"],["syntax_string_description","(mots, phrases, suites de caractères)"],["syntax_string_correct_feedback","La syntaxe de la réponse est correcte."],["none","aucune"],["edit","Modifier"],["accept","Accepter"],["cancel","Annuler"],["explog","exp/log"],["trigonometric","trigonométrique"],["hyperbolic","hyperbolique"],["arithmetic","arithmétique"],["all","toutes"],["tolerance","Tolérance"],["relative","relative"],["relativetolerance","Tolérance relative"],["precision","Précision"],["implicit_times_operator","Opérateur de multiplication invisible"],["times_operator","Opérateur de multiplication"],["imaginary_unit","Unité imaginaire"],["mixedfractions","Fractions mixtes"],["constants","Constantes"],["functions","Fonctions"],["userfunctions","Fonctions personnalisées"],["units","Unités"],["unitprefixes","Préfixes d'unité"],["syntaxparams","Options de syntaxe"],["syntaxparams_expression","Options générales"],["syntaxparams_quantity","Options de quantité"],["syntaxparams_list","Options de liste"],["allowedinput","Entrée autorisée"],["manual","Manuel"],["correctanswer","Bonne réponse"],["variables","Variables"],["validation","Validation"],["preview","Aperçu"],["correctanswertabhelp","Insérer la bonne réponse à l'aide du WIRIS Editor. Sélectionner aussi le comportement de l'éditeur de formule lorsque l'étudiant y fait appel.\n"],["assertionstabhelp","Sélectionner les propriétés que la réponse de l'étudiant doit satisfaire. Par exemple, si elle doit être simplifiée, factorisée, exprimée dans une unité physique ou présenter une précision chiffrée spécifique."],["variablestabhelp","Écrire un algorithme à l'aide de WIRIS CAS pour créer des variables aléatoires : des nombres, des expressions, des courbes ou une fonction de gradation. \nVous pouvez aussi spécifier un format des variables pour l'affichage à l'étudiant.\n"],["testtabhelp","Insérer une réponse possible de l'étudiant afin de simuler le comportement de la question. Vous utilisez le même outil que l'étudiant. \nNotez que vous pouvez aussi tester le critère d'évaluation, de réussite et les commentaires automatiques.\n"],["start","Démarrer"],["test","Tester"],["clicktesttoevaluate","Cliquer sur le bouton Test pour valider la réponse actuelle."],["correct","Correct !"],["incorrect","Incorrect !"],["partiallycorrect","Partiellement correct !"],["inputmethod","Méthode de saisie"],["compoundanswer","Réponse composée"],["answerinputinlineeditor","WIRIS Editor intégré"],["answerinputpopupeditor","WIRIS Editor dans une fenêtre"],["answerinputplaintext","Champ de saisie de texte brut"],["showauxiliarcas","Inclure WIRIS CAS"],["initialcascontent","Contenu initial"],["tolerancedigits","Tolérance en chiffres"],["validationandvariables","Validation et variables"],["algorithmlanguage","Langage d'algorithme"],["calculatorlanguage","Langage de calcul"],["hasalgorithm","Possède un algorithme"],["comparison","Comparaison"],["properties","Propriétés"],["studentanswer","Réponse de l'étudiant"],["poweredbywiris","Développé par WIRIS"],["yourchangeswillbelost","Vous perdrez vos modifications si vous fermez la fenêtre."],["outputoptions","Options de sortie"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Toutes les réponses doivent être correctes"],["distributegrade","Degré de distribution"],["no","Non"],["add","Ajouter"],["replaceeditor","Remplacer l'éditeur"],["list","Liste"],["questionxml","Question XML"],["grammarurl","URL de la grammaire"],["reservedwords","Mots réservés"],["forcebrackets","Les listes requièrent l'utilisation d'accolades « {} »."],["commaasitemseparator","Utiliser une virgule « , » comme séparateur d'éléments de liste."],["confirmimportdeprecated","Importer la question ? \nLa question que vous êtes sur le point d'ouvrir contient des fonctionnalités obsolètes. Il se peut que la procédure d'importation modifie légèrement le comportement de la question. Il est fortement recommandé de tester attentivement la question après l'importation."],["comparesets","Comparer en tant qu'ensembles"],["nobracketslist","Listes sans crochets"],["warningtoleranceprecision","Moins de chiffres pour la précision que pour la tolérance."],["actionimport","Importer"],["actionexport","Exporter"],["usecase","Respecter la casse"],["usespaces","Respecter les espaces"],["notevaluate","Conserver les arguments non évalués"],["separators","Séparateurs"],["comma","Virgule"],["commarole","Rôle du signe virgule « , »"],["point","Point"],["pointrole","Rôle du signe point « . »"],["space","Espace"],["spacerole","Rôle du signe espace"],["decimalmark","Chiffres après la virgule"],["digitsgroup","Groupes de chiffres"],["listitems","Éléments de liste"],["nothing","Rien"],["intervals","Intervalles"],["warningprecision15","La précision doit être entre 1 et 15."],["decimalSeparator","Virgule"],["thousandsSeparator","Milliers"],["notation","Notation"],["invisible","Invisible"],["auto","Auto."],["fixedDecimal","Fixe"],["floatingDecimal","Décimale"],["scientific","Scientifique"],["example","Exemple"],["warningreltolfixedprec","Tolérance relative avec la notation en mode virgule fixe."],["warningabstolfloatprec","Tolérance absolue avec la notation en mode virgule flottante."],["answerinputinlinehand","WIRIS écriture manuscrite intégrée"],["absolutetolerance","Tolérance absolue"],["clicktoeditalgorithm","Votre navigateur ne prend pas en charge Java. Cliquez sur le bouton pour télécharger et exécuter l’application WIRIS CAS et modifier l’algorithme de votre question."],["launchwiriscas","Lancer WIRIS CAS"],["sendinginitialsession","Envoi de la session de départ…"],["waitingforupdates","Attente des actualisations…"],["sessionclosed","Transmission fermée."],["gotsession","Révision reçue ${n}."],["thecorrectansweris","La bonne réponse est"],["poweredby","Basé sur"],["refresh","Confirmer la réponse correcte"],["fillwithcorrect","Remplir avec la réponse correcte"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","de"],["comparisonwithstudentanswer","Vergleich mit Schülerantwort"],["otheracceptedanswers","Weitere akzeptierte Antworten"],["equivalent_literal","Im Wortsinn äquivalent"],["equivalent_literal_correct_feedback","Die Antwort ist im Wortsinn äquivalent zur richtigen."],["equivalent_symbolic","Mathematisch äquivalent"],["equivalent_symbolic_correct_feedback","Die Antwort ist mathematisch äquivalent zur richtigen Antwort."],["equivalent_set","Äquivalent als Sätze"],["equivalent_set_correct_feedback","Der Fragensatz ist äquivalent zum richtigen."],["equivalent_equations","Äquivalente Gleichungen"],["equivalent_equations_correct_feedback","Die Antwort hat die gleichen Lösungen wie die richtige."],["equivalent_function","Benotungsfunktion"],["equivalent_function_correct_feedback","Die Antwort ist richtig."],["equivalent_all","Jede Antwort"],["any","Irgendeine"],["gradingfunction","Benotungsfunktion"],["additionalproperties","Zusätzliche Eigenschaften"],["structure","Struktur"],["none","Keine"],["None","Keine"],["check_integer_form","hat Form einer ganzen Zahl"],["check_integer_form_correct_feedback","Die Antwort ist eine ganze Zahl."],["check_fraction_form","hat Form einer Bruchzahl"],["check_fraction_form_correct_feedback","Die Antwort ist eine Bruchzahl."],["check_polynomial_form","hat Form eines Polynoms"],["check_polynomial_form_correct_feedback","Die Antwort ist ein Polynom."],["check_rational_function_form","hat Form einer rationalen Funktion"],["check_rational_function_form_correct_feedback","Die Antwort ist eine rationale Funktion."],["check_elemental_function_form","ist eine Kombination aus elementaren Funktionen"],["check_elemental_function_form_correct_feedback","Die Antwort ist ein elementarer Ausdruck."],["check_scientific_notation","ist in wissenschaftlicher Schreibweise ausgedrückt"],["check_scientific_notation_correct_feedback","Die Antwort ist in wissenschaftlicher Schreibweise ausgedrückt."],["more","Mehr"],["check_simplified","ist vereinfacht"],["check_simplified_correct_feedback","Die Antwort ist vereinfacht."],["check_expanded","ist erweitert"],["check_expanded_correct_feedback","Die Antwort ist erweitert."],["check_factorized","ist faktorisiert"],["check_factorized_correct_feedback","Die Antwort ist faktorisiert."],["check_rationalized","ist rationalisiert"],["check_rationalized_correct_feedback","Die Antwort ist rationalisiert."],["check_no_common_factor","hat keine gemeinsamen Faktoren"],["check_no_common_factor_correct_feedback","Die Antwort hat keine gemeinsamen Faktoren."],["check_minimal_radicands","weist minimale Radikanden auf"],["check_minimal_radicands_correct_feedback","Die Antwort weist minimale Radikanden auf."],["check_divisible","ist teilbar durch"],["check_divisible_correct_feedback","Die Antwort ist teilbar durch ${value}."],["check_common_denominator","hat einen einzigen gemeinsamen Nenner"],["check_common_denominator_correct_feedback","Die Antwort hat einen einzigen gemeinsamen Nenner."],["check_unit","hat äquivalente Einheit zu"],["check_unit_correct_feedback","Die Einheit der Antwort ist ${unit}."],["check_unit_literal","hat Einheit im Wortsinn äquivalent zu"],["check_unit_literal_correct_feedback","Die Einheit der Antwort ist ${unit}."],["check_no_more_decimals","hat weniger als oder gleich viele Dezimalstellen wie"],["check_no_more_decimals_correct_feedback","Die Antwort hat ${digits} oder weniger Dezimalstellen."],["check_no_more_digits","hat weniger oder gleich viele Stellen wie"],["check_no_more_digits_correct_feedback","Die Antwort hat ${digits} oder weniger Stellen."],["syntax_expression","Allgemein"],["syntax_expression_description","(Formeln, Ausdrücke, Gleichungen, Matrizen ...)"],["syntax_expression_correct_feedback","Die Syntax der Antwort ist richtig."],["syntax_quantity","Menge"],["syntax_quantity_description","(Zahlen, Maßeinheiten, Brüche, gemischte Brüche, Verhältnisse ...)"],["syntax_quantity_correct_feedback","Die Syntax der Antwort ist richtig."],["syntax_list","Liste"],["syntax_list_description","(Listen ohne Komma als Trennzeichen oder Klammern)"],["syntax_list_correct_feedback","Die Syntax der Antwort ist richtig."],["syntax_string","Text"],["syntax_string_description","(Wörter, Sätze, Zeichenketten)"],["syntax_string_correct_feedback","Die Syntax der Antwort ist richtig."],["none","Keine"],["edit","Bearbeiten"],["accept","Akzeptieren"],["cancel","Abbrechen"],["explog","exp/log"],["trigonometric","Trigonometrische"],["hyperbolic","Hyperbolische"],["arithmetic","Arithmetische"],["all","Alle"],["tolerance","Toleranz"],["relative","Relative"],["relativetolerance","Relative Toleranz"],["precision","Genauigkeit"],["implicit_times_operator","Unsichtbares Multiplikationszeichen"],["times_operator","Multiplikationszeichen"],["imaginary_unit","Imaginäre Einheit"],["mixedfractions","Gemischte Brüche"],["constants","Konstanten"],["functions","Funktionen"],["userfunctions","Nutzerfunktionen"],["units","Einheiten"],["unitprefixes","Einheitenpräfixe"],["syntaxparams","Syntaxoptionen"],["syntaxparams_expression","Optionen für Allgemein"],["syntaxparams_quantity","Optionen für Menge"],["syntaxparams_list","Optionen für Liste"],["allowedinput","Zulässige Eingabe"],["manual","Anleitung"],["correctanswer","Richtige Antwort"],["variables","Variablen"],["validation","Validierung"],["preview","Vorschau"],["correctanswertabhelp","Geben Sie die richtige Antwort unter Verwendung des WIRIS editors ein. Wählen Sie auch die Verhaltensweise des Formel-Editors, wenn er vom Schüler verwendet wird.\n"],["assertionstabhelp","Wählen Sie die Eigenschaften, welche die Schülerantwort erfüllen muss: Ob Sie zum Beispiel vereinfacht, faktorisiert, durch physikalische Einheiten ausgedrückt werden oder eine bestimmte numerische Genauigkeit aufweisen soll."],["variablestabhelp","Schreiben Sie einen Algorithmus mit WIRIS cas, um zufällige Variablen zu erstellen: Zahlen, Ausdrücke, grafische Darstellungen oder eine Benotungsfunktion. Sie können auch das Ausgabeformat bestimmen, in welchem die Variablen dem Schüler angezeigt werden.\n"],["testtabhelp","Geben Sie eine mögliche Schülerantwort ein, um die Verhaltensweise der Frage zu simulieren. Sie verwenden das gleiche Tool, das der Schüler verwenden wird. Beachten Sie bitte, dass Sie auch die Bewertungskriterien, den Erfolg und das automatische Feedback testen können.\n"],["start","Start"],["test","Testen"],["clicktesttoevaluate","Klicken Sie auf die Schaltfläche „Testen“, um die aktuelle Antwort zu validieren."],["correct","Richtig!"],["incorrect","Falsch!"],["partiallycorrect","Teilweise richtig!"],["inputmethod","Eingabemethode"],["compoundanswer","Zusammengesetzte Antwort"],["answerinputinlineeditor","WIRIS editor eingebettet"],["answerinputpopupeditor","WIRIS editor in Popup"],["answerinputplaintext","Eingabefeld mit reinem Text"],["showauxiliarcas","WIRIS cas einbeziehen"],["initialcascontent","Anfangsinhalt"],["tolerancedigits","Toleranzstellen"],["validationandvariables","Validierung und Variablen"],["algorithmlanguage","Algorithmussprache"],["calculatorlanguage","Sprache des Rechners"],["hasalgorithm","Hat Algorithmus"],["comparison","Vergleich"],["properties","Eigenschaften"],["studentanswer","Schülerantwort"],["poweredbywiris","Powered by WIRIS"],["yourchangeswillbelost","Bei Verlassen des Fensters gehen Ihre Änderungen verloren."],["outputoptions","Ausgabeoptionen"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Alle Antworten müssen richtig sein."],["distributegrade","Note zuweisen"],["no","Nein"],["add","Hinzufügen"],["replaceeditor","Editor ersetzen"],["list","Liste"],["questionxml","Frage-XML"],["grammarurl","Grammatik-URL"],["reservedwords","Reservierte Wörter"],["forcebrackets","Listen benötigen immer geschweifte Klammern „{}“."],["commaasitemseparator","Verwenden Sie ein Komma „,“ zur Trennung von Listenelementen."],["confirmimportdeprecated","Frage importieren? Die Frage, die Sie öffnen möchten, beinhaltet veraltete Merkmale. Durch den Importvorgang kann die Verhaltensweise der Frage leicht verändert werden. Es wird dringend empfohlen, die Frage nach dem Importieren gründlich zu überprüfen."],["comparesets","Als Mengen vergleichen"],["nobracketslist","Listen ohne Klammern"],["warningtoleranceprecision","Weniger Genauigkeitstellen als Toleranzstellen."],["actionimport","Importieren"],["actionexport","Exportieren"],["usecase","Schreibung anpassen"],["usespaces","Abstände anpassen"],["notevaluate","Argumente unausgewertet lassen"],["separators","Trennzeichen"],["comma","Komma"],["commarole","Funktion des Kommazeichens „,“"],["point","Punkt"],["pointrole","Funktion des Punktzeichens „.“"],["space","Leerzeichen"],["spacerole","Funktion des Leerzeichens"],["decimalmark","Dezimalstellen"],["digitsgroup","Zahlengruppen"],["listitems","Listenelemente"],["nothing","Nichts"],["intervals","Intervalle"],["warningprecision15","Die Präzision muss zwischen 1 und 15 liegen."],["decimalSeparator","Dezimalstelle"],["thousandsSeparator","Tausender"],["notation","Notation"],["invisible","Unsichtbar"],["auto","Automatisch"],["fixedDecimal","Feste"],["floatingDecimal","Dezimalstelle"],["scientific","Wissenschaftlich"],["example","Beispiel"],["warningreltolfixedprec","Relative Toleranz mit fester Dezimalnotation."],["warningabstolfloatprec","Absolute Toleranz mit fließender Dezimalnotation."],["answerinputinlinehand","WIRIS hand eingebettet"],["absolutetolerance","Absolute Toleranz"],["clicktoeditalgorithm","Ihr Browser unterstützt kein Java. Klicken Sie auf die Schaltfläche, um die Anwendung WIRIS cas herunterzuladen und auszuführen. Mit dieser können Sie den Fragen-Algorithmus bearbeiten."],["launchwiriscas","WIRIS cas starten"],["sendinginitialsession","Ursprüngliche Sitzung senden ..."],["waitingforupdates","Auf Updates warten ..."],["sessionclosed","Kommunikation geschlossen."],["gotsession","Empfangene Überarbeitung ${n}."],["thecorrectansweris","Die richtige Antwort ist"],["poweredby","Angetrieben durch "],["refresh","Korrekte Antwort erneuern"],["fillwithcorrect","Mit korrekter Antwort ausfüllen"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","el"],["comparisonwithstudentanswer","Σύγκριση με απάντηση μαθητή"],["otheracceptedanswers","Άλλες αποδεκτές απαντήσεις"],["equivalent_literal","Κυριολεκτικά ίση"],["equivalent_literal_correct_feedback","Η απάντηση είναι κυριολεκτικά ίση με τη σωστή."],["equivalent_symbolic","Μαθηματικά ίση"],["equivalent_symbolic_correct_feedback","Η απάντηση είναι μαθηματικά ίση με τη σωστή."],["equivalent_set","Ίσα σύνολα"],["equivalent_set_correct_feedback","Το σύνολο της απάντησης είναι ίσο με το σωστό."],["equivalent_equations","Ισοδύναμες εξισώσεις"],["equivalent_equations_correct_feedback","Η απάντηση έχει τις ίδιες λύσεις με τη σωστή."],["equivalent_function","Συνάρτηση βαθμολόγησης"],["equivalent_function_correct_feedback","Η απάντηση είναι σωστή."],["equivalent_all","Οποιαδήποτε απάντηση"],["any","οποιαδήποτε"],["gradingfunction","Συνάρτηση βαθμολόγησης"],["additionalproperties","Πρόσθετες ιδιότητες"],["structure","Δομή"],["none","καμία"],["None","Καμία"],["check_integer_form","έχει μορφή ακέραιου"],["check_integer_form_correct_feedback","Η απάντηση είναι ένας ακέραιος."],["check_fraction_form","έχει μορφή κλάσματος"],["check_fraction_form_correct_feedback","Η απάντηση είναι ένα κλάσμα."],["check_polynomial_form","έχει πολυωνυμική μορφή"],["check_polynomial_form_correct_feedback","Η απάντηση είναι ένα πολυώνυμο."],["check_rational_function_form","έχει μορφή λογικής συνάρτησης"],["check_rational_function_form_correct_feedback","Η απάντηση είναι μια λογική συνάρτηση."],["check_elemental_function_form","είναι συνδυασμός στοιχειωδών συναρτήσεων"],["check_elemental_function_form_correct_feedback","Η απάντηση είναι μια στοιχειώδης έκφραση."],["check_scientific_notation","εκφράζεται με επιστημονική σημειογραφία"],["check_scientific_notation_correct_feedback","Η απάντηση εκφράζεται με επιστημονική σημειογραφία."],["more","Περισσότερες"],["check_simplified","είναι απλοποιημένη"],["check_simplified_correct_feedback","Η απάντηση είναι απλοποιημένη."],["check_expanded","είναι ανεπτυγμένη"],["check_expanded_correct_feedback","Η απάντηση είναι ανεπτυγμένη."],["check_factorized","είναι παραγοντοποιημένη"],["check_factorized_correct_feedback","Η απάντηση είναι παραγοντοποιημένη."],["check_rationalized","είναι αιτιολογημένη"],["check_rationalized_correct_feedback","Η απάντηση είναι αιτιολογημένη."],["check_no_common_factor","δεν έχει κοινούς συντελεστές"],["check_no_common_factor_correct_feedback","Η απάντηση δεν έχει κοινούς συντελεστές."],["check_minimal_radicands","έχει ελάχιστα υπόρριζα"],["check_minimal_radicands_correct_feedback","Η απάντηση έχει ελάχιστα υπόρριζα."],["check_divisible","διαιρείται με το"],["check_divisible_correct_feedback","Η απάντηση διαιρείται με το ${value}."],["check_common_denominator","έχει έναν κοινό παρονομαστή"],["check_common_denominator_correct_feedback","Η απάντηση έχει έναν κοινό παρονομαστή."],["check_unit","έχει μονάδα ισοδύναμη με"],["check_unit_correct_feedback","Η μονάδα της απάντηση είναι ${unit}."],["check_unit_literal","έχει μονάδα κυριολεκτικά ίση με"],["check_unit_literal_correct_feedback","Η μονάδα της απάντηση είναι ${unit}."],["check_no_more_decimals","έχει λιγότερα ή ίσα δεκαδικά του"],["check_no_more_decimals_correct_feedback","Η απάντηση έχει ${digits} ή λιγότερα δεκαδικά."],["check_no_more_digits","έχει λιγότερα ή ίσα ψηφία του"],["check_no_more_digits_correct_feedback","Η απάντηση έχει ${digits} ή λιγότερα ψηφία."],["syntax_expression","Γενικά"],["syntax_expression_description","(τύποι, εκφράσεις, εξισώσεις, μήτρες...)"],["syntax_expression_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["syntax_quantity","Ποσότητα"],["syntax_quantity_description","(αριθμοί, μονάδες μέτρησης, κλάσματα, μικτά κλάσματα, αναλογίες,...)"],["syntax_quantity_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["syntax_list","Λίστα"],["syntax_list_description","(λίστες χωρίς διαχωριστικό κόμμα ή παρενθέσεις)"],["syntax_list_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["syntax_string","Κείμενο"],["syntax_string_description","(λέξεις, προτάσεις, συμβολοσειρές χαρακτήρων)"],["syntax_string_correct_feedback","Η σύνταξη της απάντησης είναι σωστή."],["none","καμία"],["edit","Επεξεργασία"],["accept","ΟΚ"],["cancel","Άκυρο"],["explog","exp/log"],["trigonometric","τριγωνομετρική"],["hyperbolic","υπερβολική"],["arithmetic","αριθμητική"],["all","όλες"],["tolerance","Ανοχή"],["relative","σχετική"],["relativetolerance","Σχετική ανοχή"],["precision","Ακρίβεια"],["implicit_times_operator","Μη ορατός τελεστής επί"],["times_operator","Τελεστής επί"],["imaginary_unit","Φανταστική μονάδα"],["mixedfractions","Μικτά κλάσματα"],["constants","Σταθερές"],["functions","Συναρτήσεις"],["userfunctions","Συναρτήσεις χρήστη"],["units","Μονάδες"],["unitprefixes","Προθέματα μονάδων"],["syntaxparams","Επιλογές σύνταξης"],["syntaxparams_expression","Επιλογές για γενικά"],["syntaxparams_quantity","Επιλογές για ποσότητα"],["syntaxparams_list","Επιλογές για λίστα"],["allowedinput","Επιτρεπόμενο στοιχείο εισόδου"],["manual","Εγχειρίδιο"],["correctanswer","Σωστή απάντηση"],["variables","Μεταβλητές"],["validation","Επικύρωση"],["preview","Προεπισκόπηση"],["correctanswertabhelp","Εισαγάγετε τη σωστή απάντηση χρησιμοποιώντας τον επεξεργαστή WIRIS. Επιλέξτε επίσης τη συμπεριφορά για τον επεξεργαστή τύπων, όταν χρησιμοποιείται από τον μαθητή."],["assertionstabhelp","Επιλέξτε τις ιδιότητες που πρέπει να ικανοποιεί η απάντηση του μαθητή. Για παράδειγμα, εάν πρέπει να είναι απλοποιημένη, παραγοντοποιημένη, εκφρασμένη σε φυσικές μονάδες ή να έχει συγκεκριμένη αριθμητική ακρίβεια."],["variablestabhelp","Γράψτε έναν αλγόριθμο με το WIRIS cas για να δημιουργήσετε τυχαίες μεταβλητές: αριθμούς, εκφράσεις, σχεδιαγράμματα ή μια συνάρτηση βαθμολόγησης. Μπορείτε επίσης να καθορίσετε τη μορφή εξόδου των μεταβλητών που θα εμφανίζονται στον μαθητή."],["testtabhelp","Εισαγάγετε μια πιθανή απάντηση του μαθητή για να προσομοιώσετε τη συμπεριφορά της ερώτησης. Χρησιμοποιείτε το ίδιο εργαλείο με αυτό που θα χρησιμοποιήσει ο μαθητής. Σημειώνεται ότι μπορείτε επίσης να ελέγξετε τα κριτήρια αξιολόγησης, την επιτυχία και τα αυτόματα σχόλια."],["start","Έναρξη"],["test","Δοκιμή"],["clicktesttoevaluate","Κάντε κλικ στο κουμπί «Δοκιμή» για να επικυρώσετε τη σωστή απάντηση."],["correct","Σωστό!"],["incorrect","Λάθος!"],["partiallycorrect","Εν μέρει σωστό!"],["inputmethod","Μέθοδος εισόδου"],["compoundanswer","Σύνθετη απάντηση"],["answerinputinlineeditor","Επεξεργαστής WIRIS ενσωματωμένος"],["answerinputpopupeditor","Επεξεργαστής WIRIS σε αναδυόμενο πλαίσιο"],["answerinputplaintext","Πεδίο εισόδου απλού κειμένου"],["showauxiliarcas","Συμπερίληψη WIRIS cas"],["initialcascontent","Αρχικό περιεχόμενο"],["tolerancedigits","Ψηφία ανοχής"],["validationandvariables","Επικύρωση και μεταβλητές"],["algorithmlanguage","Γλώσσα αλγόριθμου"],["calculatorlanguage","Γλώσσα υπολογιστή"],["hasalgorithm","Έχει αλγόριθμο"],["comparison","Σύγκριση"],["properties","Ιδιότητες"],["studentanswer","Απάντηση μαθητή"],["poweredbywiris","Παρέχεται από τη WIRIS"],["yourchangeswillbelost","Οι αλλαγές σας θα χαθούν εάν αποχωρήσετε από το παράθυρο."],["outputoptions","Επιλογές εξόδου"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Όλες οι απαντήσεις πρέπει να είναι σωστές"],["distributegrade","Κατανομή βαθμών"],["no","Όχι"],["add","Προσθήκη"],["replaceeditor","Αντικατάσταση επεξεργαστή"],["list","Λίστα"],["questionxml","XML ερώτησης"],["grammarurl","URL γραμματικής"],["reservedwords","Ανεστραμμένες λέξεις"],["forcebrackets","Για τις λίστες χρειάζονται πάντα άγκιστρα «{}»."],["commaasitemseparator","Χρησιμοποιήστε το κόμμα «,» ως διαχωριστικό στοιχείων λίστας."],["confirmimportdeprecated","Εισαγωγή της ερώτησης; Η ερώτηση που πρόκειται να ανοίξετε περιέχει δυνατότητες που έχουν καταργηθεί. Η διαδικασία εισαγωγής μπορεί να αλλάξει λίγο τη συμπεριφορά της ερώτησης. Θα πρέπει να εξετάσετε προσεκτικά την ερώτηση μετά από την εισαγωγή της."],["comparesets","Σύγκριση ως συνόλων"],["nobracketslist","Λίστες χωρίς άγκιστρα"],["warningtoleranceprecision","Λιγότερα ψηφία ακρίβειας από τα ψηφία ανοχής."],["actionimport","Εισαγωγή"],["actionexport","Εξαγωγή"],["usecase","Συμφωνία πεζών-κεφαλαίων"],["usespaces","Συμφωνία διαστημάτων"],["notevaluate","Διατήρηση των ορισμάτων χωρίς αξιολόγηση"],["separators","Διαχωριστικά"],["comma","Κόμμα"],["commarole","Ρόλος του χαρακτήρα «,» (κόμμα)"],["point","Τελεία"],["pointrole","Ρόλος του χαρακτήρα «.» (τελεία)"],["space","Διάστημα"],["spacerole","Ρόλος του χαρακτήρα διαστήματος"],["decimalmark","Δεκαδικά ψηφία"],["digitsgroup","Ομάδες ψηφίων"],["listitems","Στοιχεία λίστας"],["nothing","Τίποτα"],["intervals","Διαστήματα"],["warningprecision15","Η ακρίβεια πρέπει να είναι μεταξύ 1 και 15."],["decimalSeparator","Δεκαδικό"],["thousandsSeparator","Χιλιάδες"],["notation","Σημειογραφία"],["invisible","Μη ορατό"],["auto","Αυτόματα"],["fixedDecimal","Σταθερό"],["floatingDecimal","Δεκαδικό"],["scientific","Επιστημονικό"],["example","Παράδειγμα"],["warningreltolfixedprec","Σχετική ανοχή με σημειογραφία σταθερής υποδιαστολής."],["warningabstolfloatprec","Απόλυτη ανοχή με σημειογραφία κινητής υποδιαστολής."],["answerinputinlinehand","WIRIS ενσωματωμένο"],["absolutetolerance","Απόλυτη ανοχή"],["clicktoeditalgorithm","Το πρόγραμμα περιήγησης που χρησιμοποιείτε δεν υποστηρίζει Java. Κάντε κλικ στο κουμπί για τη λήψη και την εκτέλεση της εφαρμογής WIRIS cas για επεξεργασία του αλγόριθμου ερώτησης."],["launchwiriscas","Εκκίνηση του WIRIS cas"],["sendinginitialsession","Αποστολή αρχικής περιόδου σύνδεσης..."],["waitingforupdates","Αναμονή για ενημερώσεις..."],["sessionclosed","Η επικοινωνία έκλεισε."],["gotsession","Λήφθηκε αναθεώρηση ${n}."],["thecorrectansweris","Η σωστή απάντηση είναι"],["poweredby","Με την υποστήριξη της"],["refresh","Ανανέωση της σωστής απάντησης"],["fillwithcorrect","Συμπλήρωση με τη σωστή απάντηση"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","pt_br"],["comparisonwithstudentanswer","Comparação com a resposta do aluno"],["otheracceptedanswers","Outras respostas aceitas"],["equivalent_literal","Literalmente igual"],["equivalent_literal_correct_feedback","A resposta é literalmente igual à correta."],["equivalent_symbolic","Matematicamente igual"],["equivalent_symbolic_correct_feedback","A resposta é matematicamente igual à correta."],["equivalent_set","Iguais aos conjuntos"],["equivalent_set_correct_feedback","O conjunto de respostas é igual ao correto."],["equivalent_equations","Equações equivalentes"],["equivalent_equations_correct_feedback","A resposta tem as mesmas soluções da correta."],["equivalent_function","Cálculo da nota"],["equivalent_function_correct_feedback","A resposta está correta."],["equivalent_all","Qualquer reposta"],["any","qualquer"],["gradingfunction","Cálculo da nota"],["additionalproperties","Propriedades adicionais"],["structure","Estrutura"],["none","nenhuma"],["None","Nenhuma"],["check_integer_form","tem forma de número inteiro"],["check_integer_form_correct_feedback","A resposta é um número inteiro."],["check_fraction_form","tem forma de fração"],["check_fraction_form_correct_feedback","A resposta é uma fração."],["check_polynomial_form","tem forma polinomial"],["check_polynomial_form_correct_feedback","A resposta é um polinomial."],["check_rational_function_form","tem forma de função racional"],["check_rational_function_form_correct_feedback","A resposta é uma função racional."],["check_elemental_function_form","é uma combinação de funções elementárias"],["check_elemental_function_form_correct_feedback","A resposta é uma expressão elementar."],["check_scientific_notation","é expressa em notação científica"],["check_scientific_notation_correct_feedback","A resposta é expressa em notação científica."],["more","Mais"],["check_simplified","é simplificada"],["check_simplified_correct_feedback","A resposta é simplificada."],["check_expanded","é expandida"],["check_expanded_correct_feedback","A resposta é expandida."],["check_factorized","é fatorizada"],["check_factorized_correct_feedback","A resposta é fatorizada."],["check_rationalized","é racionalizada"],["check_rationalized_correct_feedback","A resposta é racionalizada."],["check_no_common_factor","não tem fatores comuns"],["check_no_common_factor_correct_feedback","A resposta não tem fatores comuns."],["check_minimal_radicands","tem radiciação mínima"],["check_minimal_radicands_correct_feedback","A resposta tem radiciação mínima."],["check_divisible","é divisível por"],["check_divisible_correct_feedback","A resposta é divisível por ${value}."],["check_common_denominator","tem um único denominador comum"],["check_common_denominator_correct_feedback","A resposta tem um único denominador comum."],["check_unit","tem unidade equivalente a"],["check_unit_correct_feedback","A unidade da resposta é ${unit}."],["check_unit_literal","tem unidade literalmente igual a"],["check_unit_literal_correct_feedback","A unidade da resposta é ${unit}."],["check_no_more_decimals","tem menos ou os mesmos decimais que"],["check_no_more_decimals_correct_feedback","A resposta tem ${digits} decimais ou menos."],["check_no_more_digits","tem menos ou os mesmos dígitos que"],["check_no_more_digits_correct_feedback","A resposta tem ${digits} dígitos ou menos."],["syntax_expression","Geral"],["syntax_expression_description","(fórmulas, expressões, equações, matrizes...)"],["syntax_expression_correct_feedback","A sintaxe da resposta está correta."],["syntax_quantity","Quantidade"],["syntax_quantity_description","(números, unidades de medida, frações, frações mistas, proporções...)"],["syntax_quantity_correct_feedback","A sintaxe da resposta está correta."],["syntax_list","Lista"],["syntax_list_description","(listas sem separação por vírgula ou chaves)"],["syntax_list_correct_feedback","A sintaxe da resposta está correta."],["syntax_string","Texto"],["syntax_string_description","(palavras, frases, sequências de caracteres)"],["syntax_string_correct_feedback","A sintaxe da resposta está correta."],["none","nenhuma"],["edit","Editar"],["accept","OK"],["cancel","Cancelar"],["explog","exp/log"],["trigonometric","trigonométrica"],["hyperbolic","hiperbólica"],["arithmetic","aritmética"],["all","tudo"],["tolerance","Tolerância"],["relative","relativa"],["relativetolerance","Tolerância relativa"],["precision","Precisão"],["implicit_times_operator","Sinal de multiplicação invisível"],["times_operator","Sinal de multiplicação"],["imaginary_unit","Unidade imaginária"],["mixedfractions","Frações mistas"],["constants","Constantes"],["functions","Funções"],["userfunctions","Funções do usuário"],["units","Unidades"],["unitprefixes","Prefixos das unidades"],["syntaxparams","Opções de sintaxe"],["syntaxparams_expression","Opções gerais"],["syntaxparams_quantity","Opções de quantidade"],["syntaxparams_list","Opções de lista"],["allowedinput","Entrada permitida"],["manual","Manual"],["correctanswer","Resposta correta"],["variables","Variáveis"],["validation","Validação"],["preview","Prévia"],["correctanswertabhelp","Insira a resposta correta usando o WIRIS editor. Selecione também o comportamento do editor de fórmulas quando usado pelo aluno."],["assertionstabhelp","Selecione quais propriedades a resposta do aluno deve verificar. Por exemplo, se ela deve ser simplificada, fatorizada, expressa em unidades físicas ou ter uma precisão numérica específica."],["variablestabhelp","Escreva um algoritmo com o WIRIS cas para criar variáveis aleatórias: números, expressões, gráficos ou cálculo de nota. Você também pode especificar o formato de saída das variáveis exibidas para o aluno."],["testtabhelp","Insira um estudante em potencial para simular o comportamento da questão. Você está usando a mesma ferramenta que o aluno usará. Note que também é possível testar o critério de avaliação, sucesso e comentário automático."],["start","Iniciar"],["test","Testar"],["clicktesttoevaluate","Clique no botão Testar para validar a resposta atual."],["correct","Correta!"],["incorrect","Incorreta!"],["partiallycorrect","Parcialmente correta!"],["inputmethod","Método de entrada"],["compoundanswer","Resposta composta"],["answerinputinlineeditor","WIRIS editor integrado"],["answerinputpopupeditor","WIRIS editor em pop up"],["answerinputplaintext","Campo de entrada de texto simples"],["showauxiliarcas","Incluir WIRIS cas"],["initialcascontent","Conteúdo inicial"],["tolerancedigits","Dígitos de tolerância"],["validationandvariables","Validação e variáveis"],["algorithmlanguage","Linguagem do algoritmo"],["calculatorlanguage","Linguagem da calculadora"],["hasalgorithm","Tem algoritmo"],["comparison","Comparação"],["properties","Propriedades"],["studentanswer","Resposta do aluno"],["poweredbywiris","Fornecido por WIRIS"],["yourchangeswillbelost","As alterações serão perdidas se você sair da janela."],["outputoptions","Opções de saída"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Todas as respostas devem estar corretas"],["distributegrade","Distribuir notas"],["no","Não"],["add","Adicionar"],["replaceeditor","Substituir editor"],["list","Lista"],["questionxml","XML da pergunta"],["grammarurl","URL da gramática"],["reservedwords","Palavras reservadas"],["forcebrackets","As listas sempre precisam de chaves “{}”."],["commaasitemseparator","Use vírgula “,” para separar itens na lista."],["confirmimportdeprecated","Importar questão? A questão prestes a ser aberta contém recursos ultrapassados. O processo de importação pode alterar um pouco o comportamento da questão. É recomendável que você teste a questão atentamente após importá-la."],["comparesets","Comparar como conjuntos"],["nobracketslist","Listas sem chaves"],["warningtoleranceprecision","Menos dígitos de precisão do que dígitos de tolerância."],["actionimport","Importar"],["actionexport","Exportar"],["usecase","Coincidir maiúsculas/minúsculas"],["usespaces","Coincidir espaços"],["notevaluate","Manter argumentos não avaliados"],["separators","Separadores"],["comma","Vírgula"],["commarole","Função do caractere vírgula “,”"],["point","Ponto"],["pointrole","Função do caractere ponto “.”"],["space","Espaço"],["spacerole","Função do caractere espaço"],["decimalmark","Dígitos decimais"],["digitsgroup","Grupos de dígitos"],["listitems","Itens da lista"],["nothing","Nada"],["intervals","Intervalos"],["warningprecision15","A precisão deve estar entre 1 e 15."],["decimalSeparator","Decimal"],["thousandsSeparator","Milhares"],["notation","Notação"],["invisible","Invisível"],["auto","Automática"],["fixedDecimal","Fixa"],["floatingDecimal","Decimal"],["scientific","Científica"],["example","Exemplo"],["warningreltolfixedprec","Tolerância relativa com notação decimal fixa."],["warningabstolfloatprec","Tolerância absoluta com notação decimal flutuante."],["answerinputinlinehand","WIRIS hand integrado"],["absolutetolerance","Tolerância absoluta"],["clicktoeditalgorithm","O navegador não é compatível com Java. Clique no botão para baixar e executar o aplicativo WIRIS cas e editar o algoritmo da questão."],["launchwiriscas","Abrir WIRIS cas"],["sendinginitialsession","Enviando sessão inicial..."],["waitingforupdates","Aguardando atualizações..."],["sessionclosed","Comunicação fechada."],["gotsession","Revisão ${n} recebida."],["thecorrectansweris","A resposta correta é"],["poweredby","Fornecido por"],["refresh","Renovar resposta correta"],["fillwithcorrect","Preencher resposta correta"],["runcalculator","Run calculator"],["clicktoruncalculator","Click the button to download and run WIRIS cas application to make the calculations you need. Learn more."],["answer","answer"],["lang","no"],["comparisonwithstudentanswer","Sammenligning med studentens svar"],["otheracceptedanswers","Andre godtatte svar"],["equivalent_literal","Nøyaktig lik"],["equivalent_literal_correct_feedback","Svaret er nøyaktig lik det riktige."],["equivalent_symbolic","Matematisk likt"],["equivalent_symbolic_correct_feedback","Svaret er matematisk likt det riktige."],["equivalent_set","Like som sett"],["equivalent_set_correct_feedback","Svarsettet er likt det riktige."],["equivalent_equations","Ekvivalente ligninger"],["equivalent_equations_correct_feedback","Svaret har de samme løsningene som det riktige."],["equivalent_function","Graderingsfunksjon"],["equivalent_function_correct_feedback","Svaret er riktig."],["equivalent_all","Vilkårlig svar"],["any","hvilket som helst"],["gradingfunction","Graderingsfunksjon"],["additionalproperties","Ekstra egenskaper"],["structure","Struktur"],["none","ingen"],["None","Ingen"],["check_integer_form","har heltallsform"],["check_integer_form_correct_feedback","Svaret er et heltall."],["check_fraction_form","har brøkform"],["check_fraction_form_correct_feedback","Svaret er en brøk."],["check_polynomial_form","har polynomisk form"],["check_polynomial_form_correct_feedback","Svaret er et polynom."],["check_rational_function_form","er en rasjonell funksjon"],["check_rational_function_form_correct_feedback","Svaret er en rasjonell funksjon."],["check_elemental_function_form","er en kombinasjon av elementære funksjoner"],["check_elemental_function_form_correct_feedback","Svaret er et elementært uttrykk."],["check_scientific_notation","er uttrykt med vitenskapelig notasjon"],["check_scientific_notation_correct_feedback","Svaret er uttrykt med vitenskapelig notasjon."],["more","Mer"],["check_simplified","er forenklet"],["check_simplified_correct_feedback","Svaret er forenklet."],["check_expanded","er utvidet"],["check_expanded_correct_feedback","Svaret er utvidet."],["check_factorized","er faktorisert"],["check_factorized_correct_feedback","Svaret er faktorisert."],["check_rationalized","er rasjonalt"],["check_rationalized_correct_feedback","Svaret er rasjonalt."],["check_no_common_factor","har ingen felles faktorer"],["check_no_common_factor_correct_feedback","Svaret har ingen felles faktorer."],["check_minimal_radicands","har minimumsradikanter"],["check_minimal_radicands_correct_feedback","Svaret har minimumsradikanter."],["check_divisible","er delelig på"],["check_divisible_correct_feedback","Svaret er delelig på ${value}."],["check_common_denominator","har en enkel fellesnevner"],["check_common_denominator_correct_feedback","Svaret har en enkel fellesnevner."],["check_unit","har enhet ekvivalent med"],["check_unit_correct_feedback","Svaret har enheten ${unit}."],["check_unit_literal","har en enhet som er nøyaktig lik"],["check_unit_literal_correct_feedback","Svaret har enheten ${unit}."],["check_no_more_decimals","har opptil like mange desimaler som"],["check_no_more_decimals_correct_feedback","Svaret har ${digits} eller færre desimaler."],["check_no_more_digits","har opptil like mange sifre som"],["check_no_more_digits_correct_feedback","Svaret har ${digits} eller færre sifre."],["syntax_expression","Generelt"],["syntax_expression_description","(formler, uttrykk, ligninger, matriser …)"],["syntax_expression_correct_feedback","Svaret har riktig syntaks."],["syntax_quantity","Mengde"],["syntax_quantity_description","(tall, måleenheter, brøker, blandede brøker, forhold …)"],["syntax_quantity_correct_feedback","Svaret har riktig syntaks."],["syntax_list","Liste"],["syntax_list_description","(lister uten kommaskilletegn eller parentes)"],["syntax_list_correct_feedback","Svaret har riktig syntaks."],["syntax_string","Tekst"],["syntax_string_description","(ord, setninger, tegnstrenger)"],["syntax_string_correct_feedback","Svaret har riktig syntaks."],["none","ingen"],["edit","Rediger"],["accept","OK"],["cancel","Avbryt"],["explog","exp/log"],["trigonometric","trigonometri"],["hyperbolic","hyperbolsk"],["arithmetic","aritmetikk"],["all","alle"],["tolerance","Toleranse"],["relative","relativ"],["relativetolerance","Relativ toleranse"],["precision","Presisjon"],["implicit_times_operator","Usynlig gangeoperatør"],["times_operator","Gangeoperatør"],["imaginary_unit","Imaginær enhet"],["mixedfractions","Blandede brøker"],["constants","Konstanter"],["functions","Funksjoner"],["userfunctions","Brukerfunksjoner"],["units","Enheter"],["unitprefixes","Enhetsprefikser"],["syntaxparams","Syntaksvalg"],["syntaxparams_expression","Valg for generelt"],["syntaxparams_quantity","Valg for mengde"],["syntaxparams_list","Valg for liste"],["allowedinput","Tillatte inndata"],["manual","Manuell"],["correctanswer","Riktig svar"],["variables","Variabler"],["validation","Kontroll"],["preview","Forhåndsvis"],["correctanswertabhelp","Skriv inn riktig svar med WIRIS-redigeringsprogrammet. Velg også hvordan formelredigerings-programmet skal oppføre seg når det brukes av studenten.\n"],["assertionstabhelp","Velg hvilke egenskaper studentens svar må verifisere. For eksempel om det må forenkles, faktoriseres, uttrykkes med fysiske enheter eller har en bestemt numerisk nøyaktighet."],["variablestabhelp","Skriv en algoritme med WIRIS cas for å lage tilfeldige variabler: tall, uttrykk, plott eller en graderingsfunksjon.\nDu kan også spesifisere utdataformatet for variablene som vises for studenten.\n"],["testtabhelp","Sett inn et eventuelt studentsvar for å simulere hvordan spørsmålet vil fungere. Du bruker det samme verktøyet som studenten vil bruke.\nDu kan også teste vurderingskriteriene, utfallet og den automatiske tilbakemeldingen.\n"],["start","Start"],["test","Test"],["clicktesttoevaluate","Klikk på Test-knappen for å kontrollere det gjeldende svaret."],["correct","Riktig svar!"],["incorrect","Feil svar!"],["partiallycorrect","Delvis riktig!"],["inputmethod","Inndatametode"],["compoundanswer","Sammensatt svar"],["answerinputinlineeditor","WIRIS-redigerer innebygd"],["answerinputpopupeditor","WIRIS-redigerer i popup"],["answerinputplaintext","Felt for vanlig tekst"],["showauxiliarcas","Inkluder WIRIS cas"],["initialcascontent","Innledende innhold"],["tolerancedigits","Toleransesifre"],["validationandvariables","Kontroll og variabler"],["algorithmlanguage","Algoritmespråk"],["calculatorlanguage","Kalkulatorens språk"],["hasalgorithm","Har algoritme"],["comparison","Sammenligning"],["properties","Egenskaper"],["studentanswer","Studentens svar"],["poweredbywiris","Drevet av WIRIS"],["yourchangeswillbelost","Endringene dine går tapt hvis du forlater vinduet."],["outputoptions","Utdatavalg"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Alle svarene må være riktige"],["distributegrade","Distribuer resultat"],["no","Nei"],["add","Legg til"],["replaceeditor","Erstatt redigeringsprogram"],["list","Liste"],["questionxml","Spørsmåls-XML"],["grammarurl","Grammatikk-URL"],["reservedwords","Reserverte ord"],["forcebrackets","Lister må alltid ha krøllparentes «{}»."],["commaasitemseparator","Bruk komma «,» som skilletegn i listen."],["confirmimportdeprecated","Importere spørsmålet? \nSpørsmålet du holder på å åpne, inneholder utdaterte funksjoner. Importprosessen kan endre litt på hvordan spørsmålet vil fungere. Det anbefales på det sterkeste at du nøye tester spørsmålet etter import."],["comparesets","Sammenlign i sett"],["nobracketslist","Lister uten krøllparenteser"],["warningtoleranceprecision","Færre presisjonssifre enn toleransesifre."],["actionimport","Importer"],["actionexport","Eksporter"],["usecase","Store/små bokstaver"],["usespaces","Match mellomrom"],["notevaluate","La være å vurdere argumentene"],["separators","Skilletegn"],["comma","Komma"],["commarole","Funksjonen til kommaet «,»"],["point","Punktum"],["pointrole","Funksjonen til punktumet «.»"],["space","Mellomrom"],["spacerole","Funksjonen til mellomromstegnet"],["decimalmark","Desimaltall"],["digitsgroup","Siffergrupper"],["listitems","Listeeelementer"],["nothing","Ingenting"],["intervals","Intervaller"],["warningprecision15","Nøyaktigheten må være mellom 1 og 15."],["decimalSeparator","Desimal"],["thousandsSeparator","Tusener"],["notation","Notasjon"],["invisible","Usynlig"],["auto","Automatisk"],["fixedDecimal","Fast"],["floatingDecimal","Desimal"],["scientific","Vitenskapelig"],["example","Eksempel"],["warningreltolfixedprec","Relativ toleranse med fast desimalnotasjon."],["warningabstolfloatprec","Absolutt toleranse med flytende desimalnotasjon."],["answerinputinlinehand","WIRIS hånd innebygd"],["absolutetolerance","Absolutt toleranse"],["clicktoeditalgorithm","Klikk på knappen for å laste ned og kjøre WIRIS cas-appen for å redigere spørrealgoritmen. Les mer."],["launchwiriscas","Rediger algoritme"],["sendinginitialsession","Sender innledende økt …"],["waitingforupdates","Venter på oppdateringer …"],["sessionclosed","Alle endringer lagret"],["gotsession","Endringer lagret (revisjon ${n})."],["thecorrectansweris","Det riktige svaret er"],["poweredby","Drevet av"],["refresh","Forny riktig svar"],["fillwithcorrect","Fyll inn riktig svar"],["runcalculator","Kjør kalkulator"],["clicktoruncalculator","Klikk på knappen for å laste ned og kjøre WIRIS cas-appen for å foreta beregningene du trenger. Les mer."],["answer","svar"],["lang","nn"],["comparisonwithstudentanswer","Samanlikning med studentens svar"],["otheracceptedanswers","Andre godtekne svar"],["equivalent_literal","Nøyaktig lik"],["equivalent_literal_correct_feedback","Svaret er nøyaktig lik det rette."],["equivalent_symbolic","Matematisk likt"],["equivalent_symbolic_correct_feedback","Svaret er matematisk likt det rette."],["equivalent_set","Like som sett"],["equivalent_set_correct_feedback","Svarsettet er likt det rette."],["equivalent_equations","Ekvivalente likningar"],["equivalent_equations_correct_feedback","Svaret har dei samme løysingane som det rette."],["equivalent_function","Graderingsfunksjon"],["equivalent_function_correct_feedback","Svaret er rett."],["equivalent_all","Vilkårleg svar"],["any","kva som helst"],["gradingfunction","Graderingsfunksjon"],["additionalproperties","Ekstra eigenskapar"],["structure","Struktur"],["none","ingen"],["None","Ingen"],["check_integer_form","har heiltalsform"],["check_integer_form_correct_feedback","Svaret er eit heiltal."],["check_fraction_form","har brøkform"],["check_fraction_form_correct_feedback","Svaret er ein brøk."],["check_polynomial_form","har polynomisk form"],["check_polynomial_form_correct_feedback","Svaret er eit polynom."],["check_rational_function_form","er ein rasjonell funksjon"],["check_rational_function_form_correct_feedback","Svaret er ein rasjonell funksjon."],["check_elemental_function_form","er ein kombinasjon av elementære funksjonar"],["check_elemental_function_form_correct_feedback","Svaret er eit elementært uttrykk."],["check_scientific_notation","er uttrykt med vitskapleg notasjon"],["check_scientific_notation_correct_feedback","Svaret er uttrykt med vitskapleg notasjon."],["more","Meir"],["check_simplified","er forenkla"],["check_simplified_correct_feedback","Svaret er forenkla."],["check_expanded","er utvida"],["check_expanded_correct_feedback","Svaret er utvida."],["check_factorized","er faktorisert"],["check_factorized_correct_feedback","Svaret er faktorisert."],["check_rationalized","er rasjonalt"],["check_rationalized_correct_feedback","Svaret er rasjonalt."],["check_no_common_factor","har ingen felles faktorar"],["check_no_common_factor_correct_feedback","Svaret har ingen felles faktorar."],["check_minimal_radicands","har minimumsradikantar"],["check_minimal_radicands_correct_feedback","Svaret har minimumsradikantar."],["check_divisible","er deleleg på"],["check_divisible_correct_feedback","Svaret er deleleg på ${value}."],["check_common_denominator","har ein enkel fellesnemnar"],["check_common_denominator_correct_feedback","Svaret har ein enkel fellesnemnar."],["check_unit","har eining ekvivalent med"],["check_unit_correct_feedback","Svaret har eininga ${unit}."],["check_unit_literal","har ei eining som er nøyaktig lik"],["check_unit_literal_correct_feedback","Svaret har eininga ${unit}."],["check_no_more_decimals","har opptil like mange desimalar som"],["check_no_more_decimals_correct_feedback","Svaret har ${digits} eller færre desimalar."],["check_no_more_digits","har opptil like mange siffer som"],["check_no_more_digits_correct_feedback","Svaret har ${digits} eller færre siffer."],["syntax_expression","Generelt"],["syntax_expression_description","(formlar, uttrykk, likningar, matriser …)"],["syntax_expression_correct_feedback","Svaret har rett syntaks."],["syntax_quantity","Mengde"],["syntax_quantity_description","(tal, måleeiningar, brøkar, blanda brøkar, forhold …)"],["syntax_quantity_correct_feedback","Svaret har rett syntaks."],["syntax_list","Liste"],["syntax_list_description","(lister uten kommaskiljeteikn eller parentes)"],["syntax_list_correct_feedback","Svaret har rett syntaks."],["syntax_string","Tekst"],["syntax_string_description","(ord, setningar, teiknstrengar)"],["syntax_string_correct_feedback","Svaret har rett syntaks."],["none","ingen"],["edit","Rediger"],["accept","OK"],["cancel","Avbryt"],["explog","exp/log"],["trigonometric","trigonometri"],["hyperbolic","hyperbolsk"],["arithmetic","aritmetikk"],["all","alle"],["tolerance","Toleranse"],["relative","relativ"],["relativetolerance","Relativ toleranse"],["precision","Presisjon"],["implicit_times_operator","Usynleg gangeoperatør"],["times_operator","Gangeoperatør"],["imaginary_unit","Imaginær eining"],["mixedfractions","Blanda brøkar"],["constants","Konstantar"],["functions","Funksjonar"],["userfunctions","Brukarfunksjonar"],["units","Eininger"],["unitprefixes","Einingsprefiks"],["syntaxparams","Syntaksval"],["syntaxparams_expression","Val for generelt"],["syntaxparams_quantity","Val for mengde"],["syntaxparams_list","Val for liste"],["allowedinput","Tillatne inndata"],["manual","Manuell"],["correctanswer","Rett svar"],["variables","Variablar"],["validation","Kontroll"],["preview","Førehandsvis"],["correctanswertabhelp","Skriv inn rett svar med WIRIS-redigeringsprogrammet. Velg òg korleis formelredigerings-programmet skal te seg når det vert brukt av studenten.\n"],["assertionstabhelp","Velg kva for eigenskapar svaret til studenten må verifisera. Til dømes om det må forenklast, faktoriserast, uttrykkast med fysiske eininger eller har ei bestemt numerisk nøyaktigheit."],["variablestabhelp","Skriv ein algoritme med WIRIS cas for å lage tilfeldige variablar: tal, uttrykk, plott eller ein graderingsfunksjon.\nDu kan òg spesifisera utdataformatet for variablane som vert viste for studenten.\n"],["testtabhelp","Sett inn eit eventuelt studentsvar for å simulera korleis spørsmålet vil fungera. Du bruker det same verktyet som studenten vil bruka.\nDu kan òg testa vurderingskriteria, utfallet og den automatiske tilbakemeldinga.\n"],["start","Start"],["test","Test"],["clicktesttoevaluate","Klikk på Test-knappen for å kontrollera det gjeldande svaret."],["correct","Rett svar!"],["incorrect","Feil svar!"],["partiallycorrect","Delvis rett!"],["inputmethod","Inndatametode"],["compoundanswer","Samansett svar"],["answerinputinlineeditor","WIRIS-redigerar innebygd"],["answerinputpopupeditor","WIRIS-redigerar i popup"],["answerinputplaintext","Felt for vanleg tekst"],["showauxiliarcas","Inkluder WIRIS cas"],["initialcascontent","Innleiande innhald"],["tolerancedigits","Toleransesiffer"],["validationandvariables","Kontroll og variablar"],["algorithmlanguage","Algoritmespråk"],["calculatorlanguage","Kalkulatorspråk"],["hasalgorithm","Har algoritme"],["comparison","Samanlikning"],["properties","Eigenskapar"],["studentanswer","Studentens svar"],["poweredbywiris","Drive av WIRIS"],["yourchangeswillbelost","Endringane dine går tapt dersom du forlèt vindauget."],["outputoptions","Utdataval"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Alle svara må vera rette"],["distributegrade","Distribuer resultat"],["no","Nei"],["add","Legg til"],["replaceeditor","Erstatt redigeringsprogram"],["list","Liste"],["questionxml","Spørsmåls-XML"],["grammarurl","Grammatikk-URL"],["reservedwords","Reserverte ord"],["forcebrackets","Lister må alltid ha krøllparentes «{}»."],["commaasitemseparator","Bruk komma «,» som skiljeteikn i lista."],["confirmimportdeprecated","Importere spørsmålet? \nSpørsmålet du held på å opne, inneheld utdaterte funksjonar. Importprosessen kan endra noko på korleis spørsmålet vil fungera. Det anbefalast på det sterkaste at du testar spørsmålet nøye etter import."],["comparesets","Samanlikn i sett"],["nobracketslist","Lister uten krøllparentesar"],["warningtoleranceprecision","Færre presisjonssiffer enn toleransesiffer."],["actionimport","Importer"],["actionexport","Eksporter"],["usecase","Store/små bokstavar"],["usespaces","Match mellomrom"],["notevaluate","Lat vera å vurdera argumenta"],["separators","Skilleteikn"],["comma","Komma"],["commarole","Funksjonen til kommaet «,»"],["point","Punktum"],["pointrole","Funksjonen til punktumet «.»"],["space","Mellomrom"],["spacerole","Funksjonen til mellomromsteiknet"],["decimalmark","Desimaltal"],["digitsgroup","Siffergrupper"],["listitems","Listeeelement"],["nothing","Ingenting"],["intervals","Intervall"],["warningprecision15","Nøyaktigheita må vera mellom 1 og 15."],["decimalSeparator","Desimal"],["thousandsSeparator","Tusen"],["notation","Notasjon"],["invisible","Usynleg"],["auto","Automatisk"],["fixedDecimal","Fast"],["floatingDecimal","Desimal"],["scientific","Vitskapleg"],["example","Eksempel"],["warningreltolfixedprec","Relativ toleranse med fast desimalnotasjon."],["warningabstolfloatprec","Absolutt toleranse med flytande desimalnotasjon."],["answerinputinlinehand","WIRIS hand innebygd"],["absolutetolerance","Absolutt toleranse"],["clicktoeditalgorithm","Klikk på knappen for å lasta ned og bruka WIRIS cas-appen til å redigera spørrealgoritmen. Les meir."],["launchwiriscas","Rediger algoritme"],["sendinginitialsession","Sender innleiande økt …"],["waitingforupdates","Venter på oppdateringar …"],["sessionclosed","Alle endringar lagra"],["gotsession","Endringar lagra (revisjon ${n})."],["thecorrectansweris","Det rette svaret er"],["poweredby","Drive av"],["refresh","Forny rett svar"],["fillwithcorrect","Fyll inn rett svar"],["runcalculator","Bruk kalkulator"],["clicktoruncalculator","Klikk på knappen for å laste ned og bruka WIRIS cas-appen til å gjera utrekningane du treng. Les meir."],["answer","svar"],["lang","da"],["comparisonwithstudentanswer","Sammenligning med svar fra studerende"],["otheracceptedanswers","Andre accepterede svar"],["equivalent_literal","Konstant lig med"],["equivalent_literal_correct_feedback","Svaret er konstant lig med det korrekte svar."],["equivalent_symbolic","Matematisk lig med"],["equivalent_symbolic_correct_feedback","Svaret er matematisk lig med det korrekte svar."],["equivalent_set","Lig med som sæt"],["equivalent_set_correct_feedback","Svarsættet er lig med det korrekte svar."],["equivalent_equations","Tilsvarende ligninger"],["equivalent_equations_correct_feedback","Svaret har de samme løsninger som det korrekte svar."],["equivalent_function","Bedømmelsesfunktion"],["equivalent_function_correct_feedback","Svaret er korrekt."],["equivalent_all","Ethvert svar"],["any","ethvert"],["gradingfunction","Bedømmelsesfunktion"],["additionalproperties","Yderligere egenskaber"],["structure","Struktur"],["none","ingen"],["None","Ingen"],["check_integer_form","har form som heltal"],["check_integer_form_correct_feedback","Svaret er et heltal."],["check_fraction_form","har form som brøk"],["check_fraction_form_correct_feedback","Svaret er en brøk."],["check_polynomial_form","har form som polynomium"],["check_polynomial_form_correct_feedback","Svaret er et polynomium."],["check_rational_function_form","har form som rationel funktion"],["check_rational_function_form_correct_feedback","Svaret er en rationel funktion."],["check_elemental_function_form","er en kombination af elementære funktioner"],["check_elemental_function_form_correct_feedback","Svaret er et elementært udtryk."],["check_scientific_notation","er udtrykt i videnskabelig notation"],["check_scientific_notation_correct_feedback","Svaret er udtrykt i videnskabelig notation."],["more","Flere"],["check_simplified","er forenklet"],["check_simplified_correct_feedback","Svaret er forenklet."],["check_expanded","er udvidet"],["check_expanded_correct_feedback","Svaret er udvidet."],["check_factorized","er opløst i faktorer"],["check_factorized_correct_feedback","Svaret er opløst i faktorer."],["check_rationalized","er rationaliseret"],["check_rationalized_correct_feedback","Svaret er rationaliseret."],["check_no_common_factor","har ingen fælles faktorer"],["check_no_common_factor_correct_feedback","Svaret har ingen fælles faktorer."],["check_minimal_radicands","har minimale radikander"],["check_minimal_radicands_correct_feedback","Svaret har minimale radikander."],["check_divisible","er deleligt med"],["check_divisible_correct_feedback","Svaret er deleligt med ${value}."],["check_common_denominator","har en enkelt fællesnævner"],["check_common_denominator_correct_feedback","Svaret har en enkelt fællesnævner."],["check_unit","har enhed svarende til"],["check_unit_correct_feedback","Enheden i svaret er ${unit}."],["check_unit_literal","har enhed, der konstant er lig med"],["check_unit_literal_correct_feedback","Enheden i svaret er ${unit}."],["check_no_more_decimals","har decimaler, der er færre end eller lig med"],["check_no_more_decimals_correct_feedback","Svaret har ${digits} eller færre decimaler."],["check_no_more_digits","har cifre, der er færre end eller lig med"],["check_no_more_digits_correct_feedback","Svaret har ${digits} eller færre cifre."],["syntax_expression","Generelt"],["syntax_expression_description","(formler, udtryk, ligninger, matricer...)"],["syntax_expression_correct_feedback","Svarsyntaksen er korrekt."],["syntax_quantity","Mængde"],["syntax_quantity_description","(tal, måleenheder, brøker, blandede brøker, kvotienter...)"],["syntax_quantity_correct_feedback","Svarsyntaksen er korrekt."],["syntax_list","Liste"],["syntax_list_description","(lister uden kommaseparatorer eller parenteser)"],["syntax_list_correct_feedback","Svarsyntaksen er korrekt."],["syntax_string","Tekst"],["syntax_string_description","(ord, sætninger, tegnstrenge)"],["syntax_string_correct_feedback","Svarsyntaksen er korrekt."],["none","ingen"],["edit","Rediger"],["accept","OK"],["cancel","Annuller"],["explog","exp/log"],["trigonometric","trigonometrisk"],["hyperbolic","hyperbolsk"],["arithmetic","aritmetisk"],["all","alle"],["tolerance","Tolerance"],["relative","relativ"],["relativetolerance","Relativ tolerance"],["precision","Præcision"],["implicit_times_operator","Usynlig gangetegn-operator"],["times_operator","Gangetegn-operator"],["imaginary_unit","Imaginær enhed"],["mixedfractions","Blandede brøker"],["constants","Konstanter"],["functions","Funktioner"],["userfunctions","Brugerfunktioner"],["units","Enheder"],["unitprefixes","Enhedspræfikser"],["syntaxparams","Syntaksmuligheder"],["syntaxparams_expression","Muligheder for generel"],["syntaxparams_quantity","Muligheder for mængde"],["syntaxparams_list","Muligheder for liste"],["allowedinput","Tilladt input"],["manual","Manuelt"],["correctanswer","Korrekt svar"],["variables","Variabler"],["validation","Validering"],["preview","Eksempelvisning"],["correctanswertabhelp","Indsæt det korrekte svar med WIRIS editor. Vælg også adfærd for formeleditoren, når den bruges af den studerende."],["assertionstabhelp","Vælg, hvilke egenskaber den studerendes svar skal bekræfte. Om det f.eks. skal være forenklet, opløst i faktorer, udtrykt med fysiske enheder eller have en specifik numerisk præcision."],["variablestabhelp","Skriv en algoritme med WIRIS CAS for at oprette tilfældige variabler: tal, udtryk, punkter plot eller en bedømmelsesfunktion. Du kan også angive outputformatet for de variabler, der vises til de studerende."],["testtabhelp","Indsæt et muligt svar fra den studerende for at simulere spørgsmålets adfærd. Du bruger det samme værktøj, som den studerende vil bruge. Bemærk, at du også kan teste evalueringskriterierne, succes og automatisk feedback."],["start","Start"],["test","Test"],["clicktesttoevaluate","Klik på knappen Test for at validere det aktuelle svar."],["correct","Korrekt!"],["incorrect","Forkert!"],["partiallycorrect","Delvist korrekt!"],["inputmethod","Inputmetode"],["compoundanswer","Sammensat svar"],["answerinputinlineeditor","WIRIS editor integreret"],["answerinputpopupeditor","WIRIS editor i popup"],["answerinputplaintext","Inputfelt til almindelig tekst"],["showauxiliarcas","Inkluder WIRIS cas"],["initialcascontent","Indledende indhold"],["tolerancedigits","Tolerancecifre"],["validationandvariables","Validering og variabler"],["algorithmlanguage","Algoritmesprog"],["calculatorlanguage","Beregningssprog"],["hasalgorithm","Har algoritme"],["comparison","Sammenligning"],["properties","Egenskaber"],["studentanswer","Studerendes svar"],["poweredbywiris","Drevet af WIRIS"],["yourchangeswillbelost","Du mister dine ændringer, hvis du forlader vinduet."],["outputoptions","Outputmuligheder"],["catalan","Català"],["english","English"],["spanish","Español"],["estonian","Eesti"],["basque","Euskara"],["french","Français"],["german","Deutsch"],["italian","Italiano"],["dutch","Nederlands"],["portuguese","Português (Portugal)"],["javaAppletMissing","Warning! This component cannot be displayed properly because you need to install the Java plugin or enable the Java plugin."],["allanswerscorrect","Alle svar skal være korrekte"],["distributegrade","Fordel karakter"],["no","Nej"],["add","Tilføj"],["replaceeditor","Erstat editor"],["list","Liste"],["questionxml","Spørgsmåls-XML"],["grammarurl","URL til grammatik"],["reservedwords","Reserverede ord"],["forcebrackets","Lister kræver altid krøllede parenteser \"{}\"."],["commaasitemseparator","Brug komma \",\" som separator til listepunkter."],["confirmimportdeprecated","Importér spørgsmålet? Det spørgsmål, du er ved at åbne, indeholder udfasede funktioner. Importprocessen kan ændre spørgsmålets adfærd en smule. Det anbefales kraftigt, at du tester spørgsmålet omhyggeligt efter import."],["comparesets","Sammenlign som sæt"],["nobracketslist","Lister uden parenteser"],["warningtoleranceprecision","Færre præcisionscifre end tolerancecifre."],["actionimport","Importér"],["actionexport","Eksportér"],["usecase","Forskel på store og små bogstaver"],["usespaces","Overensstemmelse i mellemrum"],["notevaluate","Lad argumenter være ikke-evaluerede"],["separators","Separatorer"],["comma","Komma"],["commarole","Rolle for tegnet komma ','"],["point","Punktum"],["pointrole","Rolle for tegnet punktum '.'"],["space","Mellemrum"],["spacerole","Rolle for tegnet mellemrum"],["decimalmark","Decimalcifre"],["digitsgroup","Ciffergrupper"],["listitems","Listepunkter"],["nothing","Ingenting"],["intervals","Intervaller"],["warningprecision15","Præcisionen skal være mellem 1 og 15."],["decimalSeparator","Decimal"],["thousandsSeparator","Tusinder"],["notation","Notation"],["invisible","Usynlig"],["auto","Automatisk"],["fixedDecimal","Fast"],["floatingDecimal","Decimal"],["scientific","Videnskabelig"],["example","Eksempel"],["warningreltolfixedprec","Relativ tolerance med fast decimalnotation."],["warningabstolfloatprec","Absolut tolerance med flydende decimalnotation."],["answerinputinlinehand","WIRIS manuelt integreret"],["absolutetolerance","Absolut tolerance"],["clicktoeditalgorithm","Klik på knappen for at downloade og køre WIRIS cas-programmet og redigere spørgsmålsalgoritmen. Få mere at vide."],["launchwiriscas","Rediger algoritme"],["sendinginitialsession","Sender indledende session..."],["waitingforupdates","Venter på opdateringer..."],["sessionclosed","Alle ændringer er gemt"],["gotsession","Ændringer gemt (revision ${n})."],["thecorrectansweris","Det korrekte svar er"],["poweredby","Drevet af"],["refresh","Forny korrekt svar"],["fillwithcorrect","Udfyld med korrekt svar"],["runcalculator","Kør kalkulator"],["clicktoruncalculator","Klik på knappen for at downloade og køre WIRIS cas-programmet og foretage de beregninger, du har brug for. Få mere at vide."],["answer","svar"]]; com.wiris.quizzes.impl.SubQuestion.TAGNAME = "subquestion"; com.wiris.quizzes.impl.SubQuestionInstance.TAGNAME = "subinstance"; com.wiris.quizzes.impl.TranslationNameChange.tagName = "nameChange"; diff --git a/version.php b/version.php index f606cea1..61b8743d 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017052400; +$plugin->version = 2017052500; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 054b43c49508ea330ae5fa9f24ee06cb215870b4 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 27 May 2017 00:42:59 +0200 Subject: [PATCH 05/38] 2017052700 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 61b8743d..6ee03674 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017052500; +$plugin->version = 2017052700; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 2a50c333d425607f14ed05aa3485e71ae337f004 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 28 May 2017 23:55:01 +0200 Subject: [PATCH 06/38] 2017052800 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6ee03674..3071d67b 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017052700; +$plugin->version = 2017052800; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 27f2aaf61714a549583a8d0b280f06f4cba9ae4d Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 29 May 2017 22:19:33 +0200 Subject: [PATCH 07/38] 2017052900 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 3071d67b..ff9db32b 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017052800; +$plugin->version = 2017052900; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From e13ae1952f1c0e786443b83dcf6b707a2bb42aa8 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 31 May 2017 00:00:24 +0200 Subject: [PATCH 08/38] 2017053000 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ff9db32b..381b9bee 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017052900; +$plugin->version = 2017053000; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 6cd6dbb3b4089417c3b3d638e25020c0099909e8 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 31 May 2017 23:52:56 +0200 Subject: [PATCH 09/38] 2017053100 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 381b9bee..ecdba77d 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017053000; +$plugin->version = 2017053100; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From e6f82e4c24379755ef8f86f7adaf94d76a16ffac Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 1 Jun 2017 23:59:15 +0200 Subject: [PATCH 10/38] 2017060100 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index ecdba77d..879c4db2 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017053100; +$plugin->version = 2017060100; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From c64abcb44b31f03770361677c8a68edcd4af87f6 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 3 Jun 2017 00:01:33 +0200 Subject: [PATCH 11/38] 2017060300 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 879c4db2..de278fe4 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017060100; +$plugin->version = 2017060300; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 499de30526ef8c6af592af2b04bdc11caec137b2 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 5 Jun 2017 00:00:52 +0200 Subject: [PATCH 12/38] 2017060500 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index de278fe4..9122e379 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017060300; +$plugin->version = 2017060500; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From a4743e179bfe5f4d2f17911c22f7b725ceced953 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 6 Jun 2017 00:01:28 +0200 Subject: [PATCH 13/38] 2017060600 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 9122e379..0c05419b 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017060500; +$plugin->version = 2017060600; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 3fb1ce1a262d705c39938e34650f9d865a93d7ec Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 8 Jun 2017 00:01:03 +0200 Subject: [PATCH 14/38] 2017060800 development version --- .../lib/com/wiris/util/type/Arrays.class.php | 7 +++ .../com/wiris/util/xml/WXmlUtils.class.php | 55 ++++++++++++++++++- quizzes/lib/quizzes.js | 42 +++++++++++++- quizzes/lib/version.txt | 2 +- version.php | 2 +- 5 files changed, 104 insertions(+), 4 deletions(-) diff --git a/quizzes/lib/com/wiris/util/type/Arrays.class.php b/quizzes/lib/com/wiris/util/type/Arrays.class.php index 6bb241db..9749310b 100644 --- a/quizzes/lib/com/wiris/util/type/Arrays.class.php +++ b/quizzes/lib/com/wiris/util/type/Arrays.class.php @@ -23,6 +23,13 @@ static function indexOfElement($array, $element) { } return -1; } + static function fromIterator($iterator) { + $array = new _hx_array(array()); + while($iterator->hasNext()) { + $array->push($iterator->next()); + } + return $array; + } static function fromCSV($s) { $words = _hx_explode(",", $s); $i = 0; diff --git a/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php b/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php index a425d9b4..97116d6b 100644 --- a/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php +++ b/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php @@ -2,6 +2,7 @@ class com_wiris_util_xml_WXmlUtils { public function __construct(){} + static $WHITESPACE_COLLAPSE_REGEX; static function getElementContent($element) { $sb = new StringBuf(); if($element->nodeType == Xml::$Document || $element->nodeType == Xml::$Element) { @@ -112,6 +113,14 @@ static function createPCData($node, $text) { } return Xml::createPCData($text); } + static function escapeXmlEntities($s) { + $s = str_replace("&", "&", $s); + $s = str_replace("<", "<", $s); + $s = str_replace(">", ">", $s); + $s = str_replace("\"", """, $s); + $s = str_replace("'", "'", $s); + return $s; + } static function htmlEscape($input) { $output = str_replace("&", "&", $input); $output = str_replace("<", "<", $output); @@ -163,6 +172,17 @@ static function parseXML($xml) { $x = Xml::parse($xml); return $x; } + static function safeParseXML($xml) { + try { + return com_wiris_util_xml_WXmlUtils::parseXML($xml); + }catch(Exception $e) { + $_ex_ = ($e instanceof HException) ? $e->e : $e; + $e = $_ex_; + { + return Xml::createDocument(); + } + } + } static function serializeXML($xml) { $s = $xml->toString(); $s = com_wiris_util_xml_WXmlUtils::filterMathMLEntities($s); @@ -418,6 +438,12 @@ static function setText($xml, $text) { static function copyXml($elem) { return com_wiris_util_xml_WXmlUtils::importXml($elem, $elem); } + static function copyChildren($from, $to) { + $children = $from->iterator(); + while($children->hasNext()) { + $to->addChild(com_wiris_util_xml_WXmlUtils::importXml($children->next(), $to)); + } + } static function importXml($elem, $model) { $n = null; if($elem->nodeType == Xml::$Element) { @@ -449,6 +475,29 @@ static function importXml($elem, $model) { } return $n; } + static function importXmlWithoutChildren($elem, $model) { + $n = null; + if($elem->nodeType == Xml::$Element) { + $n = Xml::createElement($elem->getNodeName()); + $keys = $elem->attributes(); + while($keys->hasNext()) { + $key = $keys->next(); + $n->set($key, $elem->get($key)); + unset($key); + } + } else { + if($elem->nodeType == Xml::$CData) { + $n = Xml::createCData($elem->getNodeValue()); + } else { + if($elem->nodeType == Xml::$PCData) { + $n = Xml::createPCData($elem->getNodeValue()); + } else { + throw new HException("Unsupported node type: " . Std::string($elem->nodeType)); + } + } + } + return $n; + } static function copyXmlNamespace($elem, $customNamespace, $prefixAttributes) { return com_wiris_util_xml_WXmlUtils::importXmlNamespace($elem, $elem, $customNamespace, $prefixAttributes); } @@ -556,7 +605,7 @@ static function indentXml($xml, $space) { if($cdata->match($aux)) { $res->add($aux); } else { - haxe_Log::trace("WARNING! malformed XML at character " . _hx_string_rec($end, "") . ":" . $xml, _hx_anonymous(array("fileName" => "WXmlUtils.hx", "lineNumber" => 662, "className" => "com.wiris.util.xml.WXmlUtils", "methodName" => "indentXml"))); + haxe_Log::trace("WARNING! malformed XML at character " . _hx_string_rec($end, "") . ":" . $xml, _hx_anonymous(array("fileName" => "WXmlUtils.hx", "lineNumber" => 717, "className" => "com.wiris.util.xml.WXmlUtils", "methodName" => "indentXml"))); $res->add($aux); } } @@ -579,8 +628,12 @@ static function isXmlEntity($ent) { return $ent === "amp" || $ent === "lt" || $ent === "gt" || $ent === "quot" || $ent === "apos"; } } + static function normalizeWhitespace($s) { + return (($s !== null) ? com_wiris_util_xml_WXmlUtils::$WHITESPACE_COLLAPSE_REGEX->replace(trim($s), " ") : null); + } function __toString() { return 'com.wiris.util.xml.WXmlUtils'; } } +com_wiris_util_xml_WXmlUtils::$WHITESPACE_COLLAPSE_REGEX = new EReg("[ \\t\\n\\r]{2,}", "g"); function com_wiris_util_xml_WXmlUtils_0(&$charCode, &$endPosition, &$input, &$number, &$output, &$position, &$start, &$startPosition) { { $s = new haxe_Utf8(null); diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index f541ffa9..d933c556 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -15228,6 +15228,11 @@ com.wiris.util.type.Arrays.indexOfElement = function(array,element) { } return -1; } +com.wiris.util.type.Arrays.fromIterator = function(iterator) { + var array = new Array(); + while(iterator.hasNext()) array.push(iterator.next()); + return array; +} com.wiris.util.type.Arrays.fromCSV = function(s) { var words = s.split(","); var i = 0; @@ -15782,6 +15787,14 @@ com.wiris.util.xml.WXmlUtils.createPCData = function(node,text) { if(com.wiris.settings.PlatformSettings.PARSE_XML_ENTITIES) text = com.wiris.util.xml.WXmlUtils.htmlEscape(text); return Xml.createPCData(text); } +com.wiris.util.xml.WXmlUtils.escapeXmlEntities = function(s) { + s = StringTools.replace(s,"&","&"); + s = StringTools.replace(s,"<","<"); + s = StringTools.replace(s,">",">"); + s = StringTools.replace(s,"\"","""); + s = StringTools.replace(s,"'","'"); + return s; +} com.wiris.util.xml.WXmlUtils.htmlEscape = function(input) { var output = StringTools.replace(input,"&","&"); output = StringTools.replace(output,"<","<"); @@ -15828,6 +15841,13 @@ com.wiris.util.xml.WXmlUtils.parseXML = function(xml) { var x = Xml.parse(xml); return x; } +com.wiris.util.xml.WXmlUtils.safeParseXML = function(xml) { + try { + return com.wiris.util.xml.WXmlUtils.parseXML(xml); + } catch( e ) { + return Xml.createDocument(); + } +} com.wiris.util.xml.WXmlUtils.serializeXML = function(xml) { var s = xml.toString(); s = com.wiris.util.xml.WXmlUtils.filterMathMLEntities(s); @@ -16032,6 +16052,10 @@ com.wiris.util.xml.WXmlUtils.setText = function(xml,text) { com.wiris.util.xml.WXmlUtils.copyXml = function(elem) { return com.wiris.util.xml.WXmlUtils.importXml(elem,elem); } +com.wiris.util.xml.WXmlUtils.copyChildren = function(from,to) { + var children = from.iterator(); + while(children.hasNext()) to.addChild(com.wiris.util.xml.WXmlUtils.importXml(children.next(),to)); +} com.wiris.util.xml.WXmlUtils.importXml = function(elem,model) { var n = null; if(elem.nodeType == Xml.Element) { @@ -16046,6 +16070,18 @@ com.wiris.util.xml.WXmlUtils.importXml = function(elem,model) { } else if(elem.nodeType == Xml.Document) n = com.wiris.util.xml.WXmlUtils.importXml(elem.firstElement(),model); else if(elem.nodeType == Xml.CData) n = Xml.createCData(elem.getNodeValue()); else if(elem.nodeType == Xml.PCData) n = Xml.createPCData(elem.getNodeValue()); else throw "Unsupported node type: " + Std.string(elem.nodeType); return n; } +com.wiris.util.xml.WXmlUtils.importXmlWithoutChildren = function(elem,model) { + var n = null; + if(elem.nodeType == Xml.Element) { + n = Xml.createElement(elem.getNodeName()); + var keys = elem.attributes(); + while(keys.hasNext()) { + var key = keys.next(); + n.set(key,elem.get(key)); + } + } else if(elem.nodeType == Xml.CData) n = Xml.createCData(elem.getNodeValue()); else if(elem.nodeType == Xml.PCData) n = Xml.createPCData(elem.getNodeValue()); else throw "Unsupported node type: " + Std.string(elem.nodeType); + return n; +} com.wiris.util.xml.WXmlUtils.copyXmlNamespace = function(elem,customNamespace,prefixAttributes) { return com.wiris.util.xml.WXmlUtils.importXmlNamespace(elem,elem,customNamespace,prefixAttributes); } @@ -16112,7 +16148,7 @@ com.wiris.util.xml.WXmlUtils.indentXml = function(xml,space) { } res.b += Std.string(aux); } else if(cdata.match(aux)) res.b += Std.string(aux); else { - haxe.Log.trace("WARNING! malformed XML at character " + end + ":" + xml,{ fileName : "WXmlUtils.hx", lineNumber : 662, className : "com.wiris.util.xml.WXmlUtils", methodName : "indentXml"}); + haxe.Log.trace("WARNING! malformed XML at character " + end + ":" + xml,{ fileName : "WXmlUtils.hx", lineNumber : 717, className : "com.wiris.util.xml.WXmlUtils", methodName : "indentXml"}); res.b += Std.string(aux); } } @@ -16125,6 +16161,9 @@ com.wiris.util.xml.WXmlUtils.isXmlEntity = function(ent) { return c == 34 || c == 38 || c == 39 || c == 60 || c == 62; } else return ent == "amp" || ent == "lt" || ent == "gt" || ent == "quot" || ent == "apos"; } +com.wiris.util.xml.WXmlUtils.normalizeWhitespace = function(s) { + return s != null?com.wiris.util.xml.WXmlUtils.WHITESPACE_COLLAPSE_REGEX.replace(StringTools.trim(s)," "):null; +} com.wiris.util.xml.XmlSerializer = $hxClasses["com.wiris.util.xml.XmlSerializer"] = function() { this.tags = new Hash(); this.elementStack = new Array(); @@ -19191,6 +19230,7 @@ com.wiris.util.xml.WEntities.s1 = "boxDL@02557@boxDl@02556@boxdL@02555@boxdl@025 com.wiris.util.xml.WEntities.s2 = "bprime@02035@bsemi@0204F@cemptyv@029B2@cirE@029C3@cirscir@029C2@comp@02201@daleth@02138@demptyv@029B1@ell@02113@empty@02205@emptyv@02205@gimel@02137@iiota@02129@image@02111@imath@00131@jmath@0006A@laemptyv@029B4@lltri@025FA@lrtri@022BF@mho@02127@nexist@02204@oS@024C8@planck@0210F@plankv@0210F@raemptyv@029B3@range@029A5@real@0211C@tbrk@023B4@trpezium@0FFFD@ultri@025F8@urtri@025F9@vzigzag@0299A@weierp@02118@apE@02A70@ape@0224A@apid@0224B@asymp@02248@Barv@02AE7@bcong@0224C@bepsi@003F6@bowtie@022C8@bsim@0223D@bsime@022CD@bump@0224E@bumpE@02AAE@bumpe@0224F@cire@02257@Colon@02237@Colone@02A74@colone@02254@congdot@02A6D@csub@02ACF@csube@02AD1@csup@02AD0@csupe@02AD2@cuepr@022DE@cuesc@022DF@Dashv@02AE4@dashv@022A3@easter@02A6E@ecir@02256@ecolon@02255@eDDot@02A77@eDot@02251@efDot@02252@eg@02A9A@egs@02A96@egsdot@02A98@el@02A99@els@02A95@elsdot@02A97@equest@0225F@equivDD@02A78@erDot@02253@esdot@02250@Esim@02A73@esim@02242@fork@022D4@forkv@02AD9@frown@02322@gap@02A86@gE@02267@gEl@02A8C@gel@022DB@ges@02A7E@gescc@02AA9@gesdot@02A80@gesdoto@02A82@gesdotol@02A84@gesles@02A94@Gg@022D9@gl@02277@gla@02AA5@glE@02A92@glj@02AA4@gsim@02273@gsime@02A8E@gsiml@02A90@Gt@0226B@gtcc@02AA7@gtcir@02A7A@gtdot@022D7@gtquest@02A7C@gtrarr@02978@homtht@0223B@lap@02A85@lat@02AAB@late@02AAD@lE@02266@lEg@02A8B@leg@022DA@les@02A7D@lescc@02AA8@lesdot@02A7F@lesdoto@02A81@lesdotor@02A83@lesges@02A93@lg@02276@lgE@02A91@Ll@022D8@lsim@02272@lsime@02A8D@lsimg@02A8F@Lt@0226A@ltcc@02AA6@ltcir@02A79@ltdot@022D6@ltlarr@02976@ltquest@02A7B@ltrie@022B4@mcomma@02A29@mDDot@0223A@mid@02223@mlcp@02ADB@models@022A7@mstpos@0223E@Pr@02ABB@pr@0227A@prap@02AB7@prcue@0227C@prE@02AB3@pre@02AAF@prsim@0227E@prurel@022B0@ratio@02236@rtrie@022B5@rtriltri@029CE@Sc@02ABC@sc@0227B@scap@02AB8@sccue@0227D@scE@02AB4@sce@02AB0@scsim@0227F@sdote@02A66@sfrown@02322@simg@02A9E@simgE@02AA0@siml@02A9D@simlE@02A9F@smid@02223@smile@02323@smt@02AAA@smte@02AAC@spar@02225@sqsub@0228F@sqsube@02291@sqsup@02290@sqsupe@02292@ssmile@02323@Sub@022D0@subE@02AC5@subedot@02AC3@submult@02AC1@subplus@02ABF@subrarr@02979@subsim@02AC7@subsub@02AD5@subsup@02AD3@Sup@022D1@supdsub@02AD8@supE@02AC6@supedot@02AC4@suphsub@02AD7@suplarr@0297B@supmult@02AC2@supplus@02AC0@supsim@02AC8@supsub@02AD4@supsup@02AD6@thkap@02248@thksim@0223C@topfork@02ADA@trie@0225C@twixt@0226C@Vbar@02AEB@vBar@02AE8@vBarv@02AE9@VDash@022AB@Vdash@022A9@vDash@022A8@vdash@022A2@Vdashl@02AE6@vltri@022B2@vprop@0221D@vrtri@022B3@Vvdash@022AA@alpha@003B1@beta@003B2@chi@003C7@Delta@00394@delta@003B4@epsi@003B5@epsiv@003F5@eta@003B7@Gamma@00393@gamma@003B3@Gammad@003DC@gammad@003DD@iota@003B9@kappa@003BA@kappav@003F0@Lambda@0039B@lambda@003BB@mu@003BC@nu@003BD@Omega@003A9@omega@003C9@Phi@003A6@phi@003C6@phiv@003D5@Pi@003A0@pi@003C0@piv@003D6@Psi@003A8@psi@003C8@rho@003C1@rhov@003F1@Sigma@003A3@sigma@003C3@sigmav@003C2@tau@003C4@Theta@00398@theta@003B8@thetav@003D1@Upsi@003D2@upsi@003C5@Xi@0039E@xi@003BE@zeta@003B6@Cfr@0212D@Hfr@0210C@Ifr@02111@Rfr@0211C@Zfr@02128@Copf@02102@Hopf@0210D@Nopf@02115@Popf@02119@Qopf@0211A@Ropf@0211D@Zopf@02124@acd@0223F@aleph@02135@And@02A53@and@02227@andand@02A55@andd@02A5C@andslope@02A58@andv@02A5A@angrt@0221F@angsph@02222@angst@0212B@ap@02248@apacir@02A6F@awconint@02233@awint@02A11@becaus@02235@bernou@0212C@bNot@02AED@bnot@02310@bottom@022A5@cap@02229@Cconint@02230@cirfnint@02A10@compfn@02218@cong@02245@Conint@0222F@conint@0222E@ctdot@022EF@cup@0222A@cwconint@02232@cwint@02231@cylcty@0232D@disin@022F2@Dot@000A8@DotDot@020DC@dsol@029F6@dtdot@022F1@dwangle@029A6@elinters@0FFFD@epar@022D5@eparsl@029E3@equiv@02261@eqvparsl@029E5@exist@02203@fltns@025B1@fnof@00192@forall@02200@fpartint@02A0D@ge@02265@hamilt@0210B@iff@021D4@iinfin@029DC@imped@001B5@infin@0221E@infintie@029DD@Int@0222C@int@0222B@intlarhk@02A17@isin@02208@isindot@022F5@isinE@022F9@isins@022F4@isinsv@022F3@isinv@02208@lagran@02112@Lang@0300A@lang@027e8@lArr@021D0@lbbrk@03014@le@02264@loang@03018@lobrk@0301A@lopar@02985@lowast@02217@minus@02212@mnplus@02213@nabla@02207@ne@02260@nhpar@02AF2@ni@0220B@nis@022FC@nisd@022FA@niv@0220B@Not@02AEC@notin@02209@notinva@02209@notinvb@022F7@notinvc@022F6@notni@0220C@notniva@0220C@notnivb@022FE@notnivc@022FD@npolint@02A14@nvinfin@029DE@olcross@029BB@Or@02A54@or@02228@ord@02A5D@order@02134@oror@02A56@orslope@02A57@orv@02A5B@par@02225@parsl@02AFD@part@02202@permil@02030@perp@022A5@pertenk@02031@phmmat@02133@pointint@02A15@Prime@02033@prime@02032@profalar@0232E@profline@02312@profsurf@02313@prop@0221D@qint@02A0C@qprime@02057@quatint@02A16@radic@0221A@Rang@0300B@rang@027e9@rArr@021D2@rbbrk@03015@roang@03019@robrk@0301B@ropar@02986@rppolint@02A12@scpolint@02A13@sim@0223C@simdot@02A6A@sime@02243@smeparsl@029E4@square@025A1@squarf@025AA@strns@000AF@sub@02282@sube@02286@sup@02283@supe@02287@tdot@020DB@there4@02234@tint@0222D@top@022A4@topbot@02336@topcir@02AF1@tprime@02034@utdot@022F0@uwangle@029A7@vangrt@0299C@veeeq@0225A@Verbar@02016@wedgeq@02259@xnis@022FB@angle@02220@ApplyFunction@02061@approx@02248@approxeq@0224A@Assign@02254@backcong@0224C@backepsilon@003F6@backprime@02035@backsim@0223D@backsimeq@022CD@Backslash@02216@barwedge@02305@Because@02235@because@02235@Bernoullis@0212C@between@0226C@bigcap@022C2@bigcirc@025EF@bigcup@022C3@bigodot@02A00@bigoplus@02A01@bigotimes@02A02@bigsqcup@02A06@bigstar@02605@bigtriangledown@025BD@bigtriangleup@025B3@biguplus@02A04@bigvee@022C1@bigwedge@022C0@bkarow@0290D@blacklozenge@029EB@blacksquare@025AA@blacktriangle@025B4@blacktriangledown@025BE@blacktriangleleft@025C2@blacktriangleright@025B8@bot@022A5@boxminus@0229F@boxplus@0229E@boxtimes@022A0@Breve@002D8@bullet@02022@Bumpeq@0224E@bumpeq@0224F@CapitalDifferentialD@02145@Cayleys@0212D@Cedilla@000B8@CenterDot@000B7@centerdot@000B7@checkmark@02713@circeq@02257@circlearrowleft@021BA@circlearrowright@021BB@circledast@0229B@circledcirc@0229A@circleddash@0229D@CircleDot@02299@circledR@000AE@circledS@024C8@CircleMinus@02296@CirclePlus@02295@CircleTimes@02297@ClockwiseContourIntegral@02232@CloseCurlyDoubleQuote@0201D@CloseCurlyQuote@02019@clubsuit@02663@coloneq@02254@complement@02201@complexes@02102@Congruent@02261@ContourIntegral@0222E@Coproduct@02210@CounterClockwiseContourIntegral@02233@CupCap@0224D@curlyeqprec@022DE@curlyeqsucc@022DF@curlyvee@022CE@curlywedge@022CF@curvearrowleft@021B6@curvearrowright@021B7@dbkarow@0290F@ddagger@02021@ddotseq@02A77@Del@02207@DiacriticalAcute@000B4@DiacriticalDot@002D9@DiacriticalDoubleAcute@002DD@DiacriticalGrave@00060@DiacriticalTilde@002DC@Diamond@022C4@diamond@022C4@diamondsuit@02666@DifferentialD@02146@digamma@003DD@div@000F7@divideontimes@022C7@doteq@02250@doteqdot@02251@DotEqual@02250@dotminus@02238@dotplus@02214@dotsquare@022A1@doublebarwedge@02306@DoubleContourIntegral@0222F@DoubleDot@000A8@DoubleDownArrow@021D3@DoubleLeftArrow@021D0@DoubleLeftRightArrow@021D4@DoubleLeftTee@02AE4@DoubleLongLeftArrow@027F8@DoubleLongLeftRightArrow@027FA@DoubleLongRightArrow@027F9@DoubleRightArrow@021D2@DoubleRightTee@022A8@DoubleUpArrow@021D1@DoubleUpDownArrow@021D5@DoubleVerticalBar@02225@DownArrow@02193@Downarrow@021D3@downarrow@02193@DownArrowUpArrow@021F5@downdownarrows@021CA@downharpoonleft@021C3@downharpoonright@021C2@DownLeftVector@021BD@DownRightVector@021C1@DownTee@022A4@DownTeeArrow@021A7@drbkarow@02910@Element@02208@emptyset@02205@eqcirc@02256@eqcolon@02255@eqsim@02242@eqslantgtr@02A96@eqslantless@02A95@EqualTilde@02242@Equilibrium@021CC@Exists@02203@expectation@02130@ExponentialE@02147@exponentiale@02147@fallingdotseq@02252@ForAll@02200@Fouriertrf@02131@geq@02265@geqq@02267@geqslant@02A7E@gg@0226B@ggg@022D9@gnapprox@02A8A@gneq@02A88@gneqq@02269@GreaterEqual@02265@GreaterEqualLess@022DB@GreaterFullEqual@02267@GreaterLess@02277@GreaterSlantEqual@02A7E@GreaterTilde@02273@gtrapprox@02A86@gtrdot@022D7@gtreqless@022DB@gtreqqless@02A8C@gtrless@02277@gtrsim@02273@Hacek@002C7@hbar@0210F@heartsuit@02665@HilbertSpace@0210B@hksearow@02925@hkswarow@02926@hookleftarrow@021A9@hookrightarrow@021AA@hslash@0210F@HumpDownHump@0224E@HumpEqual@0224F@iiiint@02A0C@iiint@0222D@Im@02111@ImaginaryI@02148@imagline@02110@imagpart@02111@Implies@021D2@in@02208@integers@02124@Integral@0222B@intercal@022BA@Intersection@022C2@intprod@02A3C@InvisibleComma@02063@InvisibleTimes@02062@langle@027e8@Laplacetrf@02112@lbrace@0007B@lbrack@0005B@LeftAngleBracket@027e8@LeftArrow@02190@Leftarrow@021D0@leftarrow@02190@LeftArrowBar@021E4@LeftArrowRightArrow@021C6@leftarrowtail@021A2@LeftCeiling@02308@LeftDoubleBracket@0301A@LeftDownVector@021C3@LeftFloor@0230A@leftharpoondown@021BD@leftharpoonup@021BC@leftleftarrows@021C7@LeftRightArrow@02194@Leftrightarrow@021D4@leftrightarrow@02194@leftrightarrows@021C6@leftrightharpoons@021CB@leftrightsquigarrow@021AD@LeftTee@022A3@LeftTeeArrow@021A4@leftthreetimes@022CB@LeftTriangle@022B2@LeftTriangleEqual@022B4@LeftUpVector@021BF@LeftVector@021BC@leq@02264@leqq@02266@leqslant@02A7D@lessapprox@02A85@lessdot@022D6@lesseqgtr@022DA@lesseqqgtr@02A8B@LessEqualGreater@022DA@LessFullEqual@02266@LessGreater@02276@lessgtr@02276@lesssim@02272@LessSlantEqual@02A7D@LessTilde@02272@ll@0226A@llcorner@0231E@Lleftarrow@021DA@lmoustache@023B0@lnapprox@02A89@lneq@02A87@lneqq@02268@LongLeftArrow@027F5@Longleftarrow@027F8@longleftarrow@027F5@LongLeftRightArrow@027F7@Longleftrightarrow@027FA@longleftrightarrow@027F7@longmapsto@027FC@LongRightArrow@027F6@Longrightarrow@027F9@longrightarrow@027F6@looparrowleft@021AB@looparrowright@021AC@LowerLeftArrow@02199@LowerRightArrow@02198@lozenge@025CA@lrcorner@0231F@Lsh@021B0@maltese@02720@mapsto@021A6@measuredangle@02221@Mellintrf@02133@MinusPlus@02213@mp@02213@multimap@022B8@napprox@02249@natural@0266E@naturals@02115@nearrow@02197@NegativeMediumSpace@0200B@NegativeThickSpace@0200B@NegativeThinSpace@0200B@NegativeVeryThinSpace@0200B@NestedGreaterGreater@0226B@NestedLessLess@0226A@nexists@02204@ngeq@02271@ngtr@0226F@nLeftarrow@021CD@nleftarrow@0219A@nLeftrightarrow@021CE@nleftrightarrow@021AE@nleq@02270@nless@0226E@NonBreakingSpace@000A0@NotCongruent@02262@NotDoubleVerticalBar@02226@NotElement@02209@NotEqual@02260@NotExists@02204@NotGreater@0226F@NotGreaterEqual@02271@NotGreaterLess@02279@NotGreaterTilde@02275@NotLeftTriangle@022EA@NotLeftTriangleEqual@022EC@NotLess@0226E@NotLessEqual@02270@NotLessGreater@02278@NotLessTilde@02274@NotPrecedes@02280@NotPrecedesSlantEqual@022E0@NotReverseElement@0220C@NotRightTriangle@022EB@NotRightTriangleEqual@022ED@NotSquareSubsetEqual@022E2@NotSquareSupersetEqual@022E3@NotSubsetEqual@02288@NotSucceeds@02281@NotSucceedsSlantEqual@022E1@NotSupersetEqual@02289@NotTilde@02241@NotTildeEqual@02244@NotTildeFullEqual@02247@NotTildeTilde@02249@NotVerticalBar@02224@nparallel@02226@nprec@02280@nRightarrow@021CF@nrightarrow@0219B@nshortmid@02224@nshortparallel@02226@nsimeq@02244@nsubseteq@02288@nsucc@02281@nsupseteq@02289@ntriangleleft@022EA@ntrianglelefteq@022EC@ntriangleright@022EB@ntrianglerighteq@022ED@nwarrow@02196@oint@0222E@OpenCurlyDoubleQuote@0201C@OpenCurlyQuote@02018@orderof@02134@parallel@02225@PartialD@02202@pitchfork@022D4@PlusMinus@000B1@pm@000B1@Poincareplane@0210C@prec@0227A@precapprox@02AB7@preccurlyeq@0227C@Precedes@0227A@PrecedesEqual@02AAF@PrecedesSlantEqual@0227C@PrecedesTilde@0227E@preceq@02AAF@precnapprox@02AB9@precneqq@02AB5@precnsim@022E8@precsim@0227E@primes@02119@Proportion@02237@Proportional@0221D@propto@0221D@quaternions@0210D@questeq@0225F@rangle@027e9@rationals@0211A@rbrace@0007D@rbrack@0005D@Re@0211C@realine@0211B@realpart@0211C@reals@0211D@ReverseElement@0220B@ReverseEquilibrium@021CB@ReverseUpEquilibrium@0296F@RightAngleBracket@027e9@RightArrow@02192@Rightarrow@021D2@rightarrow@02192@RightArrowBar@021E5@RightArrowLeftArrow@021C4@rightarrowtail@021A3@RightCeiling@02309@RightDoubleBracket@0301B@RightDownVector@021C2@RightFloor@0230B@rightharpoondown@021C1@rightharpoonup@021C0@rightleftarrows@021C4@rightleftharpoons@021CC@rightrightarrows@021C9@rightsquigarrow@0219D@RightTee@022A2@RightTeeArrow@021A6@rightthreetimes@022CC@RightTriangle@022B3@RightTriangleEqual@022B5@RightUpVector@021BE@RightVector@021C0@risingdotseq@02253@rmoustache@023B1@Rrightarrow@021DB@Rsh@021B1@searrow@02198@setminus@02216@ShortDownArrow@02193@ShortLeftArrow@02190@shortmid@02223@shortparallel@02225@ShortRightArrow@02192@ShortUpArrow@02191@simeq@02243@SmallCircle@02218@smallsetminus@02216@spadesuit@02660@Sqrt@0221A@sqsubset@0228F@sqsubseteq@02291@sqsupset@02290@sqsupseteq@02292@Square@025A1@SquareIntersection@02293@SquareSubset@0228F@SquareSubsetEqual@02291@SquareSuperset@02290@SquareSupersetEqual@02292@SquareUnion@02294@Star@022C6@straightepsilon@003F5@straightphi@003D5@Subset@022D0@subset@02282@subseteq@02286@subseteqq@02AC5@SubsetEqual@02286@subsetneq@0228A@subsetneqq@02ACB@succ@0227B@succapprox@02AB8@succcurlyeq@0227D@Succeeds@0227B@SucceedsEqual@02AB0@SucceedsSlantEqual@0227D@SucceedsTilde@0227F@succeq@02AB0@succnapprox@02ABA@succneqq@02AB6@succnsim@022E9@succsim@0227F@SuchThat@0220B@Sum@02211@Superset@02283@SupersetEqual@02287@Supset@022D1@supset@02283@supseteq@02287@supseteqq@02AC6@supsetneq@0228B@supsetneqq@02ACC@swarrow@02199@Therefore@02234@therefore@02234@thickapprox@02248@thicksim@0223C@ThinSpace@02009@Tilde@0223C@TildeEqual@02243@TildeFullEqual@02245@TildeTilde@02248@toea@02928@tosa@02929@triangle@025B5@triangledown@025BF@triangleleft@025C3@trianglelefteq@022B4@triangleq@0225C@triangleright@025B9@trianglerighteq@022B5@TripleDot@020DB@twoheadleftarrow@0219E@twoheadrightarrow@021A0@ulcorner@0231C@Union@022C3@UnionPlus@0228E@UpArrow@02191@Uparrow@021D1@uparrow@02191@UpArrowDownArrow@021C5@UpDownArrow@02195@Updownarrow@021D5@updownarrow@02195@UpEquilibrium@0296E@upharpoonleft@021BF@upharpoonright@021BE@UpperLeftArrow@02196@UpperRightArrow@02197@upsilon@003C5@UpTee@022A5@UpTeeArrow@021A5@upuparrows@021C8@urcorner@0231D@varepsilon@003F5@varkappa@003F0@varnothing@02205@varphi@003C6@varpi@003D6@varpropto@0221D@varrho@003F1@varsigma@003C2@vartheta@003D1@vartriangleleft@022B2@vartriangleright@022B3@Vee@022C1@vee@02228@Vert@02016@vert@0007C@VerticalBar@02223@VerticalTilde@02240@VeryThinSpace@0200A@Wedge@022C0@wedge@02227@wp@02118@wr@02240@zeetrf@02128@af@02061@asympeq@0224D@Cross@02A2F@DD@02145@dd@02146@DownArrowBar@02913@DownBreve@00311@DownLeftRightVector@02950@DownLeftTeeVector@0295E@DownLeftVectorBar@02956@DownRightTeeVector@0295F@DownRightVectorBar@02957@ee@02147@EmptySmallSquare@025FB@EmptyVerySmallSquare@025AB@Equal@02A75@FilledSmallSquare@025FC@FilledVerySmallSquare@025AA@GreaterGreater@02AA2@Hat@0005E@HorizontalLine@02500@ic@02063@ii@02148@it@02062@larrb@021E4@LeftDownTeeVector@02961@LeftDownVectorBar@02959@LeftRightVector@0294E@LeftTeeVector@0295A@LeftTriangleBar@029CF@LeftUpDownVector@02951@LeftUpTeeVector@02960@LeftUpVectorBar@02958@LeftVectorBar@02952@LessLess@02AA1@mapstodown@021A7@mapstoleft@021A4@mapstoup@021A5@MediumSpace@0205F@NewLine@0000A@NoBreak@02060@NotCupCap@0226D@OverBar@000AF@OverBrace@023DE@OverBracket@023B4@OverParenthesis@023DC@planckh@0210E@Product@0220F@rarrb@021E5@RightDownTeeVector@0295D@RightDownVectorBar@02955@RightTeeVector@0295B@RightTriangleBar@029D0@RightUpDownVector@0294F@RightUpTeeVector@0295C@RightUpVectorBar@02954@RightVectorBar@02953@RoundImplies@02970@RuleDelayed@029F4@Tab@00009@UnderBar@00332@UnderBrace@023DF@UnderBracket@023B5@UnderParenthesis@023DD@UpArrowBar@02912@Upsilon@003A5@VerticalLine@0007C@VerticalSeparator@02758@ZeroWidthSpace@0200B@omicron@003BF@amalg@02210@NegativeThinSpace@0E000@Iopf@1d540@"; com.wiris.util.xml.WEntities.oldWebeq = "infty@221e@partial@2202@iint@222c@neq@2260@nsubset@2284@nsupset@2285@exists@2203@ldots@2026@vdots@22ee@cdots@22ef@ddots@22f1@bar@00af@hat@005e@vec@21c0@ddot@00A8@"; com.wiris.util.xml.WEntities.MATHML_ENTITIES = com.wiris.util.xml.WEntities.s1 + com.wiris.util.xml.WEntities.s2 + com.wiris.util.xml.WEntities.oldWebeq; +com.wiris.util.xml.WXmlUtils.WHITESPACE_COLLAPSE_REGEX = new EReg("[ \\t\\n\\r]{2,}","g"); com.wiris.util.xml.WXmlUtils.entities = null; com.wiris.util.xml.XmlSerializer.MODE_READ = 0; com.wiris.util.xml.XmlSerializer.MODE_WRITE = 1; diff --git a/quizzes/lib/version.txt b/quizzes/lib/version.txt index 8b962a64..eb0a0d32 100644 --- a/quizzes/lib/version.txt +++ b/quizzes/lib/version.txt @@ -1 +1 @@ -3.52.0 \ No newline at end of file +3.53.0 \ No newline at end of file diff --git a/version.php b/version.php index 0c05419b..294921b3 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017060600; +$plugin->version = 2017060800; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From d0bd4682913fb369a861c88644b5c1e54372a524 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 9 Jun 2017 23:57:21 +0200 Subject: [PATCH 15/38] 2017060900 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 294921b3..47408def 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017060800; +$plugin->version = 2017060900; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 361d3d607e030c69354562213d61a66d8872b3d2 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 10 Jun 2017 23:54:10 +0200 Subject: [PATCH 16/38] 2017061000 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 47408def..07684064 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017060900; +$plugin->version = 2017061000; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From c4beb375755f0bf82e14ccf4825c135fd04c7a88 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 11 Jun 2017 23:58:01 +0200 Subject: [PATCH 17/38] 2017061100 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 07684064..7938a3cb 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061000; +$plugin->version = 2017061100; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From df8f83da95d8e1f43beaab2c503a97bbe4f27696 Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 13 Jun 2017 00:03:39 +0200 Subject: [PATCH 18/38] 2017061300 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 7938a3cb..6ec8b9b0 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061100; +$plugin->version = 2017061300; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From fad3be5764aefba8902ec445055e01ae309d8adc Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 15 Jun 2017 00:05:23 +0200 Subject: [PATCH 19/38] 2017061500 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 6ec8b9b0..d2f53736 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061300; +$plugin->version = 2017061500; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From f70941785c9473172d5683867a15b99c120aa00d Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 16 Jun 2017 00:07:52 +0200 Subject: [PATCH 20/38] 2017061600 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index d2f53736..db553a72 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061500; +$plugin->version = 2017061600; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From f480d58132078f13af7f9c5446f756babfa54945 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 17 Jun 2017 00:02:14 +0200 Subject: [PATCH 21/38] 2017061700 development version --- quizzes/lib/com/wiris/util/xml/XmlSerializer.class.php | 5 +++++ quizzes/lib/quizzes.js | 5 +++++ version.php | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/quizzes/lib/com/wiris/util/xml/XmlSerializer.class.php b/quizzes/lib/com/wiris/util/xml/XmlSerializer.class.php index 407f87dd..cc688693 100644 --- a/quizzes/lib/com/wiris/util/xml/XmlSerializer.class.php +++ b/quizzes/lib/com/wiris/util/xml/XmlSerializer.class.php @@ -473,6 +473,11 @@ public function write($s) { } return $res; } + public function readXml($xml) { + $this->setCurrentElement($xml); + $this->mode = com_wiris_util_xml_XmlSerializer::$MODE_READ; + return $this->readNode(); + } public function read($xml) { $document = Xml::parse($xml); $this->setCurrentElement($document); diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index d933c556..876382e6 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -16519,6 +16519,11 @@ com.wiris.util.xml.XmlSerializer.prototype = { } return res; } + ,readXml: function(xml) { + this.setCurrentElement(xml); + this.mode = com.wiris.util.xml.XmlSerializer.MODE_READ; + return this.readNode(); + } ,read: function(xml) { var document = Xml.parse(xml); this.setCurrentElement(document); diff --git a/version.php b/version.php index db553a72..f21c4768 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061600; +$plugin->version = 2017061700; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From f432165ff7eaa236d0a462da2265904d6e92304e Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 18 Jun 2017 00:02:55 +0200 Subject: [PATCH 22/38] 2017061800 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f21c4768..a15c452f 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061700; +$plugin->version = 2017061800; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From c43018993dc1c8ba936f30fa73bf76201502311e Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 19 Jun 2017 00:03:05 +0200 Subject: [PATCH 23/38] 2017061900 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a15c452f..519d9837 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061800; +$plugin->version = 2017061900; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 0bad1ec9a46696c231dcae7ad98dc55e987ffa99 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 21 Jun 2017 00:01:59 +0200 Subject: [PATCH 24/38] 2017062100 development version --- quizzes/lib/com/wiris/util/xml/WEntities.class.php | 3 ++- quizzes/lib/quizzes.js | 3 ++- version.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/quizzes/lib/com/wiris/util/xml/WEntities.class.php b/quizzes/lib/com/wiris/util/xml/WEntities.class.php index 95b6bf6d..2f585576 100644 --- a/quizzes/lib/com/wiris/util/xml/WEntities.class.php +++ b/quizzes/lib/com/wiris/util/xml/WEntities.class.php @@ -4,8 +4,9 @@ class com_wiris_util_xml_WEntities { public function __construct(){} static $s1 = "boxDL@02557@boxDl@02556@boxdL@02555@boxdl@02510@boxDR@02554@boxDr@02553@boxdR@02552@boxdr@0250C@boxH@02550@boxh@02500@boxHD@02566@boxHd@02564@boxhD@02565@boxhd@0252C@boxHU@02569@boxHu@02567@boxhU@02568@boxhu@02534@boxUL@0255D@boxUl@0255C@boxuL@0255B@boxul@02518@boxUR@0255A@boxUr@02559@boxuR@02558@boxur@02514@boxV@02551@boxv@02502@boxVH@0256C@boxVh@0256B@boxvH@0256A@boxvh@0253C@boxVL@02563@boxVl@02562@boxvL@02561@boxvl@02524@boxVR@02560@boxVr@0255F@boxvR@0255E@boxvr@0251C@Acy@00410@acy@00430@Bcy@00411@bcy@00431@CHcy@00427@chcy@00447@Dcy@00414@dcy@00434@Ecy@0042D@ecy@0044D@Fcy@00424@fcy@00444@Gcy@00413@gcy@00433@HARDcy@0042A@hardcy@0044A@Icy@00418@icy@00438@IEcy@00415@iecy@00435@IOcy@00401@iocy@00451@Jcy@00419@jcy@00439@Kcy@0041A@kcy@0043A@KHcy@00425@khcy@00445@Lcy@0041B@lcy@0043B@Mcy@0041C@mcy@0043C@Ncy@0041D@ncy@0043D@numero@02116@Ocy@0041E@ocy@0043E@Pcy@0041F@pcy@0043F@Rcy@00420@rcy@00440@Scy@00421@scy@00441@SHCHcy@00429@shchcy@00449@SHcy@00428@shcy@00448@SOFTcy@0042C@softcy@0044C@Tcy@00422@tcy@00442@TScy@00426@tscy@00446@Ucy@00423@ucy@00443@Vcy@00412@vcy@00432@YAcy@0042F@yacy@0044F@Ycy@0042B@ycy@0044B@YUcy@0042E@yucy@0044E@Zcy@00417@zcy@00437@ZHcy@00416@zhcy@00436@DJcy@00402@djcy@00452@DScy@00405@dscy@00455@DZcy@0040F@dzcy@0045F@GJcy@00403@gjcy@00453@Iukcy@00406@iukcy@00456@Jsercy@00408@jsercy@00458@Jukcy@00404@jukcy@00454@KJcy@0040C@kjcy@0045C@LJcy@00409@ljcy@00459@NJcy@0040A@njcy@0045A@TSHcy@0040B@tshcy@0045B@Ubrcy@0040E@ubrcy@0045E@YIcy@00407@yicy@00457@acute@000B4@breve@002D8@caron@002C7@cedil@000B8@circ@002C6@dblac@002DD@die@000A8@dot@002D9@grave@00060@macr@000AF@ogon@002DB@ring@002DA@tilde@002DC@uml@000A8@Aacute@000C1@aacute@000E1@Acirc@000C2@acirc@000E2@AElig@000C6@aelig@000E6@Agrave@000C0@agrave@000E0@Aring@000C5@aring@000E5@Atilde@000C3@atilde@000E3@Auml@000C4@auml@000E4@Ccedil@000C7@ccedil@000E7@Eacute@000C9@eacute@000E9@Ecirc@000CA@ecirc@000EA@Egrave@000C8@egrave@000E8@ETH@000D0@eth@000F0@Euml@000CB@euml@000EB@Iacute@000CD@iacute@000ED@Icirc@000CE@icirc@000EE@Igrave@000CC@igrave@000EC@Iuml@000CF@iuml@000EF@Ntilde@000D1@ntilde@000F1@Oacute@000D3@oacute@000F3@Ocirc@000D4@ocirc@000F4@Ograve@000D2@ograve@000F2@Oslash@000D8@oslash@000F8@Otilde@000D5@otilde@000F5@Ouml@000D6@ouml@000F6@szlig@000DF@THORN@000DE@thorn@000FE@Uacute@000DA@uacute@000FA@Ucirc@000DB@ucirc@000FB@Ugrave@000D9@ugrave@000F9@Uuml@000DC@uuml@000FC@Yacute@000DD@yacute@000FD@yuml@000FF@Abreve@00102@abreve@00103@Amacr@00100@amacr@00101@Aogon@00104@aogon@00105@Cacute@00106@cacute@00107@Ccaron@0010C@ccaron@0010D@Ccirc@00108@ccirc@00109@Cdot@0010A@cdot@0010B@Dcaron@0010E@dcaron@0010F@Dstrok@00110@dstrok@00111@Ecaron@0011A@ecaron@0011B@Edot@00116@edot@00117@Emacr@00112@emacr@00113@ENG@0014A@eng@0014B@Eogon@00118@eogon@00119@gacute@001F5@Gbreve@0011E@gbreve@0011F@Gcedil@00122@Gcirc@0011C@gcirc@0011D@Gdot@00120@gdot@00121@Hcirc@00124@hcirc@00125@Hstrok@00126@hstrok@00127@Idot@00130@IJlig@00132@ijlig@00133@Imacr@0012A@imacr@0012B@inodot@00131@Iogon@0012E@iogon@0012F@Itilde@00128@itilde@00129@Jcirc@00134@jcirc@00135@Kcedil@00136@kcedil@00137@kgreen@00138@Lacute@00139@lacute@0013A@Lcaron@0013D@lcaron@0013E@Lcedil@0013B@lcedil@0013C@Lmidot@0013F@lmidot@00140@Lstrok@00141@lstrok@00142@Nacute@00143@nacute@00144@napos@00149@Ncaron@00147@ncaron@00148@Ncedil@00145@ncedil@00146@Odblac@00150@odblac@00151@OElig@00152@oelig@00153@Omacr@0014C@omacr@0014D@Racute@00154@racute@00155@Rcaron@00158@rcaron@00159@Rcedil@00156@rcedil@00157@Sacute@0015A@sacute@0015B@Scaron@00160@scaron@00161@Scedil@0015E@scedil@0015F@Scirc@0015C@scirc@0015D@Tcaron@00164@tcaron@00165@Tcedil@00162@tcedil@00163@Tstrok@00166@tstrok@00167@Ubreve@0016C@ubreve@0016D@Udblac@00170@udblac@00171@Umacr@0016A@umacr@0016B@Uogon@00172@uogon@00173@Uring@0016E@uring@0016F@Utilde@00168@utilde@00169@Wcirc@00174@wcirc@00175@Ycirc@00176@ycirc@00177@Yuml@00178@Zacute@00179@zacute@0017A@Zcaron@0017D@zcaron@0017E@Zdot@0017B@zdot@0017C@apos@00027@ast@0002A@brvbar@000A6@bsol@0005C@cent@000A2@colon@0003A@comma@0002C@commat@00040@copy@000A9@curren@000A4@darr@02193@deg@000B0@divide@000F7@dollar@00024@equals@0003D@excl@00021@frac12@000BD@frac14@000BC@frac18@0215B@frac34@000BE@frac38@0215C@frac58@0215D@frac78@0215E@gt@0003E@half@000BD@horbar@02015@hyphen@02010@iexcl@000A1@iquest@000BF@laquo@000AB@larr@02190@lcub@0007B@ldquo@0201C@lowbar@0005F@lpar@00028@lsqb@0005B@lsquo@02018@micro@000B5@middot@000B7@nbsp@000A0@not@000AC@num@00023@ohm@02126@ordf@000AA@ordm@000BA@para@000B6@percnt@00025@period@0002E@plus@0002B@plusmn@000B1@pound@000A3@quest@0003F@quot@00022@raquo@000BB@rarr@02192@rcub@0007D@rdquo@0201D@reg@000AE@rpar@00029@rsqb@0005D@rsquo@02019@sect@000A7@semi@0003B@shy@000AD@sol@0002F@sung@0266A@sup1@000B9@sup2@000B2@sup3@000B3@times@000D7@trade@02122@uarr@02191@verbar@0007C@yen@000A5@blank@02423@blk12@02592@blk14@02591@blk34@02593@block@02588@bull@02022@caret@02041@check@02713@cir@025CB@clubs@02663@copysr@02117@cross@02717@Dagger@02021@dagger@02020@dash@02010@diams@02666@dlcrop@0230D@drcrop@0230C@dtri@025BF@dtrif@025BE@emsp@02003@emsp13@02004@emsp14@02005@ensp@02002@female@02640@ffilig@0FB03@fflig@0FB00@ffllig@0FB04@filig@0FB01@flat@0266D@fllig@0FB02@frac13@02153@frac15@02155@frac16@02159@frac23@02154@frac25@02156@frac35@02157@frac45@02158@frac56@0215A@hairsp@0200A@hearts@02665@hellip@02026@hybull@02043@incare@02105@ldquor@0201E@lhblk@02584@loz@025CA@lozf@029EB@lsquor@0201A@ltri@025C3@ltrif@025C2@male@02642@malt@02720@marker@025AE@mdash@02014@mldr@02026@natur@0266E@ndash@02013@nldr@02025@numsp@02007@phone@0260E@puncsp@02008@rdquor@0201D@rect@025AD@rsquor@02019@rtri@025B9@rtrif@025B8@rx@0211E@sext@02736@sharp@0266F@spades@02660@squ@025A1@squf@025AA@star@02606@starf@02605@target@02316@telrec@02315@thinsp@02009@uhblk@02580@ulcrop@0230F@urcrop@0230E@utri@025B5@utrif@025B4@vellip@022EE@angzarr@0237C@cirmid@02AEF@cudarrl@02938@cudarrr@02935@cularr@021B6@cularrp@0293D@curarr@021B7@curarrm@0293C@Darr@021A1@dArr@021D3@ddarr@021CA@DDotrahd@02911@dfisht@0297F@dHar@02965@dharl@021C3@dharr@021C2@duarr@021F5@duhar@0296F@dzigrarr@027FF@erarr@02971@hArr@021D4@harr@02194@harrcir@02948@harrw@021AD@hoarr@021FF@imof@022B7@lAarr@021DA@Larr@0219E@larrbfs@0291F@larrfs@0291D@larrhk@021A9@larrlp@021AB@larrpl@02939@larrsim@02973@larrtl@021A2@lAtail@0291B@latail@02919@lBarr@0290E@lbarr@0290C@ldca@02936@ldrdhar@02967@ldrushar@0294B@ldsh@021B2@lfisht@0297C@lHar@02962@lhard@021BD@lharu@021BC@lharul@0296A@llarr@021C7@llhard@0296B@loarr@021FD@lrarr@021C6@lrhar@021CB@lrhard@0296D@lsh@021B0@lurdshar@0294A@luruhar@02966@Map@02905@map@021A6@midcir@02AF0@mumap@022B8@nearhk@02924@neArr@021D7@nearr@02197@nesear@02928@nhArr@021CE@nharr@021AE@nlArr@021CD@nlarr@0219A@nrArr@021CF@nrarr@0219B@nvHarr@02904@nvlArr@02902@nvrArr@02903@nwarhk@02923@nwArr@021D6@nwarr@02196@nwnear@02927@olarr@021BA@orarr@021BB@origof@022B6@rAarr@021DB@Rarr@021A0@rarrap@02975@rarrbfs@02920@rarrc@02933@rarrfs@0291E@rarrhk@021AA@rarrlp@021AC@rarrpl@02945@rarrsim@02974@Rarrtl@02916@rarrtl@021A3@rarrw@0219D@rAtail@0291C@ratail@0291A@RBarr@02910@rBarr@0290F@rbarr@0290D@rdca@02937@rdldhar@02969@rdsh@021B3@rfisht@0297D@rHar@02964@rhard@021C1@rharu@021C0@rharul@0296C@rlarr@021C4@rlhar@021CC@roarr@021FE@rrarr@021C9@rsh@021B1@ruluhar@02968@searhk@02925@seArr@021D8@searr@02198@seswar@02929@simrarr@02972@slarr@02190@srarr@02192@swarhk@02926@swArr@021D9@swarr@02199@swnwar@0292A@Uarr@0219F@uArr@021D1@Uarrocir@02949@udarr@021C5@udhar@0296E@ufisht@0297E@uHar@02963@uharl@021BF@uharr@021BE@uuarr@021C8@vArr@021D5@varr@02195@xhArr@027FA@xharr@027F7@xlArr@027F8@xlarr@027F5@xmap@027FC@xrArr@027F9@xrarr@027F6@zigrarr@021DD@ac@0223E@amalg@02A3F@barvee@022BD@Barwed@02306@barwed@02305@bsolb@029C5@Cap@022D2@capand@02A44@capbrcup@02A49@capcap@02A4B@capcup@02A47@capdot@02A40@ccaps@02A4D@ccups@02A4C@ccupssm@02A50@coprod@02210@Cup@022D3@cupbrcap@02A48@cupcap@02A46@cupcup@02A4A@cupdot@0228D@cupor@02A45@cuvee@022CE@cuwed@022CF@Dagger@02021@dagger@02020@diam@022C4@divonx@022C7@eplus@02A71@hercon@022B9@intcal@022BA@iprod@02A3C@loplus@02A2D@lotimes@02A34@lthree@022CB@ltimes@022C9@midast@0002A@minusb@0229F@minusd@02238@minusdu@02A2A@ncap@02A43@ncup@02A42@oast@0229B@ocir@0229A@odash@0229D@odiv@02A38@odot@02299@odsold@029BC@ofcir@029BF@ogt@029C1@ohbar@029B5@olcir@029BE@olt@029C0@omid@029B6@ominus@02296@opar@029B7@operp@029B9@oplus@02295@osol@02298@Otimes@02A37@otimes@02297@otimesas@02A36@ovbar@0233D@plusacir@02A23@plusb@0229E@pluscir@02A22@plusdo@02214@plusdu@02A25@pluse@02A72@plussim@02A26@plustwo@02A27@prod@0220F@race@029DA@roplus@02A2E@rotimes@02A35@rthree@022CC@rtimes@022CA@sdot@022C5@sdotb@022A1@setmn@02216@simplus@02A24@smashp@02A33@solb@029C4@sqcap@02293@sqcup@02294@ssetmn@02216@sstarf@022C6@subdot@02ABD@sum@02211@supdot@02ABE@timesb@022A0@timesbar@02A31@timesd@02A30@tridot@025EC@triminus@02A3A@triplus@02A39@trisb@029CD@tritime@02A3B@uplus@0228E@veebar@022BB@wedbar@02A5F@wreath@02240@xcap@022C2@xcirc@025EF@xcup@022C3@xdtri@025BD@xodot@02A00@xoplus@02A01@xotime@02A02@xsqcup@02A06@xuplus@02A04@xutri@025B3@xvee@022C1@xwedge@022C0@dlcorn@0231E@drcorn@0231F@gtlPar@02995@langd@02991@lbrke@0298B@lbrksld@0298F@lbrkslu@0298D@lceil@02308@lfloor@0230A@lmoust@023B0@lparlt@02993@ltrPar@02996@rangd@02992@rbrke@0298C@rbrksld@0298E@rbrkslu@02990@rceil@02309@rfloor@0230B@rmoust@023B1@rpargt@02994@ulcorn@0231C@urcorn@0231D@gnap@02A8A@gnE@02269@gne@02A88@gnsim@022E7@lnap@02A89@lnE@02268@lne@02A87@lnsim@022E6@nap@02249@ncong@02247@nequiv@02262@nge@02271@ngsim@02275@ngt@0226F@nle@02270@nlsim@02274@nlt@0226E@nltri@022EA@nltrie@022EC@nmid@02224@npar@02226@npr@02280@nprcue@022E0@nrtri@022EB@nrtrie@022ED@nsc@02281@nsccue@022E1@nsim@02241@nsime@02244@nsmid@02224@nspar@02226@nsqsube@022E2@nsqsupe@022E3@nsub@02284@nsube@02288@nsup@02285@nsupe@02289@ntgl@02279@ntlg@02278@nVDash@022AF@nVdash@022AE@nvDash@022AD@nvdash@022AC@parsim@02AF3@prnap@02AB9@prnE@02AB5@prnsim@022E8@rnmid@02AEE@scnap@02ABA@scnE@02AB6@scnsim@022E9@simne@02246@solbar@0233F@subnE@02ACB@subne@0228A@supnE@02ACC@supne@0228B@ang@02220@ange@029A4@angmsd@02221@angmsdaa@029A8@angmsdab@029A9@angmsdac@029AA@angmsdad@029AB@angmsdae@029AC@angmsdaf@029AD@angmsdag@029AE@angmsdah@029AF@angrtvb@022BE@angrtvbd@0299D@bbrk@023B5@bbrktbrk@023B6@bemptyv@029B0@beth@02136@boxbox@029C9@"; static $s2 = "bprime@02035@bsemi@0204F@cemptyv@029B2@cirE@029C3@cirscir@029C2@comp@02201@daleth@02138@demptyv@029B1@ell@02113@empty@02205@emptyv@02205@gimel@02137@iiota@02129@image@02111@imath@00131@jmath@0006A@laemptyv@029B4@lltri@025FA@lrtri@022BF@mho@02127@nexist@02204@oS@024C8@planck@0210F@plankv@0210F@raemptyv@029B3@range@029A5@real@0211C@tbrk@023B4@trpezium@0FFFD@ultri@025F8@urtri@025F9@vzigzag@0299A@weierp@02118@apE@02A70@ape@0224A@apid@0224B@asymp@02248@Barv@02AE7@bcong@0224C@bepsi@003F6@bowtie@022C8@bsim@0223D@bsime@022CD@bump@0224E@bumpE@02AAE@bumpe@0224F@cire@02257@Colon@02237@Colone@02A74@colone@02254@congdot@02A6D@csub@02ACF@csube@02AD1@csup@02AD0@csupe@02AD2@cuepr@022DE@cuesc@022DF@Dashv@02AE4@dashv@022A3@easter@02A6E@ecir@02256@ecolon@02255@eDDot@02A77@eDot@02251@efDot@02252@eg@02A9A@egs@02A96@egsdot@02A98@el@02A99@els@02A95@elsdot@02A97@equest@0225F@equivDD@02A78@erDot@02253@esdot@02250@Esim@02A73@esim@02242@fork@022D4@forkv@02AD9@frown@02322@gap@02A86@gE@02267@gEl@02A8C@gel@022DB@ges@02A7E@gescc@02AA9@gesdot@02A80@gesdoto@02A82@gesdotol@02A84@gesles@02A94@Gg@022D9@gl@02277@gla@02AA5@glE@02A92@glj@02AA4@gsim@02273@gsime@02A8E@gsiml@02A90@Gt@0226B@gtcc@02AA7@gtcir@02A7A@gtdot@022D7@gtquest@02A7C@gtrarr@02978@homtht@0223B@lap@02A85@lat@02AAB@late@02AAD@lE@02266@lEg@02A8B@leg@022DA@les@02A7D@lescc@02AA8@lesdot@02A7F@lesdoto@02A81@lesdotor@02A83@lesges@02A93@lg@02276@lgE@02A91@Ll@022D8@lsim@02272@lsime@02A8D@lsimg@02A8F@Lt@0226A@ltcc@02AA6@ltcir@02A79@ltdot@022D6@ltlarr@02976@ltquest@02A7B@ltrie@022B4@mcomma@02A29@mDDot@0223A@mid@02223@mlcp@02ADB@models@022A7@mstpos@0223E@Pr@02ABB@pr@0227A@prap@02AB7@prcue@0227C@prE@02AB3@pre@02AAF@prsim@0227E@prurel@022B0@ratio@02236@rtrie@022B5@rtriltri@029CE@Sc@02ABC@sc@0227B@scap@02AB8@sccue@0227D@scE@02AB4@sce@02AB0@scsim@0227F@sdote@02A66@sfrown@02322@simg@02A9E@simgE@02AA0@siml@02A9D@simlE@02A9F@smid@02223@smile@02323@smt@02AAA@smte@02AAC@spar@02225@sqsub@0228F@sqsube@02291@sqsup@02290@sqsupe@02292@ssmile@02323@Sub@022D0@subE@02AC5@subedot@02AC3@submult@02AC1@subplus@02ABF@subrarr@02979@subsim@02AC7@subsub@02AD5@subsup@02AD3@Sup@022D1@supdsub@02AD8@supE@02AC6@supedot@02AC4@suphsub@02AD7@suplarr@0297B@supmult@02AC2@supplus@02AC0@supsim@02AC8@supsub@02AD4@supsup@02AD6@thkap@02248@thksim@0223C@topfork@02ADA@trie@0225C@twixt@0226C@Vbar@02AEB@vBar@02AE8@vBarv@02AE9@VDash@022AB@Vdash@022A9@vDash@022A8@vdash@022A2@Vdashl@02AE6@vltri@022B2@vprop@0221D@vrtri@022B3@Vvdash@022AA@alpha@003B1@beta@003B2@chi@003C7@Delta@00394@delta@003B4@epsi@003B5@epsiv@003F5@eta@003B7@Gamma@00393@gamma@003B3@Gammad@003DC@gammad@003DD@iota@003B9@kappa@003BA@kappav@003F0@Lambda@0039B@lambda@003BB@mu@003BC@nu@003BD@Omega@003A9@omega@003C9@Phi@003A6@phi@003C6@phiv@003D5@Pi@003A0@pi@003C0@piv@003D6@Psi@003A8@psi@003C8@rho@003C1@rhov@003F1@Sigma@003A3@sigma@003C3@sigmav@003C2@tau@003C4@Theta@00398@theta@003B8@thetav@003D1@Upsi@003D2@upsi@003C5@Xi@0039E@xi@003BE@zeta@003B6@Cfr@0212D@Hfr@0210C@Ifr@02111@Rfr@0211C@Zfr@02128@Copf@02102@Hopf@0210D@Nopf@02115@Popf@02119@Qopf@0211A@Ropf@0211D@Zopf@02124@acd@0223F@aleph@02135@And@02A53@and@02227@andand@02A55@andd@02A5C@andslope@02A58@andv@02A5A@angrt@0221F@angsph@02222@angst@0212B@ap@02248@apacir@02A6F@awconint@02233@awint@02A11@becaus@02235@bernou@0212C@bNot@02AED@bnot@02310@bottom@022A5@cap@02229@Cconint@02230@cirfnint@02A10@compfn@02218@cong@02245@Conint@0222F@conint@0222E@ctdot@022EF@cup@0222A@cwconint@02232@cwint@02231@cylcty@0232D@disin@022F2@Dot@000A8@DotDot@020DC@dsol@029F6@dtdot@022F1@dwangle@029A6@elinters@0FFFD@epar@022D5@eparsl@029E3@equiv@02261@eqvparsl@029E5@exist@02203@fltns@025B1@fnof@00192@forall@02200@fpartint@02A0D@ge@02265@hamilt@0210B@iff@021D4@iinfin@029DC@imped@001B5@infin@0221E@infintie@029DD@Int@0222C@int@0222B@intlarhk@02A17@isin@02208@isindot@022F5@isinE@022F9@isins@022F4@isinsv@022F3@isinv@02208@lagran@02112@Lang@0300A@lang@027e8@lArr@021D0@lbbrk@03014@le@02264@loang@03018@lobrk@0301A@lopar@02985@lowast@02217@minus@02212@mnplus@02213@nabla@02207@ne@02260@nhpar@02AF2@ni@0220B@nis@022FC@nisd@022FA@niv@0220B@Not@02AEC@notin@02209@notinva@02209@notinvb@022F7@notinvc@022F6@notni@0220C@notniva@0220C@notnivb@022FE@notnivc@022FD@npolint@02A14@nvinfin@029DE@olcross@029BB@Or@02A54@or@02228@ord@02A5D@order@02134@oror@02A56@orslope@02A57@orv@02A5B@par@02225@parsl@02AFD@part@02202@permil@02030@perp@022A5@pertenk@02031@phmmat@02133@pointint@02A15@Prime@02033@prime@02032@profalar@0232E@profline@02312@profsurf@02313@prop@0221D@qint@02A0C@qprime@02057@quatint@02A16@radic@0221A@Rang@0300B@rang@027e9@rArr@021D2@rbbrk@03015@roang@03019@robrk@0301B@ropar@02986@rppolint@02A12@scpolint@02A13@sim@0223C@simdot@02A6A@sime@02243@smeparsl@029E4@square@025A1@squarf@025AA@strns@000AF@sub@02282@sube@02286@sup@02283@supe@02287@tdot@020DB@there4@02234@tint@0222D@top@022A4@topbot@02336@topcir@02AF1@tprime@02034@utdot@022F0@uwangle@029A7@vangrt@0299C@veeeq@0225A@Verbar@02016@wedgeq@02259@xnis@022FB@angle@02220@ApplyFunction@02061@approx@02248@approxeq@0224A@Assign@02254@backcong@0224C@backepsilon@003F6@backprime@02035@backsim@0223D@backsimeq@022CD@Backslash@02216@barwedge@02305@Because@02235@because@02235@Bernoullis@0212C@between@0226C@bigcap@022C2@bigcirc@025EF@bigcup@022C3@bigodot@02A00@bigoplus@02A01@bigotimes@02A02@bigsqcup@02A06@bigstar@02605@bigtriangledown@025BD@bigtriangleup@025B3@biguplus@02A04@bigvee@022C1@bigwedge@022C0@bkarow@0290D@blacklozenge@029EB@blacksquare@025AA@blacktriangle@025B4@blacktriangledown@025BE@blacktriangleleft@025C2@blacktriangleright@025B8@bot@022A5@boxminus@0229F@boxplus@0229E@boxtimes@022A0@Breve@002D8@bullet@02022@Bumpeq@0224E@bumpeq@0224F@CapitalDifferentialD@02145@Cayleys@0212D@Cedilla@000B8@CenterDot@000B7@centerdot@000B7@checkmark@02713@circeq@02257@circlearrowleft@021BA@circlearrowright@021BB@circledast@0229B@circledcirc@0229A@circleddash@0229D@CircleDot@02299@circledR@000AE@circledS@024C8@CircleMinus@02296@CirclePlus@02295@CircleTimes@02297@ClockwiseContourIntegral@02232@CloseCurlyDoubleQuote@0201D@CloseCurlyQuote@02019@clubsuit@02663@coloneq@02254@complement@02201@complexes@02102@Congruent@02261@ContourIntegral@0222E@Coproduct@02210@CounterClockwiseContourIntegral@02233@CupCap@0224D@curlyeqprec@022DE@curlyeqsucc@022DF@curlyvee@022CE@curlywedge@022CF@curvearrowleft@021B6@curvearrowright@021B7@dbkarow@0290F@ddagger@02021@ddotseq@02A77@Del@02207@DiacriticalAcute@000B4@DiacriticalDot@002D9@DiacriticalDoubleAcute@002DD@DiacriticalGrave@00060@DiacriticalTilde@002DC@Diamond@022C4@diamond@022C4@diamondsuit@02666@DifferentialD@02146@digamma@003DD@div@000F7@divideontimes@022C7@doteq@02250@doteqdot@02251@DotEqual@02250@dotminus@02238@dotplus@02214@dotsquare@022A1@doublebarwedge@02306@DoubleContourIntegral@0222F@DoubleDot@000A8@DoubleDownArrow@021D3@DoubleLeftArrow@021D0@DoubleLeftRightArrow@021D4@DoubleLeftTee@02AE4@DoubleLongLeftArrow@027F8@DoubleLongLeftRightArrow@027FA@DoubleLongRightArrow@027F9@DoubleRightArrow@021D2@DoubleRightTee@022A8@DoubleUpArrow@021D1@DoubleUpDownArrow@021D5@DoubleVerticalBar@02225@DownArrow@02193@Downarrow@021D3@downarrow@02193@DownArrowUpArrow@021F5@downdownarrows@021CA@downharpoonleft@021C3@downharpoonright@021C2@DownLeftVector@021BD@DownRightVector@021C1@DownTee@022A4@DownTeeArrow@021A7@drbkarow@02910@Element@02208@emptyset@02205@eqcirc@02256@eqcolon@02255@eqsim@02242@eqslantgtr@02A96@eqslantless@02A95@EqualTilde@02242@Equilibrium@021CC@Exists@02203@expectation@02130@ExponentialE@02147@exponentiale@02147@fallingdotseq@02252@ForAll@02200@Fouriertrf@02131@geq@02265@geqq@02267@geqslant@02A7E@gg@0226B@ggg@022D9@gnapprox@02A8A@gneq@02A88@gneqq@02269@GreaterEqual@02265@GreaterEqualLess@022DB@GreaterFullEqual@02267@GreaterLess@02277@GreaterSlantEqual@02A7E@GreaterTilde@02273@gtrapprox@02A86@gtrdot@022D7@gtreqless@022DB@gtreqqless@02A8C@gtrless@02277@gtrsim@02273@Hacek@002C7@hbar@0210F@heartsuit@02665@HilbertSpace@0210B@hksearow@02925@hkswarow@02926@hookleftarrow@021A9@hookrightarrow@021AA@hslash@0210F@HumpDownHump@0224E@HumpEqual@0224F@iiiint@02A0C@iiint@0222D@Im@02111@ImaginaryI@02148@imagline@02110@imagpart@02111@Implies@021D2@in@02208@integers@02124@Integral@0222B@intercal@022BA@Intersection@022C2@intprod@02A3C@InvisibleComma@02063@InvisibleTimes@02062@langle@027e8@Laplacetrf@02112@lbrace@0007B@lbrack@0005B@LeftAngleBracket@027e8@LeftArrow@02190@Leftarrow@021D0@leftarrow@02190@LeftArrowBar@021E4@LeftArrowRightArrow@021C6@leftarrowtail@021A2@LeftCeiling@02308@LeftDoubleBracket@0301A@LeftDownVector@021C3@LeftFloor@0230A@leftharpoondown@021BD@leftharpoonup@021BC@leftleftarrows@021C7@LeftRightArrow@02194@Leftrightarrow@021D4@leftrightarrow@02194@leftrightarrows@021C6@leftrightharpoons@021CB@leftrightsquigarrow@021AD@LeftTee@022A3@LeftTeeArrow@021A4@leftthreetimes@022CB@LeftTriangle@022B2@LeftTriangleEqual@022B4@LeftUpVector@021BF@LeftVector@021BC@leq@02264@leqq@02266@leqslant@02A7D@lessapprox@02A85@lessdot@022D6@lesseqgtr@022DA@lesseqqgtr@02A8B@LessEqualGreater@022DA@LessFullEqual@02266@LessGreater@02276@lessgtr@02276@lesssim@02272@LessSlantEqual@02A7D@LessTilde@02272@ll@0226A@llcorner@0231E@Lleftarrow@021DA@lmoustache@023B0@lnapprox@02A89@lneq@02A87@lneqq@02268@LongLeftArrow@027F5@Longleftarrow@027F8@longleftarrow@027F5@LongLeftRightArrow@027F7@Longleftrightarrow@027FA@longleftrightarrow@027F7@longmapsto@027FC@LongRightArrow@027F6@Longrightarrow@027F9@longrightarrow@027F6@looparrowleft@021AB@looparrowright@021AC@LowerLeftArrow@02199@LowerRightArrow@02198@lozenge@025CA@lrcorner@0231F@Lsh@021B0@maltese@02720@mapsto@021A6@measuredangle@02221@Mellintrf@02133@MinusPlus@02213@mp@02213@multimap@022B8@napprox@02249@natural@0266E@naturals@02115@nearrow@02197@NegativeMediumSpace@0200B@NegativeThickSpace@0200B@NegativeThinSpace@0200B@NegativeVeryThinSpace@0200B@NestedGreaterGreater@0226B@NestedLessLess@0226A@nexists@02204@ngeq@02271@ngtr@0226F@nLeftarrow@021CD@nleftarrow@0219A@nLeftrightarrow@021CE@nleftrightarrow@021AE@nleq@02270@nless@0226E@NonBreakingSpace@000A0@NotCongruent@02262@NotDoubleVerticalBar@02226@NotElement@02209@NotEqual@02260@NotExists@02204@NotGreater@0226F@NotGreaterEqual@02271@NotGreaterLess@02279@NotGreaterTilde@02275@NotLeftTriangle@022EA@NotLeftTriangleEqual@022EC@NotLess@0226E@NotLessEqual@02270@NotLessGreater@02278@NotLessTilde@02274@NotPrecedes@02280@NotPrecedesSlantEqual@022E0@NotReverseElement@0220C@NotRightTriangle@022EB@NotRightTriangleEqual@022ED@NotSquareSubsetEqual@022E2@NotSquareSupersetEqual@022E3@NotSubsetEqual@02288@NotSucceeds@02281@NotSucceedsSlantEqual@022E1@NotSupersetEqual@02289@NotTilde@02241@NotTildeEqual@02244@NotTildeFullEqual@02247@NotTildeTilde@02249@NotVerticalBar@02224@nparallel@02226@nprec@02280@nRightarrow@021CF@nrightarrow@0219B@nshortmid@02224@nshortparallel@02226@nsimeq@02244@nsubseteq@02288@nsucc@02281@nsupseteq@02289@ntriangleleft@022EA@ntrianglelefteq@022EC@ntriangleright@022EB@ntrianglerighteq@022ED@nwarrow@02196@oint@0222E@OpenCurlyDoubleQuote@0201C@OpenCurlyQuote@02018@orderof@02134@parallel@02225@PartialD@02202@pitchfork@022D4@PlusMinus@000B1@pm@000B1@Poincareplane@0210C@prec@0227A@precapprox@02AB7@preccurlyeq@0227C@Precedes@0227A@PrecedesEqual@02AAF@PrecedesSlantEqual@0227C@PrecedesTilde@0227E@preceq@02AAF@precnapprox@02AB9@precneqq@02AB5@precnsim@022E8@precsim@0227E@primes@02119@Proportion@02237@Proportional@0221D@propto@0221D@quaternions@0210D@questeq@0225F@rangle@027e9@rationals@0211A@rbrace@0007D@rbrack@0005D@Re@0211C@realine@0211B@realpart@0211C@reals@0211D@ReverseElement@0220B@ReverseEquilibrium@021CB@ReverseUpEquilibrium@0296F@RightAngleBracket@027e9@RightArrow@02192@Rightarrow@021D2@rightarrow@02192@RightArrowBar@021E5@RightArrowLeftArrow@021C4@rightarrowtail@021A3@RightCeiling@02309@RightDoubleBracket@0301B@RightDownVector@021C2@RightFloor@0230B@rightharpoondown@021C1@rightharpoonup@021C0@rightleftarrows@021C4@rightleftharpoons@021CC@rightrightarrows@021C9@rightsquigarrow@0219D@RightTee@022A2@RightTeeArrow@021A6@rightthreetimes@022CC@RightTriangle@022B3@RightTriangleEqual@022B5@RightUpVector@021BE@RightVector@021C0@risingdotseq@02253@rmoustache@023B1@Rrightarrow@021DB@Rsh@021B1@searrow@02198@setminus@02216@ShortDownArrow@02193@ShortLeftArrow@02190@shortmid@02223@shortparallel@02225@ShortRightArrow@02192@ShortUpArrow@02191@simeq@02243@SmallCircle@02218@smallsetminus@02216@spadesuit@02660@Sqrt@0221A@sqsubset@0228F@sqsubseteq@02291@sqsupset@02290@sqsupseteq@02292@Square@025A1@SquareIntersection@02293@SquareSubset@0228F@SquareSubsetEqual@02291@SquareSuperset@02290@SquareSupersetEqual@02292@SquareUnion@02294@Star@022C6@straightepsilon@003F5@straightphi@003D5@Subset@022D0@subset@02282@subseteq@02286@subseteqq@02AC5@SubsetEqual@02286@subsetneq@0228A@subsetneqq@02ACB@succ@0227B@succapprox@02AB8@succcurlyeq@0227D@Succeeds@0227B@SucceedsEqual@02AB0@SucceedsSlantEqual@0227D@SucceedsTilde@0227F@succeq@02AB0@succnapprox@02ABA@succneqq@02AB6@succnsim@022E9@succsim@0227F@SuchThat@0220B@Sum@02211@Superset@02283@SupersetEqual@02287@Supset@022D1@supset@02283@supseteq@02287@supseteqq@02AC6@supsetneq@0228B@supsetneqq@02ACC@swarrow@02199@Therefore@02234@therefore@02234@thickapprox@02248@thicksim@0223C@ThinSpace@02009@Tilde@0223C@TildeEqual@02243@TildeFullEqual@02245@TildeTilde@02248@toea@02928@tosa@02929@triangle@025B5@triangledown@025BF@triangleleft@025C3@trianglelefteq@022B4@triangleq@0225C@triangleright@025B9@trianglerighteq@022B5@TripleDot@020DB@twoheadleftarrow@0219E@twoheadrightarrow@021A0@ulcorner@0231C@Union@022C3@UnionPlus@0228E@UpArrow@02191@Uparrow@021D1@uparrow@02191@UpArrowDownArrow@021C5@UpDownArrow@02195@Updownarrow@021D5@updownarrow@02195@UpEquilibrium@0296E@upharpoonleft@021BF@upharpoonright@021BE@UpperLeftArrow@02196@UpperRightArrow@02197@upsilon@003C5@UpTee@022A5@UpTeeArrow@021A5@upuparrows@021C8@urcorner@0231D@varepsilon@003F5@varkappa@003F0@varnothing@02205@varphi@003C6@varpi@003D6@varpropto@0221D@varrho@003F1@varsigma@003C2@vartheta@003D1@vartriangleleft@022B2@vartriangleright@022B3@Vee@022C1@vee@02228@Vert@02016@vert@0007C@VerticalBar@02223@VerticalTilde@02240@VeryThinSpace@0200A@Wedge@022C0@wedge@02227@wp@02118@wr@02240@zeetrf@02128@af@02061@asympeq@0224D@Cross@02A2F@DD@02145@dd@02146@DownArrowBar@02913@DownBreve@00311@DownLeftRightVector@02950@DownLeftTeeVector@0295E@DownLeftVectorBar@02956@DownRightTeeVector@0295F@DownRightVectorBar@02957@ee@02147@EmptySmallSquare@025FB@EmptyVerySmallSquare@025AB@Equal@02A75@FilledSmallSquare@025FC@FilledVerySmallSquare@025AA@GreaterGreater@02AA2@Hat@0005E@HorizontalLine@02500@ic@02063@ii@02148@it@02062@larrb@021E4@LeftDownTeeVector@02961@LeftDownVectorBar@02959@LeftRightVector@0294E@LeftTeeVector@0295A@LeftTriangleBar@029CF@LeftUpDownVector@02951@LeftUpTeeVector@02960@LeftUpVectorBar@02958@LeftVectorBar@02952@LessLess@02AA1@mapstodown@021A7@mapstoleft@021A4@mapstoup@021A5@MediumSpace@0205F@NewLine@0000A@NoBreak@02060@NotCupCap@0226D@OverBar@000AF@OverBrace@023DE@OverBracket@023B4@OverParenthesis@023DC@planckh@0210E@Product@0220F@rarrb@021E5@RightDownTeeVector@0295D@RightDownVectorBar@02955@RightTeeVector@0295B@RightTriangleBar@029D0@RightUpDownVector@0294F@RightUpTeeVector@0295C@RightUpVectorBar@02954@RightVectorBar@02953@RoundImplies@02970@RuleDelayed@029F4@Tab@00009@UnderBar@00332@UnderBrace@023DF@UnderBracket@023B5@UnderParenthesis@023DD@UpArrowBar@02912@Upsilon@003A5@VerticalLine@0007C@VerticalSeparator@02758@ZeroWidthSpace@0200B@omicron@003BF@amalg@02210@NegativeThinSpace@0E000@Iopf@1d540@"; + static $s3 = "Alpha@00391@Beta@00392@Epsilon@00395@Zeta@00396@Eta@00397@Iota@00399@Kappa@0039A@Mu@0039C@Nu@0039D@Omicron@0039F@Rho@003A1@Tau@003A4@Chi@003A7@gamma@003B3@epsilon@003B5@eta@003B7@sigmaf@003C2@thetasym@003D1@upsih@003D2@zwnj@0200C@zwj@0200D@lrm@0200E@rlm@0200F@sbquo@0201A@bdquo@0201E@lsaquo@02039@rsaquo@0203A@oline@0203E@euro@020AC@crarr@021B5@"; static $oldWebeq = "infty@221e@partial@2202@iint@222c@neq@2260@nsubset@2284@nsupset@2285@exists@2203@ldots@2026@vdots@22ee@cdots@22ef@ddots@22f1@bar@00af@hat@005e@vec@21c0@ddot@00A8@"; static $MATHML_ENTITIES; function __toString() { return 'com.wiris.util.xml.WEntities'; } } -com_wiris_util_xml_WEntities::$MATHML_ENTITIES = com_wiris_util_xml_WEntities::$s1 . com_wiris_util_xml_WEntities::$s2 . com_wiris_util_xml_WEntities::$oldWebeq; +com_wiris_util_xml_WEntities::$MATHML_ENTITIES = com_wiris_util_xml_WEntities::$s1 . com_wiris_util_xml_WEntities::$s2 . com_wiris_util_xml_WEntities::$s3 . com_wiris_util_xml_WEntities::$oldWebeq; diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index 876382e6..b790f5d7 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -19233,8 +19233,9 @@ com.wiris.util.xml.WCharacterBase.latinLetters = "@0065@0066@0067@0068@0069@0070 com.wiris.util.xml.WCharacterBase.greekLetters = "@0913@0914@0935@0916@0917@0934@0915@0919@0921@0977@0922@0923@0924@0925@0927@0928@0920@0929@0931@0932@0933@0962@0937@0926@0936@0918" + "@0945@0946@0967@0948@0949@0966@0947@0951@0953@0966@0954@0955@0956@0957@0959@0960@0952@0961@0963@0964@0965@0982@0969@0958@0968@0950@"; com.wiris.util.xml.WEntities.s1 = "boxDL@02557@boxDl@02556@boxdL@02555@boxdl@02510@boxDR@02554@boxDr@02553@boxdR@02552@boxdr@0250C@boxH@02550@boxh@02500@boxHD@02566@boxHd@02564@boxhD@02565@boxhd@0252C@boxHU@02569@boxHu@02567@boxhU@02568@boxhu@02534@boxUL@0255D@boxUl@0255C@boxuL@0255B@boxul@02518@boxUR@0255A@boxUr@02559@boxuR@02558@boxur@02514@boxV@02551@boxv@02502@boxVH@0256C@boxVh@0256B@boxvH@0256A@boxvh@0253C@boxVL@02563@boxVl@02562@boxvL@02561@boxvl@02524@boxVR@02560@boxVr@0255F@boxvR@0255E@boxvr@0251C@Acy@00410@acy@00430@Bcy@00411@bcy@00431@CHcy@00427@chcy@00447@Dcy@00414@dcy@00434@Ecy@0042D@ecy@0044D@Fcy@00424@fcy@00444@Gcy@00413@gcy@00433@HARDcy@0042A@hardcy@0044A@Icy@00418@icy@00438@IEcy@00415@iecy@00435@IOcy@00401@iocy@00451@Jcy@00419@jcy@00439@Kcy@0041A@kcy@0043A@KHcy@00425@khcy@00445@Lcy@0041B@lcy@0043B@Mcy@0041C@mcy@0043C@Ncy@0041D@ncy@0043D@numero@02116@Ocy@0041E@ocy@0043E@Pcy@0041F@pcy@0043F@Rcy@00420@rcy@00440@Scy@00421@scy@00441@SHCHcy@00429@shchcy@00449@SHcy@00428@shcy@00448@SOFTcy@0042C@softcy@0044C@Tcy@00422@tcy@00442@TScy@00426@tscy@00446@Ucy@00423@ucy@00443@Vcy@00412@vcy@00432@YAcy@0042F@yacy@0044F@Ycy@0042B@ycy@0044B@YUcy@0042E@yucy@0044E@Zcy@00417@zcy@00437@ZHcy@00416@zhcy@00436@DJcy@00402@djcy@00452@DScy@00405@dscy@00455@DZcy@0040F@dzcy@0045F@GJcy@00403@gjcy@00453@Iukcy@00406@iukcy@00456@Jsercy@00408@jsercy@00458@Jukcy@00404@jukcy@00454@KJcy@0040C@kjcy@0045C@LJcy@00409@ljcy@00459@NJcy@0040A@njcy@0045A@TSHcy@0040B@tshcy@0045B@Ubrcy@0040E@ubrcy@0045E@YIcy@00407@yicy@00457@acute@000B4@breve@002D8@caron@002C7@cedil@000B8@circ@002C6@dblac@002DD@die@000A8@dot@002D9@grave@00060@macr@000AF@ogon@002DB@ring@002DA@tilde@002DC@uml@000A8@Aacute@000C1@aacute@000E1@Acirc@000C2@acirc@000E2@AElig@000C6@aelig@000E6@Agrave@000C0@agrave@000E0@Aring@000C5@aring@000E5@Atilde@000C3@atilde@000E3@Auml@000C4@auml@000E4@Ccedil@000C7@ccedil@000E7@Eacute@000C9@eacute@000E9@Ecirc@000CA@ecirc@000EA@Egrave@000C8@egrave@000E8@ETH@000D0@eth@000F0@Euml@000CB@euml@000EB@Iacute@000CD@iacute@000ED@Icirc@000CE@icirc@000EE@Igrave@000CC@igrave@000EC@Iuml@000CF@iuml@000EF@Ntilde@000D1@ntilde@000F1@Oacute@000D3@oacute@000F3@Ocirc@000D4@ocirc@000F4@Ograve@000D2@ograve@000F2@Oslash@000D8@oslash@000F8@Otilde@000D5@otilde@000F5@Ouml@000D6@ouml@000F6@szlig@000DF@THORN@000DE@thorn@000FE@Uacute@000DA@uacute@000FA@Ucirc@000DB@ucirc@000FB@Ugrave@000D9@ugrave@000F9@Uuml@000DC@uuml@000FC@Yacute@000DD@yacute@000FD@yuml@000FF@Abreve@00102@abreve@00103@Amacr@00100@amacr@00101@Aogon@00104@aogon@00105@Cacute@00106@cacute@00107@Ccaron@0010C@ccaron@0010D@Ccirc@00108@ccirc@00109@Cdot@0010A@cdot@0010B@Dcaron@0010E@dcaron@0010F@Dstrok@00110@dstrok@00111@Ecaron@0011A@ecaron@0011B@Edot@00116@edot@00117@Emacr@00112@emacr@00113@ENG@0014A@eng@0014B@Eogon@00118@eogon@00119@gacute@001F5@Gbreve@0011E@gbreve@0011F@Gcedil@00122@Gcirc@0011C@gcirc@0011D@Gdot@00120@gdot@00121@Hcirc@00124@hcirc@00125@Hstrok@00126@hstrok@00127@Idot@00130@IJlig@00132@ijlig@00133@Imacr@0012A@imacr@0012B@inodot@00131@Iogon@0012E@iogon@0012F@Itilde@00128@itilde@00129@Jcirc@00134@jcirc@00135@Kcedil@00136@kcedil@00137@kgreen@00138@Lacute@00139@lacute@0013A@Lcaron@0013D@lcaron@0013E@Lcedil@0013B@lcedil@0013C@Lmidot@0013F@lmidot@00140@Lstrok@00141@lstrok@00142@Nacute@00143@nacute@00144@napos@00149@Ncaron@00147@ncaron@00148@Ncedil@00145@ncedil@00146@Odblac@00150@odblac@00151@OElig@00152@oelig@00153@Omacr@0014C@omacr@0014D@Racute@00154@racute@00155@Rcaron@00158@rcaron@00159@Rcedil@00156@rcedil@00157@Sacute@0015A@sacute@0015B@Scaron@00160@scaron@00161@Scedil@0015E@scedil@0015F@Scirc@0015C@scirc@0015D@Tcaron@00164@tcaron@00165@Tcedil@00162@tcedil@00163@Tstrok@00166@tstrok@00167@Ubreve@0016C@ubreve@0016D@Udblac@00170@udblac@00171@Umacr@0016A@umacr@0016B@Uogon@00172@uogon@00173@Uring@0016E@uring@0016F@Utilde@00168@utilde@00169@Wcirc@00174@wcirc@00175@Ycirc@00176@ycirc@00177@Yuml@00178@Zacute@00179@zacute@0017A@Zcaron@0017D@zcaron@0017E@Zdot@0017B@zdot@0017C@apos@00027@ast@0002A@brvbar@000A6@bsol@0005C@cent@000A2@colon@0003A@comma@0002C@commat@00040@copy@000A9@curren@000A4@darr@02193@deg@000B0@divide@000F7@dollar@00024@equals@0003D@excl@00021@frac12@000BD@frac14@000BC@frac18@0215B@frac34@000BE@frac38@0215C@frac58@0215D@frac78@0215E@gt@0003E@half@000BD@horbar@02015@hyphen@02010@iexcl@000A1@iquest@000BF@laquo@000AB@larr@02190@lcub@0007B@ldquo@0201C@lowbar@0005F@lpar@00028@lsqb@0005B@lsquo@02018@micro@000B5@middot@000B7@nbsp@000A0@not@000AC@num@00023@ohm@02126@ordf@000AA@ordm@000BA@para@000B6@percnt@00025@period@0002E@plus@0002B@plusmn@000B1@pound@000A3@quest@0003F@quot@00022@raquo@000BB@rarr@02192@rcub@0007D@rdquo@0201D@reg@000AE@rpar@00029@rsqb@0005D@rsquo@02019@sect@000A7@semi@0003B@shy@000AD@sol@0002F@sung@0266A@sup1@000B9@sup2@000B2@sup3@000B3@times@000D7@trade@02122@uarr@02191@verbar@0007C@yen@000A5@blank@02423@blk12@02592@blk14@02591@blk34@02593@block@02588@bull@02022@caret@02041@check@02713@cir@025CB@clubs@02663@copysr@02117@cross@02717@Dagger@02021@dagger@02020@dash@02010@diams@02666@dlcrop@0230D@drcrop@0230C@dtri@025BF@dtrif@025BE@emsp@02003@emsp13@02004@emsp14@02005@ensp@02002@female@02640@ffilig@0FB03@fflig@0FB00@ffllig@0FB04@filig@0FB01@flat@0266D@fllig@0FB02@frac13@02153@frac15@02155@frac16@02159@frac23@02154@frac25@02156@frac35@02157@frac45@02158@frac56@0215A@hairsp@0200A@hearts@02665@hellip@02026@hybull@02043@incare@02105@ldquor@0201E@lhblk@02584@loz@025CA@lozf@029EB@lsquor@0201A@ltri@025C3@ltrif@025C2@male@02642@malt@02720@marker@025AE@mdash@02014@mldr@02026@natur@0266E@ndash@02013@nldr@02025@numsp@02007@phone@0260E@puncsp@02008@rdquor@0201D@rect@025AD@rsquor@02019@rtri@025B9@rtrif@025B8@rx@0211E@sext@02736@sharp@0266F@spades@02660@squ@025A1@squf@025AA@star@02606@starf@02605@target@02316@telrec@02315@thinsp@02009@uhblk@02580@ulcrop@0230F@urcrop@0230E@utri@025B5@utrif@025B4@vellip@022EE@angzarr@0237C@cirmid@02AEF@cudarrl@02938@cudarrr@02935@cularr@021B6@cularrp@0293D@curarr@021B7@curarrm@0293C@Darr@021A1@dArr@021D3@ddarr@021CA@DDotrahd@02911@dfisht@0297F@dHar@02965@dharl@021C3@dharr@021C2@duarr@021F5@duhar@0296F@dzigrarr@027FF@erarr@02971@hArr@021D4@harr@02194@harrcir@02948@harrw@021AD@hoarr@021FF@imof@022B7@lAarr@021DA@Larr@0219E@larrbfs@0291F@larrfs@0291D@larrhk@021A9@larrlp@021AB@larrpl@02939@larrsim@02973@larrtl@021A2@lAtail@0291B@latail@02919@lBarr@0290E@lbarr@0290C@ldca@02936@ldrdhar@02967@ldrushar@0294B@ldsh@021B2@lfisht@0297C@lHar@02962@lhard@021BD@lharu@021BC@lharul@0296A@llarr@021C7@llhard@0296B@loarr@021FD@lrarr@021C6@lrhar@021CB@lrhard@0296D@lsh@021B0@lurdshar@0294A@luruhar@02966@Map@02905@map@021A6@midcir@02AF0@mumap@022B8@nearhk@02924@neArr@021D7@nearr@02197@nesear@02928@nhArr@021CE@nharr@021AE@nlArr@021CD@nlarr@0219A@nrArr@021CF@nrarr@0219B@nvHarr@02904@nvlArr@02902@nvrArr@02903@nwarhk@02923@nwArr@021D6@nwarr@02196@nwnear@02927@olarr@021BA@orarr@021BB@origof@022B6@rAarr@021DB@Rarr@021A0@rarrap@02975@rarrbfs@02920@rarrc@02933@rarrfs@0291E@rarrhk@021AA@rarrlp@021AC@rarrpl@02945@rarrsim@02974@Rarrtl@02916@rarrtl@021A3@rarrw@0219D@rAtail@0291C@ratail@0291A@RBarr@02910@rBarr@0290F@rbarr@0290D@rdca@02937@rdldhar@02969@rdsh@021B3@rfisht@0297D@rHar@02964@rhard@021C1@rharu@021C0@rharul@0296C@rlarr@021C4@rlhar@021CC@roarr@021FE@rrarr@021C9@rsh@021B1@ruluhar@02968@searhk@02925@seArr@021D8@searr@02198@seswar@02929@simrarr@02972@slarr@02190@srarr@02192@swarhk@02926@swArr@021D9@swarr@02199@swnwar@0292A@Uarr@0219F@uArr@021D1@Uarrocir@02949@udarr@021C5@udhar@0296E@ufisht@0297E@uHar@02963@uharl@021BF@uharr@021BE@uuarr@021C8@vArr@021D5@varr@02195@xhArr@027FA@xharr@027F7@xlArr@027F8@xlarr@027F5@xmap@027FC@xrArr@027F9@xrarr@027F6@zigrarr@021DD@ac@0223E@amalg@02A3F@barvee@022BD@Barwed@02306@barwed@02305@bsolb@029C5@Cap@022D2@capand@02A44@capbrcup@02A49@capcap@02A4B@capcup@02A47@capdot@02A40@ccaps@02A4D@ccups@02A4C@ccupssm@02A50@coprod@02210@Cup@022D3@cupbrcap@02A48@cupcap@02A46@cupcup@02A4A@cupdot@0228D@cupor@02A45@cuvee@022CE@cuwed@022CF@Dagger@02021@dagger@02020@diam@022C4@divonx@022C7@eplus@02A71@hercon@022B9@intcal@022BA@iprod@02A3C@loplus@02A2D@lotimes@02A34@lthree@022CB@ltimes@022C9@midast@0002A@minusb@0229F@minusd@02238@minusdu@02A2A@ncap@02A43@ncup@02A42@oast@0229B@ocir@0229A@odash@0229D@odiv@02A38@odot@02299@odsold@029BC@ofcir@029BF@ogt@029C1@ohbar@029B5@olcir@029BE@olt@029C0@omid@029B6@ominus@02296@opar@029B7@operp@029B9@oplus@02295@osol@02298@Otimes@02A37@otimes@02297@otimesas@02A36@ovbar@0233D@plusacir@02A23@plusb@0229E@pluscir@02A22@plusdo@02214@plusdu@02A25@pluse@02A72@plussim@02A26@plustwo@02A27@prod@0220F@race@029DA@roplus@02A2E@rotimes@02A35@rthree@022CC@rtimes@022CA@sdot@022C5@sdotb@022A1@setmn@02216@simplus@02A24@smashp@02A33@solb@029C4@sqcap@02293@sqcup@02294@ssetmn@02216@sstarf@022C6@subdot@02ABD@sum@02211@supdot@02ABE@timesb@022A0@timesbar@02A31@timesd@02A30@tridot@025EC@triminus@02A3A@triplus@02A39@trisb@029CD@tritime@02A3B@uplus@0228E@veebar@022BB@wedbar@02A5F@wreath@02240@xcap@022C2@xcirc@025EF@xcup@022C3@xdtri@025BD@xodot@02A00@xoplus@02A01@xotime@02A02@xsqcup@02A06@xuplus@02A04@xutri@025B3@xvee@022C1@xwedge@022C0@dlcorn@0231E@drcorn@0231F@gtlPar@02995@langd@02991@lbrke@0298B@lbrksld@0298F@lbrkslu@0298D@lceil@02308@lfloor@0230A@lmoust@023B0@lparlt@02993@ltrPar@02996@rangd@02992@rbrke@0298C@rbrksld@0298E@rbrkslu@02990@rceil@02309@rfloor@0230B@rmoust@023B1@rpargt@02994@ulcorn@0231C@urcorn@0231D@gnap@02A8A@gnE@02269@gne@02A88@gnsim@022E7@lnap@02A89@lnE@02268@lne@02A87@lnsim@022E6@nap@02249@ncong@02247@nequiv@02262@nge@02271@ngsim@02275@ngt@0226F@nle@02270@nlsim@02274@nlt@0226E@nltri@022EA@nltrie@022EC@nmid@02224@npar@02226@npr@02280@nprcue@022E0@nrtri@022EB@nrtrie@022ED@nsc@02281@nsccue@022E1@nsim@02241@nsime@02244@nsmid@02224@nspar@02226@nsqsube@022E2@nsqsupe@022E3@nsub@02284@nsube@02288@nsup@02285@nsupe@02289@ntgl@02279@ntlg@02278@nVDash@022AF@nVdash@022AE@nvDash@022AD@nvdash@022AC@parsim@02AF3@prnap@02AB9@prnE@02AB5@prnsim@022E8@rnmid@02AEE@scnap@02ABA@scnE@02AB6@scnsim@022E9@simne@02246@solbar@0233F@subnE@02ACB@subne@0228A@supnE@02ACC@supne@0228B@ang@02220@ange@029A4@angmsd@02221@angmsdaa@029A8@angmsdab@029A9@angmsdac@029AA@angmsdad@029AB@angmsdae@029AC@angmsdaf@029AD@angmsdag@029AE@angmsdah@029AF@angrtvb@022BE@angrtvbd@0299D@bbrk@023B5@bbrktbrk@023B6@bemptyv@029B0@beth@02136@boxbox@029C9@"; com.wiris.util.xml.WEntities.s2 = "bprime@02035@bsemi@0204F@cemptyv@029B2@cirE@029C3@cirscir@029C2@comp@02201@daleth@02138@demptyv@029B1@ell@02113@empty@02205@emptyv@02205@gimel@02137@iiota@02129@image@02111@imath@00131@jmath@0006A@laemptyv@029B4@lltri@025FA@lrtri@022BF@mho@02127@nexist@02204@oS@024C8@planck@0210F@plankv@0210F@raemptyv@029B3@range@029A5@real@0211C@tbrk@023B4@trpezium@0FFFD@ultri@025F8@urtri@025F9@vzigzag@0299A@weierp@02118@apE@02A70@ape@0224A@apid@0224B@asymp@02248@Barv@02AE7@bcong@0224C@bepsi@003F6@bowtie@022C8@bsim@0223D@bsime@022CD@bump@0224E@bumpE@02AAE@bumpe@0224F@cire@02257@Colon@02237@Colone@02A74@colone@02254@congdot@02A6D@csub@02ACF@csube@02AD1@csup@02AD0@csupe@02AD2@cuepr@022DE@cuesc@022DF@Dashv@02AE4@dashv@022A3@easter@02A6E@ecir@02256@ecolon@02255@eDDot@02A77@eDot@02251@efDot@02252@eg@02A9A@egs@02A96@egsdot@02A98@el@02A99@els@02A95@elsdot@02A97@equest@0225F@equivDD@02A78@erDot@02253@esdot@02250@Esim@02A73@esim@02242@fork@022D4@forkv@02AD9@frown@02322@gap@02A86@gE@02267@gEl@02A8C@gel@022DB@ges@02A7E@gescc@02AA9@gesdot@02A80@gesdoto@02A82@gesdotol@02A84@gesles@02A94@Gg@022D9@gl@02277@gla@02AA5@glE@02A92@glj@02AA4@gsim@02273@gsime@02A8E@gsiml@02A90@Gt@0226B@gtcc@02AA7@gtcir@02A7A@gtdot@022D7@gtquest@02A7C@gtrarr@02978@homtht@0223B@lap@02A85@lat@02AAB@late@02AAD@lE@02266@lEg@02A8B@leg@022DA@les@02A7D@lescc@02AA8@lesdot@02A7F@lesdoto@02A81@lesdotor@02A83@lesges@02A93@lg@02276@lgE@02A91@Ll@022D8@lsim@02272@lsime@02A8D@lsimg@02A8F@Lt@0226A@ltcc@02AA6@ltcir@02A79@ltdot@022D6@ltlarr@02976@ltquest@02A7B@ltrie@022B4@mcomma@02A29@mDDot@0223A@mid@02223@mlcp@02ADB@models@022A7@mstpos@0223E@Pr@02ABB@pr@0227A@prap@02AB7@prcue@0227C@prE@02AB3@pre@02AAF@prsim@0227E@prurel@022B0@ratio@02236@rtrie@022B5@rtriltri@029CE@Sc@02ABC@sc@0227B@scap@02AB8@sccue@0227D@scE@02AB4@sce@02AB0@scsim@0227F@sdote@02A66@sfrown@02322@simg@02A9E@simgE@02AA0@siml@02A9D@simlE@02A9F@smid@02223@smile@02323@smt@02AAA@smte@02AAC@spar@02225@sqsub@0228F@sqsube@02291@sqsup@02290@sqsupe@02292@ssmile@02323@Sub@022D0@subE@02AC5@subedot@02AC3@submult@02AC1@subplus@02ABF@subrarr@02979@subsim@02AC7@subsub@02AD5@subsup@02AD3@Sup@022D1@supdsub@02AD8@supE@02AC6@supedot@02AC4@suphsub@02AD7@suplarr@0297B@supmult@02AC2@supplus@02AC0@supsim@02AC8@supsub@02AD4@supsup@02AD6@thkap@02248@thksim@0223C@topfork@02ADA@trie@0225C@twixt@0226C@Vbar@02AEB@vBar@02AE8@vBarv@02AE9@VDash@022AB@Vdash@022A9@vDash@022A8@vdash@022A2@Vdashl@02AE6@vltri@022B2@vprop@0221D@vrtri@022B3@Vvdash@022AA@alpha@003B1@beta@003B2@chi@003C7@Delta@00394@delta@003B4@epsi@003B5@epsiv@003F5@eta@003B7@Gamma@00393@gamma@003B3@Gammad@003DC@gammad@003DD@iota@003B9@kappa@003BA@kappav@003F0@Lambda@0039B@lambda@003BB@mu@003BC@nu@003BD@Omega@003A9@omega@003C9@Phi@003A6@phi@003C6@phiv@003D5@Pi@003A0@pi@003C0@piv@003D6@Psi@003A8@psi@003C8@rho@003C1@rhov@003F1@Sigma@003A3@sigma@003C3@sigmav@003C2@tau@003C4@Theta@00398@theta@003B8@thetav@003D1@Upsi@003D2@upsi@003C5@Xi@0039E@xi@003BE@zeta@003B6@Cfr@0212D@Hfr@0210C@Ifr@02111@Rfr@0211C@Zfr@02128@Copf@02102@Hopf@0210D@Nopf@02115@Popf@02119@Qopf@0211A@Ropf@0211D@Zopf@02124@acd@0223F@aleph@02135@And@02A53@and@02227@andand@02A55@andd@02A5C@andslope@02A58@andv@02A5A@angrt@0221F@angsph@02222@angst@0212B@ap@02248@apacir@02A6F@awconint@02233@awint@02A11@becaus@02235@bernou@0212C@bNot@02AED@bnot@02310@bottom@022A5@cap@02229@Cconint@02230@cirfnint@02A10@compfn@02218@cong@02245@Conint@0222F@conint@0222E@ctdot@022EF@cup@0222A@cwconint@02232@cwint@02231@cylcty@0232D@disin@022F2@Dot@000A8@DotDot@020DC@dsol@029F6@dtdot@022F1@dwangle@029A6@elinters@0FFFD@epar@022D5@eparsl@029E3@equiv@02261@eqvparsl@029E5@exist@02203@fltns@025B1@fnof@00192@forall@02200@fpartint@02A0D@ge@02265@hamilt@0210B@iff@021D4@iinfin@029DC@imped@001B5@infin@0221E@infintie@029DD@Int@0222C@int@0222B@intlarhk@02A17@isin@02208@isindot@022F5@isinE@022F9@isins@022F4@isinsv@022F3@isinv@02208@lagran@02112@Lang@0300A@lang@027e8@lArr@021D0@lbbrk@03014@le@02264@loang@03018@lobrk@0301A@lopar@02985@lowast@02217@minus@02212@mnplus@02213@nabla@02207@ne@02260@nhpar@02AF2@ni@0220B@nis@022FC@nisd@022FA@niv@0220B@Not@02AEC@notin@02209@notinva@02209@notinvb@022F7@notinvc@022F6@notni@0220C@notniva@0220C@notnivb@022FE@notnivc@022FD@npolint@02A14@nvinfin@029DE@olcross@029BB@Or@02A54@or@02228@ord@02A5D@order@02134@oror@02A56@orslope@02A57@orv@02A5B@par@02225@parsl@02AFD@part@02202@permil@02030@perp@022A5@pertenk@02031@phmmat@02133@pointint@02A15@Prime@02033@prime@02032@profalar@0232E@profline@02312@profsurf@02313@prop@0221D@qint@02A0C@qprime@02057@quatint@02A16@radic@0221A@Rang@0300B@rang@027e9@rArr@021D2@rbbrk@03015@roang@03019@robrk@0301B@ropar@02986@rppolint@02A12@scpolint@02A13@sim@0223C@simdot@02A6A@sime@02243@smeparsl@029E4@square@025A1@squarf@025AA@strns@000AF@sub@02282@sube@02286@sup@02283@supe@02287@tdot@020DB@there4@02234@tint@0222D@top@022A4@topbot@02336@topcir@02AF1@tprime@02034@utdot@022F0@uwangle@029A7@vangrt@0299C@veeeq@0225A@Verbar@02016@wedgeq@02259@xnis@022FB@angle@02220@ApplyFunction@02061@approx@02248@approxeq@0224A@Assign@02254@backcong@0224C@backepsilon@003F6@backprime@02035@backsim@0223D@backsimeq@022CD@Backslash@02216@barwedge@02305@Because@02235@because@02235@Bernoullis@0212C@between@0226C@bigcap@022C2@bigcirc@025EF@bigcup@022C3@bigodot@02A00@bigoplus@02A01@bigotimes@02A02@bigsqcup@02A06@bigstar@02605@bigtriangledown@025BD@bigtriangleup@025B3@biguplus@02A04@bigvee@022C1@bigwedge@022C0@bkarow@0290D@blacklozenge@029EB@blacksquare@025AA@blacktriangle@025B4@blacktriangledown@025BE@blacktriangleleft@025C2@blacktriangleright@025B8@bot@022A5@boxminus@0229F@boxplus@0229E@boxtimes@022A0@Breve@002D8@bullet@02022@Bumpeq@0224E@bumpeq@0224F@CapitalDifferentialD@02145@Cayleys@0212D@Cedilla@000B8@CenterDot@000B7@centerdot@000B7@checkmark@02713@circeq@02257@circlearrowleft@021BA@circlearrowright@021BB@circledast@0229B@circledcirc@0229A@circleddash@0229D@CircleDot@02299@circledR@000AE@circledS@024C8@CircleMinus@02296@CirclePlus@02295@CircleTimes@02297@ClockwiseContourIntegral@02232@CloseCurlyDoubleQuote@0201D@CloseCurlyQuote@02019@clubsuit@02663@coloneq@02254@complement@02201@complexes@02102@Congruent@02261@ContourIntegral@0222E@Coproduct@02210@CounterClockwiseContourIntegral@02233@CupCap@0224D@curlyeqprec@022DE@curlyeqsucc@022DF@curlyvee@022CE@curlywedge@022CF@curvearrowleft@021B6@curvearrowright@021B7@dbkarow@0290F@ddagger@02021@ddotseq@02A77@Del@02207@DiacriticalAcute@000B4@DiacriticalDot@002D9@DiacriticalDoubleAcute@002DD@DiacriticalGrave@00060@DiacriticalTilde@002DC@Diamond@022C4@diamond@022C4@diamondsuit@02666@DifferentialD@02146@digamma@003DD@div@000F7@divideontimes@022C7@doteq@02250@doteqdot@02251@DotEqual@02250@dotminus@02238@dotplus@02214@dotsquare@022A1@doublebarwedge@02306@DoubleContourIntegral@0222F@DoubleDot@000A8@DoubleDownArrow@021D3@DoubleLeftArrow@021D0@DoubleLeftRightArrow@021D4@DoubleLeftTee@02AE4@DoubleLongLeftArrow@027F8@DoubleLongLeftRightArrow@027FA@DoubleLongRightArrow@027F9@DoubleRightArrow@021D2@DoubleRightTee@022A8@DoubleUpArrow@021D1@DoubleUpDownArrow@021D5@DoubleVerticalBar@02225@DownArrow@02193@Downarrow@021D3@downarrow@02193@DownArrowUpArrow@021F5@downdownarrows@021CA@downharpoonleft@021C3@downharpoonright@021C2@DownLeftVector@021BD@DownRightVector@021C1@DownTee@022A4@DownTeeArrow@021A7@drbkarow@02910@Element@02208@emptyset@02205@eqcirc@02256@eqcolon@02255@eqsim@02242@eqslantgtr@02A96@eqslantless@02A95@EqualTilde@02242@Equilibrium@021CC@Exists@02203@expectation@02130@ExponentialE@02147@exponentiale@02147@fallingdotseq@02252@ForAll@02200@Fouriertrf@02131@geq@02265@geqq@02267@geqslant@02A7E@gg@0226B@ggg@022D9@gnapprox@02A8A@gneq@02A88@gneqq@02269@GreaterEqual@02265@GreaterEqualLess@022DB@GreaterFullEqual@02267@GreaterLess@02277@GreaterSlantEqual@02A7E@GreaterTilde@02273@gtrapprox@02A86@gtrdot@022D7@gtreqless@022DB@gtreqqless@02A8C@gtrless@02277@gtrsim@02273@Hacek@002C7@hbar@0210F@heartsuit@02665@HilbertSpace@0210B@hksearow@02925@hkswarow@02926@hookleftarrow@021A9@hookrightarrow@021AA@hslash@0210F@HumpDownHump@0224E@HumpEqual@0224F@iiiint@02A0C@iiint@0222D@Im@02111@ImaginaryI@02148@imagline@02110@imagpart@02111@Implies@021D2@in@02208@integers@02124@Integral@0222B@intercal@022BA@Intersection@022C2@intprod@02A3C@InvisibleComma@02063@InvisibleTimes@02062@langle@027e8@Laplacetrf@02112@lbrace@0007B@lbrack@0005B@LeftAngleBracket@027e8@LeftArrow@02190@Leftarrow@021D0@leftarrow@02190@LeftArrowBar@021E4@LeftArrowRightArrow@021C6@leftarrowtail@021A2@LeftCeiling@02308@LeftDoubleBracket@0301A@LeftDownVector@021C3@LeftFloor@0230A@leftharpoondown@021BD@leftharpoonup@021BC@leftleftarrows@021C7@LeftRightArrow@02194@Leftrightarrow@021D4@leftrightarrow@02194@leftrightarrows@021C6@leftrightharpoons@021CB@leftrightsquigarrow@021AD@LeftTee@022A3@LeftTeeArrow@021A4@leftthreetimes@022CB@LeftTriangle@022B2@LeftTriangleEqual@022B4@LeftUpVector@021BF@LeftVector@021BC@leq@02264@leqq@02266@leqslant@02A7D@lessapprox@02A85@lessdot@022D6@lesseqgtr@022DA@lesseqqgtr@02A8B@LessEqualGreater@022DA@LessFullEqual@02266@LessGreater@02276@lessgtr@02276@lesssim@02272@LessSlantEqual@02A7D@LessTilde@02272@ll@0226A@llcorner@0231E@Lleftarrow@021DA@lmoustache@023B0@lnapprox@02A89@lneq@02A87@lneqq@02268@LongLeftArrow@027F5@Longleftarrow@027F8@longleftarrow@027F5@LongLeftRightArrow@027F7@Longleftrightarrow@027FA@longleftrightarrow@027F7@longmapsto@027FC@LongRightArrow@027F6@Longrightarrow@027F9@longrightarrow@027F6@looparrowleft@021AB@looparrowright@021AC@LowerLeftArrow@02199@LowerRightArrow@02198@lozenge@025CA@lrcorner@0231F@Lsh@021B0@maltese@02720@mapsto@021A6@measuredangle@02221@Mellintrf@02133@MinusPlus@02213@mp@02213@multimap@022B8@napprox@02249@natural@0266E@naturals@02115@nearrow@02197@NegativeMediumSpace@0200B@NegativeThickSpace@0200B@NegativeThinSpace@0200B@NegativeVeryThinSpace@0200B@NestedGreaterGreater@0226B@NestedLessLess@0226A@nexists@02204@ngeq@02271@ngtr@0226F@nLeftarrow@021CD@nleftarrow@0219A@nLeftrightarrow@021CE@nleftrightarrow@021AE@nleq@02270@nless@0226E@NonBreakingSpace@000A0@NotCongruent@02262@NotDoubleVerticalBar@02226@NotElement@02209@NotEqual@02260@NotExists@02204@NotGreater@0226F@NotGreaterEqual@02271@NotGreaterLess@02279@NotGreaterTilde@02275@NotLeftTriangle@022EA@NotLeftTriangleEqual@022EC@NotLess@0226E@NotLessEqual@02270@NotLessGreater@02278@NotLessTilde@02274@NotPrecedes@02280@NotPrecedesSlantEqual@022E0@NotReverseElement@0220C@NotRightTriangle@022EB@NotRightTriangleEqual@022ED@NotSquareSubsetEqual@022E2@NotSquareSupersetEqual@022E3@NotSubsetEqual@02288@NotSucceeds@02281@NotSucceedsSlantEqual@022E1@NotSupersetEqual@02289@NotTilde@02241@NotTildeEqual@02244@NotTildeFullEqual@02247@NotTildeTilde@02249@NotVerticalBar@02224@nparallel@02226@nprec@02280@nRightarrow@021CF@nrightarrow@0219B@nshortmid@02224@nshortparallel@02226@nsimeq@02244@nsubseteq@02288@nsucc@02281@nsupseteq@02289@ntriangleleft@022EA@ntrianglelefteq@022EC@ntriangleright@022EB@ntrianglerighteq@022ED@nwarrow@02196@oint@0222E@OpenCurlyDoubleQuote@0201C@OpenCurlyQuote@02018@orderof@02134@parallel@02225@PartialD@02202@pitchfork@022D4@PlusMinus@000B1@pm@000B1@Poincareplane@0210C@prec@0227A@precapprox@02AB7@preccurlyeq@0227C@Precedes@0227A@PrecedesEqual@02AAF@PrecedesSlantEqual@0227C@PrecedesTilde@0227E@preceq@02AAF@precnapprox@02AB9@precneqq@02AB5@precnsim@022E8@precsim@0227E@primes@02119@Proportion@02237@Proportional@0221D@propto@0221D@quaternions@0210D@questeq@0225F@rangle@027e9@rationals@0211A@rbrace@0007D@rbrack@0005D@Re@0211C@realine@0211B@realpart@0211C@reals@0211D@ReverseElement@0220B@ReverseEquilibrium@021CB@ReverseUpEquilibrium@0296F@RightAngleBracket@027e9@RightArrow@02192@Rightarrow@021D2@rightarrow@02192@RightArrowBar@021E5@RightArrowLeftArrow@021C4@rightarrowtail@021A3@RightCeiling@02309@RightDoubleBracket@0301B@RightDownVector@021C2@RightFloor@0230B@rightharpoondown@021C1@rightharpoonup@021C0@rightleftarrows@021C4@rightleftharpoons@021CC@rightrightarrows@021C9@rightsquigarrow@0219D@RightTee@022A2@RightTeeArrow@021A6@rightthreetimes@022CC@RightTriangle@022B3@RightTriangleEqual@022B5@RightUpVector@021BE@RightVector@021C0@risingdotseq@02253@rmoustache@023B1@Rrightarrow@021DB@Rsh@021B1@searrow@02198@setminus@02216@ShortDownArrow@02193@ShortLeftArrow@02190@shortmid@02223@shortparallel@02225@ShortRightArrow@02192@ShortUpArrow@02191@simeq@02243@SmallCircle@02218@smallsetminus@02216@spadesuit@02660@Sqrt@0221A@sqsubset@0228F@sqsubseteq@02291@sqsupset@02290@sqsupseteq@02292@Square@025A1@SquareIntersection@02293@SquareSubset@0228F@SquareSubsetEqual@02291@SquareSuperset@02290@SquareSupersetEqual@02292@SquareUnion@02294@Star@022C6@straightepsilon@003F5@straightphi@003D5@Subset@022D0@subset@02282@subseteq@02286@subseteqq@02AC5@SubsetEqual@02286@subsetneq@0228A@subsetneqq@02ACB@succ@0227B@succapprox@02AB8@succcurlyeq@0227D@Succeeds@0227B@SucceedsEqual@02AB0@SucceedsSlantEqual@0227D@SucceedsTilde@0227F@succeq@02AB0@succnapprox@02ABA@succneqq@02AB6@succnsim@022E9@succsim@0227F@SuchThat@0220B@Sum@02211@Superset@02283@SupersetEqual@02287@Supset@022D1@supset@02283@supseteq@02287@supseteqq@02AC6@supsetneq@0228B@supsetneqq@02ACC@swarrow@02199@Therefore@02234@therefore@02234@thickapprox@02248@thicksim@0223C@ThinSpace@02009@Tilde@0223C@TildeEqual@02243@TildeFullEqual@02245@TildeTilde@02248@toea@02928@tosa@02929@triangle@025B5@triangledown@025BF@triangleleft@025C3@trianglelefteq@022B4@triangleq@0225C@triangleright@025B9@trianglerighteq@022B5@TripleDot@020DB@twoheadleftarrow@0219E@twoheadrightarrow@021A0@ulcorner@0231C@Union@022C3@UnionPlus@0228E@UpArrow@02191@Uparrow@021D1@uparrow@02191@UpArrowDownArrow@021C5@UpDownArrow@02195@Updownarrow@021D5@updownarrow@02195@UpEquilibrium@0296E@upharpoonleft@021BF@upharpoonright@021BE@UpperLeftArrow@02196@UpperRightArrow@02197@upsilon@003C5@UpTee@022A5@UpTeeArrow@021A5@upuparrows@021C8@urcorner@0231D@varepsilon@003F5@varkappa@003F0@varnothing@02205@varphi@003C6@varpi@003D6@varpropto@0221D@varrho@003F1@varsigma@003C2@vartheta@003D1@vartriangleleft@022B2@vartriangleright@022B3@Vee@022C1@vee@02228@Vert@02016@vert@0007C@VerticalBar@02223@VerticalTilde@02240@VeryThinSpace@0200A@Wedge@022C0@wedge@02227@wp@02118@wr@02240@zeetrf@02128@af@02061@asympeq@0224D@Cross@02A2F@DD@02145@dd@02146@DownArrowBar@02913@DownBreve@00311@DownLeftRightVector@02950@DownLeftTeeVector@0295E@DownLeftVectorBar@02956@DownRightTeeVector@0295F@DownRightVectorBar@02957@ee@02147@EmptySmallSquare@025FB@EmptyVerySmallSquare@025AB@Equal@02A75@FilledSmallSquare@025FC@FilledVerySmallSquare@025AA@GreaterGreater@02AA2@Hat@0005E@HorizontalLine@02500@ic@02063@ii@02148@it@02062@larrb@021E4@LeftDownTeeVector@02961@LeftDownVectorBar@02959@LeftRightVector@0294E@LeftTeeVector@0295A@LeftTriangleBar@029CF@LeftUpDownVector@02951@LeftUpTeeVector@02960@LeftUpVectorBar@02958@LeftVectorBar@02952@LessLess@02AA1@mapstodown@021A7@mapstoleft@021A4@mapstoup@021A5@MediumSpace@0205F@NewLine@0000A@NoBreak@02060@NotCupCap@0226D@OverBar@000AF@OverBrace@023DE@OverBracket@023B4@OverParenthesis@023DC@planckh@0210E@Product@0220F@rarrb@021E5@RightDownTeeVector@0295D@RightDownVectorBar@02955@RightTeeVector@0295B@RightTriangleBar@029D0@RightUpDownVector@0294F@RightUpTeeVector@0295C@RightUpVectorBar@02954@RightVectorBar@02953@RoundImplies@02970@RuleDelayed@029F4@Tab@00009@UnderBar@00332@UnderBrace@023DF@UnderBracket@023B5@UnderParenthesis@023DD@UpArrowBar@02912@Upsilon@003A5@VerticalLine@0007C@VerticalSeparator@02758@ZeroWidthSpace@0200B@omicron@003BF@amalg@02210@NegativeThinSpace@0E000@Iopf@1d540@"; +com.wiris.util.xml.WEntities.s3 = "Alpha@00391@Beta@00392@Epsilon@00395@Zeta@00396@Eta@00397@Iota@00399@Kappa@0039A@Mu@0039C@Nu@0039D@Omicron@0039F@Rho@003A1@Tau@003A4@Chi@003A7@gamma@003B3@epsilon@003B5@eta@003B7@sigmaf@003C2@thetasym@003D1@upsih@003D2@zwnj@0200C@zwj@0200D@lrm@0200E@rlm@0200F@sbquo@0201A@bdquo@0201E@lsaquo@02039@rsaquo@0203A@oline@0203E@euro@020AC@crarr@021B5@"; com.wiris.util.xml.WEntities.oldWebeq = "infty@221e@partial@2202@iint@222c@neq@2260@nsubset@2284@nsupset@2285@exists@2203@ldots@2026@vdots@22ee@cdots@22ef@ddots@22f1@bar@00af@hat@005e@vec@21c0@ddot@00A8@"; -com.wiris.util.xml.WEntities.MATHML_ENTITIES = com.wiris.util.xml.WEntities.s1 + com.wiris.util.xml.WEntities.s2 + com.wiris.util.xml.WEntities.oldWebeq; +com.wiris.util.xml.WEntities.MATHML_ENTITIES = com.wiris.util.xml.WEntities.s1 + com.wiris.util.xml.WEntities.s2 + com.wiris.util.xml.WEntities.s3 + com.wiris.util.xml.WEntities.oldWebeq; com.wiris.util.xml.WXmlUtils.WHITESPACE_COLLAPSE_REGEX = new EReg("[ \\t\\n\\r]{2,}","g"); com.wiris.util.xml.WXmlUtils.entities = null; com.wiris.util.xml.XmlSerializer.MODE_READ = 0; diff --git a/version.php b/version.php index 519d9837..8def0321 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017061900; +$plugin->version = 2017062100; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From c8f44f68dfe792011b8480f7cc55212214edd5c3 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 22 Jun 2017 23:35:19 +0200 Subject: [PATCH 25/38] 2017062200 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8def0321..8c1c78f3 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017062100; +$plugin->version = 2017062200; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 1edd9b9ff394cdc1a8a4bb0152103a3a0c2c563f Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 23 Jun 2017 23:59:14 +0200 Subject: [PATCH 26/38] 2017062300 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8c1c78f3..5ac9f609 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017062200; +$plugin->version = 2017062300; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 303dd7930d82310bc85029e0e56d058b7810a408 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 24 Jun 2017 23:52:10 +0200 Subject: [PATCH 27/38] 2017062400 development version --- .../wiris/util/xml/WCharacterBase.class.php | 125 ++++++++++++++++++ quizzes/lib/quizzes.js | 104 +++++++++++++++ version.php | 2 +- 3 files changed, 230 insertions(+), 1 deletion(-) diff --git a/quizzes/lib/com/wiris/util/xml/WCharacterBase.class.php b/quizzes/lib/com/wiris/util/xml/WCharacterBase.class.php index c0e8126e..988e89ec 100644 --- a/quizzes/lib/com/wiris/util/xml/WCharacterBase.class.php +++ b/quizzes/lib/com/wiris/util/xml/WCharacterBase.class.php @@ -162,6 +162,100 @@ static function binarySearch($v, $c) { static $negations; static $mirrorDictionary; static $subSuperScriptDictionary; + static $accentsDictionary = null; + static function initAccentsDictionary() { + if(com_wiris_util_xml_WCharacterBase::$accentsDictionary !== null) { + return; + } + $h = new Hash(); + $h->set("A", new _hx_array(array(192, 193, 194, 195, 196, 197, 256, 258, 260, 461, 478, 480, 506, 512, 514, 550, 570, 7680, 7840, 7842, 7844, 7846, 7848, 7850, 7852, 7854, 7856, 7858, 7860, 7862, 9398, 11375, 65313))); + $h->set("AA", new _hx_array(array(42802))); + $h->set("AE", new _hx_array(array(198, 482, 508))); + $h->set("AO", new _hx_array(array(42804))); + $h->set("AU", new _hx_array(array(42806))); + $h->set("AV", new _hx_array(array(42808, 42810))); + $h->set("AY", new _hx_array(array(42812))); + $h->set("B", new _hx_array(array(385, 386, 579, 7682, 7684, 7686, 9399, 65314))); + $h->set("C", new _hx_array(array(199, 262, 264, 266, 268, 391, 571, 7688, 9400, 42814, 65315))); + $h->set("D", new _hx_array(array(208, 270, 272, 393, 394, 395, 7690, 7692, 7694, 7696, 7698, 9401, 42873, 65316))); + $h->set("DZ", new _hx_array(array(452, 497))); + $h->set("Dz", new _hx_array(array(453, 498))); + $h->set("E", new _hx_array(array(200, 201, 202, 203, 274, 276, 278, 280, 282, 398, 400, 516, 518, 552, 7700, 7702, 7704, 7706, 7708, 7864, 7866, 7868, 7870, 7872, 7874, 7876, 7878, 9402, 65317))); + $h->set("F", new _hx_array(array(401, 7710, 9403, 42875, 65318))); + $h->set("G", new _hx_array(array(284, 286, 288, 290, 403, 484, 486, 500, 7712, 9404, 42877, 42878, 42912, 65319))); + $h->set("H", new _hx_array(array(292, 294, 542, 7714, 7716, 7718, 7720, 7722, 9405, 11367, 11381, 42893, 65320))); + $h->set("I", new _hx_array(array(204, 205, 206, 207, 296, 298, 300, 302, 304, 407, 463, 520, 522, 7724, 7726, 7880, 7882, 9406, 65321))); + $h->set("J", new _hx_array(array(308, 584, 9407, 65322))); + $h->set("K", new _hx_array(array(310, 408, 488, 7728, 7730, 7732, 9408, 11369, 42816, 42818, 42820, 42914, 65323))); + $h->set("L", new _hx_array(array(313, 315, 317, 319, 321, 573, 7734, 7736, 7738, 7740, 9409, 11360, 11362, 42822, 42824, 42880, 65324))); + $h->set("LJ", new _hx_array(array(455))); + $h->set("Lj", new _hx_array(array(456))); + $h->set("M", new _hx_array(array(412, 7742, 7744, 7746, 9410, 11374, 65325))); + $h->set("N", new _hx_array(array(209, 323, 325, 327, 413, 504, 544, 7748, 7750, 7752, 7754, 9411, 42896, 42916, 65326))); + $h->set("NJ", new _hx_array(array(458))); + $h->set("Nj", new _hx_array(array(459))); + $h->set("O", new _hx_array(array(210, 211, 212, 213, 214, 216, 332, 334, 336, 390, 415, 416, 465, 490, 492, 510, 524, 526, 554, 556, 558, 560, 7756, 7758, 7760, 7762, 7884, 7886, 7888, 7890, 7892, 7894, 7896, 7898, 7900, 7902, 7904, 7906, 9412, 42826, 42828, 65327))); + $h->set("OI", new _hx_array(array(418))); + $h->set("OO", new _hx_array(array(42830))); + $h->set("OU", new _hx_array(array(546))); + $h->set("OE", new _hx_array(array(140, 338))); + $h->set("oe", new _hx_array(array(156, 339))); + $h->set("P", new _hx_array(array(420, 7764, 7766, 9413, 11363, 42832, 42834, 42836, 65328))); + $h->set("Q", new _hx_array(array(586, 9414, 42838, 42840, 65329))); + $h->set("R", new _hx_array(array(340, 342, 344, 528, 530, 588, 7768, 7770, 7772, 7774, 9415, 11364, 42842, 42882, 42918, 65330))); + $h->set("S", new _hx_array(array(346, 348, 350, 352, 536, 7776, 7778, 7780, 7782, 7784, 7838, 9416, 11390, 42884, 42920, 65331))); + $h->set("T", new _hx_array(array(354, 356, 358, 428, 430, 538, 574, 7786, 7788, 7790, 7792, 9417, 42886, 65332))); + $h->set("TZ", new _hx_array(array(42792))); + $h->set("U", new _hx_array(array(217, 218, 219, 220, 360, 362, 364, 366, 368, 370, 431, 467, 469, 471, 473, 475, 532, 534, 580, 7794, 7796, 7798, 7800, 7802, 7908, 7910, 7912, 7914, 7916, 7918, 7920, 9418, 65333))); + $h->set("V", new _hx_array(array(434, 581, 7804, 7806, 9419, 42846, 65334))); + $h->set("VY", new _hx_array(array(42848))); + $h->set("W", new _hx_array(array(372, 7808, 7810, 7812, 7814, 7816, 9420, 11378, 65335))); + $h->set("X", new _hx_array(array(7818, 7820, 9421, 65336))); + $h->set("Y", new _hx_array(array(221, 374, 376, 435, 562, 590, 7822, 7922, 7924, 7926, 7928, 7934, 9422, 65337))); + $h->set("Z", new _hx_array(array(377, 379, 381, 437, 548, 7824, 7826, 7828, 9423, 11371, 11391, 42850, 65338))); + $h->set("a", new _hx_array(array(224, 225, 226, 227, 228, 229, 257, 259, 261, 462, 479, 481, 507, 513, 515, 551, 592, 7681, 7834, 7841, 7843, 7845, 7847, 7849, 7851, 7853, 7855, 7857, 7859, 7861, 7863, 9424, 11365, 65345))); + $h->set("aa", new _hx_array(array(42803))); + $h->set("ae", new _hx_array(array(230, 483, 509))); + $h->set("ao", new _hx_array(array(42805))); + $h->set("au", new _hx_array(array(42807))); + $h->set("av", new _hx_array(array(42809, 42811))); + $h->set("ay", new _hx_array(array(42813))); + $h->set("b", new _hx_array(array(384, 387, 595, 7683, 7685, 7687, 9425, 65346))); + $h->set("c", new _hx_array(array(231, 263, 265, 267, 269, 392, 572, 7689, 8580, 9426, 42815, 65347))); + $h->set("d", new _hx_array(array(271, 273, 396, 598, 599, 7691, 7693, 7695, 7697, 7699, 9427, 42874, 65348))); + $h->set("dz", new _hx_array(array(454, 499))); + $h->set("e", new _hx_array(array(232, 233, 234, 235, 275, 277, 279, 281, 283, 477, 517, 519, 553, 583, 603, 7701, 7703, 7705, 7707, 7709, 7865, 7867, 7869, 7871, 7873, 7875, 7877, 7879, 9428, 65349))); + $h->set("f", new _hx_array(array(402, 7711, 9429, 42876, 65350))); + $h->set("g", new _hx_array(array(285, 287, 289, 291, 485, 487, 501, 608, 7545, 7713, 9430, 42879, 42913, 65351))); + $h->set("h", new _hx_array(array(293, 295, 543, 613, 7715, 7717, 7719, 7721, 7723, 7830, 9431, 11368, 11382, 65352))); + $h->set("hv", new _hx_array(array(405))); + $h->set("i", new _hx_array(array(236, 237, 238, 239, 297, 299, 301, 303, 305, 464, 521, 523, 616, 7725, 7727, 7881, 7883, 9432, 65353))); + $h->set("j", new _hx_array(array(309, 496, 585, 9433, 65354))); + $h->set("k", new _hx_array(array(311, 409, 489, 7729, 7731, 7733, 9434, 11370, 42817, 42819, 42821, 42915, 65355))); + $h->set("l", new _hx_array(array(314, 316, 318, 320, 322, 383, 410, 619, 7735, 7737, 7739, 7741, 9435, 11361, 42823, 42825, 42881, 65356))); + $h->set("lj", new _hx_array(array(457))); + $h->set("m", new _hx_array(array(623, 625, 7743, 7745, 7747, 9436, 65357))); + $h->set("n", new _hx_array(array(241, 324, 326, 328, 329, 414, 505, 626, 7749, 7751, 7753, 7755, 9437, 42897, 42917, 65358))); + $h->set("nj", new _hx_array(array(460))); + $h->set("o", new _hx_array(array(242, 243, 244, 245, 246, 248, 333, 335, 337, 417, 466, 491, 493, 511, 525, 527, 555, 557, 559, 561, 596, 629, 7757, 7759, 7761, 7763, 7885, 7887, 7889, 7891, 7893, 7895, 7897, 7899, 7901, 7903, 7905, 7907, 9438, 42827, 42829, 65359))); + $h->set("oi", new _hx_array(array(419))); + $h->set("ou", new _hx_array(array(547))); + $h->set("oo", new _hx_array(array(42831))); + $h->set("p", new _hx_array(array(421, 7549, 7765, 7767, 9439, 42833, 42835, 42837, 65360))); + $h->set("q", new _hx_array(array(587, 9440, 42839, 42841, 65361))); + $h->set("r", new _hx_array(array(341, 343, 345, 529, 531, 589, 637, 7769, 7771, 7773, 7775, 9441, 42843, 42883, 42919, 65362))); + $h->set("s", new _hx_array(array(223, 347, 349, 351, 353, 537, 575, 7777, 7779, 7781, 7783, 7785, 7835, 9442, 42885, 42921, 65363))); + $h->set("t", new _hx_array(array(355, 357, 359, 429, 539, 648, 7787, 7789, 7791, 7793, 7831, 9443, 11366, 42887, 65364))); + $h->set("tz", new _hx_array(array(42793))); + $h->set("u", new _hx_array(array(249, 250, 251, 252, 361, 363, 365, 367, 369, 371, 432, 468, 470, 472, 474, 476, 533, 535, 649, 7795, 7797, 7799, 7801, 7803, 7909, 7911, 7913, 7915, 7917, 7919, 7921, 9444, 65365))); + $h->set("v", new _hx_array(array(651, 652, 7805, 7807, 9445, 42847, 65366))); + $h->set("vy", new _hx_array(array(42849))); + $h->set("w", new _hx_array(array(373, 7809, 7811, 7813, 7815, 7817, 7832, 9446, 11379, 65367))); + $h->set("x", new _hx_array(array(7819, 7821, 9447, 65368))); + $h->set("y", new _hx_array(array(253, 255, 375, 436, 563, 591, 7823, 7833, 7923, 7925, 7927, 7929, 7935, 9448, 65369))); + $h->set("z", new _hx_array(array(378, 380, 382, 438, 549, 576, 7825, 7827, 7829, 9449, 11372, 42851, 65370))); + com_wiris_util_xml_WCharacterBase::$accentsDictionary = $h; + } static $horizontalLTRStretchyChars; static $tallAccents; static $PUNCTUATION_CATEGORY = "P"; @@ -733,6 +827,23 @@ static function latinToFraktur($codepoint) { } } } + static function stripAccent($c) { + com_wiris_util_xml_WCharacterBase::initAccentsDictionary(); + if($c >= 128) { + $i = com_wiris_util_xml_WCharacterBase::$accentsDictionary->keys(); + while($i->hasNext()) { + $s = $i->next(); + $chars = com_wiris_util_xml_WCharacterBase::$accentsDictionary->get($s); + if(com_wiris_util_xml_WCharacterBase::binarySearch($chars, $c)) { + return $s; + } + unset($s,$chars); + } + return com_wiris_util_xml_WCharacterBase_3($c, $i); + } else { + return com_wiris_util_xml_WCharacterBase_4($c); + } + } function __toString() { return 'com.wiris.util.xml.WCharacterBase'; } } com_wiris_util_xml_WCharacterBase::$binaryOps = new _hx_array(array(43, 45, 47, 177, 183, 215, 247, 8226, 8722, 8723, 8724, 8726, 8727, 8728, 8743, 8744, 8745, 8746, 8760, 8768, 8846, 8851, 8852, 8853, 8854, 8855, 8856, 8857, 8858, 8859, 8861, 8862, 8863, 8864, 8865, 8890, 8891, 8900, 8901, 8902, 8903, 8905, 8906, 8907, 8908, 8910, 8911, 8914, 8915, 8966, 9021, 9675, 10678, 10789, 10794, 10797, 10798, 10799, 10804, 10805, 10812, 10815, 10835, 10836, 10837, 10838, 10846, 10847, 10851)); @@ -771,3 +882,17 @@ function com_wiris_util_xml_WCharacterBase_2(&$c, &$i, &$j, &$mirroredStr, &$str return $s->toString(); } } +function com_wiris_util_xml_WCharacterBase_3(&$c, &$i) { + { + $s = new haxe_Utf8(null); + $s->addChar($c); + return $s->toString(); + } +} +function com_wiris_util_xml_WCharacterBase_4(&$c) { + { + $s = new haxe_Utf8(null); + $s->addChar($c); + return $s->toString(); + } +} diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index b790f5d7..54f4af35 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -15421,6 +15421,97 @@ com.wiris.util.xml.WCharacterBase.binarySearch = function(v,c) { } while(min <= max); return false; } +com.wiris.util.xml.WCharacterBase.initAccentsDictionary = function() { + if(com.wiris.util.xml.WCharacterBase.accentsDictionary != null) return; + var h = new Hash(); + h.set("A",[192,193,194,195,196,197,256,258,260,461,478,480,506,512,514,550,570,7680,7840,7842,7844,7846,7848,7850,7852,7854,7856,7858,7860,7862,9398,11375,65313]); + h.set("AA",[42802]); + h.set("AE",[198,482,508]); + h.set("AO",[42804]); + h.set("AU",[42806]); + h.set("AV",[42808,42810]); + h.set("AY",[42812]); + h.set("B",[385,386,579,7682,7684,7686,9399,65314]); + h.set("C",[199,262,264,266,268,391,571,7688,9400,42814,65315]); + h.set("D",[208,270,272,393,394,395,7690,7692,7694,7696,7698,9401,42873,65316]); + h.set("DZ",[452,497]); + h.set("Dz",[453,498]); + h.set("E",[200,201,202,203,274,276,278,280,282,398,400,516,518,552,7700,7702,7704,7706,7708,7864,7866,7868,7870,7872,7874,7876,7878,9402,65317]); + h.set("F",[401,7710,9403,42875,65318]); + h.set("G",[284,286,288,290,403,484,486,500,7712,9404,42877,42878,42912,65319]); + h.set("H",[292,294,542,7714,7716,7718,7720,7722,9405,11367,11381,42893,65320]); + h.set("I",[204,205,206,207,296,298,300,302,304,407,463,520,522,7724,7726,7880,7882,9406,65321]); + h.set("J",[308,584,9407,65322]); + h.set("K",[310,408,488,7728,7730,7732,9408,11369,42816,42818,42820,42914,65323]); + h.set("L",[313,315,317,319,321,573,7734,7736,7738,7740,9409,11360,11362,42822,42824,42880,65324]); + h.set("LJ",[455]); + h.set("Lj",[456]); + h.set("M",[412,7742,7744,7746,9410,11374,65325]); + h.set("N",[209,323,325,327,413,504,544,7748,7750,7752,7754,9411,42896,42916,65326]); + h.set("NJ",[458]); + h.set("Nj",[459]); + h.set("O",[210,211,212,213,214,216,332,334,336,390,415,416,465,490,492,510,524,526,554,556,558,560,7756,7758,7760,7762,7884,7886,7888,7890,7892,7894,7896,7898,7900,7902,7904,7906,9412,42826,42828,65327]); + h.set("OI",[418]); + h.set("OO",[42830]); + h.set("OU",[546]); + h.set("OE",[140,338]); + h.set("oe",[156,339]); + h.set("P",[420,7764,7766,9413,11363,42832,42834,42836,65328]); + h.set("Q",[586,9414,42838,42840,65329]); + h.set("R",[340,342,344,528,530,588,7768,7770,7772,7774,9415,11364,42842,42882,42918,65330]); + h.set("S",[346,348,350,352,536,7776,7778,7780,7782,7784,7838,9416,11390,42884,42920,65331]); + h.set("T",[354,356,358,428,430,538,574,7786,7788,7790,7792,9417,42886,65332]); + h.set("TZ",[42792]); + h.set("U",[217,218,219,220,360,362,364,366,368,370,431,467,469,471,473,475,532,534,580,7794,7796,7798,7800,7802,7908,7910,7912,7914,7916,7918,7920,9418,65333]); + h.set("V",[434,581,7804,7806,9419,42846,65334]); + h.set("VY",[42848]); + h.set("W",[372,7808,7810,7812,7814,7816,9420,11378,65335]); + h.set("X",[7818,7820,9421,65336]); + h.set("Y",[221,374,376,435,562,590,7822,7922,7924,7926,7928,7934,9422,65337]); + h.set("Z",[377,379,381,437,548,7824,7826,7828,9423,11371,11391,42850,65338]); + h.set("a",[224,225,226,227,228,229,257,259,261,462,479,481,507,513,515,551,592,7681,7834,7841,7843,7845,7847,7849,7851,7853,7855,7857,7859,7861,7863,9424,11365,65345]); + h.set("aa",[42803]); + h.set("ae",[230,483,509]); + h.set("ao",[42805]); + h.set("au",[42807]); + h.set("av",[42809,42811]); + h.set("ay",[42813]); + h.set("b",[384,387,595,7683,7685,7687,9425,65346]); + h.set("c",[231,263,265,267,269,392,572,7689,8580,9426,42815,65347]); + h.set("d",[271,273,396,598,599,7691,7693,7695,7697,7699,9427,42874,65348]); + h.set("dz",[454,499]); + h.set("e",[232,233,234,235,275,277,279,281,283,477,517,519,553,583,603,7701,7703,7705,7707,7709,7865,7867,7869,7871,7873,7875,7877,7879,9428,65349]); + h.set("f",[402,7711,9429,42876,65350]); + h.set("g",[285,287,289,291,485,487,501,608,7545,7713,9430,42879,42913,65351]); + h.set("h",[293,295,543,613,7715,7717,7719,7721,7723,7830,9431,11368,11382,65352]); + h.set("hv",[405]); + h.set("i",[236,237,238,239,297,299,301,303,305,464,521,523,616,7725,7727,7881,7883,9432,65353]); + h.set("j",[309,496,585,9433,65354]); + h.set("k",[311,409,489,7729,7731,7733,9434,11370,42817,42819,42821,42915,65355]); + h.set("l",[314,316,318,320,322,383,410,619,7735,7737,7739,7741,9435,11361,42823,42825,42881,65356]); + h.set("lj",[457]); + h.set("m",[623,625,7743,7745,7747,9436,65357]); + h.set("n",[241,324,326,328,329,414,505,626,7749,7751,7753,7755,9437,42897,42917,65358]); + h.set("nj",[460]); + h.set("o",[242,243,244,245,246,248,333,335,337,417,466,491,493,511,525,527,555,557,559,561,596,629,7757,7759,7761,7763,7885,7887,7889,7891,7893,7895,7897,7899,7901,7903,7905,7907,9438,42827,42829,65359]); + h.set("oi",[419]); + h.set("ou",[547]); + h.set("oo",[42831]); + h.set("p",[421,7549,7765,7767,9439,42833,42835,42837,65360]); + h.set("q",[587,9440,42839,42841,65361]); + h.set("r",[341,343,345,529,531,589,637,7769,7771,7773,7775,9441,42843,42883,42919,65362]); + h.set("s",[223,347,349,351,353,537,575,7777,7779,7781,7783,7785,7835,9442,42885,42921,65363]); + h.set("t",[355,357,359,429,539,648,7787,7789,7791,7793,7831,9443,11366,42887,65364]); + h.set("tz",[42793]); + h.set("u",[249,250,251,252,361,363,365,367,369,371,432,468,470,472,474,476,533,535,649,7795,7797,7799,7801,7803,7909,7911,7913,7915,7917,7919,7921,9444,65365]); + h.set("v",[651,652,7805,7807,9445,42847,65366]); + h.set("vy",[42849]); + h.set("w",[373,7809,7811,7813,7815,7817,7832,9446,11379,65367]); + h.set("x",[7819,7821,9447,65368]); + h.set("y",[253,255,375,436,563,591,7823,7833,7923,7925,7927,7929,7935,9448,65369]); + h.set("z",[378,380,382,438,549,576,7825,7827,7829,9449,11372,42851,65370]); + com.wiris.util.xml.WCharacterBase.accentsDictionary = h; +} com.wiris.util.xml.WCharacterBase.getCategoriesUnicode = function() { var categoriesUnicode = new Hash(); categoriesUnicode.set(com.wiris.util.xml.WCharacterBase.SYMBOL_CATEGORY,"SymbolUnicodeCategory"); @@ -15710,6 +15801,18 @@ com.wiris.util.xml.WCharacterBase.latinToScript = function(codepoint) { com.wiris.util.xml.WCharacterBase.latinToFraktur = function(codepoint) { if(codepoint == 67) return 8493; else if(codepoint == 72) return 8460; else if(codepoint == 73) return 8465; else if(codepoint == 82) return 8476; else if(codepoint == 90) return 8488; else if(codepoint >= com.wiris.util.xml.WCharacterBase.LATIN_CAPITAL_LETTER_A && codepoint <= com.wiris.util.xml.WCharacterBase.LATIN_CAPITAL_LETTER_Z) return codepoint + (com.wiris.util.xml.WCharacterBase.MATHEMATICAL_FRAKTUR_CAPITAL_A - com.wiris.util.xml.WCharacterBase.LATIN_CAPITAL_LETTER_A); else if(codepoint >= com.wiris.util.xml.WCharacterBase.LATIN_SMALL_LETTER_A && codepoint <= com.wiris.util.xml.WCharacterBase.LATIN_SMALL_LETTER_Z) return codepoint + (com.wiris.util.xml.WCharacterBase.MATHEMATICAL_FRAKTUR_SMALL_A - com.wiris.util.xml.WCharacterBase.LATIN_SMALL_LETTER_A); else return codepoint; } +com.wiris.util.xml.WCharacterBase.stripAccent = function(c) { + com.wiris.util.xml.WCharacterBase.initAccentsDictionary(); + if(c >= 128) { + var i = com.wiris.util.xml.WCharacterBase.accentsDictionary.keys(); + while(i.hasNext()) { + var s = i.next(); + var chars = com.wiris.util.xml.WCharacterBase.accentsDictionary.get(s); + if(com.wiris.util.xml.WCharacterBase.binarySearch(chars,c)) return s; + } + return com.wiris.system.Utf8.uchr(c); + } else return com.wiris.system.Utf8.uchr(c); +} com.wiris.util.xml.WEntities = $hxClasses["com.wiris.util.xml.WEntities"] = function() { } com.wiris.util.xml.WEntities.__name__ = ["com","wiris","util","xml","WEntities"]; com.wiris.util.xml.WXmlUtils = $hxClasses["com.wiris.util.xml.WXmlUtils"] = function() { } @@ -19217,6 +19320,7 @@ com.wiris.util.xml.WCharacterBase.longLetters = [103,106,112,113,121,946,947,950 com.wiris.util.xml.WCharacterBase.negations = [61,8800,8801,8802,8764,8769,8712,8713,8715,8716,8834,8836,8835,8837,8838,8840,8839,8841,62,8815,60,8814,8805,8817,8804,8816,10878,8817,10877,8816,8776,8777,8771,8772,8773,8775,8849,8930,8850,8931,8707,8708,8741,8742]; com.wiris.util.xml.WCharacterBase.mirrorDictionary = [40,41,41,40,60,62,62,60,91,93,93,91,123,125,125,123,171,187,187,171,3898,3899,3899,3898,3900,3901,3901,3900,5787,5788,5788,5787,8249,8250,8250,8249,8261,8262,8262,8261,8317,8318,8318,8317,8333,8334,8334,8333,8712,8715,8713,8716,8714,8717,8715,8712,8716,8713,8717,8714,8725,10741,8764,8765,8765,8764,8771,8909,8786,8787,8787,8786,8788,8789,8789,8788,8804,8805,8805,8804,8806,8807,8807,8806,8808,8809,8809,8808,8810,8811,8811,8810,8814,8815,8815,8814,8816,8817,8817,8816,8818,8819,8819,8818,8820,8821,8821,8820,8822,8823,8823,8822,8824,8825,8825,8824,8826,8827,8827,8826,8828,8829,8829,8828,8830,8831,8831,8830,8832,8833,8833,8832,8834,8835,8835,8834,8836,8837,8837,8836,8838,8839,8839,8838,8840,8841,8841,8840,8842,8843,8843,8842,8847,8848,8848,8847,8849,8850,8850,8849,8856,10680,8866,8867,8867,8866,8870,10974,8872,10980,8873,10979,8875,10981,8880,8881,8881,8880,8882,8883,8883,8882,8884,8885,8885,8884,8886,8887,8887,8886,8905,8906,8906,8905,8907,8908,8908,8907,8909,8771,8912,8913,8913,8912,8918,8919,8919,8918,8920,8921,8921,8920,8922,8923,8923,8922,8924,8925,8925,8924,8926,8927,8927,8926,8928,8929,8929,8928,8930,8931,8931,8930,8932,8933,8933,8932,8934,8935,8935,8934,8936,8937,8937,8936,8938,8939,8939,8938,8940,8941,8941,8940,8944,8945,8945,8944,8946,8954,8947,8955,8948,8956,8950,8957,8951,8958,8954,8946,8955,8947,8956,8948,8957,8950,8958,8951,8968,8969,8969,8968,8970,8971,8971,8970,9001,9002,9002,9001,10088,10089,10089,10088,10090,10091,10091,10090,10092,10093,10093,10092,10094,10095,10095,10094,10096,10097,10097,10096,10098,10099,10099,10098,10100,10101,10101,10100,10179,10180,10180,10179,10181,10182,10182,10181,10184,10185,10185,10184,10187,10189,10189,10187,10197,10198,10198,10197,10205,10206,10206,10205,10210,10211,10211,10210,10212,10213,10213,10212,10214,10215,10215,10214,10216,10217,10217,10216,10218,10219,10219,10218,10220,10221,10221,10220,10222,10223,10223,10222,10627,10628,10628,10627,10629,10630,10630,10629,10631,10632,10632,10631,10633,10634,10634,10633,10635,10636,10636,10635,10637,10640,10638,10639,10639,10638,10640,10637,10641,10642,10642,10641,10643,10644,10644,10643,10645,10646,10646,10645,10647,10648,10648,10647,10680,8856,10688,10689,10689,10688,10692,10693,10693,10692,10703,10704,10704,10703,10705,10706,10706,10705,10708,10709,10709,10708,10712,10713,10713,10712,10714,10715,10715,10714,10741,8725,10744,10745,10745,10744,10748,10749,10749,10748,10795,10796,10796,10795,10797,10798,10798,10797,10804,10805,10805,10804,10812,10813,10813,10812,10852,10853,10853,10852,10873,10874,10874,10873,10877,10878,10878,10877,10879,10880,10880,10879,10881,10882,10882,10881,10883,10884,10884,10883,10891,10892,10892,10891,10897,10898,10898,10897,10899,10900,10900,10899,10901,10902,10902,10901,10903,10904,10904,10903,10905,10906,10906,10905,10907,10908,10908,10907,10913,10914,10914,10913,10918,10919,10919,10918,10920,10921,10921,10920,10922,10923,10923,10922,10924,10925,10925,10924,10927,10928,10928,10927,10931,10932,10932,10931,10939,10940,10940,10939,10941,10942,10942,10941,10943,10944,10944,10943,10945,10946,10946,10945,10947,10948,10948,10947,10949,10950,10950,10949,10957,10958,10958,10957,10959,10960,10960,10959,10961,10962,10962,10961,10963,10964,10964,10963,10965,10966,10966,10965,10974,8870,10979,8873,10980,8872,10981,8875,10988,10989,10989,10988,10999,11000,11000,10999,11001,11002,11002,11001,11778,11779,11779,11778,11780,11781,11781,11780,11785,11786,11786,11785,11788,11789,11789,11788,11804,11805,11805,11804,11808,11809,11809,11808,11810,11811,11811,11810,11812,11813,11813,11812,11814,11815,11815,11814,11816,11817,11817,11816,12296,12297,12297,12296,12298,12299,12299,12298,12300,12301,12301,12300,12302,12303,12303,12302,12304,12305,12305,12304,12308,12309,12309,12308,12310,12311,12311,12310,12312,12313,12313,12312,12314,12315,12315,12314,65113,65114,65114,65113,65115,65116,65116,65115,65117,65118,65118,65117,65124,65125,65125,65124,65288,65289,65289,65288,65308,65310,65310,65308,65339,65341,65341,65339,65371,65373,65373,65371,65375,65376,65376,65375,65378,65379,65379,65378,9115,9118,9116,9119,9117,9120,9118,9115,9119,9116,9120,9117,9121,9124,9122,9125,9123,9126,9124,9121,9125,9122,9126,9123,9127,9131,9130,9134,9129,9133,9131,9127,9134,9130,9133,9129,9128,9132,9132,9128]; com.wiris.util.xml.WCharacterBase.subSuperScriptDictionary = [178,50,179,51,185,49,8304,48,8305,105,8308,52,8309,53,8310,54,8311,55,8312,56,8313,57,8314,43,8315,45,8316,61,8317,40,8318,41,8319,110,8320,48,8321,49,8322,50,8323,51,8324,52,8325,53,8326,54,8327,55,8328,56,8329,57,8330,43,8331,45,8332,61,8333,40,8334,41,8336,97,8337,101,8338,111,8339,120,8340,601,8341,104,8342,107,8343,108,8344,109,8345,110,8346,112,8347,115,8348,116]; +com.wiris.util.xml.WCharacterBase.accentsDictionary = null; com.wiris.util.xml.WCharacterBase.horizontalLTRStretchyChars = [com.wiris.util.xml.WCharacterBase.LEFTWARDS_ARROW,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_ARROW,com.wiris.util.xml.WCharacterBase.LEFTRIGHT_ARROW,com.wiris.util.xml.WCharacterBase.LEFTWARDS_ARROW_FROM_BAR,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_ARROW_FROM_BAR,com.wiris.util.xml.WCharacterBase.LEFTWARDS_ARROW_WITH_HOOK,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_ARROW_WITH_HOOK,com.wiris.util.xml.WCharacterBase.LEFTWARDS_HARPOON_WITH_BARB_UPWARDS,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_HARPOON_WITH_BARB_UPWARDS,com.wiris.util.xml.WCharacterBase.LEFTWARDS_DOUBLE_ARROW,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_DOUBLE_ARROW,com.wiris.util.xml.WCharacterBase.TOP_CURLY_BRACKET,com.wiris.util.xml.WCharacterBase.BOTTOM_CURLY_BRACKET,com.wiris.util.xml.WCharacterBase.TOP_PARENTHESIS,com.wiris.util.xml.WCharacterBase.BOTTOM_PARENTHESIS,com.wiris.util.xml.WCharacterBase.TOP_SQUARE_BRACKET,com.wiris.util.xml.WCharacterBase.BOTTOM_SQUARE_BRACKET,com.wiris.util.xml.WCharacterBase.LEFTWARDS_ARROW_OVER_RIGHTWARDS_ARROW,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_ARROW_OVER_LEFTWARDS_ARROW,com.wiris.util.xml.WCharacterBase.LEFTWARDS_HARPOON_OVER_RIGHTWARDS_HARPOON,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_HARPOON_OVER_LEFTWARDS_HARPOON]; com.wiris.util.xml.WCharacterBase.tallAccents = [com.wiris.util.xml.WCharacterBase.LEFTWARDS_ARROW_OVER_RIGHTWARDS_ARROW,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_ARROW_OVER_LEFTWARDS_ARROW,com.wiris.util.xml.WCharacterBase.LEFTWARDS_HARPOON_OVER_RIGHTWARDS_HARPOON,com.wiris.util.xml.WCharacterBase.RIGHTWARDS_HARPOON_OVER_LEFTWARDS_HARPOON]; com.wiris.util.xml.WCharacterBase.PUNCTUATION_CATEGORY = "P"; diff --git a/version.php b/version.php index 5ac9f609..e777a437 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017062300; +$plugin->version = 2017062400; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 39a2bc3891cca11b39ca004394442e3e1c78b0b3 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 26 Jun 2017 08:59:47 +0200 Subject: [PATCH 28/38] 2017062600 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index e777a437..09cdb0fb 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017062400; +$plugin->version = 2017062600; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From cdacde2c838da199145ce75b70babc9c1c92a602 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 29 Jun 2017 00:04:58 +0200 Subject: [PATCH 29/38] 2017062900 development version --- quizzes/lib/com/wiris/quizzes/test/Tester.class.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quizzes/lib/com/wiris/quizzes/test/Tester.class.php b/quizzes/lib/com/wiris/quizzes/test/Tester.class.php index b4bed5fa..9146767d 100644 --- a/quizzes/lib/com/wiris/quizzes/test/Tester.class.php +++ b/quizzes/lib/com/wiris/quizzes/test/Tester.class.php @@ -1039,7 +1039,7 @@ public function testCompound() { $i2->setStudentAnswer(2, $userIncorrectAnswer3); $this->numCalls++; $r = $builder->newFeedbackRequest("#answer1 #answer2 #answer3 #answer4", $q2, $i2); - $builder->getQuizzesService()->executeAsync($r, new com_wiris_quizzes_test_TestIdServiceListener("compound4", $this, $q, $qi)); + $builder->getQuizzesService()->executeAsync($r, new com_wiris_quizzes_test_TestIdServiceListener("compound4", $this, $q2, $i2)); } public function responseHandwritingConstraints($s, $q, $qi) { $qi->update($s); diff --git a/version.php b/version.php index 09cdb0fb..f770827f 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017062600; +$plugin->version = 2017062900; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 8aed74f503c2826b6e70bbd65340dae810496e32 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 29 Jun 2017 23:59:40 +0200 Subject: [PATCH 30/38] 2017062900 development version --- .../com/wiris/util/xml/WXmlUtils.class.php | 13 +++++++++++- quizzes/lib/quizzes.js | 20 ++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) diff --git a/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php b/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php index 97116d6b..31fce324 100644 --- a/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php +++ b/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php @@ -422,6 +422,17 @@ static function getText($xml) { } return $r; } + static function getInnerText($xml) { + if($xml->nodeType == Xml::$PCData || $xml->nodeType == Xml::$CData) { + return com_wiris_util_xml_WXmlUtils::getNodeValue($xml); + } + $r = ""; + $iter = $xml->iterator(); + while($iter->hasNext()) { + $r .= com_wiris_util_xml_WXmlUtils::getInnerText($iter->next()); + } + return $r; + } static function setText($xml, $text) { if($xml->nodeType != Xml::$Element) { return; @@ -605,7 +616,7 @@ static function indentXml($xml, $space) { if($cdata->match($aux)) { $res->add($aux); } else { - haxe_Log::trace("WARNING! malformed XML at character " . _hx_string_rec($end, "") . ":" . $xml, _hx_anonymous(array("fileName" => "WXmlUtils.hx", "lineNumber" => 717, "className" => "com.wiris.util.xml.WXmlUtils", "methodName" => "indentXml"))); + haxe_Log::trace("WARNING! malformed XML at character " . _hx_string_rec($end, "") . ":" . $xml, _hx_anonymous(array("fileName" => "WXmlUtils.hx", "lineNumber" => 730, "className" => "com.wiris.util.xml.WXmlUtils", "methodName" => "indentXml"))); $res->add($aux); } } diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index 54f4af35..67386a1e 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -2147,7 +2147,7 @@ com.wiris.quizzes.JsCasJnlpLauncher.prototype = $extend(com.wiris.quizzes.JsInpu } ,updateSession: function(session) { var sessionRevision = Std.parseInt(session.get("revision")); - var update = this.revision < sessionRevision; + var update = this.revision < sessionRevision && session.exists("value"); if(update) { this.revision = sessionRevision; this.setValue(session.get("value")); @@ -2179,7 +2179,7 @@ com.wiris.quizzes.JsCasJnlpLauncher.prototype = $extend(com.wiris.quizzes.JsInpu } else { this.setButtonEnabled(true); this.setNote(this.t("error")); - haxe.Log.trace(session.get("error"),{ fileName : "JsComponent.hx", lineNumber : 1557, className : "com.wiris.quizzes.JsCasJnlpLauncher", methodName : "sessionReceived"}); + haxe.Log.trace(session.get("error"),{ fileName : "JsComponent.hx", lineNumber : 1558, className : "com.wiris.quizzes.JsCasJnlpLauncher", methodName : "sessionReceived"}); } } ,pollServiceImpl: function() { @@ -4878,14 +4878,17 @@ com.wiris.quizzes.JsQuizzesFilter.prototype = { ,createAnswerFeedback: function(index,question,instance,options) { var component = null; var ii = instance; - if(ii.hasEvaluation()) { + var incorrectClass = com.wiris.quizzes.JsDomUtils.hasClassString(options,"wirisincorrect"); + var correctClass = com.wiris.quizzes.JsDomUtils.hasClassString(options,"wiriscorrect"); + var partiallyCorrectClass = com.wiris.quizzes.JsDomUtils.hasClassString(options,"wirispartiallycorrect"); + if(ii.hasEvaluation() || incorrectClass || correctClass || partiallyCorrectClass) { var cfg = new com.wiris.quizzes.impl.HTMLGuiConfig(options); var correctAnswer = ii.getMatchingCorrectAnswer(index,question); component = this.uibuilder.newAnswerFeedback(question,instance,correctAnswer,index); component.showCorrectAnswerFeedback(cfg.showCorrectAnswerFeedback); component.showAssertionsFeedback(cfg.showAssertionsFeedback); component.showFieldDecorationFeedback(cfg.showFieldDecorationFeedback); - if(com.wiris.quizzes.JsDomUtils.hasClassString(options,"wirisincorrect")) component.setAnswerWeight(0.0); else if(com.wiris.quizzes.JsDomUtils.hasClassString(options,"wirispartiallycorrect")) component.setAnswerWeight(0.5); + if(incorrectClass) component.setAnswerWeight(0.0); else if(partiallyCorrectClass) component.setAnswerWeight(0.5); } return component; } @@ -16143,6 +16146,13 @@ com.wiris.util.xml.WXmlUtils.getText = function(xml) { while(iter.hasNext()) r += com.wiris.util.xml.WXmlUtils.getText(iter.next()); return r; } +com.wiris.util.xml.WXmlUtils.getInnerText = function(xml) { + if(xml.nodeType == Xml.PCData || xml.nodeType == Xml.CData) return com.wiris.util.xml.WXmlUtils.getNodeValue(xml); + var r = ""; + var iter = xml.iterator(); + while(iter.hasNext()) r += com.wiris.util.xml.WXmlUtils.getInnerText(iter.next()); + return r; +} com.wiris.util.xml.WXmlUtils.setText = function(xml,text) { if(xml.nodeType != Xml.Element) return; var it = xml.iterator(); @@ -16251,7 +16261,7 @@ com.wiris.util.xml.WXmlUtils.indentXml = function(xml,space) { } res.b += Std.string(aux); } else if(cdata.match(aux)) res.b += Std.string(aux); else { - haxe.Log.trace("WARNING! malformed XML at character " + end + ":" + xml,{ fileName : "WXmlUtils.hx", lineNumber : 717, className : "com.wiris.util.xml.WXmlUtils", methodName : "indentXml"}); + haxe.Log.trace("WARNING! malformed XML at character " + end + ":" + xml,{ fileName : "WXmlUtils.hx", lineNumber : 730, className : "com.wiris.util.xml.WXmlUtils", methodName : "indentXml"}); res.b += Std.string(aux); } } From c18d11afc19c98693b235a62466920b795131902 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 30 Jun 2017 23:58:27 +0200 Subject: [PATCH 31/38] 2017063000 development version --- quizzes/lib/version.txt | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quizzes/lib/version.txt b/quizzes/lib/version.txt index eb0a0d32..75351a37 100644 --- a/quizzes/lib/version.txt +++ b/quizzes/lib/version.txt @@ -1 +1 @@ -3.53.0 \ No newline at end of file +3.54.0 \ No newline at end of file diff --git a/version.php b/version.php index f770827f..33e4525f 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017062900; +$plugin->version = 2017063000; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 02488bf8e5880c97c02f92db8c7c6b7d8dd9d141 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 3 Jul 2017 08:38:56 +0200 Subject: [PATCH 32/38] 2017070300 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 33e4525f..8813a0d1 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017063000; +$plugin->version = 2017070300; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From b9fc5e8598d5ab09d48665a546fa6525890d5bdb Mon Sep 17 00:00:00 2001 From: Manuel Date: Tue, 4 Jul 2017 23:47:15 +0200 Subject: [PATCH 33/38] 2017070400 development version --- quizzes/lib/com/wiris/quizzes/impl/HTMLGui.class.php | 11 ++++------- quizzes/lib/quizzes.js | 11 ++++------- quizzes/lib/wirisquizzes.css | 1 + version.php | 2 +- 4 files changed, 10 insertions(+), 15 deletions(-) diff --git a/quizzes/lib/com/wiris/quizzes/impl/HTMLGui.class.php b/quizzes/lib/com/wiris/quizzes/impl/HTMLGui.class.php index e506f700..594f82de 100644 --- a/quizzes/lib/com/wiris/quizzes/impl/HTMLGui.class.php +++ b/quizzes/lib/com/wiris/quizzes/impl/HTMLGui.class.php @@ -234,7 +234,6 @@ public function getAnswerFeedbackHtml($correctAnswer, $userAnswer, $q, $qi, $con } public function getWirisTestDynamic($q, $qi, $correctAnswer, $userAnswer, $unique) { $h = new com_wiris_quizzes_impl_HTML(); - $hasCorrectAnswer = $q->correctAnswers !== null && $correctAnswer < $q->correctAnswers->length; $h->openDivClass("wiristestresult" . _hx_string_rec($unique, ""), "wiristestresult"); $h->openDivClass("wiristestassertions" . _hx_string_rec($unique, ""), "wiristestassertions"); $h->openDivClass("wiristestassertionslistwrapper", "wiristestassertionslistwrapper"); @@ -244,12 +243,10 @@ public function getWirisTestDynamic($q, $qi, $correctAnswer, $userAnswer, $uniqu $h->openDivClass("wiristestcorrectanswer" . _hx_string_rec($unique, "") . "[" . _hx_string_rec($correctAnswer, "") . "]", "wiristestcorrectanswer"); $h->openDivClass(null, "wirisfieldsetwrapper"); $h->openFieldset("wiristestcorrectanswerfieldset" . _hx_string_rec($unique, ""), $this->t->t("correctanswer"), "wirismainfieldset wiristestcorrectanswerfieldset"); - if($hasCorrectAnswer) { - $h->open("span", new _hx_array(array(new _hx_array(array("id", "wiriscorrectanswerlabel")), new _hx_array(array("class", "mathml wiriscorrectanswerlabel"))))); - $h->close(); - $h->input("button", "wirisfillwithcorrectbutton", null, null, $this->t->t("fillwithcorrect"), "wirisfillwithcorrectbutton"); - $h->input("button", "wirisrefreshbutton", null, null, $this->t->t("refresh"), "wirisrefreshbutton"); - } + $h->open("span", new _hx_array(array(new _hx_array(array("id", "wiriscorrectanswerlabel")), new _hx_array(array("class", "mathml wiriscorrectanswerlabel"))))); + $h->close(); + $h->input("button", "wirisfillwithcorrectbutton", null, null, $this->t->t("fillwithcorrect"), "wirisfillwithcorrectbutton"); + $h->input("button", "wirisrefreshbutton", null, null, $this->t->t("refresh"), "wirisrefreshbutton"); $h->close(); $h->close(); $h->close(); diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index 67386a1e..9494e547 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -8177,7 +8177,6 @@ com.wiris.quizzes.impl.HTMLGui.prototype = { } ,getWirisTestDynamic: function(q,qi,correctAnswer,userAnswer,unique) { var h = new com.wiris.quizzes.impl.HTML(); - var hasCorrectAnswer = q.correctAnswers != null && correctAnswer < q.correctAnswers.length; h.openDivClass("wiristestresult" + unique,"wiristestresult"); h.openDivClass("wiristestassertions" + unique,"wiristestassertions"); h.openDivClass("wiristestassertionslistwrapper","wiristestassertionslistwrapper"); @@ -8187,12 +8186,10 @@ com.wiris.quizzes.impl.HTMLGui.prototype = { h.openDivClass("wiristestcorrectanswer" + unique + "[" + correctAnswer + "]","wiristestcorrectanswer"); h.openDivClass(null,"wirisfieldsetwrapper"); h.openFieldset("wiristestcorrectanswerfieldset" + unique,this.t.t("correctanswer"),"wirismainfieldset wiristestcorrectanswerfieldset"); - if(hasCorrectAnswer) { - h.open("span",[["id","wiriscorrectanswerlabel"],["class","mathml wiriscorrectanswerlabel"]]); - h.close(); - h.input("button","wirisfillwithcorrectbutton",null,null,this.t.t("fillwithcorrect"),"wirisfillwithcorrectbutton"); - h.input("button","wirisrefreshbutton",null,null,this.t.t("refresh"),"wirisrefreshbutton"); - } + h.open("span",[["id","wiriscorrectanswerlabel"],["class","mathml wiriscorrectanswerlabel"]]); + h.close(); + h.input("button","wirisfillwithcorrectbutton",null,null,this.t.t("fillwithcorrect"),"wirisfillwithcorrectbutton"); + h.input("button","wirisrefreshbutton",null,null,this.t.t("refresh"),"wirisrefreshbutton"); h.close(); h.close(); h.close(); diff --git a/quizzes/lib/wirisquizzes.css b/quizzes/lib/wirisquizzes.css index b6594513..ad5c139c 100644 --- a/quizzes/lib/wirisquizzes.css +++ b/quizzes/lib/wirisquizzes.css @@ -792,6 +792,7 @@ table.wiristable td, th { border-color: rgba(0,0,0,0.15); padding: 5px; text-align: center; + vertical-align: baseline; } #wirisclicktesttoevaluate { diff --git a/version.php b/version.php index 8813a0d1..20709925 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017070300; +$plugin->version = 2017070400; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 104489d8cca36f78fe8bfe82c91ca9cf312590e2 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 6 Jul 2017 00:11:29 +0200 Subject: [PATCH 34/38] 2017070600 development version --- quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php | 2 +- quizzes/lib/quizzes.js | 2 +- thirdpartylibs.xml | 2 +- version.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php b/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php index 31fce324..3a273c7b 100644 --- a/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php +++ b/quizzes/lib/com/wiris/util/xml/WXmlUtils.class.php @@ -616,7 +616,7 @@ static function indentXml($xml, $space) { if($cdata->match($aux)) { $res->add($aux); } else { - haxe_Log::trace("WARNING! malformed XML at character " . _hx_string_rec($end, "") . ":" . $xml, _hx_anonymous(array("fileName" => "WXmlUtils.hx", "lineNumber" => 730, "className" => "com.wiris.util.xml.WXmlUtils", "methodName" => "indentXml"))); + haxe_Log::trace("WARNING! malformed XML at character " . _hx_string_rec($end, "") . ":" . $xml, _hx_anonymous(array("fileName" => "WXmlUtils.hx", "lineNumber" => 729, "className" => "com.wiris.util.xml.WXmlUtils", "methodName" => "indentXml"))); $res->add($aux); } } diff --git a/quizzes/lib/quizzes.js b/quizzes/lib/quizzes.js index 9494e547..144d4c30 100644 --- a/quizzes/lib/quizzes.js +++ b/quizzes/lib/quizzes.js @@ -16258,7 +16258,7 @@ com.wiris.util.xml.WXmlUtils.indentXml = function(xml,space) { } res.b += Std.string(aux); } else if(cdata.match(aux)) res.b += Std.string(aux); else { - haxe.Log.trace("WARNING! malformed XML at character " + end + ":" + xml,{ fileName : "WXmlUtils.hx", lineNumber : 730, className : "com.wiris.util.xml.WXmlUtils", methodName : "indentXml"}); + haxe.Log.trace("WARNING! malformed XML at character " + end + ":" + xml,{ fileName : "WXmlUtils.hx", lineNumber : 729, className : "com.wiris.util.xml.WXmlUtils", methodName : "indentXml"}); res.b += Std.string(aux); } } diff --git a/thirdpartylibs.xml b/thirdpartylibs.xml index 4d7f94bd..aab79b6a 100644 --- a/thirdpartylibs.xml +++ b/thirdpartylibs.xml @@ -3,7 +3,7 @@ quizzes WIRIS QUIZZES engine - 3.52.0.1023 + 3.54.0.1024 GPL 3.0+ diff --git a/version.php b/version.php index 20709925..8ba0c180 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017070400; +$plugin->version = 2017070600; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 98b0ab0715634a0f47ba589d76843388c4d1ee30 Mon Sep 17 00:00:00 2001 From: Manuel Date: Fri, 7 Jul 2017 23:59:30 +0200 Subject: [PATCH 35/38] 2017070700 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 8ba0c180..a8e0ae1c 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017070600; +$plugin->version = 2017070700; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From f967b9974bba5264b150f159dde5cc092c9ec241 Mon Sep 17 00:00:00 2001 From: Manuel Date: Sat, 8 Jul 2017 23:56:09 +0200 Subject: [PATCH 36/38] 2017070800 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index a8e0ae1c..67de2d39 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017070700; +$plugin->version = 2017070800; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From 412fb2feb39b1238cf65ea996aea783684797a9c Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 9 Jul 2017 23:57:35 +0200 Subject: [PATCH 37/38] 2017070900 development version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 67de2d39..f4f26435 100644 --- a/version.php +++ b/version.php @@ -16,7 +16,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017070800; +$plugin->version = 2017070900; $plugin->requires = 2011120500; // Moodle 2.2. $plugin->maturity = MATURITY_BETA; From e23366b9e6c8002e02a0bc65e55de5ba320fa865 Mon Sep 17 00:00:00 2001 From: Manuel Date: Mon, 10 Jul 2017 08:54:47 +0200 Subject: [PATCH 38/38] 2017070900 Stable version --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index f4f26435..94de0e80 100644 --- a/version.php +++ b/version.php @@ -18,8 +18,8 @@ $plugin->version = 2017070900; $plugin->requires = 2011120500; // Moodle 2.2. - -$plugin->maturity = MATURITY_BETA; +$plugin->release = '3.54.0.1024'; +$plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_wq'; $plugin->dependencies = array ( 'filter_wiris' => ANY_VERSION