Sfoglia il codice sorgente

Added the necessary fields for the Assistant

victor_passos 2 anni fa
parent
commit
84319be0f9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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,