-
Notifications
You must be signed in to change notification settings - Fork 16
Final changelog/codebook changes #1648
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
91b7fc6
replace "differ by subq" language with NA
nmdefries 16e78f6
list subq text and responses for matrix base q
nmdefries 9bfaf08
libraries
nmdefries 5d704ce
describe changed respondent group as display logic change
nmdefries 336be6f
change eu_version field to eu_noneu
nmdefries 2bc9462
remove likert/profile naming scheme
nmdefries aeb22f9
treat dropdown like matrix; null long response options
nmdefries d0735a2
change "matrix_base_name" to "originating_item_name"
nmdefries 40cb527
change "matrix_subquestion" to "subquestion"
nmdefries 1367689
change "originating_item_name" to "originating_question"
nmdefries b39af55
extract wave number from files if use "v" version
nmdefries d8254bf
extract wave number from qsf names with "v" version
nmdefries f0d32cd
expect at least one digit and _ after wave/version tag
nmdefries f466131
save modified tranlation files to new dir
nmdefries 351b348
Merge branch 'main' into ndefries/final-qsf-fixes
nmdefries 2a2e80e
undelete dsew cache gitignore
nmdefries 5535a53
arg spacing
nmdefries dd5e300
arg spacing
nmdefries File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our microdata documentation currently describes the column as
What should that say for the updated column?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMU documentation still says
matrix_subquestion
, so the description is still valid. For UMD, thesubquestion
field is for both matrix and dropdown subquestion/component text.Wichada has reviewed the codebooks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure I understand your first sentence. Are you saying CMU microdata files will still contain a
matrix_subquestion
column?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CMU codebook files still currently contain a
matrix_subquestion
column, yes. CMU doesn't have dropdowns that have extra component text, so I didn't regenerate the codebook files. Should I?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we don't plan to regenerate the CMU codebooks again, that's fine, we can leave the documentation as-is. I was just confused because I thought this meant the column name was changing in our files.
You may want to make sure Zheng changes the UMD microdata documentation, since a lot of the parts were copied from our documentation.