Sha256: 0b5eaab21cd25a1e03122d8f64fdaf522e99e76a132cc512788bc4d341d55d76
Contents?: true
Size: 620 Bytes
Versions: 22
Compression:
Stored size: 620 Bytes
Contents
title 'Score test' question :v_1, type: :integer score :test, label: 'Testscore', schema: [{key: :value, export_key: :tes, label: 'Waarde'}, {key: :interpretation, export_key: :tes_i, label: 'Interpretatie'}] do {value: value(:v_1), interpretation: 'Matig'} end score :test2, label: 'Testscore 2', schema: [{key: :value, export_key: :tes2, label: 'Waarde'}, {key: :interpretation, export_key: :tes2_i, label: 'Interpretatie'}] do {value: values_with_nils(:v_1).first + 5, interpretation: 'Miniem'} end completion do values_with_nils(:v_1).compact.size / 1.0 end
Version data entries
22 entries across 22 versions & 1 rubygems