diff --git a/question.py b/question.py index da0e603..2377ee4 100644 --- a/question.py +++ b/question.py @@ -10,7 +10,7 @@ class QuestionException(Exception): class Questions(object): """ Object holding all the questions """ - QUESTION_TYPES = ["Text", "Image", "Music"] + QUESTION_TYPES = ["Text", "Image", "Music", "Code"] QUESTION_KEYS = ["Name", "Question", "Answer", "Type", "Double-Jeopardy"] def __init__(self, qfile):