Releases: WISE-Community/WISE-DEPRECATED
Releases · WISE-Community/WISE-DEPRECATED
5.7.7
Changes
- Concept Map
- Match
- Refactored component code #1236
- Notebook
- Misc
5.7.6
5.7.5
Major changes
- Initial release of Public Notebook
- Bug fixes
-- Fixed html typo on student homepage - Code clean up
Database Changes
# add columns for the new public notebook feature
ALTER TABLE notebookItems ADD parentNotebookItemId INT(11) NULL;
ALTER TABLE notebookItems ADD groups TEXT NULL;
5.7.4
- Authoring Tool
- Moved the save message to the top bar. Added a spinning progress indicator when the Authoring Tool is in the process of saving. #923.
- We now show a confirm popup when an author tries to upload a large file. #832
- When an author uploads an image to be used in a field like a background, the image name is immediately populated into the field without having to click the choose button. #935.
- Fixed a problem with metadata not saving. #1128.
- Refactored code
- Implemented the WISE4 MySystem to WISE5 Concept Map converter. #1142.
- Export: Fixed a problem with student response values creating multiple cells if they contained a comma #1146
- Fixed the WISE logo link to use the server context path. #1115.
5.7.3
5.7.2
Major Changes
- VLE improvements
- Improved initial loading time for projects with a lot of branch points.
- Now uses the new layout where step select drop down is in between the previous and next buttons.
- Increased number of options that are shown in the step select drop down from 5 to 10.
- AT improvements
- Implemented importing work between components
- Concept Map, Embedded, Graph, Label, Table -> Draw
- Concept Map, Draw, Embedded, Graph, Table -> Label
- Draw, Embedded, Graph, Label, Table -> Concept Map
- Concept Map, Draw, Label -> Graph
- Label Component improvements
- Changed text position relative -> absolute to the dot
- Added padding to labels
- Open Response component improvements
- Added Custom Completion Criteria authoring.
Minor Changes
- Authoring Tool
- New: Added the ability to insert a step as the first step in an inactive activity.
- New: Added the ability to create a new step and place it directly in the Unused section.
- New: Added the ability to move inactive activities around within the Inactive Activities section.
- New: Added routes to go directly to the constraints view and transitions view so that authors can click on the constraint or branch icons in the project view and be brought directly to the appropriate view.
- New: Added a Verify button for the CRater item id in the Open Response Component. #890
- New: When an author clicks the Create button to create a project, we now display a message indicator and also disable the inputs so that they can't accidentally make multiple requests to create a project. #1046.
- Bug fix: where tooltips would have multiple lines even if the text only used one line.
- Bug fix: moving an active step into an inactive activity did not work properly.
- Bug fix: moving an inactive step within an inactive group to the inactive steps section did not work properly.
- Bug fix: deleting a node in an inactive activity would leave dangling references to the deleted node id. #992.
- Bug fix: when moving an activity where the Insert Inside and Insert After buttons would both show up for the group0 node when only the Insert Inside button should show up.
- Bug fix: where moving an inactive activity within the Inactive Activities section would create duplicates of the step nodes in that activity.
- Bug fix: broke a transition when inserting a step as the first step in an activity. #1083.
- Bug fix: Fixed a problem with the startNodeId not being updated properly in rare scenarios. #850.
- VLE
- Bug fix: images not rendering if their src path contained %20 or &. #889.
- Table Component improvements
- Connected components now merge tables instead of overwriting them.
- When the top left WISE logo is clicked in the VLE, Authoring Tool, or Grading Tool, we now send the user to the appropriate teacher/student/not signed in home page.
- Grading Tool
- Portal
- Graph Component
- Added custom point tooltips and custom series mouse over ability.
- Label Component
- New: Made the "Add New Label" button display even when in edit label text mode.
- Bug fix: the delete label button being visible while adding a label.
- Table Component
- New: If the author reduces the number of rows or columns, we no longer display a confirm popup if the rows or columns are empty. #1081.
- Bug fix: the label text input losing focus if a single label is clicked on twice.
- Other
- Implemented polling for WISE instance instead of sleeping for an arbitrary amount of time. #1079.
5.7.0
Major changes
- Added support for symbolic linking of resources while running WISE in embedded tomcat mode.
Minor changes
- Animation Component: Fixed a bug where the red line would not move. #1041
- Graph Component: Authors can now hide the legend, can author a custom legend and can have the graph highlight the latest point. Students can highlight a range.
- Label Component: Students can now import open response student data as a background image. Added an option to allow students to edit labels. #1040
- Graph and embedded components: Made some style and UI updates
- WISE4 Project Converter: Fixed a bug where old animation steps could break the conversion process
- Notebook: Fixed a bug that was preventing the report from functioning in the VLE
- WISE homepage and public library: Made some changes to the homepage featured projects display and removed unnecessary filters from the public library; changed the "Research & Technology" section on the homepage to "Research" and updated it's link to go to http://wise-research.berkeley.edu
5.6.3
Major changes
- Graph Component: Added the ability for students to drag plot lines on the graph
- Graph and Embedded Components: Implemented merging component states when importing work
- Authoring Tool
- Page load optimizations #924
- Added additional parameters to connected components that specifies which fields to look at in the imported work, when to process the imported work, and what action to take
- Merged teacher account info and change password into one page. #989
Minor changes
5.6.2
Major changes
- Implemented tracking changes to project.json with JGit #970
- Allow special characters in passwords. #949
- Added JUnits to TravisCI build #995
- Fixed a bug in preview where a custom completion criteria would not be immediately satisfied. #1021
- Fixed W4 CM max score change not saving bug #1006
Minor changes
- Fixed WebSocket NPE when author logs out of AT #898
- Concept Map Component: Fixed a problem with the Submit button not being re-enabled when the student changes a link type. #1015
- Updated project showcase on the WISE homepage to order projects by ID descending (newest first)
- Remove uploaded zip file after uncompressing. #821.
- Created script to automate version bumping. #962.
- Updated karma dependencies. #1013
- Added-back test for creating users with the same username. #1020
- Commit will now abort when there are updated translation files during pre-commit hook. #1005
- Added mouse over plot lines to the Graph component
- Authoring Tool: Moved the advanced authoring buttons to the same row as the back button. #975
- Code Improvements
- Refactored TeacherAccountController #985
- Cleaned up pom.xml and web.xml formatting #991
- Refactored ProjectService.previewProject() #998
- Removed checking for instance of teacher or student user details. #1001
- Refactored StudentIndexController #984
- Removed components/audioRecorder directory #983
- TeacherAccountController.onSubmit: separated long method to one for creating new teacher and one for updating existing teacher. Fixes #985
- Cleaned formatting of wise5/test-unit and wise5/services directory. #960 #961 #981
- Removed unnecessary null-check for result of project.getWiseVersion(). #1000
- FileManager.getProjectFilePath no longer handles null input. #1017
5.6.1
Major changes
- Classroom Monitor:
Minor changes
-
Authoring Tool:
- Made an improvement to reduce the possibility of authors being abruptly logged out. #964
- Fixed a minor corner case problem when authoring a branch merge point. #977
- Fixed a problem with not being able to author branch points based on a Multiple Choice answer. #952
- Made improvements to the Table component authoring.
- Changed indenting from 4 to 2 spaces in component es6 and html files. #931
- Moved the advanced component button to the top of the component.
- Added the inactive activities section in the authoring tool. #635
-
Classroom Monitor:
- Reduced loading time when viewing component revisions by only showing the first 5 revision initially and then letting users optionally view more.
- Added numbers to each assessment item in the node (step) info display to correspond with the grading view.
- Fixed a bug that showed students names in the Grade by Team view when user didn't have permission to do so. #958
- Added workgroup (team) ID number to Grade by Step view and the workgroup select dropdown when user doesn't have permission to view student names.
-
VLE:
- Made a performance optimization by calling updateNodeStatuses() less frequently. #965
- Fixed a bug that broke communication between Embedded component applications and WISE
-
Portal:
-
Misc
- Added codeAnalysis.sh that generates Plato report of W5 AT,CM,VLE,Components, and Services folders. #963