replace question/answer files

This commit is contained in:
Gordon Shumway 2019-12-08 01:25:36 -05:00 committed by GitHub
parent 33ffc83c37
commit 813ee70b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ from . import test
# Settings you change # Settings you change
card_folder = 'cards' card_folder = 'cards'
answer_cards_file_names = ['answer_cards', 'custom_answer_cards'] answer_cards_file_names = ['answer_main', 'custom_answer_cards']
question_cards_file_name = ['question_cards', 'question_cards1', 'question_cards2', 'custom_question_cards'] question_cards_file_name = ['question_main', 'custom_question_cards']
blank_format = '__________' blank_format = '__________'
# Settings that are used # Settings that are used