You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,60 @@
1
1
# ChangeLog
2
2
3
+
## Updates since last changelog entry (2026-02-12 → 2026-02-20)
4
+
5
+
Coverage: commits from **2026-02-12** through **2026-02-20** (i.e., changes after the prior cutoff on 2026-02-11).
6
+
7
+
### Highlights
8
+
9
+
-**Peer chat cleanup + reliability:** merged fixes to clean up the peer A/B chat experience and to ensure students can still send messages during synchronous chat.
10
+
-**Interactive evaluation UX:** added a new `showEval` capability for interactives.
11
+
-**Assessment data correctness:** fixed a shortanswer issue by correcting the underlying answers table name.
12
+
-**Verbal discussion improvements:** updated the verbal discussion UI to show who a student is grouped with.
- 8d56fcaa Fix: correct the table name for shortanswer answers
21
+
- b2dfc2f1 Updated the verbal discussion to show who students are in a group with
22
+
- 6a40b256 Merge PR #1147 (Scratch AC CSS update)
23
+
- 36c319a3 Update packages
24
+
- 0ccdc6e5 Merge PR #10 (fastapi-peer-llm)
25
+
- dea3f13d ensure students can send message during sync chat
26
+
- 90b2636f update logging
27
+
- de3fa2a7 update get course openai key
28
+
- 21f64240 update fernet secret
29
+
- b6134724 new version
30
+
31
+
---
32
+
33
+
## Updates since last changelog entry (2026-02-07 → 2026-02-11)
34
+
35
+
Coverage: commits from **2026-02-07** through **2026-02-11** (since the prior cutoff of 2026-02-06).
36
+
37
+
### Highlights
38
+
39
+
-**Java/ActiveCode execution (JOBE) + unit test results:** wired in JOBE-based submission flow for Java ActiveCode with unit tests, and surfaced results end-to-end. This work primarily touched the personalized-parsons endpoints and ActiveCode client JS.
40
+
-**Personalized Parsons cleanup:** removed unused variables and tidied related evaluation code.
41
+
-**Question counting fixes:** corrected “number of questions” accounting in both backend CRUD (`question.py`) and frontend book utilities (`bookfuncs.js`).
42
+
-**Build output enhancements:** added a new preprocessor to inject **GitHub source links** into generated HTML output (`add_github_links.py`).
Copy file name to clipboardExpand all lines: bases/rsptx/assignment_server_api/assignment_builder/src/components/routes/AssignmentBuilder/MathJaxWrapper.tsx
Copy file name to clipboardExpand all lines: bases/rsptx/assignment_server_api/assignment_builder/src/components/routes/AssignmentBuilder/components/exercises/components/CreateExercise/components/ClickableAreaExercise/ClickableAreaEditor.tsx
Copy file name to clipboardExpand all lines: bases/rsptx/assignment_server_api/assignment_builder/src/components/routes/AssignmentBuilder/components/exercises/components/TipTap/Editor.tsx
Copy file name to clipboardExpand all lines: bases/rsptx/assignment_server_api/assignment_builder/src/components/routes/AssignmentBuilder/components/exercises/components/TipTap/TipTapDocModal.tsx
Copy file name to clipboardExpand all lines: bases/rsptx/assignment_server_api/assignment_builder/src/components/routes/AssignmentBuilder/components/reading/AssignmentReadingsTable.tsx
Copy file name to clipboardExpand all lines: bases/rsptx/assignment_server_api/assignment_builder/src/components/routes/AssignmentBuilder/components/reading/components/ActivitiesRequiredCell.tsx
0 commit comments