Commit 0c6ac1c7 by Vik Paruchuri

Add in BC

parent 17cc6b4d
......@@ -8,6 +8,7 @@ GRADER_TYPE_IMAGE_DICT = {
'PE' : '/static/images/peer_grading_icon.png',
'ML' : '/static/images/ml_grading_icon.png',
'IN' : '/static/images/peer_grading_icon.png',
'BC' : '/static/images/ml_grading_icon.png',
}
HUMAN_GRADER_TYPE = {
......@@ -15,6 +16,7 @@ HUMAN_GRADER_TYPE = {
'PE' : 'Peer-Assessment',
'IN' : 'Instructor-Assessment',
'ML' : 'AI-Assessment',
'BC' : 'AI-Assessment',
}
class RubricParsingError(Exception):
......
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