Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2024
1 parent 4ec109e commit d06bd2a
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion src/rapid_response_xblock/migrations/BUILD
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python_sources(name="rapidresponse_migrations")
python_sources(name="rapidresponse_migrations")
2 changes: 1 addition & 1 deletion src/rapid_response_xblock/static/js/d3.v4.min.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
50
50
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<assets/>
<assets/>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"GRADER": [
{
"drop_count": 2,
"min_count": 12,
"short_label": "HW",
"type": "Homework",
"drop_count": 2,
"min_count": 12,
"short_label": "HW",
"type": "Homework",
"weight": 0.15
},
},
{
"drop_count": 2,
"min_count": 12,
"short_label": "",
"type": "Lab",
"drop_count": 2,
"min_count": 12,
"short_label": "",
"type": "Lab",
"weight": 0.15
},
},
{
"drop_count": 0,
"min_count": 1,
"short_label": "Midterm",
"type": "Midterm Exam",
"drop_count": 0,
"min_count": 1,
"short_label": "Midterm",
"type": "Midterm Exam",
"weight": 0.3
},
},
{
"drop_count": 0,
"min_count": 1,
"short_label": "Final",
"type": "Final Exam",
"drop_count": 0,
"min_count": 1,
"short_label": "Final",
"type": "Final Exam",
"weight": 0.4
}
],
],
"GRADE_CUTOFFS": {
"A": 0.75,
"A": 0.75,
"B": 0.5
}
}
}
Original file line number Diff line number Diff line change
@@ -1,55 +1,55 @@
{
"course/course": {
"advanced_modules": [
"edx_sga",
"edx_sga",
"annotatable"
],
"cert_html_view_enabled": true,
],
"cert_html_view_enabled": true,
"discussion_topics": {
"General": {
"id": "course"
}
},
"display_name": "SGA Course",
"graceperiod": "2 days",
},
"display_name": "SGA Course",
"graceperiod": "2 days",
"instructor_info": {
"instructors": []
},
"language": "en",
"learning_info": [],
"minimum_grade_credit": 0.8,
"start": "2015-01-01T00:00:00Z",
},
"language": "en",
"learning_info": [],
"minimum_grade_credit": 0.8,
"start": "2015-01-01T00:00:00Z",
"tabs": [
{
"course_staff_only": false,
"name": "Home",
"course_staff_only": false,
"name": "Home",
"type": "course_info"
},
},
{
"course_staff_only": false,
"name": "Course",
"course_staff_only": false,
"name": "Course",
"type": "courseware"
},
},
{
"course_staff_only": false,
"name": "Textbooks",
"course_staff_only": false,
"name": "Textbooks",
"type": "textbooks"
},
},
{
"course_staff_only": false,
"name": "Discussion",
"course_staff_only": false,
"name": "Discussion",
"type": "discussion"
},
},
{
"course_staff_only": false,
"name": "Wiki",
"course_staff_only": false,
"name": "Wiki",
"type": "wiki"
},
},
{
"course_staff_only": false,
"name": "Progress",
"course_staff_only": false,
"name": "Progress",
"type": "progress"
}
]
}
}
}

0 comments on commit d06bd2a

Please sign in to comment.