diff --git a/ubcpi/static/html/ubcpi_edit.html b/ubcpi/static/html/ubcpi_edit.html index 9bd4dd7..7930226 100644 --- a/ubcpi/static/html/ubcpi_edit.html +++ b/ubcpi/static/html/ubcpi_edit.html @@ -35,8 +35,12 @@
The question appears above the possible answers that you set below. You can use text, an image, or a combination of both. If you wish to add an image to your question, press the "Add Image To Question" button. - - +
+ +
+
+ +
diff --git a/ubcpi/ubcpi.py b/ubcpi/ubcpi.py index f73c659..70998d3 100644 --- a/ubcpi/ubcpi.py +++ b/ubcpi/ubcpi.py @@ -512,11 +512,7 @@ def record_response(self, answer, rationale, status): truncated_rationle, was_truncated = truncate_rationale(rationale) event_dict = { 'answer': answer, - 'answer_text': self.options[answer].get('text'), 'rationale': truncated_rationle, - 'correct_answer': self.correct_answer, - 'correct_answer_text': self.options[self.correct_answer].get('text'), - 'correct_rationale': self.correct_rationale, 'truncated': was_truncated } if not answers.has_revision(0) and status == STATUS_NEW: