Alter rubric list, restyle rubric

This commit is contained in:
Vik Paruchuri
2013-02-07 09:26:27 -05:00
parent 83608fd983
commit 6a6962df9e
4 changed files with 13 additions and 6 deletions

View File

@@ -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();

View File

@@ -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