Skip to content

gs as a general manual coding interface #66

@chainsawriot

Description

@chainsawriot

Currently, gs only supports one ordinal question. What about an option to specify a list of questions to code?

generic1 <- construct(prompt = "Does the story suggest that some level of government has the ability to alleviate the problem?", type = "bool")
generic2 <- construct(prompt = "Does the story suggest that some level of the government is responsible for the issue/problem?", type = "bool")
sentiment <- construct(prompt = "How positive is the above sentence?", type = "ordinal", step = 5)

construsts <- list(generic1, generic2, sentiment)
oolong_test <- gs(input_corpus = trump2k, construct = constructs, userid = "Joe")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions