Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Releases: ubc/ubcpi

Version 0.5.3

07 Apr 18:52
Compare
Choose a tag to compare
  1. Introduced Esperanto (eo) language dummy translations.
  2. Added character limit warning for rationale.

Version 0.5.2

07 Apr 18:52
Compare
Choose a tag to compare
  1. Updated XBlock version reference to 0.4.7
  2. Added support for XBlock-level internationalization/localization
  3. Added chart labels: Original Answer, Revised Answer
  4. Fixed the fact that rationales that had words longer than 77 characters would bleed outside container/not-wrap
  5. Modified CSS to make images larger than the container responsive
  6. Minor text change (clarification of rationale to students)
  7. Added question text to final step
  8. Changed icon on final step + style change to remove floating list bullet
  9. Changed title from "Question" to "Peer Instruction Question"

Version 0.5.1

22 Feb 21:28
Compare
Choose a tag to compare
  • Changed the "Question" title to "Peer Instruction Question"
  • Changed the answer icon from fa-users to fa-user and the dot at the last step
  • Modified the ‘Explain your selection’ instruction to remind them that the intended readers are other students
  • Added question text at the end of the process

Version 0.5.0

07 Jan 23:50
Compare
Choose a tag to compare
  • Added participation score support
  • Added serialisation support for course export
  • Added EdX analytic event (https://openedx.atlassian.net/wiki/display/AN/Peer+Instruction+XBlock+Event+Design)
  • Updated UX based on feedbacks from the student usability testing
  • Updated UX and accessibility based on feedbacks from EdX
  • Disabled student empty rationale submission
  • Fixed a bug where a 500 error is generated when removing an option from list under certain condition
  • Fixed a bug where the responses are missing after going to a different page

Version 0.4.4

16 Sep 22:29
Compare
Choose a tag to compare
  • Fixed progress page loading error
  • Disabled the score
  • Minor UI changes
  • Limited answer pool size to 4k in bytes
  • Limited max 10 options per question

Version 0.4.3

04 Sep 19:17
Compare
Choose a tag to compare

Updated styles, accessibility and inline documents

Version 0.4.2

31 Aug 17:24
Compare
Choose a tag to compare

minor changes over 0.4.0

0.4.0

08 Aug 01:22
Compare
Choose a tag to compare
  • Added unit and acceptance tests with 100% coverage
  • Disabled chart generation when there is not enough response
  • Improved accessibility
  • A lot of code refactoring