The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

examly

The goal of examly is to provide a Shiny-based toolkit for comprehensive item/test analysis. It is designed to handle multiple-choice, true-false, and open-ended questions from datasets in 1-0 or other formats, delivering key analyses such as difficulty, discrimination, response-option analysis, reports.

Installation

Install the package directly from GitHub using the devtools package:

# First install devtools if not already installed:
install.packages("devtools")

# Then install examly from GitHub:
devtools::install_github("ahmetcaliskan1987/examly")

Usage

After installation, load the library and launch the Shiny application:

library(examly)
run_app()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.