|
@@ -742,7 +742,7 @@ function full_screen() {
|
|
|
|
|
|
function teacherAutoEval (data) {
|
|
|
previousContent = data;
|
|
|
- $.get(iLMparameters.iLM_PARAM_TeacherAutoEval, function (originalData) {
|
|
|
+ //$.get(iLMparameters.iLM_PARAM_TeacherAutoEval, function (originalData) {
|
|
|
// Ver arquivo js/util/iassignHelpers.js
|
|
|
var content = ivprogCore.prepareActivityToStudentHelper(data).getOrElse(null);
|
|
|
if(!content) {
|
|
@@ -760,15 +760,15 @@ function teacherAutoEval (data) {
|
|
|
if (content.algorithmInIlm != null) {
|
|
|
algorithm_in_ilm = content.algorithmInIlm;
|
|
|
parsePreviousAlgorithm();
|
|
|
- ivprogCore.autoEval(originalData, displayGrade);
|
|
|
+ //ivprogCore.autoEval(originalData, displayGrade);
|
|
|
}
|
|
|
|
|
|
ivprogTextualOrVisual();
|
|
|
if (settingsFilter && settingsFilter[0]) {
|
|
|
|
|
|
- blockAllEditingOptions();
|
|
|
+ blockAllEditingOptions();
|
|
|
}
|
|
|
- });
|
|
|
+ //});
|
|
|
}
|
|
|
|
|
|
function displayGrade(grade) {
|