test_review: Review a card

Description Usage Arguments

View source: R/tests.R

Description

Review a card by flipping it over until moving to the next test.

Usage

1
test_review(card, deck, progress, max_score = 0.5)

Arguments

card

The index of the card to use

deck

The table containing the deck information.

progress

The progress table for the user

max_score

Each time this test is selected, a distribution between 1 and 0 is sampled that simulates a guess at how well the user knows a card. 0 means does not know and 1 means does know. Cards that get a score higher than this option value will not be used for this test and a diffent test will be tried.


zachary-foster/flashcards documentation built on April 23, 2020, 7:26 a.m.