Sha256: 53cb8d63f2d2fd291846ce0fab68c68142fc5cf3ac5c5296acbb85ae3887fe91
Contents?: true
Size: 319 Bytes
Versions: 18
Compression:
Stored size: 319 Bytes
Contents
module AssistanceBoxHelper def assistance_box(assignment) %Q{<div class="mu-tips-box"> #{Mumukit::Assistant::Narrator.random.compose_explanation_html assignment.tips} </div>}.html_safe end def should_display_assistance_box?(assignment) assignment.tips.present? && !assignment.solved? end end
Version data entries
18 entries across 18 versions & 1 rubygems