Skip to content

Commit

Permalink
Merge pull request #18 from act-org/description-update
Browse files Browse the repository at this point in the history
Description update
  • Loading branch information
bnjiangece authored Oct 15, 2021
2 parents 8b362f1 + f656610 commit 80e242e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RSCAT
Title: Shadow-Test Approach to Computerized Adaptive Testing
Version: 1.1.2
Version: 1.1.3
Authors@R: c(
person("Bingnan", "Jiang", email = "bnjiangece@gmail.com", role = c("aut", "cre")),
person("ACT, Inc.", role = "cph")
Expand All @@ -18,6 +18,7 @@ Description: As an advanced approach to computerized adaptive testing (CAT),
shadow-test approach to CAT. The objective of
'RSCAT' is twofold: 1) Enhancing the effectiveness of shadow-test CAT simulation;
2) Contributing to the academic and scientific community for CAT research.
RSCAT is currently designed for dichotomous items based on the three-parameter logistic (3PL) model.
Depends: R (>= 3.4.0), rJava, shiny, shinycssloaders, shinyjs
License: CC BY-NC 4.0
Encoding: UTF-8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Selecting items from shadow tests guarantees the compliance of all content
constraints defined by the blueprint. RSCAT is an R package for the
shadow-test approach to CAT. The objective of
RSCAT is twofold: 1) Enhancing the effectiveness of shadow-test CAT simulation;
2) Contributing to the academic and scientific community for CAT research.
CAT algorithms are implemented in Java. The shadow-test MIP is modeled in FICO Xpress-Mosel.
2) Contributing to the academic and scientific community for CAT research. RSCAT is currently designed for dichotomous items based on the three-parameter logistic (3PL) model.
CAT algorithms are implemented in Java and the shadow-test MIP is modeled in FICO Xpress-Mosel.
R functions and classes are provided as API wrappers to configure and run CAT simulations in the R
environment.

Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.act</groupId>
<artifactId>RSCAT</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
<developers>
<developer>
<id>jiangb</id>
Expand Down

0 comments on commit 80e242e

Please sign in to comment.