We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0dd1c commit a5f5fd9Copy full SHA for a5f5fd9
2 files changed
VERSION
@@ -1,4 +1,9 @@
1
-RunestoneServer-6.1.9
+RunestoneServer-6.1.10
2
+
3
+- Add filter to manual grading to only show ungraded questions.
4
+- Clean up the student peer instruction selection page
5
+- Allow users to register from the library page.
6
7
Changes since 6.1.7
8
9
- Hide original webwork on the assignment and grading interface
pyproject.toml
@@ -17,7 +17,7 @@
17
# ================
18
[tool.poetry]
19
name = "runestone_poetry_project"
20
-version = "6.1.9"
+version = "6.1.10"
21
description = "A web2py-based server for the Runestone e-book system."
22
authors = ["Brad Miller <bonelake@mac.com>", "Bryan A. Jones <bjones AT ece DOT msstate DOT edu"]
23
license = "MIT"
0 commit comments