Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gs as a general manual coding interface #66

Open
chainsawriot opened this issue May 22, 2022 · 1 comment
Open

gs as a general manual coding interface #66

chainsawriot opened this issue May 22, 2022 · 1 comment

Comments

@chainsawriot
Copy link
Collaborator

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")
@chainsawriot
Copy link
Collaborator Author

chainsawriot commented Jul 7, 2022

Or not create another standard and follow the friends in Amsterdam.

ccs-amsterdam/annotinder-r@98e4c44

https://github.com/ccs-amsterdam/ccsAnnotator/blob/main/R/codebook.r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant