Commit 44fdc013 by Vik Paruchuri

Remove magic 8 ball grading

parent 11076e75
...@@ -4,7 +4,6 @@ from lxml import etree ...@@ -4,7 +4,6 @@ from lxml import etree
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
GRADER_TYPE_IMAGE_DICT = { GRADER_TYPE_IMAGE_DICT = {
'8B' : '/static/images/random_grading_icon.png',
'SA' : '/static/images/self_assessment_icon.png', 'SA' : '/static/images/self_assessment_icon.png',
'PE' : '/static/images/peer_grading_icon.png', 'PE' : '/static/images/peer_grading_icon.png',
'ML' : '/static/images/ml_grading_icon.png', 'ML' : '/static/images/ml_grading_icon.png',
...@@ -13,7 +12,6 @@ GRADER_TYPE_IMAGE_DICT = { ...@@ -13,7 +12,6 @@ GRADER_TYPE_IMAGE_DICT = {
} }
HUMAN_GRADER_TYPE = { HUMAN_GRADER_TYPE = {
'8B' : 'Magic-8-Ball-Assessment',
'SA' : 'Self-Assessment', 'SA' : 'Self-Assessment',
'PE' : 'Peer-Assessment', 'PE' : 'Peer-Assessment',
'IN' : 'Instructor-Assessment', 'IN' : 'Instructor-Assessment',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment