Skip to content

Commit

Permalink
feat: Support 5STAR level
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Aug 31, 2023
1 parent 4a8234b commit 3cc812a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/images/icons/star.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/models/mq/assessment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Assessment < ApplicationRecord
include DiscardableModel
include TPICache

LEVELS = %w[0 1 2 3 4 4STAR 5].freeze
LEVELS = %w[0 1 2 3 4 4STAR 5 5STAR].freeze
BETA_METHODOLOGIES = { # taken into account only when beta is enabled
5 => {levels: %w[5], highlight_questions: %w[18]}
}.freeze
Expand Down

0 comments on commit 3cc812a

Please sign in to comment.