Skip to content

Releases: uccser/codewof

1.3.1

24 Jul 02:31
Compare
Choose a tag to compare
  • Remove ride share question.
  • Enable modification of questions via admin interface.

1.3.0

24 Jul 02:29
Compare
Choose a tag to compare
  • Add 16 new questions.
  • Add summary page for question creators.
  • Improve access to information for research studies
  • Fix bug where whitespace of user code in attempt wasn't shown in admin interface.
  • Fix bug where sender's email address is not listed on contact us forms sent to admin.
  • General typo fixes and question clarifications.
  • Dependency updates.

1.2.0

24 Jul 02:28
Compare
Choose a tag to compare
  • Add 'How to use' section and dropzone highlighting for Parson's Problems.
  • Pick different daily questions for each user.
  • Add title attributes for each webpage.
  • Prevent users from removing user type.
  • Add logging for choosing user daily questions.

1.1.1

15 Aug 06:22
Compare
Choose a tag to compare
  • Fix bug where home link in navbar didn't highlight.
  • Set automated production deployment to master branch.

1.1.0

15 Aug 04:27
Compare
Choose a tag to compare
  • Add user dashboard listing daily questions.
  • Add 9 new questions.
  • Redesign homepage.
  • Add privacy policy, terms of service, and cookie policy.
  • Fix reCAPTCHA checkers.
  • Fix bug where users could register for a research study with no groups.
  • Provide link to dashboard after questions.
  • Simplify available navbar items.

1.0.0

15 Aug 04:27
Compare
Choose a tag to compare

Initial release of codeWOF website, containing the following key features:

  • Allows users to create an account with email verification.
  • List Python questions in various question types including:
    • Program questions
    • Function questions
    • Parson's problems
    • Debugging questions
  • Questions are run browser side in JavaScript for simplicity and security.
  • Questions are open source and easily extended.
  • List research studies, and allow user to register for these.
  • Project based off Django system used by UCCSER for consistency.