Skip to content

Commit 609169b

Browse files
authored
Merge pull request #8 from pmcharrison/dev
Dev
2 parents 9442b12 + 3acaf8e commit 609169b

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Package: mdt
22
Title: Testing Melodic Discrimination Abilities
3-
Version: 2.1.0
3+
Version: 2.2.0
44
Authors@R: person("Peter", "Harrison", email = "pmc.harrison@gmail.com", role = c("aut", "cre"))
55
Description: R implementation of the adaptive Melodic Discrimination Test of Harrison, Collins, and Mullensiefen (2017). This test is detailed in the following paper: Harrison, P. M. C., Collins, T., & Müllensiefen, D. (2017). Applying modern psychometric techniques to melodic discrimination testing: Item response theory, computerised adaptive testing, and automatic item generation. Scientific Reports, 7, 1–18. https://doi.org/10.1038/s41598-017-03586-z.
66
Depends: R (>= 3.4.0)
77
License: MIT + file LICENSE
88
Encoding: UTF-8
99
LazyData: true
1010
Imports:
11-
psychTestR (>= 2.0.2),
11+
psychTestR (>= 2.6.0),
1212
psychTestRCAT (>= 1.1.0),
1313
htmltools (>= 0.3.6),
1414
methods,

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# mdt 2.2.0
2+
3+
* Updated to latest psychTestR dictionary version.
4+
15
# mdt 2.1.0
26

37
* Added Russian support.

R/demo.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ demo_mdt <- function(num_items = 10L,
2323
...) {
2424
elts <- c(
2525
psychTestR::new_timeline(psychTestR::one_button_page(
26-
psychTestR::i18n("demo_intro")
26+
psychTestR::i18n("demo_intro"),
27+
button_text = psychTestR::i18n("AMDI_0016_I_0001_1")
2728
), dict = dict),
2829
mdt::mdt(num_items = num_items,
2930
feedback = feedback,

data/mdt_dict.rda

33 KB
Binary file not shown.

0 commit comments

Comments
 (0)