mumuki/mumuki-domain

View on GitHub
app/models/exercise.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Class Exercise has 42 methods (exceeds 20 allowed). Consider refactoring.
Open

class Exercise < ApplicationRecord
  RANDOMIZED_FIELDS = [:default_content, :description, :extra, :hint, :test, :expectations, :custom_expectations]
  BASIC_RESOURCE_FIELDS = %i(
    name layout editor corollary teacher_info manual_evaluation locale
    choices assistance_rules randomizations tag_list extra_visible goal
Severity: Minor
Found in app/models/exercise.rb - About 5 hrs to fix

    There are no issues that match your filters.

    Category
    Status