mettlr 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31befbfac27a36e9ae9877a2e0844a6356f7447e
4
- data.tar.gz: 622e911c2fc5ab497acd6cc31cfe3fb3131cdd54
3
+ metadata.gz: 68b1c57c33d282534fa510ca5015142645e0e107
4
+ data.tar.gz: d9022e35768ca82c95e10fe41afb2b436669fffc
5
5
  SHA512:
6
- metadata.gz: 00bc555b6a64aee8784a33e7f038e94b45e322095c22b33be07ab8c5e4655b97828354934aabbf9d00ce4d1cbdadc259424db02c4327c4449aba5c3c0e905609
7
- data.tar.gz: 628c97c6f3e7cf287319dabfe3d701be14319964cc143f2120e4690f7b7ad921297f6cd2716af1ac4183675d1ed60325c2c6e77bd7d95c8c3a4d44748a7c2ac6
6
+ metadata.gz: b3dd32f43c5660739d63c9e694ee10f3e1ef7a7808f760331c30aff85b12b060cac39b3eae7cddba21eaa7cf8cedef53a2d27d15f3d1e75aa2fa140c4e8b60d4
7
+ data.tar.gz: 758383938660a8965819676b7bbeb714894c5255b3399af997702def90fca9968d9b10e68c53489389a075791b82f6be6e9885b608ff5829cb07cef21cbd5ae6
@@ -15,6 +15,7 @@ module Mettlr
15
15
  option :test_start_notification_url, type: Dry::Types['strict.string']
16
16
  option :test_finish_notification_url, type: Dry::Types['strict.string']
17
17
  option :test_graded_notification_url, type: Dry::Types['strict.string']
18
+ option :visual_proctoring, type: Dry::Types['hash']
18
19
  option :test_resume_enabled_for_expired_test_url, optional: true
19
20
  option :exit_redirection_url, optional: true
20
21
  option :schedule_window
@@ -51,7 +52,8 @@ module Mettlr
51
52
  "testStartNotificationUrl" => @test_start_notification_url,
52
53
  "testFinishNotificationUrl" => @test_finish_notification_url,
53
54
  "testGradedNotificationUrl" => @test_graded_notification_url,
54
- "testResumeEnabledForExpiredTestURL" => @test_resume_enabled_for_expired_test_url}
55
+ "testResumeEnabledForExpiredTestURL" => @test_resume_enabled_for_expired_test_url,
56
+ "visualProctoring": @visual_proctoring}
55
57
  }
56
58
  end
57
59
  end
@@ -1,3 +1,3 @@
1
1
  module Mettlr
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mettlr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Danko