Set ID for grading table accordion
This commit is contained in:
parent
905067fcb0
commit
0c1c897c18
1 changed files with 14 additions and 15 deletions
|
@ -38,8 +38,7 @@
|
|||
|
||||
(defmethod displayer-generate-html ((disp sus-displayer) results &optional group-stats survey-id)
|
||||
(with-section (with-title-bar (format nil "~A" (displayer-name disp)))
|
||||
(with-accordion
|
||||
(:id "sus-grading-table")
|
||||
(with-accordion (:id "sus-grading-table")
|
||||
"Grading Table"
|
||||
(ml-sbt/tbl:render-tbl '("Score Range" "Grade" "Percentile range")
|
||||
'(("84.1-100" "A+" "96-100")
|
||||
|
|
Loading…
Add table
Reference in a new issue