app/controllers/course/statistics/aggregate_controller.rb
Method correctness_hash
has 39 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def correctness_hash
query = CourseUser.find_by_sql(<<-SQL.squish
SELECT
id,
AVG(correctness) AS correctness
- Create a ticketCreate a ticket