Show answer appears to work

This commit is contained in:
Piotr Mitros
2011-12-25 17:59:31 -05:00
parent 196855747c
commit a8d0bafc9e
2 changed files with 10 additions and 0 deletions

View File

@@ -9,3 +9,6 @@
% if save_button:
<input id="save_${ id }" type="button" value="Save" >
% endif
% if answer_available:
<input id="show_${ id }" type="button" value="Show Answer" >
% endif