瀏覽代碼

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,