Method: Stellar::Gradebook::Student#comment

Defined in:
lib/stellar/gradebook.rb

#commentString

The instructor’s comment for the student.

Returns:

  • (String)

    the content of the comment



293
294
295
296
# File 'lib/stellar/gradebook.rb', line 293

def comment
  reload! unless @comment
  @comment
end