Implementing NYT's ICE track changes to Open Ended Assessements - #956
Conversation
There was a problem hiding this comment.
Adds the boolean to CMS
There was a problem hiding this comment.
Do we want any "Caution: this is experimental!" caveats?
|
High level: I really like this idea, and it could be a significant value add. |
|
How is this displayed to students in the combinedopenended module? Do we need any css to style it properly? Never mind, I see the css. Do you have any screenshots so we can know if we need to change any HTML around? |
There was a problem hiding this comment.
Can't this just be included in peer_grading_problem.js as a function and conditionally called? This does not really tie in with our javascript workflow.
You could also just bundle it into a file and have the peer grading xmodule load it.
There was a problem hiding this comment.
New .coffee file for what used to be in the <script> tag in peer_grading_problem.html
@VikParuchuri, could you give this PR a look?