Commit 25f17eac by Bridger Maxwell

Graph tweaks.

--HG--
branch : profiledev
parent 00b1bad3
......@@ -134,10 +134,10 @@ def profile(request):
lab_percentages.append( {'percentage': percentage, 'summary': summary} )
lab_total, lab_dropped_indices = totalWithDrops(lab_percentages, 2)
midterm_score = (130, 150)
midterm_score = (120, 150)
midterm_percentage = midterm_score[0] / float(midterm_score[1])
final_score = (225, 300)
final_score = (200, 300)
final_percentage = final_score[0] / float(final_score[1])
grade_summary = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment