expertiza/expertiza

View on GitHub
app/models/unscored_question.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class UnscoredQuestion < ChoiceQuestion
  def edit; end

  def view_question_text; end

  def complete; end

  def view_completed_question; end
end