Releases: TheMacLab/game-on
Stats Page CSS Fix
- Fixed first-tab CSS getting mashed together on smaller resolutions
- Added dynamic font sizes to first-tab info boxes
- Made first-tab info boxes container dynamic width
Animate Failure Messages
Originally when a student failed a test question, an error message would appear. The message was static even if the student failed the test multiple times. Now the error message flashes to indicate multiple failed attempts.
The displaying of the answers array (for debugging) was removed.
Task Chains Fix
- Fixed task chains to work all the time
- Added field for a final message to be displayed once a user has fully finished a task chain
Task Test Revamp
Tests have been revamped in the options side of things. Completion and mastery tests are consolidated to one cmb-metabox now, instead of 10 separate metaboxes.
Other changes include some minor spelling and punctuation changes in types.php.
Display Task Rewards on Page
- Added task rewards underneath post title
Reapplying Changes To Comments
Comments no longer break when a user doesn't exist. These changes are modified from 1.6.9.
Analysis Bug Fixes
- Fixed user choices not overflowing properly (when the choices div reached full capacity choices would disappear because they couldn't fit)
- Fixed users in multiple classes not showing up in each class
- Fixed javascript logging undefined objects when it wasn't an issue
- Fixed boxes users staying checked when their class is unchecked
- Defaulted the selection to experience and reordered the selections to be like they appear in task creation page (experience, currency, time)
- Added gold to the selection possibilities
Analysis Checkbox Persistence & CSS Refactoring
- Made checkboxes on the analysis tab of clipboard page persistent, i.e. when changing selections (experience, time, completed, etc.) users will remain checked
- Refactored stats page CSS, cleaned it up and standardized it
- Made z-index of stats page white and black overlays very high to avoid elements laying ontop of the stats page
Analysis Overhaul
- Fixed analysis tab on clipboard
- Added periods to student filter
- Refactored analysis code
- Slightly altered analysis CSS, hovering over the list of students to choose from will no longer have an effect
Comments of Deleted Users Fix
Comments were breaking when a comment was being rendered by a user that had been deleted. The issue was in the displaying of user levels.