Skip to content

Instantly share code, notes, and snippets.

@kanitw
Last active December 17, 2015 18:29
Show Gist options
  • Save kanitw/5653912 to your computer and use it in GitHub Desktop.
Save kanitw/5653912 to your computer and use it in GitHub Desktop.
peerapi-answers-template
<script src="https://learningapi.stanford.edu/static/js/checkboxes.js"></script>
<div class='answers' data-max-score='1' data-min-score='0'>
<p>Long/full answers description</p>
<b>Correct Answers</b>
<ul class='correct-answers' data-add-other='true'>
<li data-score='1'>Correct Answer 1</li>
...
<!--To add/remove other choice, modify data-add-other attribute in the ul tag-->
</ul>
<b>Incorrect Answers</b>
<ul class='incorrect-answers' data-add-other='true'>
<li data-score='0'>Incorrect Answer 1</li>
...
<!--To add/remove other choice, modify data-add-other attribute in the ul tag-->
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment