UNPKG

wv-gotcha

Version:

![](https://raw.githubusercontent.com/wV-software/icons/main/Wv/Product%20Icon/wv_128x128.png) wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.

18 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DynamicMcq = void 0; const Mcq_1 = require("./Mcq"); class DynamicMcq extends Mcq_1.Mcq { constructor(_options) { super(); this._options = _options; } get _deduceOptionText() { return option => option; } get options() { return this._options; } } exports.DynamicMcq = DynamicMcq; //# sourceMappingURL=DynamicMcq.js.map