회기 무발화 0턴 분리, 자기예측 락 불변식 및 TDD 회귀 검증 완료
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
Some checks failed
API contract / OpenAPI type drift (push) Failing after 3m27s
This commit is contained in:
parent
a479db7a5a
commit
a0311c5957
100 changed files with 4884 additions and 11210 deletions
|
|
@ -213,7 +213,12 @@ def build_learner_growth(
|
|||
learner_id=learner_id,
|
||||
learner_label=learner_label(learner_id),
|
||||
sessions=len(ordered),
|
||||
ended_sessions=sum(1 for sess in ordered if sess.ended),
|
||||
ended_sessions=sum(
|
||||
1
|
||||
for sess in ordered
|
||||
if sess.ended
|
||||
and any(t.speaker in ("counselor", "learner") for t in sess.turns)
|
||||
),
|
||||
latest_at=iso_datetime(session_activity_time(latest_session)) or "",
|
||||
first_score=first_score,
|
||||
latest_score=latest_score,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue