completion-kit 0.22.0 → 0.22.1
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/app/views/completion_kit/metrics/_form.html.erb +1 -1
- data/lib/completion_kit/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8756e61d60ec8f7176a03cf493a805a768eec6c28ac8a08c2afd648e2b790d5a
|
|
4
|
+
data.tar.gz: 40269425f714c61fdd104723d38919ff88cf582d6b60429e14bbb295b08ab0a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45bd2bb7846161863bf23cf048cad679a2193c53f62c166c879b8f9d8c76b4210a8354d7544c63c272ea2b27e754faab9fe00be1212362ac921d07c64df2d79c
|
|
7
|
+
data.tar.gz: e176db382a2102f23e215186842849eb5f4e515fa15ad9e6a041f2f0b22bed188f89ca0811fc1a00d51cc00cb447f33661e5f5bae5e3b218c461fa76f0e454e9
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
|
|
222
222
|
<div class="ck-field" data-ck-check-field="expected_path">
|
|
223
223
|
<label class="ck-label" for="metric_check_expected_path">Field in the answer key</label>
|
|
224
|
-
<p class="ck-hint">Optional.
|
|
224
|
+
<p class="ck-hint">Optional. If the expected value is JSON, name the field to read from it, like data.answer. Leave blank to compare against the whole value.</p>
|
|
225
225
|
<input type="text" name="metric[check_config][expected_path]" id="metric_check_expected_path" class="ck-input" value="<%= check["expected_path"] %>">
|
|
226
226
|
</div>
|
|
227
227
|
|