Show partial data indicators on variance chart

This commit is contained in:
Nelson Jovel 2021-12-07 22:52:17 +01:00 committed by Liam Morley
parent 8205578267
commit aeb6a45a45
34 changed files with 176 additions and 6780 deletions

2
app/models/score.rb Normal file
View file

@ -0,0 +1,2 @@
class Score < Struct.new(:average, :meets_teacher_threshold?, :meets_student_threshold?)
end