rules_fixedset: FixedSet ruleset

View source: R/rules.r

rules_fixedsetR Documentation

FixedSet ruleset

Description

A simple ruleset that presents every coder with the exact same units, in the exact order of units (as created with create_units). Note that you can combine this with the jobsets argument in upload_job to specify different fixed sets for different groups of coders. The order of ids in the jobset unit_id will then be used.

Usage

rules_fixedset(
  can_seek_backwards = TRUE,
  can_seek_forwards = FALSE,
  randomize = FALSE
)

Arguments

can_seek_backwards

Boolean. Should the coder be allowed to go back to previous unit and edit them?

can_seek_forwards

Boolean. Should the coder be allowed to go forward beyond units that have been coded?

randomize

description

Value

A rules object

Examples

## to create the rules argument in create_job
rules <- rules_fixedset()

ccs-amsterdam/ccsAnnotator documentation built on March 19, 2024, 2:14 a.m.