You are here

CHANGELOG.txt in Quiz 5.2

-----------
5.x-2.x-dev
-----------
- Fixed a bug with multichoice answers not showing users choices correctly

version 5.x-2.0-beta3
------------
- fixed a typo in the install schema

version 5.x-2.0-beta2
------------
- Added pgsql update mechanism
- Custom php is now executed when used with php filter in text summaries

version 5.x-2.0-beta1
------------
- Added support for views 5.x-1.x via contrib module 'Quiz Views'
- Added additional permission options.
- Added feedback ranges
- Added support for feedback options by category
- Added support for backwards navigation
- Questions on quiz now in groupings based on how they are placed within a quiz
- Added support for revisions
- Schema overhaul
- More scalable quiz answer architecture
- Improved random question management
- Various Interface enhancements
- Various Bugfixes
- Code cleanup

2007-06-13
----------
Removed non-working features, to be fixed in future versions

2007-02-02
----------
Updated module to Drupal 5

2005-08-31
----------
Initial release after Summer of Code:

- Admininistration side completed, including:
  o Create/Edit permissions
  o Multichoice question creation
  o Quiz creation
  o Interface for adding questions to quizzes
  o Taxonomy selection
  o Taxonomy filtering on question bank
- Implemented several hooks:
  o hook_access
  o hook_delete
  o hook_help
  o hook_validate
  o new node hooks for 4.7
- Formatted queries to support table prefixes
- Added Doxygen comments throughout
- Created user documentation in admin/help
- Fixed numerous bugs
- Fixed numerous formatting issues
- Fixed numerous UI issues


2005-07-03
----------
Original code written by chx

File

CHANGELOG.txt
View source
  1. -----------
  2. 5.x-2.x-dev
  3. -----------
  4. - Fixed a bug with multichoice answers not showing users choices correctly
  5. version 5.x-2.0-beta3
  6. ------------
  7. - fixed a typo in the install schema
  8. version 5.x-2.0-beta2
  9. ------------
  10. - Added pgsql update mechanism
  11. - Custom php is now executed when used with php filter in text summaries
  12. version 5.x-2.0-beta1
  13. ------------
  14. - Added support for views 5.x-1.x via contrib module 'Quiz Views'
  15. - Added additional permission options.
  16. - Added feedback ranges
  17. - Added support for feedback options by category
  18. - Added support for backwards navigation
  19. - Questions on quiz now in groupings based on how they are placed within a quiz
  20. - Added support for revisions
  21. - Schema overhaul
  22. - More scalable quiz answer architecture
  23. - Improved random question management
  24. - Various Interface enhancements
  25. - Various Bugfixes
  26. - Code cleanup
  27. 2007-06-13
  28. ----------
  29. Removed non-working features, to be fixed in future versions
  30. 2007-02-02
  31. ----------
  32. Updated module to Drupal 5
  33. 2005-08-31
  34. ----------
  35. Initial release after Summer of Code:
  36. - Admininistration side completed, including:
  37. o Create/Edit permissions
  38. o Multichoice question creation
  39. o Quiz creation
  40. o Interface for adding questions to quizzes
  41. o Taxonomy selection
  42. o Taxonomy filtering on question bank
  43. - Implemented several hooks:
  44. o hook_access
  45. o hook_delete
  46. o hook_help
  47. o hook_validate
  48. o new node hooks for 4.7
  49. - Formatted queries to support table prefixes
  50. - Added Doxygen comments throughout
  51. - Created user documentation in admin/help
  52. - Fixed numerous bugs
  53. - Fixed numerous formatting issues
  54. - Fixed numerous UI issues
  55. 2005-07-03
  56. ----------
  57. Original code written by chx