Skip to content

Commit aad3d7b

Browse files
committed
feat: adds quiz app
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent bd5cfa6 commit aad3d7b

File tree

1 file changed

+2
-1
lines changed
  • lib/typescript/codedifferently-instructional/src

1 file changed

+2
-1
lines changed

lib/typescript/codedifferently-instructional/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ export {AnswerChoice} from './answer_choice.js';
22
export {MultipleChoiceQuizQuestion} from './multiple_choice_quiz_question.js';
33
export {QuizQuestion} from './quiz_question.js';
44
export {QuizPrinter} from './quiz_printer.js';
5-
export {QuizConfig} from './quiz_config.js';
5+
export {QuizConfig} from './quiz_config.js';
6+
export {QuizQuestionProvider} from './quiz_question_provider.js';

0 commit comments

Comments
 (0)