mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
trying to fix bug
This commit is contained in:
parent
c2109825e3
commit
a90cf41f79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
- num_likerts = 5
|
||||
- likert = info.answer_index_average
|
||||
- likert = info.answer_index_average || 0
|
||||
- average_offset = (likert/num_likerts) * 100
|
||||
|
||||
- approval_zone = [[76, 90], [77, 91], [71, 85], [73, 86], [73, 86], []][info.category.root_index]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue