Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/assets/releases/2025Q1_RA_stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/releases/2025Q1_chatbots.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/releases/2025Q1_module_stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/releases/2025Q1_question_stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/releases/2025Q1_set_stats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/releases/2025Q1_set_stats_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
32 changes: 32 additions & 0 deletions docs/releases/major_releases.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Major releases
For detailed notes, see [latest releases](latest_releases.md).
## 2025 Q1 new features

### Data analytics

Enriched data for teachers, including:
- Completion statistics per response area (in the 'STATS' tab within a question)
![](../assets/releases/2025Q1_RA_stats.png)
- Completion statistics per question (in the 'STATS' tab within a question) ![](../assets/releases/2025Q1_question_stats.png)
- Completion and activity statistics per Set (in the 'CONTENT' tab within a module) ![](../assets/releases/2025Q1_set_stats.png)
![](../assets/releases/2025Q1_set_stats_2.png)
- Completion and activity statistics per Module (on the home page) ![](../assets/releases/2025Q1_module_stats.png)

### Chat bots

The workspace has a 'chat' pane where users chat with a bot that has access to the question and the user's work on the question. 'Chat functions' will operate like evaluation functions --- they can be developed externally and plugged in.
![](../assets/releases/2025Q1_chatbots.png)


### New content editor

'Lexdown', a markdown-first version of Meta's [lexical](https://lexical.dev/). As well as a more robust general component, this upgrade allows users to:
- Resize images
- Edit raw markdown
- Preview latex including when it doesn't compile (with errors in red)
- Improved table capabilities

### User tags
- Tag users within a module ('module tag'), to allow grouping and filtering
- Tag users across modules ('global tag'), to allow user-orientated analytics (e.g. for pastoral care)

3 changes: 2 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ nav:
- Terminology: "terminology.md"
- Opportunities: "opportunities.md"
- Releases:
- "releases/index.md"
- Major releases: "releases/major_releases.md"
- Detailed Releases: "releases/detailed_releases.md"
- Previous releases:
- 2023-24: "releases/relases_2023_24.md"
- Status: "releases/status.md"
Expand Down