feat: add VGQ (Victim Gaslighting Questionnaire) inventory#9
Merged
Conversation
Contributor
Author
셀프 리뷰: VGQ inventory머지 전 아래 사항 수정 필요. 수정 필요
|
Add 14-item Victim Gaslighting Questionnaire based on Shuja & Aqeel (2021). Single domain (VGQ total score, range 14-70), all plus-keyed items, 5-point Likert scale. Population norms are midpoint estimates pending confirmation from the original paper. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace linear approximation with proper normal CDF for consistent and accurate z-to-percentile conversion. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0491bdf to
ebce024
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Changes
src/psyctl/data/inventories/vgq_14_items_en.json- 14 question itemssrc/psyctl/data/inventories/vgq.py- VGQ inventory class with@register_inventory("vgq")src/psyctl/data/benchmark_config.json-vgq_14config entrysrc/psyctl/data/inventories/__init__.py- VGQ import and exportTest plan
ruff checkpasses (0 errors)pyrightpasses (0 errors, 0 warnings)create_inventory('vgq_14')works)🤖 Generated with Claude Code