UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

11 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChoiceExercise = void 0; const exercise_type_1 = require("../exercise-type"); class ChoiceExercise { constructor() { this.type = exercise_type_1.ExerciseType.choice; } } exports.ChoiceExercise = ChoiceExercise; //# sourceMappingURL=choice.js.map