From 76c0b5b55cfe0ad4b23b5e39bda66ab67864202e Mon Sep 17 00:00:00 2001 From: Andrew Gardener Date: Thu, 4 Jan 2018 16:24:28 -0800 Subject: [PATCH] Prepare v1.1 release --- CHANGELOG.md | 18 ++++++++++++++++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0191d54..7c0174b02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v1.1 + +## Notable changes + +* The addition of multidimensional scaling to the pair selection algorithm, meaning that answer pairs should be selected more accurately when multiple criteria are used +* Adding an option for instructors to include their own answers in assignments to see how students respond to and score/rank them (the latter applies only when the adaptive setting is used) +* Interface changes to improve the student experience (based on results from in-depth usability testing this fall) +* Most notably, more clearly labeling and indicating where to find peer feedback as well as showing completed student work over two tabs in each assignment (one labeled "Your Answer + Feedback" and the other "Your Comparisons") +* General updates to the mobile view of the application +* Removing assignment help comments (this tab will no longer need to be monitored by instructors or instructional teams) +* Sorting student work by last name on the "Comparisons" tab for easier grading +* Refining the consistency and readability of pop-up messages +* The ability for instructors to mark courses as test environments ("sandboxes") +* Improving the LTI integration (i.e., allowing ComPAIR to work more smoothly with other learning platforms like Canvas) +* New system settings for controlling the visibility of some private student data from instructor (default hides email and CAS username from instructor view/reports) + +For full list of changes: https://github.com/ubc/compair/issues?utf8=%E2%9C%93&q=milestone%3A%22Version%201.1%22%20 + # v1.0 ## Notable changes diff --git a/bower.json b/bower.json index 3e73f313d..b956868e7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "compair", - "version": "1.0.0", + "version": "1.1.0", "homepage": "https://github.com/ubc/compair", "authors": [ "UBC CTLT" diff --git a/package.json b/package.json index 49c9c3906..a424bc20b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ComPAIR", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "repository": { "type": "git",