░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/spec/selenium/grades/setup
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: assignment_grade_type_setup.rb
# frozen_string_literal: true # # Copyright (C) 2018 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <http://www.gnu.org/licenses/>. require_relative "../../helpers/gradebook_common" module AssignmentGradeTypeSetup include GradebookCommon def assignments_with_grades_setup(grading_type, grade) init_course_with_students 1 @assignment = @course.assignments.create!(grading_type:, points_possible: 10) @assignment.grade_student(@students[0], grade:, grader: @teacher) end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 assignment_grade_type_setup.rb
RB
1 KB
2023-09-24 03:36
EDIT
📄 gb_history_search_setup.rb
RB
2.5 KB
2023-09-24 03:36
EDIT
📄 gradebook_setup.rb
RB
3.4 KB
2023-09-24 03:36
EDIT
📄 n_submissions_setup.rb
RB
2 KB
2023-09-24 03:36
EDIT