StatsWithR / statsr

Companion package for the Coursera Statistics with R specialization
Other
71 stars 83 forks source link

add answer tag #5

Open alanarnholt opened 8 years ago

alanarnholt commented 8 years ago

I would be nice to have the answers to questions or exercises be easily distinguishable from the rest of the text. I would ask students to use the answer tag for all of their answers with a small explanation at the start of the lab about using a tag that might look something like:

`

Complete all Exercises. Surround your answers to all questions and exercises with an answer tag:

<div id="answer">
your answer here
</div>

`