atomic_assessments_import 0.2.1 → 0.2.3
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b7968e564ae16f1789e95cb6f375e33feca37031dec5702a569ca05f5cc44c9d
|
4
|
+
data.tar.gz: e56cc0ae1e9f72819fd21f3da4b2628ff5f1d1380dc6b08bf9374d59791456bb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a30cc1b301d201d6c2b1303e306fb0238c48a28512f131389c4ccf04f8fa1cca46a0a41516af88b70280ba9c93091cd56c07ad74443c0daaf86635b605fdb3cc
|
7
|
+
data.tar.gz: 43addf6ae13e95f71126426b8ea3f6a6eeb224fb240bdc70b4b3fb964760923ff9057d3bd317f4ee3c957f0986af09093481a0133914453d9bbd235e37f090a0
|
@@ -92,7 +92,7 @@ module AtomicAssessmentsImport
|
|
92
92
|
{ horizontal_lines: false, type: "inline" }
|
93
93
|
when "choice matrix labels"
|
94
94
|
{ stem_numeration: "upper-alpha", horizontal_lines: false, type: "table" }
|
95
|
-
when nil, "", "multiple choice"
|
95
|
+
when nil, "", "multiple choice", "standard"
|
96
96
|
{ type: "horizontal" }
|
97
97
|
else
|
98
98
|
raise NotImplementedError, "Unknown template"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atomic_assessments_import
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sean Collings
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date: 2025-
|
12
|
+
date: 2025-04-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|