Alter rubric list, restyle rubric
This commit is contained in:
@@ -478,6 +478,13 @@ section.open-ended-child {
|
||||
margin-left: .75rem;
|
||||
}
|
||||
|
||||
ul.rubric-list
|
||||
{
|
||||
list-style-type: none;
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
ol {
|
||||
list-style: decimal outside none;
|
||||
margin-bottom: lh();
|
||||
|
||||
@@ -239,7 +239,7 @@ class @PeerGradingProblem
|
||||
# finds the scores for each rubric category
|
||||
get_score_list: () =>
|
||||
# find the number of categories:
|
||||
num_categories = $('table.rubric tr').length
|
||||
num_categories = $('ul.rubric-list li').length
|
||||
|
||||
score_lst = []
|
||||
# get the score for each one
|
||||
|
||||
Reference in New Issue
Block a user