Skip to content

Yaksh Release v0.8.1

Compare
Choose a tag to compare
@adityacp adityacp released this 28 Jun 06:37
· 714 commits to master since this release
e3ad85a

=== 0.8.1 (18-06-2018) ===

  • Fixed a bug where quiz completion shows inprogress even after completing.
  • Changed send bulk mail to add recipients to BCC list instead of TO list.
  • Changed course status feature to view student progress more easily and quickly.
  • Changed student course dashboard to view completion percentage per module and
    overall course.
  • Added support for nose asserts for python assertion based evaluation.
  • Added a new feature to show error line number in student code for python
    based questions only.
  • Replaced django render_to_response function with render function in views.
  • Upgraded Django version from 1.9.5 to 1.10.
  • Fixed pep8 for the code base.
  • Fixed a bug that allows answer to be true if there are no test cases to a code
    question.