Skip to content

Commit 6e0cf70

Browse files
Peter JohnsonPeter Johnson
authored andcommitted
major-releases
1 parent 91458df commit 6e0cf70

9 files changed

Lines changed: 36 additions & 1 deletion
42.6 KB
Loading
281 KB
Loading
14.4 KB
Loading
30 KB
Loading
65.5 KB
Loading
88.1 KB
Loading
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Latest releases
2+
13
## Release 2025/03/27
24

35
- **b647-fix-tab-numbers** - corrected tab to display the correct number of activities

docs/releases/major_releases.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Major releases
2+
For detailed notes, see [latest releases](latest_releases.md).
3+
## 2025 Q1 new features
4+
5+
### Data analytics
6+
7+
Enriched data for teachers, including:
8+
- Completion statistics per response area (in the 'STATS' tab within a question)
9+
![](../assets/releases/2025Q1_RA_stats.png)
10+
- Completion statistics per question (in the 'STATS' tab within a question) ![](../assets/releases/2025Q1_question_stats.png)
11+
- Completion and activity statistics per Set (in the 'CONTENT' tab within a module) ![](../assets/releases/2025Q1_set_stats.png)
12+
![](../assets/releases/2025Q1_set_stats_2.png)
13+
- Completion and activity statistics per Module (on the home page) ![](../assets/releases/2025Q1_module_stats.png)
14+
15+
### Chat bots
16+
17+
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.
18+
![](../assets/releases/2025Q1_chatbots.png)
19+
20+
21+
### New content editor
22+
23+
'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:
24+
- Resize images
25+
- Edit raw markdown
26+
- Preview latex including when it doesn't compile (with errors in red)
27+
- Improved table capabilities
28+
29+
### User tags
30+
- Tag users within a module ('module tag'), to allow grouping and filtering
31+
- Tag users across modules ('global tag'), to allow user-orientated analytics (e.g. for pastoral care)
32+

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ nav:
1515
- Terminology: "terminology.md"
1616
- Opportunities: "opportunities.md"
1717
- Releases:
18-
- "releases/index.md"
18+
- Major releases: "releases/major_releases.md"
19+
- Detailed Releases: "releases/latest_releases.md"
1920
- Previous releases:
2021
- 2023-24: "releases/relases_2023_24.md"
2122
- Status: "releases/status.md"

0 commit comments

Comments
 (0)