class CommonCartridge::Elements::Resources::Assignment

Attributes

identifier[RW]
points_possible[RW]

Public Class Methods

pattern() click to toggle source
# File lib/common_cartridge/elements/resources/assignment.rb, line 53
def self.pattern
  /assignment|associatedcontent\/imscc_xmlv1p1\/learning\-application\-resource/
end
type() click to toggle source
# File lib/common_cartridge/elements/resources/assignment.rb, line 49
def self.type
  :assignment
end

Public Instance Methods

attachments() click to toggle source
# File lib/common_cartridge/elements/resources/assignment.rb, line 45
def attachments
  attachment_root.attachments
end