bearcat 1.6.8 → 1.6.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +0 -0
- data/lib/badgrcat/api_array.rb +0 -0
- data/lib/badgrcat/version.rb +0 -0
- data/lib/bearcat/client/account_reports.rb +0 -0
- data/lib/bearcat/client/accounts.rb +9 -0
- data/lib/bearcat/client/analytics.rb +0 -0
- data/lib/bearcat/client/assignment_groups.rb +0 -0
- data/lib/bearcat/client/assignments.rb +0 -0
- data/lib/bearcat/client/blueprint_courses.rb +0 -0
- data/lib/bearcat/client/calendar_events.rb +0 -0
- data/lib/bearcat/client/canvas_files.rb +0 -0
- data/lib/bearcat/client/conferences.rb +0 -0
- data/lib/bearcat/client/content_exports.rb +0 -0
- data/lib/bearcat/client/content_migrations.rb +0 -0
- data/lib/bearcat/client/conversations.rb +0 -0
- data/lib/bearcat/client/custom_gradebook_columns.rb +0 -0
- data/lib/bearcat/client/discussions.rb +0 -0
- data/lib/bearcat/client/enrollments.rb +0 -0
- data/lib/bearcat/client/external_tools.rb +0 -0
- data/lib/bearcat/client/file_helper.rb +0 -0
- data/lib/bearcat/client/files.rb +0 -0
- data/lib/bearcat/client/folders.rb +0 -0
- data/lib/bearcat/client/group_categories.rb +0 -0
- data/lib/bearcat/client/group_memberships.rb +0 -0
- data/lib/bearcat/client/groups.rb +0 -0
- data/lib/bearcat/client/learning_outcomes.rb +0 -0
- data/lib/bearcat/client/logins.rb +0 -0
- data/lib/bearcat/client/module_items.rb +0 -0
- data/lib/bearcat/client/modules.rb +0 -0
- data/lib/bearcat/client/new_quizzes.rb +45 -0
- data/lib/bearcat/client/o_auth2.rb +0 -0
- data/lib/bearcat/client/outcome_groups.rb +0 -0
- data/lib/bearcat/client/outcome_imports.rb +0 -0
- data/lib/bearcat/client/outcomes.rb +0 -0
- data/lib/bearcat/client/pages.rb +2 -0
- data/lib/bearcat/client/progresses.rb +0 -0
- data/lib/bearcat/client/quizzes.rb +0 -0
- data/lib/bearcat/client/roles.rb +0 -0
- data/lib/bearcat/client/rubric.rb +0 -0
- data/lib/bearcat/client/rubric_assessment.rb +0 -0
- data/lib/bearcat/client/rubric_association.rb +0 -0
- data/lib/bearcat/client/search.rb +0 -0
- data/lib/bearcat/client/sections.rb +0 -0
- data/lib/bearcat/client/sis_imports.rb +0 -0
- data/lib/bearcat/client/tabs.rb +0 -0
- data/lib/bearcat/client_module.rb +0 -0
- data/lib/bearcat/rate_limiting/increment_bucket.lua +0 -0
- data/lib/bearcat/rate_limiting/redis_script.rb +0 -0
- data/lib/bearcat/rate_limiting.rb +0 -0
- data/lib/bearcat/version.rb +1 -1
- data/lib/catalogcat/api_array.rb +0 -0
- data/lib/catalogcat/client/catalogs.rb +0 -0
- data/lib/catalogcat/client/certificates.rb +0 -0
- data/lib/catalogcat/client/courses.rb +0 -0
- data/lib/catalogcat/client/email_domain_sets.rb +0 -0
- data/lib/catalogcat/client/enrollments.rb +0 -0
- data/lib/catalogcat/client/orders.rb +0 -0
- data/lib/catalogcat/client/user_registrations.rb +0 -0
- data/lib/catalogcat/client.rb +0 -0
- data/lib/catalogcat/version.rb +0 -0
- data/lib/catalogcat.rb +0 -0
- data/spec/bearcat/api_array_spec.rb +0 -0
- data/spec/bearcat/client/accounts_spec.rb +29 -0
- data/spec/bearcat/client/analytics_spec.rb +0 -0
- data/spec/bearcat/client/assignment_groups_spec.rb +0 -0
- data/spec/bearcat/client/assignments_spec.rb +0 -0
- data/spec/bearcat/client/blueprint_courses_spec.rb +0 -0
- data/spec/bearcat/client/calendar_events_spec.rb +0 -0
- data/spec/bearcat/client/canvas_files_spec.rb +0 -0
- data/spec/bearcat/client/conferences_spec.rb +0 -0
- data/spec/bearcat/client/content_exports_spec.rb +0 -0
- data/spec/bearcat/client/content_migrations_spec.rb +0 -0
- data/spec/bearcat/client/conversations_spec.rb +0 -0
- data/spec/bearcat/client/courses_spec.rb +0 -0
- data/spec/bearcat/client/custom_gradebook_columns_spec.rb +0 -0
- data/spec/bearcat/client/discussions_spec.rb +0 -0
- data/spec/bearcat/client/enrollments_spec.rb +0 -0
- data/spec/bearcat/client/external_tools_spec.rb +0 -0
- data/spec/bearcat/client/files_spec.rb +0 -0
- data/spec/bearcat/client/folders_spec.rb +0 -0
- data/spec/bearcat/client/graph_ql_spec.rb +0 -0
- data/spec/bearcat/client/group_categories_spec.rb +0 -0
- data/spec/bearcat/client/group_membership_spec.rb +0 -0
- data/spec/bearcat/client/group_memberships_spec.rb +0 -0
- data/spec/bearcat/client/groups_spec.rb +0 -0
- data/spec/bearcat/client/learning_outcomes_spec.rb +0 -0
- data/spec/bearcat/client/module_items_spec.rb +0 -0
- data/spec/bearcat/client/modules_spec.rb +0 -0
- data/spec/bearcat/client/new_quizzes_spec.rb +146 -0
- data/spec/bearcat/client/o_auth2_spec.rb +0 -0
- data/spec/bearcat/client/outcome_groups_spec.rb +0 -0
- data/spec/bearcat/client/outcomes_spec.rb +0 -0
- data/spec/bearcat/client/pages_spec.rb +14 -0
- data/spec/bearcat/client/quizzes_spec.rb +0 -0
- data/spec/bearcat/client/roles_spec.rb +0 -0
- data/spec/bearcat/client/rubric_assessment_spec.rb +0 -0
- data/spec/bearcat/client/rubric_association_spec.rb +0 -0
- data/spec/bearcat/client/rubric_spec.rb +0 -0
- data/spec/bearcat/client/search_spec.rb +0 -0
- data/spec/bearcat/client/sections_spec.rb +0 -0
- data/spec/bearcat/client/submissions_spec.rb +0 -0
- data/spec/bearcat/client/users_spec.rb +0 -0
- data/spec/bearcat/rate_limiting_spec.rb +0 -0
- data/spec/bearcat/stub_bearcat_spec.rb +0 -0
- data/spec/bearcat_spec.rb +0 -0
- data/spec/fixtures/access_token.json +0 -0
- data/spec/fixtures/account_admin_create.json +0 -0
- data/spec/fixtures/account_admin_delete.json +0 -0
- data/spec/fixtures/account_admins.json +0 -0
- data/spec/fixtures/account_courses.json +0 -0
- data/spec/fixtures/account_grading_standards.json +0 -0
- data/spec/fixtures/account_groups.json +0 -0
- data/spec/fixtures/account_reports.json +0 -0
- data/spec/fixtures/account_reports_index.json +0 -0
- data/spec/fixtures/account_reports_result_success.json +0 -0
- data/spec/fixtures/account_reports_start_result.json +0 -0
- data/spec/fixtures/account_role.json +0 -0
- data/spec/fixtures/account_roles.json +0 -0
- data/spec/fixtures/account_sis_imports.json +0 -0
- data/spec/fixtures/account_sub_accounts.json +0 -0
- data/spec/fixtures/account_user.json +0 -0
- data/spec/fixtures/account_users.json +0 -0
- data/spec/fixtures/accounts.json +0 -0
- data/spec/fixtures/add_custom_user_data.json +0 -0
- data/spec/fixtures/add_user.json +0 -0
- data/spec/fixtures/assignment.json +0 -0
- data/spec/fixtures/assignment_group.json +0 -0
- data/spec/fixtures/assignment_groups.json +0 -0
- data/spec/fixtures/assignment_section_override.json +0 -0
- data/spec/fixtures/assignments.json +0 -0
- data/spec/fixtures/bearcat.jpg +0 -0
- data/spec/fixtures/blueprint_migration.json +0 -0
- data/spec/fixtures/blueprint_subscriptions.json +0 -0
- data/spec/fixtures/blueprint_template.json +0 -0
- data/spec/fixtures/blueprint_update_assocations_success.json +0 -0
- data/spec/fixtures/calendar_event.json +0 -0
- data/spec/fixtures/calendar_events.json +0 -0
- data/spec/fixtures/canvas_files/declare_file.json +0 -0
- data/spec/fixtures/canvas_files/upload_success.json +0 -0
- data/spec/fixtures/cc.imscc +0 -0
- data/spec/fixtures/communication_channels.json +0 -0
- data/spec/fixtures/conclude_enrollment.json +0 -0
- data/spec/fixtures/content_export.json +0 -0
- data/spec/fixtures/content_migration_files/content_migration.json +0 -0
- data/spec/fixtures/content_migration_files/response.json +0 -0
- data/spec/fixtures/content_migration_files/upload_success.json +0 -0
- data/spec/fixtures/conversation.json +0 -0
- data/spec/fixtures/course.json +0 -0
- data/spec/fixtures/course_conferences.json +0 -0
- data/spec/fixtures/course_copy.json +0 -0
- data/spec/fixtures/course_enrollments.json +0 -0
- data/spec/fixtures/course_files.json +0 -0
- data/spec/fixtures/course_folder.json +0 -0
- data/spec/fixtures/course_folders.json +0 -0
- data/spec/fixtures/course_grading_standards.json +0 -0
- data/spec/fixtures/course_groups.json +0 -0
- data/spec/fixtures/course_sections.json +0 -0
- data/spec/fixtures/course_settings.json +0 -0
- data/spec/fixtures/course_students.json +0 -0
- data/spec/fixtures/create_course_discussion.json +0 -0
- data/spec/fixtures/create_group_discussion.json +0 -0
- data/spec/fixtures/create_outcome_in_group.json +0 -0
- data/spec/fixtures/create_section.json +0 -0
- data/spec/fixtures/created_assignment.json +0 -0
- data/spec/fixtures/created_course.json +0 -0
- data/spec/fixtures/created_group.json +0 -0
- data/spec/fixtures/created_group_category.json +0 -0
- data/spec/fixtures/created_group_membership.json +0 -0
- data/spec/fixtures/created_module.json +0 -0
- data/spec/fixtures/created_sub_account.json +15 -0
- data/spec/fixtures/custom_data.json +0 -0
- data/spec/fixtures/custom_food_data.json +0 -0
- data/spec/fixtures/custom_gradebook_columns/column_data.json +0 -0
- data/spec/fixtures/custom_gradebook_columns/custom_gradebook_column.json +0 -0
- data/spec/fixtures/custom_gradebook_columns/custom_gradebook_columns.json +0 -0
- data/spec/fixtures/custom_gradebook_columns/gradebook_column_progress.json +0 -0
- data/spec/fixtures/dashboard.json +0 -0
- data/spec/fixtures/delete_course.json +0 -0
- data/spec/fixtures/delete_custom_data_scope.json +0 -0
- data/spec/fixtures/delete_group_category.json +0 -0
- data/spec/fixtures/delete_section.json +0 -0
- data/spec/fixtures/deleted_conversation.json +0 -0
- data/spec/fixtures/deleted_group.json +0 -0
- data/spec/fixtures/deleted_page.json +13 -0
- data/spec/fixtures/deleted_sub_account.json +15 -0
- data/spec/fixtures/department_level_participation.json +0 -0
- data/spec/fixtures/department_level_statistics.json +0 -0
- data/spec/fixtures/discussion_entries.json +0 -0
- data/spec/fixtures/discussion_entry_replies.json +0 -0
- data/spec/fixtures/discussion_topic.json +0 -0
- data/spec/fixtures/discussion_topics.json +0 -0
- data/spec/fixtures/edited_group.json +0 -0
- data/spec/fixtures/edited_group_category.json +0 -0
- data/spec/fixtures/enroll_student.json +0 -0
- data/spec/fixtures/enrollment_terms.json +0 -0
- data/spec/fixtures/external_tool.json +0 -0
- data/spec/fixtures/external_tools.json +0 -0
- data/spec/fixtures/file.csv +0 -0
- data/spec/fixtures/gradebook_history.json +0 -0
- data/spec/fixtures/graph_ql_scores.json +0 -0
- data/spec/fixtures/group.json +0 -0
- data/spec/fixtures/group_categories.json +0 -0
- data/spec/fixtures/group_category.json +0 -0
- data/spec/fixtures/group_category_groups.json +0 -0
- data/spec/fixtures/group_conferences.json +0 -0
- data/spec/fixtures/group_membership.json +0 -0
- data/spec/fixtures/learning_outcome.json +0 -0
- data/spec/fixtures/link_unlink_outcome.json +0 -0
- data/spec/fixtures/merge_user.json +0 -0
- data/spec/fixtures/module.json +0 -0
- data/spec/fixtures/module_item.json +0 -0
- data/spec/fixtures/module_item_sequence.json +0 -0
- data/spec/fixtures/module_items.json +0 -0
- data/spec/fixtures/modules.json +0 -0
- data/spec/fixtures/new_quizzes/course_new_quiz.json +27 -0
- data/spec/fixtures/new_quizzes/course_new_quizzes.json +56 -0
- data/spec/fixtures/new_quizzes/new_quiz_item.json +35 -0
- data/spec/fixtures/new_quizzes/new_quiz_items.json +72 -0
- data/spec/fixtures/new_quizzes/new_quiz_report.json +14 -0
- data/spec/fixtures/new_quizzes/new_quiz_reports.json +26 -0
- data/spec/fixtures/new_quizzes/new_quiz_submission.json +12 -0
- data/spec/fixtures/new_quizzes/new_quiz_submissions.json +26 -0
- data/spec/fixtures/no_custom_data.json +0 -0
- data/spec/fixtures/ok.json +0 -0
- data/spec/fixtures/outcome_group_import.json +0 -0
- data/spec/fixtures/outcome_groups.json +0 -0
- data/spec/fixtures/outcome_result.json +0 -0
- data/spec/fixtures/outcome_subgroup.json +0 -0
- data/spec/fixtures/outcome_subgroups.json +0 -0
- data/spec/fixtures/outcomes.json +0 -0
- data/spec/fixtures/paged_body.json +0 -0
- data/spec/fixtures/pages.json +0 -0
- data/spec/fixtures/progress.json +0 -0
- data/spec/fixtures/quizzes/course_quiz.json +0 -0
- data/spec/fixtures/quizzes/course_quiz_questions.json +0 -0
- data/spec/fixtures/quizzes/course_quizzes.json +0 -0
- data/spec/fixtures/quizzes/quiz_assignment_override.json +0 -0
- data/spec/fixtures/quizzes/quiz_extension.json +0 -0
- data/spec/fixtures/reactivate_enrollment.json +0 -0
- data/spec/fixtures/report_history.json +0 -0
- data/spec/fixtures/report_list.json +0 -0
- data/spec/fixtures/report_status.json +0 -0
- data/spec/fixtures/rubric.json +0 -0
- data/spec/fixtures/rubric_assessment.json +0 -0
- data/spec/fixtures/rubric_association.json +0 -0
- data/spec/fixtures/search_find_recipients.json +0 -0
- data/spec/fixtures/section.json +0 -0
- data/spec/fixtures/section_enrollments.json +0 -0
- data/spec/fixtures/single_account.json +0 -0
- data/spec/fixtures/start_report.json +0 -0
- data/spec/fixtures/sub_account.json +15 -0
- data/spec/fixtures/submissions/submission.json +0 -0
- data/spec/fixtures/update_outcome.json +0 -0
- data/spec/fixtures/update_outcome_group.json +0 -0
- data/spec/fixtures/update_section.json +0 -0
- data/spec/fixtures/updated_course.json +0 -0
- data/spec/fixtures/updated_page.json +19 -0
- data/spec/fixtures/updated_sub_account.json +15 -0
- data/spec/fixtures/user_avatars.json +0 -0
- data/spec/fixtures/user_details.json +0 -0
- data/spec/fixtures/user_enrollments.json +0 -0
- data/spec/fixtures/user_logins.json +0 -0
- data/spec/fixtures/user_page_views.json +0 -0
- data/spec/fixtures/user_profile.json +0 -0
- data/spec/helper.rb +4 -0
- metadata +33 -3
- data/lib/bearcat/rate_limiting/functions.lua +0 -11
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/cc.imscc
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/course.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": 3,
|
|
3
|
+
"name": "New Sub-Account",
|
|
4
|
+
"workflow_state": "active",
|
|
5
|
+
"parent_account_id": 1,
|
|
6
|
+
"root_account_id": 1,
|
|
7
|
+
"uuid": "ab8XYZl9g8024EaLDyGVHLi28rNUQSAFK1l5XX4S",
|
|
8
|
+
"default_storage_quota_mb": "5000",
|
|
9
|
+
"default_user_storage_quota_mb": "50",
|
|
10
|
+
"default_group_storage_quota_mb": "50",
|
|
11
|
+
"default_time_zone": "America/Denver",
|
|
12
|
+
"sis_account_id": null,
|
|
13
|
+
"sis_import_id": null,
|
|
14
|
+
"integration_id": null
|
|
15
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"created_at": "2015-05-20T19:07:44Z",
|
|
3
|
+
"editing_roles": "teachers",
|
|
4
|
+
"title": "Instruction Test",
|
|
5
|
+
"updated_at": "2015-05-20T19:08:13Z",
|
|
6
|
+
"url": "instruction-test",
|
|
7
|
+
"page_id": 1,
|
|
8
|
+
"published": false,
|
|
9
|
+
"hide_from_students": false,
|
|
10
|
+
"front_page": false,
|
|
11
|
+
"html_url": "http://localhost:3000/courses/1/pages/instruction-test",
|
|
12
|
+
"locked_for_user": false
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": 2,
|
|
3
|
+
"name": "Manually-Created Courses",
|
|
4
|
+
"workflow_state": "deleted",
|
|
5
|
+
"parent_account_id": 1,
|
|
6
|
+
"root_account_id": 1,
|
|
7
|
+
"uuid": "rd7NGVGl7f7913DzKCxFUKh17qMTQRZEJ0k4WW3R",
|
|
8
|
+
"default_storage_quota_mb": "5000",
|
|
9
|
+
"default_user_storage_quota_mb": "50",
|
|
10
|
+
"default_group_storage_quota_mb": "50",
|
|
11
|
+
"default_time_zone": "America/Denver",
|
|
12
|
+
"sis_account_id": null,
|
|
13
|
+
"sis_import_id": null,
|
|
14
|
+
"integration_id": null
|
|
15
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/file.csv
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/group.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/module.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/modules.json
CHANGED
|
File without changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1",
|
|
3
|
+
"title": "Bearcat Test Quiz",
|
|
4
|
+
"instructions": null,
|
|
5
|
+
"assignment_group_id": "1",
|
|
6
|
+
"points_possible": 10.0,
|
|
7
|
+
"due_at": null,
|
|
8
|
+
"lock_at": null,
|
|
9
|
+
"unlock_at": null,
|
|
10
|
+
"published": false,
|
|
11
|
+
"grading_type": "points",
|
|
12
|
+
"quiz_settings": {
|
|
13
|
+
"calculator_type": "none",
|
|
14
|
+
"filter_ip_address": false,
|
|
15
|
+
"filters": {},
|
|
16
|
+
"one_at_a_time_type": "none",
|
|
17
|
+
"allow_backtracking": true,
|
|
18
|
+
"shuffle_answers": false,
|
|
19
|
+
"shuffle_questions": false,
|
|
20
|
+
"require_student_access_code": false,
|
|
21
|
+
"student_access_code": null,
|
|
22
|
+
"has_time_limit": false,
|
|
23
|
+
"session_time_limit_in_seconds": 0,
|
|
24
|
+
"multiple_attempts": {},
|
|
25
|
+
"result_view_settings": {}
|
|
26
|
+
}
|
|
27
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "1",
|
|
4
|
+
"title": "Bearcat Test Quiz",
|
|
5
|
+
"instructions": null,
|
|
6
|
+
"assignment_group_id": "1",
|
|
7
|
+
"points_possible": 10.0,
|
|
8
|
+
"due_at": null,
|
|
9
|
+
"lock_at": null,
|
|
10
|
+
"unlock_at": null,
|
|
11
|
+
"published": false,
|
|
12
|
+
"grading_type": "points",
|
|
13
|
+
"quiz_settings": {
|
|
14
|
+
"calculator_type": "none",
|
|
15
|
+
"filter_ip_address": false,
|
|
16
|
+
"filters": {},
|
|
17
|
+
"one_at_a_time_type": "none",
|
|
18
|
+
"allow_backtracking": true,
|
|
19
|
+
"shuffle_answers": false,
|
|
20
|
+
"shuffle_questions": false,
|
|
21
|
+
"require_student_access_code": false,
|
|
22
|
+
"student_access_code": null,
|
|
23
|
+
"has_time_limit": false,
|
|
24
|
+
"session_time_limit_in_seconds": 0,
|
|
25
|
+
"multiple_attempts": {},
|
|
26
|
+
"result_view_settings": {}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"id": "2",
|
|
31
|
+
"title": "Second Bearcat Quiz",
|
|
32
|
+
"instructions": null,
|
|
33
|
+
"assignment_group_id": "1",
|
|
34
|
+
"points_possible": 20.0,
|
|
35
|
+
"due_at": null,
|
|
36
|
+
"lock_at": null,
|
|
37
|
+
"unlock_at": null,
|
|
38
|
+
"published": true,
|
|
39
|
+
"grading_type": "points",
|
|
40
|
+
"quiz_settings": {
|
|
41
|
+
"calculator_type": "none",
|
|
42
|
+
"filter_ip_address": false,
|
|
43
|
+
"filters": {},
|
|
44
|
+
"one_at_a_time_type": "none",
|
|
45
|
+
"allow_backtracking": true,
|
|
46
|
+
"shuffle_answers": false,
|
|
47
|
+
"shuffle_questions": false,
|
|
48
|
+
"require_student_access_code": false,
|
|
49
|
+
"student_access_code": null,
|
|
50
|
+
"has_time_limit": false,
|
|
51
|
+
"session_time_limit_in_seconds": 0,
|
|
52
|
+
"multiple_attempts": {},
|
|
53
|
+
"result_view_settings": {}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
]
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1",
|
|
3
|
+
"position": 1,
|
|
4
|
+
"points_possible": 5.0,
|
|
5
|
+
"properties": {},
|
|
6
|
+
"entry_type": "Item",
|
|
7
|
+
"entry_editable": true,
|
|
8
|
+
"stimulus_quiz_entry_id": "",
|
|
9
|
+
"status": "mutable",
|
|
10
|
+
"entry": {
|
|
11
|
+
"id": "1",
|
|
12
|
+
"title": "What color is the sky?",
|
|
13
|
+
"item_body": "<p>What color is the sky?</p>",
|
|
14
|
+
"calculator_type": "none",
|
|
15
|
+
"interaction_data": {
|
|
16
|
+
"choices": [
|
|
17
|
+
{ "id": "choice1", "position": 1, "item_body": "Blue" },
|
|
18
|
+
{ "id": "choice2", "position": 2, "item_body": "Green" },
|
|
19
|
+
{ "id": "choice3", "position": 3, "item_body": "Red" }
|
|
20
|
+
]
|
|
21
|
+
},
|
|
22
|
+
"properties": {
|
|
23
|
+
"shuffle_rules": { "choices": { "shuffled": false } },
|
|
24
|
+
"vary_points_by_answer": false
|
|
25
|
+
},
|
|
26
|
+
"scoring_data": { "value": "choice1" },
|
|
27
|
+
"answer_feedback": {},
|
|
28
|
+
"scoring_algorithm": "Equivalence",
|
|
29
|
+
"created_at": "2026-04-22T20:01:27.286Z",
|
|
30
|
+
"updated_at": "2026-04-22T20:01:27.286Z",
|
|
31
|
+
"tag_associations": [],
|
|
32
|
+
"interaction_type_slug": "choice",
|
|
33
|
+
"feedback": {}
|
|
34
|
+
}
|
|
35
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "1",
|
|
4
|
+
"position": 1,
|
|
5
|
+
"points_possible": 5.0,
|
|
6
|
+
"properties": {},
|
|
7
|
+
"entry_type": "Item",
|
|
8
|
+
"entry_editable": true,
|
|
9
|
+
"stimulus_quiz_entry_id": "",
|
|
10
|
+
"status": "mutable",
|
|
11
|
+
"entry": {
|
|
12
|
+
"id": "1",
|
|
13
|
+
"title": "What color is the sky?",
|
|
14
|
+
"item_body": "<p>What color is the sky?</p>",
|
|
15
|
+
"calculator_type": "none",
|
|
16
|
+
"interaction_data": {
|
|
17
|
+
"choices": [
|
|
18
|
+
{ "id": "choice1", "position": 1, "item_body": "Blue" },
|
|
19
|
+
{ "id": "choice2", "position": 2, "item_body": "Green" },
|
|
20
|
+
{ "id": "choice3", "position": 3, "item_body": "Red" }
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"properties": {
|
|
24
|
+
"shuffle_rules": { "choices": { "shuffled": false } },
|
|
25
|
+
"vary_points_by_answer": false
|
|
26
|
+
},
|
|
27
|
+
"scoring_data": { "value": "choice1" },
|
|
28
|
+
"answer_feedback": {},
|
|
29
|
+
"scoring_algorithm": "Equivalence",
|
|
30
|
+
"created_at": "2026-04-22T20:01:27.286Z",
|
|
31
|
+
"updated_at": "2026-04-22T20:01:27.286Z",
|
|
32
|
+
"tag_associations": [],
|
|
33
|
+
"interaction_type_slug": "choice",
|
|
34
|
+
"feedback": {}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "2",
|
|
39
|
+
"position": 2,
|
|
40
|
+
"points_possible": 5.0,
|
|
41
|
+
"properties": {},
|
|
42
|
+
"entry_type": "Item",
|
|
43
|
+
"entry_editable": true,
|
|
44
|
+
"stimulus_quiz_entry_id": "",
|
|
45
|
+
"status": "mutable",
|
|
46
|
+
"entry": {
|
|
47
|
+
"id": "2",
|
|
48
|
+
"title": "What is 2 + 2?",
|
|
49
|
+
"item_body": "<p>What is 2 + 2?</p>",
|
|
50
|
+
"calculator_type": "none",
|
|
51
|
+
"interaction_data": {
|
|
52
|
+
"choices": [
|
|
53
|
+
{ "id": "choice4", "position": 1, "item_body": "3" },
|
|
54
|
+
{ "id": "choice5", "position": 2, "item_body": "4" },
|
|
55
|
+
{ "id": "choice6", "position": 3, "item_body": "5" }
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
"properties": {
|
|
59
|
+
"shuffle_rules": { "choices": { "shuffled": false } },
|
|
60
|
+
"vary_points_by_answer": false
|
|
61
|
+
},
|
|
62
|
+
"scoring_data": { "value": "choice5" },
|
|
63
|
+
"answer_feedback": {},
|
|
64
|
+
"scoring_algorithm": "Equivalence",
|
|
65
|
+
"created_at": "2026-04-22T20:02:00.000Z",
|
|
66
|
+
"updated_at": "2026-04-22T20:02:00.000Z",
|
|
67
|
+
"tag_associations": [],
|
|
68
|
+
"interaction_type_slug": "choice",
|
|
69
|
+
"feedback": {}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
]
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1",
|
|
3
|
+
"quiz_id": "1",
|
|
4
|
+
"report_type": "student_analysis",
|
|
5
|
+
"workflow_state": "complete",
|
|
6
|
+
"progress": 100,
|
|
7
|
+
"created_at": "2026-04-01T10:00:00Z",
|
|
8
|
+
"updated_at": "2026-04-01T10:01:00Z",
|
|
9
|
+
"file": {
|
|
10
|
+
"url": "https://canvas.instructure.com/files/1/download",
|
|
11
|
+
"display_name": "student_analysis.csv",
|
|
12
|
+
"size": 2048
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "1",
|
|
4
|
+
"quiz_id": "1",
|
|
5
|
+
"report_type": "student_analysis",
|
|
6
|
+
"workflow_state": "complete",
|
|
7
|
+
"progress": 100,
|
|
8
|
+
"created_at": "2026-04-01T10:00:00Z",
|
|
9
|
+
"updated_at": "2026-04-01T10:01:00Z",
|
|
10
|
+
"file": {
|
|
11
|
+
"url": "https://canvas.instructure.com/files/1/download",
|
|
12
|
+
"display_name": "student_analysis.csv",
|
|
13
|
+
"size": 2048
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "2",
|
|
18
|
+
"quiz_id": "1",
|
|
19
|
+
"report_type": "item_analysis",
|
|
20
|
+
"workflow_state": "running",
|
|
21
|
+
"progress": 45,
|
|
22
|
+
"created_at": "2026-04-01T11:00:00Z",
|
|
23
|
+
"updated_at": "2026-04-01T11:00:30Z",
|
|
24
|
+
"file": null
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "1",
|
|
4
|
+
"quiz_id": "1",
|
|
5
|
+
"user_id": "1",
|
|
6
|
+
"workflow_state": "complete",
|
|
7
|
+
"score": 8.0,
|
|
8
|
+
"kept_score": 8.0,
|
|
9
|
+
"attempt": 1,
|
|
10
|
+
"started_at": "2026-04-01T10:00:00Z",
|
|
11
|
+
"finished_at": "2026-04-01T10:15:00Z",
|
|
12
|
+
"time_spent": 900
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "2",
|
|
16
|
+
"quiz_id": "1",
|
|
17
|
+
"user_id": "2",
|
|
18
|
+
"workflow_state": "in_progress",
|
|
19
|
+
"score": null,
|
|
20
|
+
"kept_score": null,
|
|
21
|
+
"attempt": 1,
|
|
22
|
+
"started_at": "2026-04-01T11:00:00Z",
|
|
23
|
+
"finished_at": null,
|
|
24
|
+
"time_spent": null
|
|
25
|
+
}
|
|
26
|
+
]
|
|
File without changes
|
data/spec/fixtures/ok.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/outcomes.json
CHANGED
|
File without changes
|
|
File without changes
|
data/spec/fixtures/pages.json
CHANGED
|
File without changes
|
data/spec/fixtures/progress.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/rubric.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/spec/fixtures/section.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": 2,
|
|
3
|
+
"name": "Manually-Created Courses",
|
|
4
|
+
"workflow_state": "active",
|
|
5
|
+
"parent_account_id": 1,
|
|
6
|
+
"root_account_id": 1,
|
|
7
|
+
"uuid": "rd7NGVGl7f7913DzKCxFUKh17qMTQRZEJ0k4WW3R",
|
|
8
|
+
"default_storage_quota_mb": "5000",
|
|
9
|
+
"default_user_storage_quota_mb": "50",
|
|
10
|
+
"default_group_storage_quota_mb": "50",
|
|
11
|
+
"default_time_zone": "America/Denver",
|
|
12
|
+
"sis_account_id": null,
|
|
13
|
+
"sis_import_id": null,
|
|
14
|
+
"integration_id": null
|
|
15
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|