mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Change the sufficiency threshold from a static number of minimum responses to a minimum response rate of 25 percent
This commit is contained in:
parent
d4df7cbc06
commit
2a2777745a
20 changed files with 180 additions and 138 deletions
|
|
@ -10,8 +10,8 @@ describe 'categories/show' do
|
|||
|
||||
subcategory1 = create(:subcategory, category:, name: 'A subcategory',
|
||||
description: 'Some description of the subcategory')
|
||||
subcategory2 = create(:subcategory_with_measures, category:, name: 'Another subcategory',
|
||||
description: 'Another description of the subcategory')
|
||||
subcategory2 = create(:subcategory, category:, name: 'Another subcategory',
|
||||
description: 'Another description of the subcategory')
|
||||
|
||||
measure1 = create(:measure, subcategory: subcategory1)
|
||||
scale1 = create(:student_scale, measure: measure1)
|
||||
|
|
@ -44,6 +44,7 @@ describe 'categories/show' do
|
|||
assign :academic_year, academic_year
|
||||
assign :academic_years, [academic_year]
|
||||
|
||||
create(:respondent, school:, academic_year:)
|
||||
render
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue