wv-gotcha
Version:
 wv-local-service-bus # Purpose To accumulate your walkthroughs to accomplish your common tasks with less effort.
9 lines • 443 B
TypeScript
import { IWalkthrough } from "./Walkthroughs/_Foundation/IWalkthrough";
import { Mcq } from "./Mcq";
export declare class Mcq_Walkthroughs extends Mcq<IWalkthrough> {
static _allWalkthroughs: IWalkthrough[];
static registerWalkthrough(walkthrough: IWalkthrough): void;
protected get _deduceOptionText(): (option: IWalkthrough) => string;
protected get options(): IWalkthrough[];
}
//# sourceMappingURL=Mcq_Walkthroughs.d.ts.map