scorm_engine 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/scorm_engine/faraday/request.rb +4 -2
- data/lib/scorm_engine/version.rb +1 -1
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/is_successful.yml +24 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_platform.yml +24 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_version.yml +24 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_before_option.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_since_option.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_combined_counts.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_per_tenantcounts.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/returns_settings_and_values.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/fails_when_settings_are_invalid.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/persists_the_settings.yml +34 -34
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/works.yml +19 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/is_successful.yml +24 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/results/sucessfully_creates_the_Course_attributes.yml +24 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string_containing_a_signed_jwt.yml +46 -0
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/fetches_a_single_course_but_perhaps_multiple_versions.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/returns_404_when_ID_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_all_the_courses.yml +109 -44
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +32 -24
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/fails_when_passed_an_invalid_value.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/works.yml +39 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/is_successful.yml +32 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/is_an_enumerator_of_Course_models.yml +32 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/sucessfully_creates_the_Course_attributes.yml +32 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/results/makes_settings_available_as_key/value_pairs.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_course_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/is_successful.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/results/returns_the_value_as_a_string.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_settings_are_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/is_successful.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/persists_the_settings.yml +88 -48
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_course_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/is_successful.yml +44 -22
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/results/persists_the_changes.yml +66 -34
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/successful_imports/works.yml +102 -95
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/unsuccessful_imports/fails_to_import_given_an_invalid_url.yml +100 -278
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_post_course_import/unsuccessful_imports/fails_to_import_a_previously_existing_course.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/returns_success_even_when_id_is_invalid.yml +19 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/works.yml +19 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/fails_when_id_is_invalid.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/is_successful.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/results/sucessfully_creates_the_destination_attributes.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/fails_when_invalid.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/works.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_all_the_destinations.yml +48 -31
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/fails_when_passed_an_invalid_value.yml +22 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/works.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/is_an_enumerator_of_Destination_models.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/sucessfully_creates_the_Destination_attributes.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful.yml +40 -18
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful_even_if_the_destination_id_is_not_unique.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/fails_when_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_false.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_true.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/fails_when_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_false.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_true.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/is_successful.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/results/sucessfully_creates_the_destination_attributes.yml +43 -23
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/returns_success_even_when_id_is_invalid.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/works.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/is_successful.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/succeeds_even_when_id_is_invalid.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/fails_when_id_is_invalid.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/is_successful.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_false_when_disabled.yml +39 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_true_when_enabled.yml +39 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/fails_when_id_is_invalid.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/is_successful.yml +42 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/results/sucessfully_creates_the_dispatch_attributes.yml +42 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_id.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_type.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_AICC.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM12.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM2004-3RD.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_all_the_dispatches.yml +47 -27
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/fails_when_passed_an_invalid_value.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/works.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/is_successful.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/is_an_enumerator_of_dispatch_models.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/sucessfully_creates_the_dispatch_attributes.yml +21 -44
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/is_successful.yml +38 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/updates_if_same_dispatch_id.yml +65 -33
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/is_successful.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +42 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/fails_when_invalid.yml +22 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_false.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_true.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/reports_the_api_is_up.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/is_unsuccessful.yml +25 -17
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/returns_status_403.yml +25 -17
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_failure_when_registration_does_not_exist.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_successful_when_registration_exists.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_false_when_registration_does_not_exist.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_true_when_registration_exists.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/includes_results_we_expect.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/is_successful.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/returns_an_array_of_registrations.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/fails_when_id_is_invalid.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/is_successful.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/results/returns_a_URL_string.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/does_not_return_activity_details_by_default.yml +24 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/returns_activity_details_if_requested.yml +24 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/fails_when_registration_does_not_exist.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/returns_a_registration_when_it_exists.yml +24 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/excludes_results.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/includes_results.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/excludes_results.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/includes_results.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/includes_results_we_expect.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/is_successful.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/returns_an_array_of_registrations.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_course_id_is_invalid.yml +22 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_registration_id_already_exists.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful.yml +38 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful_even_when_given_a_UTF8/slashed_username.yml +38 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/results/makes_settings_available_as_key/value_pairs.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/is_successful.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/results/returns_the_value_as_a_string.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_settings_are_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/is_successful.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/persists_the_settings.yml +88 -48
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/is_successful.yml +43 -21
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/results/persists_the_changes.yml +64 -32
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/fails_when_registration_does_not_exist.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/is_successful.yml +23 -31
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/returns_an_array_of_registration_launch_histories.yml +23 -31
- data/spec/scorm_engine/api/endpoints/about_spec.rb +1 -1
- data/spec/scorm_engine/api/endpoints/courses/configuration_spec.rb +5 -5
- data/spec/scorm_engine/api/endpoints/courses_spec.rb +8 -7
- data/spec/scorm_engine/api/endpoints/destinations_spec.rb +2 -2
- data/spec/scorm_engine/api/endpoints/dispatches_spec.rb +1 -1
- data/spec/scorm_engine/api/endpoints/registrations/configuration_spec.rb +5 -5
- data/spec/scorm_engine/api/endpoints/registrations_spec.rb +2 -2
- data/spec/scorm_engine/api/endpoints/tenants/configuration_spec.rb +1 -1
- metadata +3 -4
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/raises_ArgumentError_when_destination_id_is_missing.yml +0 -32
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/when_dispatch_has_registrations/knows_it_s_registration_count.yml +0 -63
@@ -7,28 +7,40 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"value":"42"}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.1
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:05:10 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 c4ab6962f5d964707d14e1b456abda18.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- V7SodpgaSsprN2cpunGaJJ901zT_CFkun2GI9obHrSCLj7Yri26jmQ==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:05:10 GMT
|
32
44
|
- request:
|
33
45
|
method: get
|
34
46
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/courses/testing-golf-explained/configuration/PlayerStatusRollupModeThresholdScore
|
@@ -36,30 +48,40 @@ http_interactions:
|
|
36
48
|
encoding: US-ASCII
|
37
49
|
string: ''
|
38
50
|
headers:
|
39
|
-
Content-Type:
|
40
|
-
- application/json
|
41
51
|
User-Agent:
|
42
|
-
- ScormEngine Ruby Gem 0.1
|
52
|
+
- ScormEngine Ruby Gem 0.8.1
|
43
53
|
Authorization:
|
44
54
|
- Basic <BASIC_AUTH>
|
45
55
|
response:
|
46
56
|
status:
|
47
57
|
code: 200
|
48
|
-
message:
|
58
|
+
message: OK
|
49
59
|
headers:
|
50
60
|
content-type:
|
51
61
|
- application/json
|
52
|
-
date:
|
53
|
-
- Tue, 24 Jul 2018 20:52:25 GMT
|
54
|
-
server:
|
55
|
-
- nginx
|
56
62
|
content-length:
|
57
63
|
- '14'
|
58
64
|
connection:
|
59
|
-
-
|
65
|
+
- close
|
66
|
+
date:
|
67
|
+
- Fri, 25 Sep 2020 23:05:10 GMT
|
68
|
+
p3p:
|
69
|
+
- CP="NOI"
|
70
|
+
server:
|
71
|
+
- Apache
|
72
|
+
x-xss-protection:
|
73
|
+
- 1; mode=block
|
74
|
+
x-cache:
|
75
|
+
- Miss from cloudfront
|
76
|
+
via:
|
77
|
+
- 1.1 3046ef5af023075cfbd500968062319e.cloudfront.net (CloudFront)
|
78
|
+
x-amz-cf-pop:
|
79
|
+
- SLC50-C1
|
80
|
+
x-amz-cf-id:
|
81
|
+
- Hz5qeQxKP79YqnpNKL64LgXH6m65TUfpg7OEvcfUz5cFtYJDkjclvQ==
|
60
82
|
body:
|
61
83
|
encoding: UTF-8
|
62
84
|
string: '{"value":"42"}'
|
63
85
|
http_version:
|
64
|
-
recorded_at:
|
86
|
+
recorded_at: Fri, 25 Sep 2020 23:05:10 GMT
|
65
87
|
recorded_with: VCR 4.0.0
|
@@ -7,28 +7,40 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"value":"42"}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.1
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:05:11 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 ec99de6a8df96b4e008b942ab98e6595.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- M7xdD3nub4uQEEROnPBJzJVlVv-9_xd_emrta5YGE7AYBavFA3n7GA==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:05:11 GMT
|
32
44
|
- request:
|
33
45
|
method: get
|
34
46
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/courses/testing-golf-explained/configuration/PlayerStatusRollupModeThresholdScore
|
@@ -36,30 +48,40 @@ http_interactions:
|
|
36
48
|
encoding: US-ASCII
|
37
49
|
string: ''
|
38
50
|
headers:
|
39
|
-
Content-Type:
|
40
|
-
- application/json
|
41
51
|
User-Agent:
|
42
|
-
- ScormEngine Ruby Gem 0.1
|
52
|
+
- ScormEngine Ruby Gem 0.8.1
|
43
53
|
Authorization:
|
44
54
|
- Basic <BASIC_AUTH>
|
45
55
|
response:
|
46
56
|
status:
|
47
57
|
code: 200
|
48
|
-
message:
|
58
|
+
message: OK
|
49
59
|
headers:
|
50
60
|
content-type:
|
51
61
|
- application/json
|
52
|
-
date:
|
53
|
-
- Tue, 24 Jul 2018 20:52:26 GMT
|
54
|
-
server:
|
55
|
-
- nginx
|
56
62
|
content-length:
|
57
63
|
- '14'
|
58
64
|
connection:
|
59
|
-
-
|
65
|
+
- close
|
66
|
+
date:
|
67
|
+
- Fri, 25 Sep 2020 23:05:11 GMT
|
68
|
+
p3p:
|
69
|
+
- CP="NOI"
|
70
|
+
server:
|
71
|
+
- Apache
|
72
|
+
x-xss-protection:
|
73
|
+
- 1; mode=block
|
74
|
+
x-cache:
|
75
|
+
- Miss from cloudfront
|
76
|
+
via:
|
77
|
+
- 1.1 df0a4ea7de0fa05190904df4271e5d1e.cloudfront.net (CloudFront)
|
78
|
+
x-amz-cf-pop:
|
79
|
+
- SLC50-C1
|
80
|
+
x-amz-cf-id:
|
81
|
+
- UGYJuf6oyqDofJ1hz1phbnifH7Nj40J0SAyL8kDH5ALEWBX88AibuQ==
|
60
82
|
body:
|
61
83
|
encoding: UTF-8
|
62
84
|
string: '{"value":"42"}'
|
63
85
|
http_version:
|
64
|
-
recorded_at:
|
86
|
+
recorded_at: Fri, 25 Sep 2020 23:05:11 GMT
|
65
87
|
recorded_with: VCR 4.0.0
|
@@ -7,32 +7,42 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"settings":[]}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.1
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 404
|
19
|
-
message:
|
19
|
+
message: Not Found
|
20
20
|
headers:
|
21
21
|
content-type:
|
22
22
|
- application/json
|
23
|
-
date:
|
24
|
-
- Tue, 24 Jul 2018 20:37:01 GMT
|
25
|
-
server:
|
26
|
-
- nginx
|
27
|
-
vary:
|
28
|
-
- Accept-Encoding
|
29
23
|
content-length:
|
30
|
-
- '
|
24
|
+
- '59'
|
31
25
|
connection:
|
32
|
-
-
|
26
|
+
- close
|
27
|
+
date:
|
28
|
+
- Fri, 25 Sep 2020 23:05:13 GMT
|
29
|
+
p3p:
|
30
|
+
- CP="NOI"
|
31
|
+
server:
|
32
|
+
- Apache
|
33
|
+
x-xss-protection:
|
34
|
+
- 1; mode=block
|
35
|
+
x-cache:
|
36
|
+
- Error from cloudfront
|
37
|
+
via:
|
38
|
+
- 1.1 e962bcfd10e6f174f59a72d119cef444.cloudfront.net (CloudFront)
|
39
|
+
x-amz-cf-pop:
|
40
|
+
- SLC50-C1
|
41
|
+
x-amz-cf-id:
|
42
|
+
- S7Qp_krvHIe3iHqEcPjYexMFwn98iIMwPuQ_JTu5SO0KtREed5r1sw==
|
33
43
|
body:
|
34
|
-
encoding:
|
35
|
-
string: '{"message":"
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"message":"Course ID ''nonexistent-course'' does not exist"}'
|
36
46
|
http_version:
|
37
|
-
recorded_at:
|
47
|
+
recorded_at: Fri, 25 Sep 2020 23:05:13 GMT
|
38
48
|
recorded_with: VCR 4.0.0
|
@@ -7,30 +7,42 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"settings":[{"settingId":"NonExistentSettingTotesBogus","value":"YES"}]}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.1
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 400
|
19
|
-
message:
|
19
|
+
message: Bad Request
|
20
20
|
headers:
|
21
21
|
content-type:
|
22
22
|
- application/json
|
23
|
-
date:
|
24
|
-
- Tue, 24 Jul 2018 20:37:04 GMT
|
25
|
-
server:
|
26
|
-
- nginx
|
27
23
|
content-length:
|
28
|
-
- '
|
24
|
+
- '68'
|
29
25
|
connection:
|
30
|
-
-
|
26
|
+
- close
|
27
|
+
date:
|
28
|
+
- Fri, 25 Sep 2020 23:05:13 GMT
|
29
|
+
p3p:
|
30
|
+
- CP="NOI"
|
31
|
+
server:
|
32
|
+
- Apache
|
33
|
+
x-xss-protection:
|
34
|
+
- 1; mode=block
|
35
|
+
x-cache:
|
36
|
+
- Error from cloudfront
|
37
|
+
via:
|
38
|
+
- 1.1 2a3b50173a77fe71ee16466542bd1fdd.cloudfront.net (CloudFront)
|
39
|
+
x-amz-cf-pop:
|
40
|
+
- SLC50-C1
|
41
|
+
x-amz-cf-id:
|
42
|
+
- awqOly3Ow0APXIWuR7tMct21nge01i6ApIoONdZbJAO7uw6z1CCmmw==
|
31
43
|
body:
|
32
44
|
encoding: UTF-8
|
33
|
-
string: '{"message":"
|
45
|
+
string: '{"message":"NonExistentSettingTotesBogus is not a valid setting ID"}'
|
34
46
|
http_version:
|
35
|
-
recorded_at:
|
47
|
+
recorded_at: Fri, 25 Sep 2020 23:05:13 GMT
|
36
48
|
recorded_with: VCR 4.0.0
|
@@ -7,26 +7,38 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"settings":[{"settingId":"PlayerCaptureHistoryDetailed","value":"NO"},{"settingId":"PlayerStatusRollupModeThresholdScore","value":"80"}]}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.1
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:05:14 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 ed42e29cddf5cc10b8ba8ca7b99004ce.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- r7iLBj8fDGLPI-SxQt0ZqqLtCPWd1M5OLvmf7tmKchOHhjde7epAZQ==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:05:14 GMT
|
32
44
|
recorded_with: VCR 4.0.0
|
@@ -7,28 +7,40 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"settings":[{"settingId":"PlayerCaptureHistoryDetailed","value":"NO"},{"settingId":"PlayerStatusRollupModeThresholdScore","value":"80"}]}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.1
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:05:13 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 3a3c5f259ae7ff22c721cf2dd9f734af.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- hXSWdCjQU9Hh02lRTdqmCogyYirgtbfYViTmeOSgO4aF_RWRhkPVrQ==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:05:14 GMT
|
32
44
|
- request:
|
33
45
|
method: get
|
34
46
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/courses/testing-golf-explained/configuration
|
@@ -36,34 +48,42 @@ http_interactions:
|
|
36
48
|
encoding: US-ASCII
|
37
49
|
string: ''
|
38
50
|
headers:
|
39
|
-
Content-Type:
|
40
|
-
- application/json
|
41
51
|
User-Agent:
|
42
|
-
- ScormEngine Ruby Gem 0.1
|
52
|
+
- ScormEngine Ruby Gem 0.8.1
|
43
53
|
Authorization:
|
44
54
|
- Basic <BASIC_AUTH>
|
45
55
|
response:
|
46
56
|
status:
|
47
57
|
code: 200
|
48
|
-
message:
|
58
|
+
message: OK
|
49
59
|
headers:
|
50
60
|
content-type:
|
51
61
|
- application/json
|
52
|
-
date:
|
53
|
-
- Tue, 24 Jul 2018 20:37:02 GMT
|
54
|
-
server:
|
55
|
-
- nginx
|
56
|
-
vary:
|
57
|
-
- Accept-Encoding
|
58
62
|
content-length:
|
59
|
-
- '
|
63
|
+
- '8791'
|
60
64
|
connection:
|
61
|
-
-
|
65
|
+
- close
|
66
|
+
date:
|
67
|
+
- Fri, 25 Sep 2020 23:05:14 GMT
|
68
|
+
p3p:
|
69
|
+
- CP="NOI"
|
70
|
+
server:
|
71
|
+
- Apache
|
72
|
+
x-xss-protection:
|
73
|
+
- 1; mode=block
|
74
|
+
x-cache:
|
75
|
+
- Miss from cloudfront
|
76
|
+
via:
|
77
|
+
- 1.1 794a3d3af21f401cf5ddf53187ea3030.cloudfront.net (CloudFront)
|
78
|
+
x-amz-cf-pop:
|
79
|
+
- SLC50-C1
|
80
|
+
x-amz-cf-id:
|
81
|
+
- Ku2ZYbaY_su9cNGen0a8vAlwf1FpyvDJidlEdOqp9EbIEu9x9-4i8Q==
|
62
82
|
body:
|
63
|
-
encoding:
|
64
|
-
string: '{"configurationItems":[{"id":"PlayerLaunchType","value":"FRAMESET"},{"id":"PlayerFinalScoCourseNotSatisfiedTimeoutExitAction","value":"EXIT_COURSE"},{"id":"PlayerCaptureHistoryDetailed","value":"NO"},{"id":"PlayerOfflineSynchMode","value":"Simple"},{"id":"PlayerStatusRollupModeThresholdScore","value":"80"},{"id":"ApiRollupRegistrationDuringSession","value":"true"},{"id":"
|
83
|
+
encoding: UTF-8
|
84
|
+
string: '{"configurationItems":[{"id":"PlayerLaunchType","value":"FRAMESET"},{"id":"PlayerFinalScoCourseNotSatisfiedTimeoutExitAction","value":"EXIT_COURSE"},{"id":"WebContentForceNewWindow","value":"false"},{"id":"PlayerCaptureHistoryDetailed","value":"NO"},{"id":"PlayerOfflineSynchMode","value":"Simple"},{"id":"ContentVaultPathModifyingPrefix","value":"/vault"},{"id":"PlayerStatusRollupModeThresholdScore","value":"80"},{"id":"xAPIRewriteStatementModifier","value":""},{"id":"ApiRollupRegistrationDuringSession","value":"true"},{"id":"Lti11Roles","value":"Learner"},{"id":"PlayerSatisfiedCausesCompletion","value":"NO"},{"id":"PlayerCommMaxFailedSubmissions","value":"2"},{"id":"PlayerSuspendDataMaxLength","value":"64000"},{"id":"PlayerLookaheadSequencerMode","value":"ENABLED"},{"id":"PlayerEnableChoiceNav","value":"NO"},{"id":"PlayerIntermediateScoSatisfiedTimeoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerUseQuickLookaheadSequencer","value":"YES"},{"id":"SupplementalQueryStringParametersForAllActivities","value":""},{"id":"PlayerShowCloseItem","value":"NO"},{"id":"Lti13Roles","value":"http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student"},{"id":"X_SkipLaunchPage","value":"false"},{"id":"PlayerShowProgressBar","value":"NO"},{"id":"PlayerDebugLookAheadAudit","value":"true"},{"id":"PlayerDebugLookAheadDetailed","value":"false"},{"id":"PlayerCourseStructureStartsOpen","value":"NO"},{"id":"PlayerCompletionStatOfFailedSuccessStat","value":"Unknown"},{"id":"PlayerIntermediateScoSatisfiedLogoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerRequiredWidth","value":"0"},{"id":"PlayerIntermediateScoNotSatisfiedNormalExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerIsSatisfactionTracked","value":"YES"},{"id":"ContentVaultSlidingAuthExpiry","value":"60"},{"id":"TinCanInteractionsEnabled","value":"true"},{"id":"PlayerForceObjectiveCompletionSetByContent","value":"NO"},{"id":"EnableClientDebugger","value":"false"},{"id":"ForceFramesetUserAgentRegex","value":""},{"id":"PlayerWrapScoWindowWithApi","value":"NO"},{"id":"PDFContentStylesheetPath","value":""},{"id":"WhenToRestartRegistration","value":"WHEN_EXISTING_REG_IS_COMPLETE_AND_NEWER_PACKAGE_VERSION_EXISTS"},{"id":"MaxPersistRuntimeDataAttempts","value":"1"},{"id":"LegacyPlayerCustomizationStylesheetUrl","value":""},{"id":"PlayerScoreOverridesStatus","value":"NO"},{"id":"PlayerCourseStructureWidth","value":"0"},{"id":"PDFContentPageDurationThreshold","value":"5"},{"id":"AssignLatestVersionInsteadOfRestartRegistration","value":"false"},{"id":"ApiRollupRegistrationAuthUser","value":""},{"id":"PrivacyPolicyUrl","value":""},{"id":"PlayerIsAvailableOffline","value":"NO"},{"id":"RecordResultsMaxPayloadSizeInBytes","value":"5242880"},{"id":"UsePlayerForTinCanLaunches","value":"true"},{"id":"SuppressNavbarWhenForcedFrameset","value":"false"},{"id":"PlayerFinalScoCourseNotSatisfiedNormalExitAction","value":"EXIT_COURSE"},{"id":"PlayerReturnToLmsAction","value":"Legacy"},{"id":"PlayerFinalScoCourseSatisfiedSuspendExitAction","value":"EXIT_COURSE"},{"id":"PlayerFinalScoCourseSatisfiedTimeoutExitAction","value":"EXIT_COURSE"},{"id":"UseDeltaRecordResultsPayload","value":"false"},{"id":"PlayerPreventWindowResize","value":"NO"},{"id":"PlayerLogoutCausesPlayerExit","value":"YES"},{"id":"PlayerIntermediateScoNotSatisfiedLogoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerDebugSequencingDetailed","value":"true"},{"id":"PlayerDesiredFullScreen","value":"NO"},{"id":"MediaContentStylesheetPath","value":""},{"id":"AudioVideoContentStylesheetPath","value":""},{"id":"PlayerPreventRightClick","value":"NO"},{"id":"PromptOnPlayerClose","value":"false"},{"id":"PlayerScaleRawScore","value":"NO"},{"id":"PlayerDebugControlDetailed","value":"true"},{"id":"PlayerDebugSequencingAudit","value":"true"},{"id":"PlayerShowCourseStructure","value":"NO"},{"id":"PlayerCaptureHistory","value":"YES"},{"id":"PlayerIntermediateScoSatisfiedNormalExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerStatusRollupModeValue","value":"COMPLETE_WHEN_ALL_UNITS_COMPLETE_AND_NOT_FAILED"},{"id":"MediaContentPathReplacementRegex","value":""},{"id":"PlayerInvokeRollupAtSuspendAll","value":"true"},{"id":"MediaContentCompletionThreshold","value":"95"},{"id":"UseLegacyMobileFramesetBehavior","value":"False"},{"id":"PlayerIsCompletionTracked","value":"YES"},{"id":"PlayerIntermediateScoNotSatisfiedTimeoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"ForceFramesetByRegex","value":"true"},{"id":"StorePlayerDebugLogsInFileStoreOnExit","value":"false"},{"id":"PlayerFinalScoCourseNotSatisfiedSuspendExitAction","value":"EXIT_COURSE"},{"id":"RedirectLaunchPageOnExit","value":"false"},{"id":"PlayerIntermediateScoSatisfiedSuspendExitAction","value":"DISPLAY_MESSAGE"},{"id":"ContentLangToUrl","value":"[]"},{"id":"PlayerUseMeasureProgressBar","value":"NO"},{"id":"RedirectOnExitUrl","value":"noop"},{"id":"PlayerIntermediateScoNotSatisfiedSuspendExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerLaunchCompletedRegsAsNoCredit","value":"YES"},{"id":"PlayerValidateInteractionResponses","value":"YES"},{"id":"PlayerStatusDisplayPreference","value":"SEPARATE"},{"id":"PlayerInternetExplorerCompatibilityMode","value":"NONE"},{"id":"ContentVaultIpAddressValidationEnabled","value":"true"},{"id":"PlayerDebugRteDetailed","value":"true"},{"id":"PlayerIsIncompleteSatisfactionMeaningful","value":"YES"},{"id":"PlayerResetRunTimeData","value":"WHEN_EXIT_IS_NOT_SUSPEND"},{"id":"PlayerScoLaunchType","value":"FRAMESET"},{"id":"PlayerDesiredWidth","value":"960"},{"id":"PlayerDebugRteAudit","value":"true"},{"id":"DispatchPollingFrequency","value":"1500"},{"id":"ConcurrentLaunchDetectionEnabled","value":"true"},{"id":"PlayerCommCommitFrequency","value":"20000"},{"id":"UseModernPlayer","value":"true"},{"id":"ModernPlayerCustomizationStylesheetUrl","value":""},{"id":"ContentVaultAuthFingerprintValidationEnabled","value":"true"},{"id":"PlayerEnableFlowNav","value":"NO"},{"id":"PlayerFinalScoCourseSatisfiedLogoutExitAction","value":"EXIT_COURSE"},{"id":"PlayerDebugIncludeTimestamps","value":"true"},{"id":"PlayerIsIncompleteScoreMeaningful","value":"YES"},{"id":"ModernPlayerCustomizationScriptUrl","value":""},{"id":"PlayerShowFinishButton","value":"NO"},{"id":"PlayerRollupEmptySetToUnknown","value":"NO"},{"id":"PlayerMakeStudentPrefsGlobalToCourse","value":"NO"},{"id":"ForceExitConcurrentLaunches","value":"false"},{"id":"PlayerFinishCausesImmediateCommit","value":"YES"},{"id":"IntermediatePageLoadAtStart","value":"true"},{"id":"PlayerRequiredFullScreen","value":"NO"},{"id":"PlayerAlwaysFlowToFirstSco","value":"YES"},{"id":"ApiCourseDeleteAttemptDeleteFiles","value":"false"},{"id":"ModernPlayerCustomizationLogo","value":""},{"id":"PlayerInvalidMenuItemAction","value":"DISABLE"},{"id":"PlayerRollupRuntimeAtScoUnload","value":"true"},{"id":"PlayerDebugControlAudit","value":"true"},{"id":"ContentVaultAuthExpiry","value":"2880"},{"id":"GenerateTinCanLaunchStatements","value":"true"},{"id":"Lti13PrivacySettings","value":"LEARNER_NAME_ONLY"},{"id":"RemoteDeliverPageUrl","value":""},{"id":"ContentVaultSlidingAuthExpiryEnabled","value":"false"},{"id":"DefaultModernPlayerTheme","value":"default"},{"id":"PlayerFirstScoIsPretest","value":"NO"},{"id":"PlayerIsScoreTracked","value":"YES"},{"id":"DispatchHideGetRegistrationErrorDuringTeardown","value":"false"},{"id":"PlayerTimeLimit","value":"0"},{"id":"PlayerApplyRollupStatusToSuccess","value":"NO"},{"id":"Cmi5EntitlementKeyAlternate","value":""},{"id":"ApiRollupRegistrationSynchronous","value":"true"},{"id":"Lti11PrivacySettings","value":"LEARNER_NAME_ONLY"},{"id":"PlayerShowNavBar","value":"NO"},{"id":"ApiRollupRegistrationAuthType","value":"httpbasic"},{"id":"PlayerDebugSequencingSimple","value":"false"},{"id":"ContentVaultEnabled","value":"false"},{"id":"PlayerRequiredHeight","value":"0"},{"id":"PlayerScoreRollupModeNumberOfScoringObjects","value":"-2147483648"},{"id":"PlayerDesiredHeight","value":"600"},{"id":"ApiRollupRegistrationAuthPassword","value":""},{"id":"PlayerShowHelp","value":"NO"},{"id":"PlayerFinalScoCourseNotSatisfiedLogoutExitAction","value":"EXIT_COURSE"},{"id":"LegacyPlayerCustomizationScriptUrl","value":""},{"id":"CompressRecordResultsPayload","value":"false"},{"id":"ApiRollupRegistrationFormat","value":"activity"},{"id":"ApiRollupRegistrationPostBackUrl","value":""},{"id":"PlayerFinalScoCourseSatisfiedNormalExitAction","value":"EXIT_COURSE"},{"id":"PlayerAllowCompleteStatusChange","value":"NO"},{"id":"RedirectOnRefreshUrl","value":""},{"id":"PreferSendBeacon","value":"false"},{"id":"ConcurrentLaunchDetectionHistoryRows","value":"5"},{"id":"PlayerScoreRollupModeValue","value":"AVERAGE_SCORE_OF_ALL_UNITS_WITH_SCORES"},{"id":"PlayerShowTitleBar","value":"NO"},{"id":"PlayerForceDisableRootChoice","value":"NO"}]}'
|
65
85
|
http_version:
|
66
|
-
recorded_at:
|
86
|
+
recorded_at: Fri, 25 Sep 2020 23:05:14 GMT
|
67
87
|
- request:
|
68
88
|
method: post
|
69
89
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/courses/testing-golf-explained/configuration
|
@@ -71,28 +91,40 @@ http_interactions:
|
|
71
91
|
encoding: UTF-8
|
72
92
|
string: '{"settings":[{"settingId":"PlayerCaptureHistoryDetailed","value":"YES"},{"settingId":"PlayerStatusRollupModeThresholdScore","value":"42"}]}'
|
73
93
|
headers:
|
74
|
-
Content-Type:
|
75
|
-
- application/json
|
76
94
|
User-Agent:
|
77
|
-
- ScormEngine Ruby Gem 0.1
|
95
|
+
- ScormEngine Ruby Gem 0.8.1
|
78
96
|
Authorization:
|
79
97
|
- Basic <BASIC_AUTH>
|
98
|
+
Content-Type:
|
99
|
+
- application/json
|
80
100
|
response:
|
81
101
|
status:
|
82
102
|
code: 204
|
83
|
-
message:
|
103
|
+
message: No Content
|
84
104
|
headers:
|
105
|
+
connection:
|
106
|
+
- close
|
85
107
|
date:
|
86
|
-
-
|
108
|
+
- Fri, 25 Sep 2020 23:05:14 GMT
|
109
|
+
p3p:
|
110
|
+
- CP="NOI"
|
87
111
|
server:
|
88
|
-
-
|
89
|
-
|
90
|
-
-
|
112
|
+
- Apache
|
113
|
+
x-xss-protection:
|
114
|
+
- 1; mode=block
|
115
|
+
x-cache:
|
116
|
+
- Miss from cloudfront
|
117
|
+
via:
|
118
|
+
- 1.1 b165299644482a8ffbc85462a8b9e7f1.cloudfront.net (CloudFront)
|
119
|
+
x-amz-cf-pop:
|
120
|
+
- SLC50-C1
|
121
|
+
x-amz-cf-id:
|
122
|
+
- R_9-qLBorwEMItzETXZHw_xPkIU9Zh1hrkIH1tAb3KFpECR-Wj5L2w==
|
91
123
|
body:
|
92
124
|
encoding: UTF-8
|
93
125
|
string: ''
|
94
126
|
http_version:
|
95
|
-
recorded_at:
|
127
|
+
recorded_at: Fri, 25 Sep 2020 23:05:14 GMT
|
96
128
|
- request:
|
97
129
|
method: get
|
98
130
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/courses/testing-golf-explained/configuration
|
@@ -100,32 +132,40 @@ http_interactions:
|
|
100
132
|
encoding: US-ASCII
|
101
133
|
string: ''
|
102
134
|
headers:
|
103
|
-
Content-Type:
|
104
|
-
- application/json
|
105
135
|
User-Agent:
|
106
|
-
- ScormEngine Ruby Gem 0.1
|
136
|
+
- ScormEngine Ruby Gem 0.8.1
|
107
137
|
Authorization:
|
108
138
|
- Basic <BASIC_AUTH>
|
109
139
|
response:
|
110
140
|
status:
|
111
141
|
code: 200
|
112
|
-
message:
|
142
|
+
message: OK
|
113
143
|
headers:
|
114
144
|
content-type:
|
115
145
|
- application/json
|
116
|
-
date:
|
117
|
-
- Tue, 24 Jul 2018 20:37:03 GMT
|
118
|
-
server:
|
119
|
-
- nginx
|
120
|
-
vary:
|
121
|
-
- Accept-Encoding
|
122
146
|
content-length:
|
123
|
-
- '
|
147
|
+
- '8792'
|
124
148
|
connection:
|
125
|
-
-
|
149
|
+
- close
|
150
|
+
date:
|
151
|
+
- Fri, 25 Sep 2020 23:05:14 GMT
|
152
|
+
p3p:
|
153
|
+
- CP="NOI"
|
154
|
+
server:
|
155
|
+
- Apache
|
156
|
+
x-xss-protection:
|
157
|
+
- 1; mode=block
|
158
|
+
x-cache:
|
159
|
+
- Miss from cloudfront
|
160
|
+
via:
|
161
|
+
- 1.1 024f97192fe648974da2251fbcc71f39.cloudfront.net (CloudFront)
|
162
|
+
x-amz-cf-pop:
|
163
|
+
- SLC50-C1
|
164
|
+
x-amz-cf-id:
|
165
|
+
- 7JUlYtXAewjqNwvHU_dR2r762I1-929qlOh5D4wArBUemZavt1bNow==
|
126
166
|
body:
|
127
|
-
encoding:
|
128
|
-
string: '{"configurationItems":[{"id":"PlayerLaunchType","value":"FRAMESET"},{"id":"PlayerFinalScoCourseNotSatisfiedTimeoutExitAction","value":"EXIT_COURSE"},{"id":"PlayerCaptureHistoryDetailed","value":"YES"},{"id":"PlayerOfflineSynchMode","value":"Simple"},{"id":"PlayerStatusRollupModeThresholdScore","value":"42"},{"id":"ApiRollupRegistrationDuringSession","value":"true"},{"id":"
|
167
|
+
encoding: UTF-8
|
168
|
+
string: '{"configurationItems":[{"id":"PlayerLaunchType","value":"FRAMESET"},{"id":"PlayerFinalScoCourseNotSatisfiedTimeoutExitAction","value":"EXIT_COURSE"},{"id":"WebContentForceNewWindow","value":"false"},{"id":"PlayerCaptureHistoryDetailed","value":"YES"},{"id":"PlayerOfflineSynchMode","value":"Simple"},{"id":"ContentVaultPathModifyingPrefix","value":"/vault"},{"id":"PlayerStatusRollupModeThresholdScore","value":"42"},{"id":"xAPIRewriteStatementModifier","value":""},{"id":"ApiRollupRegistrationDuringSession","value":"true"},{"id":"Lti11Roles","value":"Learner"},{"id":"PlayerSatisfiedCausesCompletion","value":"NO"},{"id":"PlayerCommMaxFailedSubmissions","value":"2"},{"id":"PlayerSuspendDataMaxLength","value":"64000"},{"id":"PlayerLookaheadSequencerMode","value":"ENABLED"},{"id":"PlayerEnableChoiceNav","value":"NO"},{"id":"PlayerIntermediateScoSatisfiedTimeoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerUseQuickLookaheadSequencer","value":"YES"},{"id":"SupplementalQueryStringParametersForAllActivities","value":""},{"id":"PlayerShowCloseItem","value":"NO"},{"id":"Lti13Roles","value":"http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student"},{"id":"X_SkipLaunchPage","value":"false"},{"id":"PlayerShowProgressBar","value":"NO"},{"id":"PlayerDebugLookAheadAudit","value":"true"},{"id":"PlayerDebugLookAheadDetailed","value":"false"},{"id":"PlayerCourseStructureStartsOpen","value":"NO"},{"id":"PlayerCompletionStatOfFailedSuccessStat","value":"Unknown"},{"id":"PlayerIntermediateScoSatisfiedLogoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerRequiredWidth","value":"0"},{"id":"PlayerIntermediateScoNotSatisfiedNormalExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerIsSatisfactionTracked","value":"YES"},{"id":"ContentVaultSlidingAuthExpiry","value":"60"},{"id":"TinCanInteractionsEnabled","value":"true"},{"id":"PlayerForceObjectiveCompletionSetByContent","value":"NO"},{"id":"EnableClientDebugger","value":"false"},{"id":"ForceFramesetUserAgentRegex","value":""},{"id":"PlayerWrapScoWindowWithApi","value":"NO"},{"id":"PDFContentStylesheetPath","value":""},{"id":"WhenToRestartRegistration","value":"WHEN_EXISTING_REG_IS_COMPLETE_AND_NEWER_PACKAGE_VERSION_EXISTS"},{"id":"MaxPersistRuntimeDataAttempts","value":"1"},{"id":"LegacyPlayerCustomizationStylesheetUrl","value":""},{"id":"PlayerScoreOverridesStatus","value":"NO"},{"id":"PlayerCourseStructureWidth","value":"0"},{"id":"PDFContentPageDurationThreshold","value":"5"},{"id":"AssignLatestVersionInsteadOfRestartRegistration","value":"false"},{"id":"ApiRollupRegistrationAuthUser","value":""},{"id":"PrivacyPolicyUrl","value":""},{"id":"PlayerIsAvailableOffline","value":"NO"},{"id":"RecordResultsMaxPayloadSizeInBytes","value":"5242880"},{"id":"UsePlayerForTinCanLaunches","value":"true"},{"id":"SuppressNavbarWhenForcedFrameset","value":"false"},{"id":"PlayerFinalScoCourseNotSatisfiedNormalExitAction","value":"EXIT_COURSE"},{"id":"PlayerReturnToLmsAction","value":"Legacy"},{"id":"PlayerFinalScoCourseSatisfiedSuspendExitAction","value":"EXIT_COURSE"},{"id":"PlayerFinalScoCourseSatisfiedTimeoutExitAction","value":"EXIT_COURSE"},{"id":"UseDeltaRecordResultsPayload","value":"false"},{"id":"PlayerPreventWindowResize","value":"NO"},{"id":"PlayerLogoutCausesPlayerExit","value":"YES"},{"id":"PlayerIntermediateScoNotSatisfiedLogoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerDebugSequencingDetailed","value":"true"},{"id":"PlayerDesiredFullScreen","value":"NO"},{"id":"MediaContentStylesheetPath","value":""},{"id":"AudioVideoContentStylesheetPath","value":""},{"id":"PlayerPreventRightClick","value":"NO"},{"id":"PromptOnPlayerClose","value":"false"},{"id":"PlayerScaleRawScore","value":"NO"},{"id":"PlayerDebugControlDetailed","value":"true"},{"id":"PlayerDebugSequencingAudit","value":"true"},{"id":"PlayerShowCourseStructure","value":"NO"},{"id":"PlayerCaptureHistory","value":"YES"},{"id":"PlayerIntermediateScoSatisfiedNormalExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerStatusRollupModeValue","value":"COMPLETE_WHEN_ALL_UNITS_COMPLETE_AND_NOT_FAILED"},{"id":"MediaContentPathReplacementRegex","value":""},{"id":"PlayerInvokeRollupAtSuspendAll","value":"true"},{"id":"MediaContentCompletionThreshold","value":"95"},{"id":"UseLegacyMobileFramesetBehavior","value":"False"},{"id":"PlayerIsCompletionTracked","value":"YES"},{"id":"PlayerIntermediateScoNotSatisfiedTimeoutExitAction","value":"DISPLAY_MESSAGE"},{"id":"ForceFramesetByRegex","value":"true"},{"id":"StorePlayerDebugLogsInFileStoreOnExit","value":"false"},{"id":"PlayerFinalScoCourseNotSatisfiedSuspendExitAction","value":"EXIT_COURSE"},{"id":"RedirectLaunchPageOnExit","value":"false"},{"id":"PlayerIntermediateScoSatisfiedSuspendExitAction","value":"DISPLAY_MESSAGE"},{"id":"ContentLangToUrl","value":"[]"},{"id":"PlayerUseMeasureProgressBar","value":"NO"},{"id":"RedirectOnExitUrl","value":"noop"},{"id":"PlayerIntermediateScoNotSatisfiedSuspendExitAction","value":"DISPLAY_MESSAGE"},{"id":"PlayerLaunchCompletedRegsAsNoCredit","value":"YES"},{"id":"PlayerValidateInteractionResponses","value":"YES"},{"id":"PlayerStatusDisplayPreference","value":"SEPARATE"},{"id":"PlayerInternetExplorerCompatibilityMode","value":"NONE"},{"id":"ContentVaultIpAddressValidationEnabled","value":"true"},{"id":"PlayerDebugRteDetailed","value":"true"},{"id":"PlayerIsIncompleteSatisfactionMeaningful","value":"YES"},{"id":"PlayerResetRunTimeData","value":"WHEN_EXIT_IS_NOT_SUSPEND"},{"id":"PlayerScoLaunchType","value":"FRAMESET"},{"id":"PlayerDesiredWidth","value":"960"},{"id":"PlayerDebugRteAudit","value":"true"},{"id":"DispatchPollingFrequency","value":"1500"},{"id":"ConcurrentLaunchDetectionEnabled","value":"true"},{"id":"PlayerCommCommitFrequency","value":"20000"},{"id":"UseModernPlayer","value":"true"},{"id":"ModernPlayerCustomizationStylesheetUrl","value":""},{"id":"ContentVaultAuthFingerprintValidationEnabled","value":"true"},{"id":"PlayerEnableFlowNav","value":"NO"},{"id":"PlayerFinalScoCourseSatisfiedLogoutExitAction","value":"EXIT_COURSE"},{"id":"PlayerDebugIncludeTimestamps","value":"true"},{"id":"PlayerIsIncompleteScoreMeaningful","value":"YES"},{"id":"ModernPlayerCustomizationScriptUrl","value":""},{"id":"PlayerShowFinishButton","value":"NO"},{"id":"PlayerRollupEmptySetToUnknown","value":"NO"},{"id":"PlayerMakeStudentPrefsGlobalToCourse","value":"NO"},{"id":"ForceExitConcurrentLaunches","value":"false"},{"id":"PlayerFinishCausesImmediateCommit","value":"YES"},{"id":"IntermediatePageLoadAtStart","value":"true"},{"id":"PlayerRequiredFullScreen","value":"NO"},{"id":"PlayerAlwaysFlowToFirstSco","value":"YES"},{"id":"ApiCourseDeleteAttemptDeleteFiles","value":"false"},{"id":"ModernPlayerCustomizationLogo","value":""},{"id":"PlayerInvalidMenuItemAction","value":"DISABLE"},{"id":"PlayerRollupRuntimeAtScoUnload","value":"true"},{"id":"PlayerDebugControlAudit","value":"true"},{"id":"ContentVaultAuthExpiry","value":"2880"},{"id":"GenerateTinCanLaunchStatements","value":"true"},{"id":"Lti13PrivacySettings","value":"LEARNER_NAME_ONLY"},{"id":"RemoteDeliverPageUrl","value":""},{"id":"ContentVaultSlidingAuthExpiryEnabled","value":"false"},{"id":"DefaultModernPlayerTheme","value":"default"},{"id":"PlayerFirstScoIsPretest","value":"NO"},{"id":"PlayerIsScoreTracked","value":"YES"},{"id":"DispatchHideGetRegistrationErrorDuringTeardown","value":"false"},{"id":"PlayerTimeLimit","value":"0"},{"id":"PlayerApplyRollupStatusToSuccess","value":"NO"},{"id":"Cmi5EntitlementKeyAlternate","value":""},{"id":"ApiRollupRegistrationSynchronous","value":"true"},{"id":"Lti11PrivacySettings","value":"LEARNER_NAME_ONLY"},{"id":"PlayerShowNavBar","value":"NO"},{"id":"ApiRollupRegistrationAuthType","value":"httpbasic"},{"id":"PlayerDebugSequencingSimple","value":"false"},{"id":"ContentVaultEnabled","value":"false"},{"id":"PlayerRequiredHeight","value":"0"},{"id":"PlayerScoreRollupModeNumberOfScoringObjects","value":"-2147483648"},{"id":"PlayerDesiredHeight","value":"600"},{"id":"ApiRollupRegistrationAuthPassword","value":""},{"id":"PlayerShowHelp","value":"NO"},{"id":"PlayerFinalScoCourseNotSatisfiedLogoutExitAction","value":"EXIT_COURSE"},{"id":"LegacyPlayerCustomizationScriptUrl","value":""},{"id":"CompressRecordResultsPayload","value":"false"},{"id":"ApiRollupRegistrationFormat","value":"activity"},{"id":"ApiRollupRegistrationPostBackUrl","value":""},{"id":"PlayerFinalScoCourseSatisfiedNormalExitAction","value":"EXIT_COURSE"},{"id":"PlayerAllowCompleteStatusChange","value":"NO"},{"id":"RedirectOnRefreshUrl","value":""},{"id":"PreferSendBeacon","value":"false"},{"id":"ConcurrentLaunchDetectionHistoryRows","value":"5"},{"id":"PlayerScoreRollupModeValue","value":"AVERAGE_SCORE_OF_ALL_UNITS_WITH_SCORES"},{"id":"PlayerShowTitleBar","value":"NO"},{"id":"PlayerForceDisableRootChoice","value":"NO"}]}'
|
129
169
|
http_version:
|
130
|
-
recorded_at:
|
170
|
+
recorded_at: Fri, 25 Sep 2020 23:05:14 GMT
|
131
171
|
recorded_with: VCR 4.0.0
|