Class: Moodle2CC::Moodle2::Models::Assignment

Inherits:
Object
  • Object
show all
Defined in:
lib/moodle2cc/moodle2/models/assignment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_submissions_from_dateObject

Returns the value of attribute allow_submissions_from_date.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def allow_submissions_from_date
  @allow_submissions_from_date
end

#always_show_descriptionObject

Returns the value of attribute always_show_description.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def always_show_description
  @always_show_description
end

#blind_markingObject

Returns the value of attribute blind_marking.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def blind_marking
  @blind_marking
end

#completion_submitObject

Returns the value of attribute completion_submit.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def completion_submit
  @completion_submit
end

#cut_off_dateObject

Returns the value of attribute cut_off_date.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def cut_off_date
  @cut_off_date
end

#due_dateObject

Returns the value of attribute due_date.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def due_date
  @due_date
end

#external_tool_urlObject

Returns the value of attribute external_tool_url.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def external_tool_url
  @external_tool_url
end

#feedback_commentsObject

Returns the value of attribute feedback_comments.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def feedback_comments
  @feedback_comments
end

#feedback_filesObject

Returns the value of attribute feedback_files.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def feedback_files
  @feedback_files
end

#file_submissionObject

Returns the value of attribute file_submission.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def file_submission
  @file_submission
end

#gradeObject

Returns the value of attribute grade.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def grade
  @grade
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def id
  @id
end

#introObject

Returns the value of attribute intro.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def intro
  @intro
end

#intro_formatObject

Returns the value of attribute intro_format.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def intro_format
  @intro_format
end

#max_file_size_submissionObject

Returns the value of attribute max_file_size_submission.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def max_file_size_submission
  @max_file_size_submission
end

#max_files_submissionObject

Returns the value of attribute max_files_submission.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def max_files_submission
  @max_files_submission
end

#module_idObject

Returns the value of attribute module_id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def module_id
  @module_id
end

#nameObject

Returns the value of attribute name.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def name
  @name
end

#offline_grading_worksheetObject

Returns the value of attribute offline_grading_worksheet.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def offline_grading_worksheet
  @offline_grading_worksheet
end

#online_text_submissionObject

Returns the value of attribute online_text_submission.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def online_text_submission
  @online_text_submission
end

#require_all_team_members_submitObject

Returns the value of attribute require_all_team_members_submit.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def require_all_team_members_submit
  @require_all_team_members_submit
end

#require_submission_statementObject

Returns the value of attribute require_submission_statement.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def require_submission_statement
  @require_submission_statement
end

#reveal_identitiesObject

Returns the value of attribute reveal_identities.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def reveal_identities
  @reveal_identities
end

#send_late_notificationsObject

Returns the value of attribute send_late_notifications.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def send_late_notifications
  @send_late_notifications
end

#send_notificationsObject

Returns the value of attribute send_notifications.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def send_notifications
  @send_notifications
end

#submission_commentsObject

Returns the value of attribute submission_comments.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def submission_comments
  @submission_comments
end

#submission_draftsObject

Returns the value of attribute submission_drafts.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def submission_drafts
  @submission_drafts
end

#team_submissionObject

Returns the value of attribute team_submission.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def team_submission
  @team_submission
end

#team_submission_grouping_idObject

Returns the value of attribute team_submission_grouping_id.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def team_submission_grouping_id
  @team_submission_grouping_id
end

#time_modifiedObject

Returns the value of attribute time_modified.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def time_modified
  @time_modified
end

#visibleObject

Returns the value of attribute visible.



3
4
5
# File 'lib/moodle2cc/moodle2/models/assignment.rb', line 3

def visible
  @visible
end