Skip to content

Multilabel/nominal judges never show the worker the category definitions — only the bare keys #6

Description

@markalvaw

What

renderOptions() in server/instruments/judge.js presents the label set to the worker as keys only for multi-category constructs:

  • multilabel → "Label is an array of zero or more of: a | b | c"
  • kclass (nominal) → "Allowed labels: a | b | c"

Only likert renders each option's anchor (its meaning). The construct's per-category anchor text is never sent to the worker for nominal/multilabel — and {{definition}} is only the construct-level definition, {{criteria}} only the include/exclude.

Impact

A multi-category construct is coded by label name alone unless you duplicate each category's meaning into definition/criteria. In practice an 8-theme multilabel over-fired badly (one category acting as a catch-all) until the definitions were folded into criteria.include — i.e. the codebook's substance was invisible to the worker.

Fix

Render category anchors for kclass/multilabel the way likert already does (e.g. option: anchor lines), so the worker sees what each label means.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions