You are here

CHANGELOG.txt in Quiz 7.4

version 6.x-4.x
----------------
The goal is to make this version good enough to be used in a L(C)MS
- User experience for quiz creators improved
-- Improved question browser
-- Can add a question to a quiz from the question node form
-- Quiz settings are remembered
-- Quiz defaults are customizable
-- Random and compulsory questions are handled in a more intuitive way
- Performance improved
-- Question objects are cached statically
-- Queries have been rewritten
-- Indexes have been added
- Statistics
- Scale question-type
- More advanced scoring
- Improved stability

version 6.x-3.0
---------------
Released.  Need to merge 3.x branch into this CHANGELOG.txt

version 6.x-2.0-alpha1
----------------------
- Migration to Drupal 6
- Updated to use schema api in quiz
- Updated to use new (D6) theme system
- Updated to use new (D6) menu system
- Many bugs fixed

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. version 6.x-4.x
  2. ----------------
  3. The goal is to make this version good enough to be used in a L(C)MS
  4. - User experience for quiz creators improved
  5. -- Improved question browser
  6. -- Can add a question to a quiz from the question node form
  7. -- Quiz settings are remembered
  8. -- Quiz defaults are customizable
  9. -- Random and compulsory questions are handled in a more intuitive way
  10. - Performance improved
  11. -- Question objects are cached statically
  12. -- Queries have been rewritten
  13. -- Indexes have been added
  14. - Statistics
  15. - Scale question-type
  16. - More advanced scoring
  17. - Improved stability
  18. version 6.x-3.0
  19. ---------------
  20. Released. Need to merge 3.x branch into this CHANGELOG.txt
  21. version 6.x-2.0-alpha1
  22. ----------------------
  23. - Migration to Drupal 6
  24. - Updated to use schema api in quiz
  25. - Updated to use new (D6) theme system
  26. - Updated to use new (D6) menu system
  27. - Many bugs fixed
  28. version 5.x-2.0-beta2
  29. ------------
  30. - Added pgsql update mechanism
  31. - Custom php is now executed when used with php filter in text summaries
  32. version 5.x-2.0-beta1
  33. ------------
  34. - Added support for views 5.x-1.x via contrib module 'Quiz Views'
  35. - Added additional permission options.
  36. - Added feedback ranges
  37. - Added support for feedback options by category
  38. - Added support for backwards navigation
  39. - Questions on quiz now in groupings based on how they are placed within a quiz
  40. - Added support for revisions
  41. - Schema overhaul
  42. - More scalable quiz answer architecture
  43. - Improved random question management
  44. - Various Interface enhancements
  45. - Various Bugfixes
  46. - Code cleanup
  47. 2007-06-13
  48. ----------
  49. Removed non-working features, to be fixed in future versions
  50. 2007-02-02
  51. ----------
  52. Updated module to Drupal 5
  53. 2005-08-31
  54. ----------
  55. Initial release after Summer of Code:
  56. - Admininistration side completed, including:
  57. o Create/Edit permissions
  58. o Multichoice question creation
  59. o Quiz creation
  60. o Interface for adding questions to quizzes
  61. o Taxonomy selection
  62. o Taxonomy filtering on question bank
  63. - Implemented several hooks:
  64. o hook_access
  65. o hook_delete
  66. o hook_help
  67. o hook_validate
  68. o new node hooks for 4.7
  69. - Formatted queries to support table prefixes
  70. - Added Doxygen comments throughout
  71. - Created user documentation in admin/help
  72. - Fixed numerous bugs
  73. - Fixed numerous formatting issues
  74. - Fixed numerous UI issues
  75. 2005-07-03
  76. ----------
  77. Original code written by chx