|
@@ -21,6 +21,7 @@ import {
|
|
|
prepareActivityToStudentHelper,
|
|
|
prepareActivityToStudentHelperJSON,
|
|
|
autoEval,
|
|
|
+ setPreviousAlgorithm
|
|
|
} from "./util/iassignHelpers";
|
|
|
import { openAssessmentDetail, levenshteinDistance } from "./util/utils";
|
|
|
import { Config } from "./util/config";
|
|
@@ -77,5 +78,6 @@ export {
|
|
|
generate as generateCode,
|
|
|
levenshteinDistance,
|
|
|
processData,
|
|
|
- Settings
|
|
|
+ Settings,
|
|
|
+ setPreviousAlgorithm
|
|
|
};
|