Преглед на файлове

Added the necessary fields for the Assistant

victor_passos преди 2 години
родител
ревизия
84319be0f9
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      js/main.js

+ 2 - 0
js/main.js

@@ -5,6 +5,7 @@ import {
   addGlobalChangeListener,
   removeFunctionListener,
   removeGlobalListener,
+  getExerciseType,
   getTestCases,
 } from "./visualUI/functions";
 import * as LocalizedStringsService from "./services/localizedStringsService";
@@ -47,6 +48,7 @@ export {
   addGlobalChangeListener,
   removeFunctionListener,
   removeGlobalListener,
+  getExerciseType,
   getTestCases,
   autoEval,
   prepareActivityToStudentHelper,