Commit 3a6c660b by Vik Paruchuri

Now display grader message

parent 507457dc
...@@ -623,7 +623,7 @@ class OpenEndedModule(): ...@@ -623,7 +623,7 @@ class OpenEndedModule():
'cols' : 80, 'cols' : 80,
'hidden' : '', 'hidden' : '',
'id' : 'open_ended', 'id' : 'open_ended',
'msg' : "", 'msg' : self.latest_feedback(),
} }
html = system.render_template('open_ended.html', context) html = system.render_template('open_ended.html', context)
......
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