This commit is contained in:
Ross
2021-01-25 16:56:06 +00:00
parent 8ab67f290c
commit c414bff991
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ table.table {
}
.rapid-img {
width: 50%;
width: 300px;
height: 300px;
}
+2 -2
View File
@@ -47,6 +47,8 @@ from .decorators import user_is_author_or_rapid_checker
from collections import defaultdict
from django.core.cache import cache
import logging
from copy import deepcopy
from django.forms.models import model_to_dict
@@ -814,8 +816,6 @@ def exam_json(request, pk):
exam_order.append(q.id)
exam_questions[q.id] = {
"title": "{}".format(q.description),
"question": str(q.question_type),
"images": [image_as_base64(q.image)],
"annotations": [str(q.image_annotations)],
"type": "rapid",