From e7a5ef43badb7fbc5034d5a83b709e3c131a52ca Mon Sep 17 00:00:00 2001 From: Brad Miller Date: Fri, 3 Feb 2023 15:17:30 -0800 Subject: [PATCH] Prep for 6.2.0 --- VERSION | 8 ++++++++ pyproject.toml | 2 +- static/motd.html | 6 +++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 13ac53bb6..764f551bf 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,11 @@ +RunestoneServer-6.2.0 + +- Support for grading microparsons +- Support for grading webwork questions +- Fix Webwork question images on assignment page +- Fix registering from library with one click +- Enable pct correct for dragndrop and clickable questions + RunestoneServer-6.1.16 - Bug fixes for peer instruction diff --git a/pyproject.toml b/pyproject.toml index 37cb4066d..a4fb88b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ # ================ [tool.poetry] name = "runestone_poetry_project" -version = "6.1.16" +version = "6.2.0" description = "A web2py-based server for the Runestone e-book system." authors = ["Brad Miller ", "Bryan A. Jones Updates January 21, 2023 +

Updates February 3, 2023

  • PreTeXt book fixes
  • -
  • Major update to how students can track their assignment progress
  • +
  • Support for grading webwork and microparsons questions
  • Short answer questions can now have attachments! - the uses for this are pretty much endless! Enjoy.
  • -
  • Better filtering when doing manual grading
  • +
  • Bug fixing and polishing

High School Teachers: