Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created September 1, 2012 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/3569921 to your computer and use it in GitHub Desktop.
Save ramnathv/3569921 to your computer and use it in GitHub Desktop.
Exercise Components
<div class="problems">
<div id="problem-type-or-description">
<div class="variables"><!-- Define variables for the problem --></p>
<p class="problem"><!-- An overview of the problem including all needed info. --></p>
<p class="question"><!-- The question to ask the student. --></p>
<p class="solution"><!-- The correct answer expected of the student. --></p>
<ul class="choices"><!-- Choices for the solutions as a list --></ul>
<div class="hints"><!-- Provide list of hints --></div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment