qti 2.3.0 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/qti.rb +1 -0
- data/lib/qti/models/resource.rb +26 -2
- data/lib/qti/v1/models/object_bank.rb +14 -0
- data/lib/qti/version.rb +1 -1
- data/spec/fixtures/with_banks/g9a20cf3af178b54e4792cbe992f65790/assessment_meta.xml +69 -0
- data/spec/fixtures/with_banks/g9a20cf3af178b54e4792cbe992f65790/assessment_qti.xml +99 -0
- data/spec/fixtures/with_banks/imsmanifest.xml +54 -0
- data/spec/fixtures/with_banks/non_cc_assessments/g195e078fb6e3c4054e38e5c9226287ba.xml.qti +85 -0
- data/spec/fixtures/with_banks/non_cc_assessments/g9a20cf3af178b54e4792cbe992f65790.xml.qti +107 -0
- data/spec/fixtures/with_banks/non_cc_assessments/gab22de457404cb5cf022078f1e4da75e.xml.qti +59 -0
- data/spec/fixtures/with_banks/non_cc_assessments/gf3edf8167be16b3a65a00ca923132b07.xml.qti +145 -0
- data/spec/gemfiles/rails-5.1.gemfile.lock +212 -0
- data/spec/gemfiles/rails-5.2.gemfile.lock +220 -0
- data/spec/gemfiles/rails-6.0.gemfile.lock +236 -0
- data/spec/lib/qti/models/resource_spec.rb +14 -0
- data/spec/lib/qti/v1/models/object_bank_spec.rb +39 -0
- metadata +27 -3
@@ -0,0 +1,59 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<questestinterop xmlns="http://www.imsglobal.org/xsd/ims_qtiasiv1p2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/ims_qtiasiv1p2 http://www.imsglobal.org/xsd/ims_qtiasiv1p2p1.xsd">
|
3
|
+
<objectbank ident="gab22de457404cb5cf022078f1e4da75e">
|
4
|
+
<qtimetadata>
|
5
|
+
<qtimetadatafield>
|
6
|
+
<fieldlabel>bank_title</fieldlabel>
|
7
|
+
<fieldentry>Unfiled Questions</fieldentry>
|
8
|
+
</qtimetadatafield>
|
9
|
+
</qtimetadata>
|
10
|
+
<item ident="gb11064031e54bbf6bf076a722e0ac941" title="Question">
|
11
|
+
<itemmetadata>
|
12
|
+
<qtimetadata>
|
13
|
+
<qtimetadatafield>
|
14
|
+
<fieldlabel>question_type</fieldlabel>
|
15
|
+
<fieldentry>true_false_question</fieldentry>
|
16
|
+
</qtimetadatafield>
|
17
|
+
<qtimetadatafield>
|
18
|
+
<fieldlabel>points_possible</fieldlabel>
|
19
|
+
<fieldentry>1.0</fieldentry>
|
20
|
+
</qtimetadatafield>
|
21
|
+
<qtimetadatafield>
|
22
|
+
<fieldlabel>original_answer_ids</fieldlabel>
|
23
|
+
<fieldentry>5972,5959</fieldentry>
|
24
|
+
</qtimetadatafield>
|
25
|
+
</qtimetadata>
|
26
|
+
</itemmetadata>
|
27
|
+
<presentation>
|
28
|
+
<material>
|
29
|
+
<mattext texttype="text/html"><div><p>Is this an old quiz?</p></div></mattext>
|
30
|
+
</material>
|
31
|
+
<response_lid ident="response1" rcardinality="Single">
|
32
|
+
<render_choice>
|
33
|
+
<response_label ident="5972">
|
34
|
+
<material>
|
35
|
+
<mattext texttype="text/plain">True</mattext>
|
36
|
+
</material>
|
37
|
+
</response_label>
|
38
|
+
<response_label ident="5959">
|
39
|
+
<material>
|
40
|
+
<mattext texttype="text/plain">False</mattext>
|
41
|
+
</material>
|
42
|
+
</response_label>
|
43
|
+
</render_choice>
|
44
|
+
</response_lid>
|
45
|
+
</presentation>
|
46
|
+
<resprocessing>
|
47
|
+
<outcomes>
|
48
|
+
<decvar maxvalue="100" minvalue="0" varname="SCORE" vartype="Decimal"/>
|
49
|
+
</outcomes>
|
50
|
+
<respcondition continue="No">
|
51
|
+
<conditionvar>
|
52
|
+
<varequal respident="response1">5972</varequal>
|
53
|
+
</conditionvar>
|
54
|
+
<setvar action="Set" varname="SCORE">100</setvar>
|
55
|
+
</respcondition>
|
56
|
+
</resprocessing>
|
57
|
+
</item>
|
58
|
+
</objectbank>
|
59
|
+
</questestinterop>
|
@@ -0,0 +1,145 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<questestinterop xmlns="http://www.imsglobal.org/xsd/ims_qtiasiv1p2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.imsglobal.org/xsd/ims_qtiasiv1p2 http://www.imsglobal.org/xsd/ims_qtiasiv1p2p1.xsd">
|
3
|
+
<objectbank ident="gf3edf8167be16b3a65a00ca923132b07">
|
4
|
+
<qtimetadata>
|
5
|
+
<qtimetadatafield>
|
6
|
+
<fieldlabel>bank_title</fieldlabel>
|
7
|
+
<fieldentry>First Bank</fieldentry>
|
8
|
+
</qtimetadatafield>
|
9
|
+
</qtimetadata>
|
10
|
+
<item ident="gfc230151001d8b7ba5325da6b895c0e3" title="Question">
|
11
|
+
<itemmetadata>
|
12
|
+
<qtimetadata>
|
13
|
+
<qtimetadatafield>
|
14
|
+
<fieldlabel>question_type</fieldlabel>
|
15
|
+
<fieldentry>essay_question</fieldentry>
|
16
|
+
</qtimetadatafield>
|
17
|
+
<qtimetadatafield>
|
18
|
+
<fieldlabel>points_possible</fieldlabel>
|
19
|
+
<fieldentry>1.0</fieldentry>
|
20
|
+
</qtimetadatafield>
|
21
|
+
<qtimetadatafield>
|
22
|
+
<fieldlabel>original_answer_ids</fieldlabel>
|
23
|
+
<fieldentry></fieldentry>
|
24
|
+
</qtimetadatafield>
|
25
|
+
</qtimetadata>
|
26
|
+
</itemmetadata>
|
27
|
+
<presentation>
|
28
|
+
<material>
|
29
|
+
<mattext texttype="text/html"><div><p>Write an essay about banks</p></div></mattext>
|
30
|
+
</material>
|
31
|
+
<response_str ident="response1" rcardinality="Single">
|
32
|
+
<render_fib>
|
33
|
+
<response_label ident="answer1" rshuffle="No"/>
|
34
|
+
</render_fib>
|
35
|
+
</response_str>
|
36
|
+
</presentation>
|
37
|
+
<resprocessing>
|
38
|
+
<outcomes>
|
39
|
+
<decvar maxvalue="100" minvalue="0" varname="SCORE" vartype="Decimal"/>
|
40
|
+
</outcomes>
|
41
|
+
<respcondition continue="No">
|
42
|
+
<conditionvar>
|
43
|
+
<other/>
|
44
|
+
</conditionvar>
|
45
|
+
</respcondition>
|
46
|
+
</resprocessing>
|
47
|
+
</item>
|
48
|
+
<item ident="ga9b15165c2d169765d9a7583be507cf7" title="Question">
|
49
|
+
<itemmetadata>
|
50
|
+
<qtimetadata>
|
51
|
+
<qtimetadatafield>
|
52
|
+
<fieldlabel>question_type</fieldlabel>
|
53
|
+
<fieldentry>multiple_choice_question</fieldentry>
|
54
|
+
</qtimetadatafield>
|
55
|
+
<qtimetadatafield>
|
56
|
+
<fieldlabel>points_possible</fieldlabel>
|
57
|
+
<fieldentry>1.0</fieldentry>
|
58
|
+
</qtimetadatafield>
|
59
|
+
<qtimetadatafield>
|
60
|
+
<fieldlabel>original_answer_ids</fieldlabel>
|
61
|
+
<fieldentry>1999,9339</fieldentry>
|
62
|
+
</qtimetadatafield>
|
63
|
+
</qtimetadata>
|
64
|
+
</itemmetadata>
|
65
|
+
<presentation>
|
66
|
+
<material>
|
67
|
+
<mattext texttype="text/html"><div><p>Pick the vowel</p></div></mattext>
|
68
|
+
</material>
|
69
|
+
<response_lid ident="response1" rcardinality="Single">
|
70
|
+
<render_choice>
|
71
|
+
<response_label ident="1999">
|
72
|
+
<material>
|
73
|
+
<mattext texttype="text/plain">E</mattext>
|
74
|
+
</material>
|
75
|
+
</response_label>
|
76
|
+
<response_label ident="9339">
|
77
|
+
<material>
|
78
|
+
<mattext texttype="text/plain">G</mattext>
|
79
|
+
</material>
|
80
|
+
</response_label>
|
81
|
+
</render_choice>
|
82
|
+
</response_lid>
|
83
|
+
</presentation>
|
84
|
+
<resprocessing>
|
85
|
+
<outcomes>
|
86
|
+
<decvar maxvalue="100" minvalue="0" varname="SCORE" vartype="Decimal"/>
|
87
|
+
</outcomes>
|
88
|
+
<respcondition continue="No">
|
89
|
+
<conditionvar>
|
90
|
+
<varequal respident="response1">1999</varequal>
|
91
|
+
</conditionvar>
|
92
|
+
<setvar action="Set" varname="SCORE">100</setvar>
|
93
|
+
</respcondition>
|
94
|
+
</resprocessing>
|
95
|
+
</item>
|
96
|
+
<item ident="g67e8c6bbb51f71dd55ac0d0cbf460e3f" title="Question">
|
97
|
+
<itemmetadata>
|
98
|
+
<qtimetadata>
|
99
|
+
<qtimetadatafield>
|
100
|
+
<fieldlabel>question_type</fieldlabel>
|
101
|
+
<fieldentry>true_false_question</fieldentry>
|
102
|
+
</qtimetadatafield>
|
103
|
+
<qtimetadatafield>
|
104
|
+
<fieldlabel>points_possible</fieldlabel>
|
105
|
+
<fieldentry>1.0</fieldentry>
|
106
|
+
</qtimetadatafield>
|
107
|
+
<qtimetadatafield>
|
108
|
+
<fieldlabel>original_answer_ids</fieldlabel>
|
109
|
+
<fieldentry>7085,6110</fieldentry>
|
110
|
+
</qtimetadatafield>
|
111
|
+
</qtimetadata>
|
112
|
+
</itemmetadata>
|
113
|
+
<presentation>
|
114
|
+
<material>
|
115
|
+
<mattext texttype="text/html"><div><p>Is this question in a bank?</p></div></mattext>
|
116
|
+
</material>
|
117
|
+
<response_lid ident="response1" rcardinality="Single">
|
118
|
+
<render_choice>
|
119
|
+
<response_label ident="7085">
|
120
|
+
<material>
|
121
|
+
<mattext texttype="text/plain">True</mattext>
|
122
|
+
</material>
|
123
|
+
</response_label>
|
124
|
+
<response_label ident="6110">
|
125
|
+
<material>
|
126
|
+
<mattext texttype="text/plain">False</mattext>
|
127
|
+
</material>
|
128
|
+
</response_label>
|
129
|
+
</render_choice>
|
130
|
+
</response_lid>
|
131
|
+
</presentation>
|
132
|
+
<resprocessing>
|
133
|
+
<outcomes>
|
134
|
+
<decvar maxvalue="100" minvalue="0" varname="SCORE" vartype="Decimal"/>
|
135
|
+
</outcomes>
|
136
|
+
<respcondition continue="No">
|
137
|
+
<conditionvar>
|
138
|
+
<varequal respident="response1">7085</varequal>
|
139
|
+
</conditionvar>
|
140
|
+
<setvar action="Set" varname="SCORE">100</setvar>
|
141
|
+
</respcondition>
|
142
|
+
</resprocessing>
|
143
|
+
</item>
|
144
|
+
</objectbank>
|
145
|
+
</questestinterop>
|
@@ -0,0 +1,212 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../..
|
3
|
+
specs:
|
4
|
+
qti (2.1.0)
|
5
|
+
actionview (>= 5.1.7, < 6.1)
|
6
|
+
activesupport (>= 5.1.7, < 6.1)
|
7
|
+
dry-struct (~> 0.4.0)
|
8
|
+
dry-types (~> 0.12.3)
|
9
|
+
mathml2latex (~> 2.0)
|
10
|
+
nokogiri (~> 1.10)
|
11
|
+
rubyzip (~> 2.0)
|
12
|
+
sanitize (~> 5.1)
|
13
|
+
|
14
|
+
GEM
|
15
|
+
remote: https://rubygems.org/
|
16
|
+
specs:
|
17
|
+
actioncable (5.1.7)
|
18
|
+
actionpack (= 5.1.7)
|
19
|
+
nio4r (~> 2.0)
|
20
|
+
websocket-driver (~> 0.6.1)
|
21
|
+
actionmailer (5.1.7)
|
22
|
+
actionpack (= 5.1.7)
|
23
|
+
actionview (= 5.1.7)
|
24
|
+
activejob (= 5.1.7)
|
25
|
+
mail (~> 2.5, >= 2.5.4)
|
26
|
+
rails-dom-testing (~> 2.0)
|
27
|
+
actionpack (5.1.7)
|
28
|
+
actionview (= 5.1.7)
|
29
|
+
activesupport (= 5.1.7)
|
30
|
+
rack (~> 2.0)
|
31
|
+
rack-test (>= 0.6.3)
|
32
|
+
rails-dom-testing (~> 2.0)
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
34
|
+
actionview (5.1.7)
|
35
|
+
activesupport (= 5.1.7)
|
36
|
+
builder (~> 3.1)
|
37
|
+
erubi (~> 1.4)
|
38
|
+
rails-dom-testing (~> 2.0)
|
39
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
40
|
+
activejob (5.1.7)
|
41
|
+
activesupport (= 5.1.7)
|
42
|
+
globalid (>= 0.3.6)
|
43
|
+
activemodel (5.1.7)
|
44
|
+
activesupport (= 5.1.7)
|
45
|
+
activerecord (5.1.7)
|
46
|
+
activemodel (= 5.1.7)
|
47
|
+
activesupport (= 5.1.7)
|
48
|
+
arel (~> 8.0)
|
49
|
+
activesupport (5.1.7)
|
50
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
51
|
+
i18n (>= 0.7, < 2)
|
52
|
+
minitest (~> 5.1)
|
53
|
+
tzinfo (~> 1.1)
|
54
|
+
arel (8.0.0)
|
55
|
+
ast (2.4.0)
|
56
|
+
builder (3.2.4)
|
57
|
+
byebug (11.1.3)
|
58
|
+
coderay (1.1.2)
|
59
|
+
concurrent-ruby (1.1.6)
|
60
|
+
crass (1.0.6)
|
61
|
+
diff-lcs (1.3)
|
62
|
+
docile (1.3.2)
|
63
|
+
dry-configurable (0.11.5)
|
64
|
+
concurrent-ruby (~> 1.0)
|
65
|
+
dry-core (~> 0.4, >= 0.4.7)
|
66
|
+
dry-equalizer (~> 0.2)
|
67
|
+
dry-container (0.7.2)
|
68
|
+
concurrent-ruby (~> 1.0)
|
69
|
+
dry-configurable (~> 0.1, >= 0.1.3)
|
70
|
+
dry-core (0.4.9)
|
71
|
+
concurrent-ruby (~> 1.0)
|
72
|
+
dry-equalizer (0.3.0)
|
73
|
+
dry-logic (0.6.1)
|
74
|
+
concurrent-ruby (~> 1.0)
|
75
|
+
dry-core (~> 0.2)
|
76
|
+
dry-equalizer (~> 0.2)
|
77
|
+
dry-struct (0.4.0)
|
78
|
+
dry-core (~> 0.4, >= 0.4.1)
|
79
|
+
dry-equalizer (~> 0.2)
|
80
|
+
dry-types (~> 0.12, >= 0.12.2)
|
81
|
+
ice_nine (~> 0.11)
|
82
|
+
dry-types (0.12.3)
|
83
|
+
concurrent-ruby (~> 1.0)
|
84
|
+
dry-configurable (~> 0.1)
|
85
|
+
dry-container (~> 0.3)
|
86
|
+
dry-core (~> 0.2, >= 0.2.1)
|
87
|
+
dry-equalizer (~> 0.2)
|
88
|
+
dry-logic (~> 0.4, >= 0.4.2)
|
89
|
+
inflecto (~> 0.0.0, >= 0.0.2)
|
90
|
+
erubi (1.9.0)
|
91
|
+
globalid (0.4.2)
|
92
|
+
activesupport (>= 4.2.0)
|
93
|
+
i18n (1.8.2)
|
94
|
+
concurrent-ruby (~> 1.0)
|
95
|
+
ice_nine (0.11.2)
|
96
|
+
inflecto (0.0.2)
|
97
|
+
jaro_winkler (1.5.4)
|
98
|
+
loofah (2.5.0)
|
99
|
+
crass (~> 1.0.2)
|
100
|
+
nokogiri (>= 1.5.9)
|
101
|
+
mail (2.7.1)
|
102
|
+
mini_mime (>= 0.1.1)
|
103
|
+
mathml2latex (2.0.0)
|
104
|
+
nokogiri (~> 1.10)
|
105
|
+
method_source (1.0.0)
|
106
|
+
mini_mime (1.0.2)
|
107
|
+
mini_portile2 (2.4.0)
|
108
|
+
minitest (5.14.0)
|
109
|
+
nio4r (2.5.2)
|
110
|
+
nokogiri (1.10.9)
|
111
|
+
mini_portile2 (~> 2.4.0)
|
112
|
+
nokogumbo (2.0.2)
|
113
|
+
nokogiri (~> 1.8, >= 1.8.4)
|
114
|
+
parallel (1.19.1)
|
115
|
+
parser (2.7.1.2)
|
116
|
+
ast (~> 2.4.0)
|
117
|
+
pry (0.13.1)
|
118
|
+
coderay (~> 1.1)
|
119
|
+
method_source (~> 1.0)
|
120
|
+
rack (2.2.2)
|
121
|
+
rack-test (1.1.0)
|
122
|
+
rack (>= 1.0, < 3)
|
123
|
+
rails (5.1.7)
|
124
|
+
actioncable (= 5.1.7)
|
125
|
+
actionmailer (= 5.1.7)
|
126
|
+
actionpack (= 5.1.7)
|
127
|
+
actionview (= 5.1.7)
|
128
|
+
activejob (= 5.1.7)
|
129
|
+
activemodel (= 5.1.7)
|
130
|
+
activerecord (= 5.1.7)
|
131
|
+
activesupport (= 5.1.7)
|
132
|
+
bundler (>= 1.3.0)
|
133
|
+
railties (= 5.1.7)
|
134
|
+
sprockets-rails (>= 2.0.0)
|
135
|
+
rails-dom-testing (2.0.3)
|
136
|
+
activesupport (>= 4.2.0)
|
137
|
+
nokogiri (>= 1.6)
|
138
|
+
rails-html-sanitizer (1.3.0)
|
139
|
+
loofah (~> 2.3)
|
140
|
+
railties (5.1.7)
|
141
|
+
actionpack (= 5.1.7)
|
142
|
+
activesupport (= 5.1.7)
|
143
|
+
method_source
|
144
|
+
rake (>= 0.8.7)
|
145
|
+
thor (>= 0.18.1, < 2.0)
|
146
|
+
rainbow (3.0.0)
|
147
|
+
rake (12.3.3)
|
148
|
+
rspec (3.9.0)
|
149
|
+
rspec-core (~> 3.9.0)
|
150
|
+
rspec-expectations (~> 3.9.0)
|
151
|
+
rspec-mocks (~> 3.9.0)
|
152
|
+
rspec-core (3.9.2)
|
153
|
+
rspec-support (~> 3.9.3)
|
154
|
+
rspec-expectations (3.9.2)
|
155
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
156
|
+
rspec-support (~> 3.9.0)
|
157
|
+
rspec-mocks (3.9.1)
|
158
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
159
|
+
rspec-support (~> 3.9.0)
|
160
|
+
rspec-support (3.9.3)
|
161
|
+
rubocop (0.74.0)
|
162
|
+
jaro_winkler (~> 1.5.1)
|
163
|
+
parallel (~> 1.10)
|
164
|
+
parser (>= 2.6)
|
165
|
+
rainbow (>= 2.2.2, < 4.0)
|
166
|
+
ruby-progressbar (~> 1.7)
|
167
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
168
|
+
ruby-progressbar (1.10.1)
|
169
|
+
rubyzip (2.3.0)
|
170
|
+
sanitize (5.1.0)
|
171
|
+
crass (~> 1.0.2)
|
172
|
+
nokogiri (>= 1.8.0)
|
173
|
+
nokogumbo (~> 2.0)
|
174
|
+
simplecov (0.18.5)
|
175
|
+
docile (~> 1.1)
|
176
|
+
simplecov-html (~> 0.11)
|
177
|
+
simplecov-html (0.12.2)
|
178
|
+
sprockets (3.7.2)
|
179
|
+
concurrent-ruby (~> 1.0)
|
180
|
+
rack (> 1, < 3)
|
181
|
+
sprockets-rails (3.2.1)
|
182
|
+
actionpack (>= 4.0)
|
183
|
+
activesupport (>= 4.0)
|
184
|
+
sprockets (>= 3.0.0)
|
185
|
+
thor (1.0.1)
|
186
|
+
thread_safe (0.3.6)
|
187
|
+
tzinfo (1.2.7)
|
188
|
+
thread_safe (~> 0.1)
|
189
|
+
unicode-display_width (1.6.1)
|
190
|
+
websocket-driver (0.6.5)
|
191
|
+
websocket-extensions (>= 0.1.0)
|
192
|
+
websocket-extensions (0.1.4)
|
193
|
+
wwtd (1.4.1)
|
194
|
+
|
195
|
+
PLATFORMS
|
196
|
+
ruby
|
197
|
+
|
198
|
+
DEPENDENCIES
|
199
|
+
bundler (~> 1.17)
|
200
|
+
byebug (~> 11.0)
|
201
|
+
pry
|
202
|
+
qti!
|
203
|
+
rails (~> 5.1.4)
|
204
|
+
rake (~> 12.3)
|
205
|
+
rspec (~> 3.8)
|
206
|
+
rspec-mocks (~> 3.8)
|
207
|
+
rubocop (~> 0.74.0)
|
208
|
+
simplecov
|
209
|
+
wwtd (~> 1.4)
|
210
|
+
|
211
|
+
BUNDLED WITH
|
212
|
+
1.17.3
|
@@ -0,0 +1,220 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ../..
|
3
|
+
specs:
|
4
|
+
qti (2.1.0)
|
5
|
+
actionview (>= 5.1.7, < 6.1)
|
6
|
+
activesupport (>= 5.1.7, < 6.1)
|
7
|
+
dry-struct (~> 0.4.0)
|
8
|
+
dry-types (~> 0.12.3)
|
9
|
+
mathml2latex (~> 2.0)
|
10
|
+
nokogiri (~> 1.10)
|
11
|
+
rubyzip (~> 2.0)
|
12
|
+
sanitize (~> 5.1)
|
13
|
+
|
14
|
+
GEM
|
15
|
+
remote: https://rubygems.org/
|
16
|
+
specs:
|
17
|
+
actioncable (5.2.4.2)
|
18
|
+
actionpack (= 5.2.4.2)
|
19
|
+
nio4r (~> 2.0)
|
20
|
+
websocket-driver (>= 0.6.1)
|
21
|
+
actionmailer (5.2.4.2)
|
22
|
+
actionpack (= 5.2.4.2)
|
23
|
+
actionview (= 5.2.4.2)
|
24
|
+
activejob (= 5.2.4.2)
|
25
|
+
mail (~> 2.5, >= 2.5.4)
|
26
|
+
rails-dom-testing (~> 2.0)
|
27
|
+
actionpack (5.2.4.2)
|
28
|
+
actionview (= 5.2.4.2)
|
29
|
+
activesupport (= 5.2.4.2)
|
30
|
+
rack (~> 2.0, >= 2.0.8)
|
31
|
+
rack-test (>= 0.6.3)
|
32
|
+
rails-dom-testing (~> 2.0)
|
33
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
34
|
+
actionview (5.2.4.2)
|
35
|
+
activesupport (= 5.2.4.2)
|
36
|
+
builder (~> 3.1)
|
37
|
+
erubi (~> 1.4)
|
38
|
+
rails-dom-testing (~> 2.0)
|
39
|
+
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
40
|
+
activejob (5.2.4.2)
|
41
|
+
activesupport (= 5.2.4.2)
|
42
|
+
globalid (>= 0.3.6)
|
43
|
+
activemodel (5.2.4.2)
|
44
|
+
activesupport (= 5.2.4.2)
|
45
|
+
activerecord (5.2.4.2)
|
46
|
+
activemodel (= 5.2.4.2)
|
47
|
+
activesupport (= 5.2.4.2)
|
48
|
+
arel (>= 9.0)
|
49
|
+
activestorage (5.2.4.2)
|
50
|
+
actionpack (= 5.2.4.2)
|
51
|
+
activerecord (= 5.2.4.2)
|
52
|
+
marcel (~> 0.3.1)
|
53
|
+
activesupport (5.2.4.2)
|
54
|
+
concurrent-ruby (~> 1.0, >= 1.0.2)
|
55
|
+
i18n (>= 0.7, < 2)
|
56
|
+
minitest (~> 5.1)
|
57
|
+
tzinfo (~> 1.1)
|
58
|
+
arel (9.0.0)
|
59
|
+
ast (2.4.0)
|
60
|
+
builder (3.2.4)
|
61
|
+
byebug (11.1.3)
|
62
|
+
coderay (1.1.2)
|
63
|
+
concurrent-ruby (1.1.6)
|
64
|
+
crass (1.0.6)
|
65
|
+
diff-lcs (1.3)
|
66
|
+
docile (1.3.2)
|
67
|
+
dry-configurable (0.11.5)
|
68
|
+
concurrent-ruby (~> 1.0)
|
69
|
+
dry-core (~> 0.4, >= 0.4.7)
|
70
|
+
dry-equalizer (~> 0.2)
|
71
|
+
dry-container (0.7.2)
|
72
|
+
concurrent-ruby (~> 1.0)
|
73
|
+
dry-configurable (~> 0.1, >= 0.1.3)
|
74
|
+
dry-core (0.4.9)
|
75
|
+
concurrent-ruby (~> 1.0)
|
76
|
+
dry-equalizer (0.3.0)
|
77
|
+
dry-logic (0.6.1)
|
78
|
+
concurrent-ruby (~> 1.0)
|
79
|
+
dry-core (~> 0.2)
|
80
|
+
dry-equalizer (~> 0.2)
|
81
|
+
dry-struct (0.4.0)
|
82
|
+
dry-core (~> 0.4, >= 0.4.1)
|
83
|
+
dry-equalizer (~> 0.2)
|
84
|
+
dry-types (~> 0.12, >= 0.12.2)
|
85
|
+
ice_nine (~> 0.11)
|
86
|
+
dry-types (0.12.3)
|
87
|
+
concurrent-ruby (~> 1.0)
|
88
|
+
dry-configurable (~> 0.1)
|
89
|
+
dry-container (~> 0.3)
|
90
|
+
dry-core (~> 0.2, >= 0.2.1)
|
91
|
+
dry-equalizer (~> 0.2)
|
92
|
+
dry-logic (~> 0.4, >= 0.4.2)
|
93
|
+
inflecto (~> 0.0.0, >= 0.0.2)
|
94
|
+
erubi (1.9.0)
|
95
|
+
globalid (0.4.2)
|
96
|
+
activesupport (>= 4.2.0)
|
97
|
+
i18n (1.8.2)
|
98
|
+
concurrent-ruby (~> 1.0)
|
99
|
+
ice_nine (0.11.2)
|
100
|
+
inflecto (0.0.2)
|
101
|
+
jaro_winkler (1.5.4)
|
102
|
+
loofah (2.5.0)
|
103
|
+
crass (~> 1.0.2)
|
104
|
+
nokogiri (>= 1.5.9)
|
105
|
+
mail (2.7.1)
|
106
|
+
mini_mime (>= 0.1.1)
|
107
|
+
marcel (0.3.3)
|
108
|
+
mimemagic (~> 0.3.2)
|
109
|
+
mathml2latex (2.0.0)
|
110
|
+
nokogiri (~> 1.10)
|
111
|
+
method_source (1.0.0)
|
112
|
+
mimemagic (0.3.5)
|
113
|
+
mini_mime (1.0.2)
|
114
|
+
mini_portile2 (2.4.0)
|
115
|
+
minitest (5.14.0)
|
116
|
+
nio4r (2.5.2)
|
117
|
+
nokogiri (1.10.9)
|
118
|
+
mini_portile2 (~> 2.4.0)
|
119
|
+
nokogumbo (2.0.2)
|
120
|
+
nokogiri (~> 1.8, >= 1.8.4)
|
121
|
+
parallel (1.19.1)
|
122
|
+
parser (2.7.1.2)
|
123
|
+
ast (~> 2.4.0)
|
124
|
+
pry (0.13.1)
|
125
|
+
coderay (~> 1.1)
|
126
|
+
method_source (~> 1.0)
|
127
|
+
rack (2.2.2)
|
128
|
+
rack-test (1.1.0)
|
129
|
+
rack (>= 1.0, < 3)
|
130
|
+
rails (5.2.4.2)
|
131
|
+
actioncable (= 5.2.4.2)
|
132
|
+
actionmailer (= 5.2.4.2)
|
133
|
+
actionpack (= 5.2.4.2)
|
134
|
+
actionview (= 5.2.4.2)
|
135
|
+
activejob (= 5.2.4.2)
|
136
|
+
activemodel (= 5.2.4.2)
|
137
|
+
activerecord (= 5.2.4.2)
|
138
|
+
activestorage (= 5.2.4.2)
|
139
|
+
activesupport (= 5.2.4.2)
|
140
|
+
bundler (>= 1.3.0)
|
141
|
+
railties (= 5.2.4.2)
|
142
|
+
sprockets-rails (>= 2.0.0)
|
143
|
+
rails-dom-testing (2.0.3)
|
144
|
+
activesupport (>= 4.2.0)
|
145
|
+
nokogiri (>= 1.6)
|
146
|
+
rails-html-sanitizer (1.3.0)
|
147
|
+
loofah (~> 2.3)
|
148
|
+
railties (5.2.4.2)
|
149
|
+
actionpack (= 5.2.4.2)
|
150
|
+
activesupport (= 5.2.4.2)
|
151
|
+
method_source
|
152
|
+
rake (>= 0.8.7)
|
153
|
+
thor (>= 0.19.0, < 2.0)
|
154
|
+
rainbow (3.0.0)
|
155
|
+
rake (12.3.3)
|
156
|
+
rspec (3.9.0)
|
157
|
+
rspec-core (~> 3.9.0)
|
158
|
+
rspec-expectations (~> 3.9.0)
|
159
|
+
rspec-mocks (~> 3.9.0)
|
160
|
+
rspec-core (3.9.2)
|
161
|
+
rspec-support (~> 3.9.3)
|
162
|
+
rspec-expectations (3.9.2)
|
163
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
164
|
+
rspec-support (~> 3.9.0)
|
165
|
+
rspec-mocks (3.9.1)
|
166
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
167
|
+
rspec-support (~> 3.9.0)
|
168
|
+
rspec-support (3.9.3)
|
169
|
+
rubocop (0.74.0)
|
170
|
+
jaro_winkler (~> 1.5.1)
|
171
|
+
parallel (~> 1.10)
|
172
|
+
parser (>= 2.6)
|
173
|
+
rainbow (>= 2.2.2, < 4.0)
|
174
|
+
ruby-progressbar (~> 1.7)
|
175
|
+
unicode-display_width (>= 1.4.0, < 1.7)
|
176
|
+
ruby-progressbar (1.10.1)
|
177
|
+
rubyzip (2.3.0)
|
178
|
+
sanitize (5.1.0)
|
179
|
+
crass (~> 1.0.2)
|
180
|
+
nokogiri (>= 1.8.0)
|
181
|
+
nokogumbo (~> 2.0)
|
182
|
+
simplecov (0.18.5)
|
183
|
+
docile (~> 1.1)
|
184
|
+
simplecov-html (~> 0.11)
|
185
|
+
simplecov-html (0.12.2)
|
186
|
+
sprockets (3.7.2)
|
187
|
+
concurrent-ruby (~> 1.0)
|
188
|
+
rack (> 1, < 3)
|
189
|
+
sprockets-rails (3.2.1)
|
190
|
+
actionpack (>= 4.0)
|
191
|
+
activesupport (>= 4.0)
|
192
|
+
sprockets (>= 3.0.0)
|
193
|
+
thor (1.0.1)
|
194
|
+
thread_safe (0.3.6)
|
195
|
+
tzinfo (1.2.7)
|
196
|
+
thread_safe (~> 0.1)
|
197
|
+
unicode-display_width (1.6.1)
|
198
|
+
websocket-driver (0.7.1)
|
199
|
+
websocket-extensions (>= 0.1.0)
|
200
|
+
websocket-extensions (0.1.4)
|
201
|
+
wwtd (1.4.1)
|
202
|
+
|
203
|
+
PLATFORMS
|
204
|
+
ruby
|
205
|
+
|
206
|
+
DEPENDENCIES
|
207
|
+
bundler (~> 1.17)
|
208
|
+
byebug (~> 11.0)
|
209
|
+
pry
|
210
|
+
qti!
|
211
|
+
rails (~> 5.2.0)
|
212
|
+
rake (~> 12.3)
|
213
|
+
rspec (~> 3.8)
|
214
|
+
rspec-mocks (~> 3.8)
|
215
|
+
rubocop (~> 0.74.0)
|
216
|
+
simplecov
|
217
|
+
wwtd (~> 1.4)
|
218
|
+
|
219
|
+
BUNDLED WITH
|
220
|
+
1.17.3
|