liam-m / flippd

A lightweight VLE for the "flipped classroom"
1 stars 0 forks source link

Refactor erb to partials #29

Open liam-m opened 8 years ago

liam-m commented 8 years ago

This was discussed in the last meeting - I believe it's about reducing the duplication between quiz.erb and quiz_complete.erb so that the common parts are in partials and we don't have the same code in two different places.

@Lixquid @ReverateNM can you address this in your final quiz changes?