feat: 플레이테스트 로그 분석 도구 + SUS + 행동 기반 이해도 측정#126
Closed
SilverSupplier wants to merge 1 commit into
Closed
Conversation
scripts/analyze-playtest-attempts.py auto-derives the protocol metrics from attempts.csv: per-session learning curve (RQ1), before/after-hint success rates (RQ2), per-family first-attempt success and confusion matrix (RQ3), failure type distribution, assist reach, stuck points, and SUS scoring. Stdlib only; verified against synthetic data. RESEARCH_PROTOCOL gains the SUS-10 questionnaire (Korean), a behavioral feedback-comprehension coding procedure (stated fix vs actual next attempt), and analysis steps. FINAL_REPORT metrics table updated to match.
Collaborator
Author
|
Superseded by #129, which includes this commit and the consolidated final integration. |
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.
요약
HCI 평가에서 실험 설계를 보강하는 3가지를 추가합니다.
1.
scripts/analyze-playtest-attempts.py(표준 라이브러리만 사용)attempts.csv에서 프로토콜 지표를 자동 산출:
--sus로 SUS 표준 채점 (홀짝 보정 ×2.5)합성 데이터로 end-to-end 검증 완료.
2. RESEARCH_PROTOCOL — SUS-10 한국어 문항 추가
커스텀 5문항만으로는 외부 비교 기준이 없어, 표준 척도(기준선 68)를 사후 설문에 추가.
3. RESEARCH_PROTOCOL — 피드백 이해도의 행동 측정
"다음에 뭘 바꿀 건가요?" 발화와 다음 시도의 실제 변화를 대조 코딩 — 자기보고+행동 이중 측정.
FINAL_REPORT §5.2 지표 표도 동기화.