Method: Stellar::Gradebook::Student#grades

Defined in:
lib/stellar/gradebook.rb

#gradesHash

The student’s grades for all assignments.

Returns:

  • (Hash)

    map between assignment names and the student’s scores



285
286
287
288
# File 'lib/stellar/gradebook.rb', line 285

def grades
  reload! unless @grades
  @grades
end