浏览代码

Finalizado o auto_eval

Igor 3 年之前
父节点
当前提交
6384c4a36b
共有 3 个文件被更改,包括 463 次插入23 次删除
  1. 21 0
      lang/en/iassign.php
  2. 21 0
      lang/pt_br/iassign.php
  3. 421 23
      locallib.php

+ 21 - 0
lang/en/iassign.php

@@ -40,9 +40,30 @@ $string['author_empht']                   = 'Author unknown';
 $string['author_id']                      = 'Author activity:';
 $string['author_id_modified']             = 'Last modified by:';
 $string['auto_evaluate']                  = 'It has automatic evaluator?';
+$string['auto_evaluate_details']          = 'Evaluation Details';
+$string['auto_evaluate_different_grades'] = 'The stored grade is not equals to this evaluation. Click in the icon to details.';
+$string['auto_evaluate_finished']         = 'Automatic evaluation has finished. ';
+$string['auto_evaluate_grade_new']        = 'Automatic evaluation grade:';
+$string['auto_evaluate_grade_registered'] = 'Previously registered grade:';
+$string['auto_evaluate_stopped']          = 'Automatic evaluation has stopped.';
+$string['auto_evaluate_title']            = 'Automatic Evaluation';
 $string['auto_evaluate_help']             = 'What means automatic evaluation? It depends on the iLM implementation. '.
         'If the iLM has automatic evaluation select Yes to use its automatic evaluation to the activity.';
+$string['auto_evaluate_ok']       = 'Grade and submission are reliable';
+
+$string['auto_evaluate_msg_t_empty_cases']= 'Empty test cases. Click in the icon to details.';
+$string['auto_evaluate_msg_empty_cases']  = 'The test cases used by iLM to evaluation are empty. <br> Refresh the page and try again.';
+$string['auto_evaluate_msg_t_diff_cases'] = 'Differences found in test cases. Click in the icon to details.';
+$string['auto_evaluate_msg_diff_cases']   = 'The original test cases are different in comparing to students exercise. This can be a fraud attempt! <br> For security reasons, students grade has been updated to 0 (zero). <br> Refresh the page and try again.';
+$string['auto_evaluate_msg_t_fail']       = 'Execution failure. Click in the icon to details.';
+$string['auto_evaluate_msg_fail']         = 'When trying run automatic evaluation, iLM reported a failure.<br>Click in the icon to details.';
+$string['auto_evaluate_msg_grade_update'] = 'Students grade has been updated to automatic evaluation result.';
+
 $string['auto_evaluate_reprocess']        = 'Reevaluate automatically';
+$string['auto_evaluate_start']            = 'Start';
+$string['auto_evaluate_stop']             = 'Stop';
+$string['auto_evaluate_select']           = 'Select the exercises to run automatic evaluate:';
+$string['auto_evaluate_select_msg']       = 'Select at least one exercise to run evaluation!';
 $string['auto_result']                    = 'Result of automatic evaluation:';
 $string['automatic_evaluate']             = 'It must be used automatic evaluation in this activity?';
 $string['availabledate']                  = 'Available from';

+ 21 - 0
lang/pt_br/iassign.php

@@ -40,9 +40,30 @@ $string['author_empht']                   = 'Autor desconhecido';
 $string['author_id']                      = 'Autor da atividade:';
 $string['author_id_modified']             = 'Última alteração realizada por:';
 $string['auto_evaluate']                  = 'Possui avaliador automático?';
+$string['auto_evaluate_details']          = 'Detalhes da avaliação';
+$string['auto_evaluate_different_grades'] = 'A nota registrada anteriormente é diferente da avaliação atual. Clique no ícone para detalhes.';
+$string['auto_evaluate_finished']         = 'A avaliação foi finalizada.';
+$string['auto_evaluate_grade_new']        = 'Resultado da avaliação automática:';
+$string['auto_evaluate_grade_registered'] = 'Nota registrada anteriormente:';
 $string['auto_evaluate_help']             = 'O que significa avaliação automática? Isso depende do modelo implementado pelo iMA. '.
         'Se o iMA tem avaliação automática, selecione Sim para usar seu avaliador automático.';
+$string['auto_evaluate_ok']       = 'Envio e nota íntegros';
+
+$string['auto_evaluate_msg_t_empty_cases']= 'Casos de teste vazios. Clique no ícone para detalhes.';
+$string['auto_evaluate_msg_empty_cases']  = 'Os casos de teste utilizados pelo iMA no processo de avaliação automática estão vazios.<br>Recarregue a página e tente novamente.';
+$string['auto_evaluate_msg_t_diff_cases'] = 'Casos de teste diferentes. Clique no ícone para detalhes.';
+$string['auto_evaluate_msg_diff_cases']   = 'Os casos de teste originais são diferentes daqueles armazenados. Isso pode indicar uma tentativa de fraude! <br> Por motivos de segurança, a nota do aluno foi atualizada para 0 (zero). <br>Recarregue a página e tente novamente.';
+$string['auto_evaluate_msg_t_fail']       = 'Falha na execução. Clique no ícone para detalhes.';
+$string['auto_evaluate_msg_fail']         = 'Ao tentar executar a avaliação da atividade, o iMA reportou uma falha.<br>Recarregue a página e tente novamente.';
+$string['auto_evaluate_msg_grade_update'] = 'A nota do aluno foi atualizada para o resultado da avaliação automática.';
+
 $string['auto_evaluate_reprocess']        = 'Reavaliar automaticamente';
+$string['auto_evaluate_select']           = 'Selecione os exercícios para executar o avaliador automático:';
+$string['auto_evaluate_select_msg']       = 'Selecione pelo menos um exercício para executar a avaliação!';
+$string['auto_evaluate_start']            = 'Iniciar';
+$string['auto_evaluate_stop']             = 'Parar';
+$string['auto_evaluate_stopped']          = 'A avaliação foi interrompida.';
+$string['auto_evaluate_title']            = 'Avaliação Automática';
 $string['auto_result']                    = 'Resultado da avaliação automática:';
 $string['automatic_evaluate']             = 'Usar avaliação automática na atividade?';
 $string['availabledate']                  = 'Disponível a partir de';

文件差异内容过多而无法显示
+ 421 - 23
locallib.php