Commit 17cc6b4d by Vik Paruchuri

Fix minor display issue

parent a49f740e
...@@ -70,7 +70,7 @@ class OpenEndedChild(object): ...@@ -70,7 +70,7 @@ class OpenEndedChild(object):
HUMAN_NAMES = { HUMAN_NAMES = {
'initial': 'Not started', 'initial': 'Not started',
'assessing': 'In progress', 'assessing': 'In progress',
'post_assessment': 'In progress', 'post_assessment': 'Done',
'done': 'Done', 'done': 'Done',
} }
......
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