<%= image_html(@answerpic,"300x300") %> <%= case @displayed when '' highlight_first(@question) when 'correct' format_unselected("#{@answer} #{@question} is correct") else format_unselected("wrong") end %>