Skip to content

Releases: TheMacLab/game-on

Stats Page CSS Fix

20 Jun 18:10
Compare
Choose a tag to compare
  • 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

20 Jun 01:56
Compare
Choose a tag to compare

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

19 Jun 20:16
Compare
Choose a tag to compare
  • 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

19 Jun 02:25
Compare
Choose a tag to compare

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

16 Jun 19:01
Compare
Choose a tag to compare
  • Added task rewards underneath post title

Reapplying Changes To Comments

13 Jun 19:43
Compare
Choose a tag to compare

Comments no longer break when a user doesn't exist. These changes are modified from 1.6.9.

Analysis Bug Fixes

12 Jun 20:22
Compare
Choose a tag to compare
  • 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

11 Jun 19:36
Compare
Choose a tag to compare
  • 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

10 Jun 19:21
Compare
Choose a tag to compare
  • 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

07 Jun 17:59
Compare
Choose a tag to compare

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.