closedquestion 7.x-2.3

Bug fixes
New features
  • Many improvements for the editor
  • Added Moviehotspot and Arrow question types
  • Various fixes and improvements

closedquestion 7.x-2.1

New features
Bug fixes

Version 7.x-2.1

  • Issue #1294262 by adamdicarlo: Fixed undeclared dependency on file (file field) module.
  • Issue #1262702 by HylkeVDS: Added language tests to find the body textarea in the node-edit page.
  • Issue #1262756 by HylkeVDS: Added a check to make sure there is a body-property before using it.
  • Issue #1262644 by HylkeVDS: Removed base_path from library filenames, sice they cause problems with the locale parsing of the files.
  • Issue #1231310 by HylkeVDS: Added TextLabel feature.
  • Issue #1238734 by HylkeVDS: Converted views to Views 3.
  • Issue #1213766 & #1221974: Improved language sniffing.
  • Issue #1229672 by HylkeVDS: Fixed fatal error on empty hotspot.
  • Issue #1231862 by rekcor: Fixed bug of Notices appearing when Mapping node does not have the "correct" property set.
  • Issue #1245128 by HylkeVDS: Changed feedback to be in a div instead of a span. Added support for H1-H6.
  • by HylkeVDS: Fixed problem in editor with array traversion order in IE.
  • by rekcor: Changed colors of selected item in tree, since they became black on navy in Windows browsers.
  • by Rekcor: Improved-display-of-node-attribute-descriptions.
  • by HylkeVDS: Fixed valid_children for check question.

closedquestion 6.x-2.1

Bug fixes

Version 6.x-2.1

  • Changed colors of selected item in editor tree, since they became black on navy in Windows browsers.
  • Improved display of node attribute descriptions.
  • Fixed valid_children for check question.
  • Fixed error when parsing externally added feedback that does not have a context node.
  • Fixed errors when a sequence question has bad XML.

closedquestion 7.x-2.0

New features
Bug fixes

The first non-beta and non-dev release of ClosedQuestion for Drupal7! This release features all the features of the 6.x-2.0 version, but for Drupal 7.

closedquestion 6.x-2.0

New features
Bug fixes

The first release of version 2.0 of ClosedQuestion, with many improvements, most noteworthy being an editor and fixed postgresql problems.

  • Added a question editor.
  • Added a Flash question type, that allows the question to be implemented in a client-side technology like a Flash or Java applet.
  • Issue #1121410: Fixed postgresql-incompatible insert queries.
  • Added time of answering to the answer table.
  • Issue #1169356: Added autocomplete="off" to input fields.
  • Improved user-view by including last-change time.

closedquestion 6.x-2.0-beta12

New features
Bug fixes
  • by HylkeVDS: Fixed small typo, to force mappings in a group and removed default node, as it is an alias.
  • by HylkeVDS: Removed "value" question type from editor, as it is unsupported by the editor.
  • by rekcor: Added hint_on_empty functionality: when there is no value given for an attribute, the hint_on_empty is shown in the input field.
  • by rekcor: Improved function createAttributeEditor by making it less complex; Added default hint_on_empty for attributes with known data type.

closedquestion 7.x-2.0-beta9

Bug fixes

* Added missing node-type "prompt" to valid_children list of "question".
* Fixed a bug in the editor where it would find the wrong form_build_id.

closedquestion 6.x-2.0-beta11

Bug fixes

* Added missing node-type "prompt" to valid_children list of "question".
* Fixed a bug in the editor where it would find the wrong form_build_id.

closedquestion 7.x-2.0-beta8

Bug fixes
  • Fixed a typo in a template.
  • Moved template functions to their own file.
  • Added more documentation in Advanced Help, on the Flash question type.

closedquestion 6.x-2.0-beta10

Bug fixes
  • Fixed text-selection on Select&Order questions with duplicates.
  • Fixed typo in a template.
  • Moved template functions to their own file.
  • Added more documentation in Advanced Help, on the Flash question type.

closedquestion 7.x-2.0-beta7

New features
Bug fixes
  • Issue #1116824 by HylkeVDS: Added missing config options for horizontal select&order questions.
  • by HylkeVDS: Content shown in titles now has extra whitespace removed.
  • Issue #1105248 by HylkeVDS: Added instruction in README about using collapse_text in questions.
  • by HylkeVDS: Added a "Flash" question type that allows a flash applet or other client-side technology to implement the question logic.
  • Issue #1124494 by HylkeVDS: Fixed non-selectable text in form fields.

closedquestion 6.x-2.0-beta9

Bug fixes

Added time of answering to the answer table.
Make sure you run update.php so the database table is updated.

closedquestion 6.x-2.0-beta8

Bug fixes
  • Issue #1121410 by HylkeVDS: Fixed more postgresql-incompatibilities.

closedquestion 6.x-2.0-beta7

Bug fixes
  • Issue #1124494 by HylkeVDS: Fixed non-selectable text in form fields.
  • by HylkeVDS: Inproved warning message for depricated and unknown attributes to avoid confusion with the term "node".
  • Issue #1121410 by HylkeVDS: Fixed more postgresql-incompatibilities.

closedquestion 6.x-2.0-beta6

New features
Bug fixes

* Issue #1121410: Fixed postgresql-incompatible insert queries.
* Issue #1105248: Added instruction in README about using collapse_text in questions.
* Added a "Flash" question type that allows a flash applet or other client-side technology to implement the question logic.
* In editor, content shown in titles now has extra whitespace removed.
* Issue #1116824: In editor, added missing config options for horizontal select&order questions.

closedquestion 7.x-2.0-beta6

Bug fixes

Issue #1113558 by HylkeVDS: Fix for always selected first option in multiple choice questions.
Issue #1113538 by HylkeVDS: Fixed field-weight of the question being fixed at 0.
by rekcor: Improved the feedback on form errors/messages to the question author.

closedquestion 6.x-2.0-beta5

Bug fixes

by rekcor: Improved the feedback on form errors/messages to the question author.

closedquestion 7.x-2.0-beta5

Bug fixes

by HylkeVDS, rekcor: Fixed possible partial data loss on invalid user input.

closedquestion 6.x-2.0-beta4

Bug fixes

by HylkeVDS, rekcor: Fixed possible partial data loss on invalid user input.

closedquestion 6.x-2.0-beta3

New features
Bug fixes
  • by rekcor: Added the possibility to define feedback on user input in the attribute editors.
  • by HylkeVDS: Moved the template load warning to when a template is actually selected.
  • by HylkeVDS: Added support for depricated attributes, improved warning messages.
  • Issue #1111888 by HylkeVDS: Fixed disappearing hints.
  • by rekcor: Added the possibility to style the attribute editor form elements from the config.

closedquestion 7.x-2.0-beta4

New features
Bug fixes
  • by HylkeVDS: Fixed template loading and moved the template load warning to when a template is actually selected.
  • by HylkeVDS: Added support for depricated attributes, improved warning messages.
  • Issue #1111888 by HylkeVDS: Fixed disappearing hints.
  • by rekcor: Added the possibility to style the attribute editor form elements from the config.

closedquestion 7.x-2.x-dev

New features
Bug fixes

Nightly development snapshot for the 7.x-2.x version.

closedquestion 7.x-2.0-beta1

New features
Bug fixes

First beta of the 7.x branch. This is a port of the 6.x-2.x branch.

closedquestion 6.x-1.10

Bug fixes

Version 6.x-1.10
* Issue #1108240 by HylkeVDS: Added better error reporting.

closedquestion 6.x-2.0-beta1

New features

The biggest new feature in this new version is a question editor, based on jsTree. This version requires some new dependencies, so before upgrading, first check README.txt and check the extra requirements.

closedquestion 6.x-2.x-dev

New features

Nightly development snapshot for the 6.x-2.x version.

The biggest new feature in this new version is a question editor, based on jsTree. This version requires some new dependencies, so before upgrading, first check README.txt and check the extra requirements.

closedquestion 6.x-1.9

Bug fixes

Version 6.x-1.9

  • Issue #1091898: Fixed "nothing selected" being seen as "first option selected" in Option questions.
  • Fixed a mixup of text and log access callbacks. Callbacks now correctly check if the node is a question.

closedquestion 6.x-1.8

Bug fixes

Version 6.x-1.8

  • Documentation updates.
  • Fixed "default" node not being an alias for "startstate" node.
  • #1054792: Fixed math evaluation error by parsing the user-answer variables when any math is found.

closedquestion 6.x-1.7

Bug fixes

Version 6.x-1.7

  • #1048836: Fixed error when using e as id for an inlineChoice in FillBlanks questions.
  • Fix for math expressions not being able to use the student's answer(s) in the feedback. See example Fill Blanks 2.
  • Fix case sensitivity problems in variable names.
  • Fix for "Math evaluation error: illegal character =" when a fill-blanks id is not a valid evalMath variable name.

closedquestion 6.x-1.5

New features
Bug fixes

Version 6.x-1.5

  • Fixed problem in tries count in sequence questions.
  • Range checks now support full math equations in the value, minval and maxval fields and can use the student's answers in those equations. See advanced-help example "Fill Blanks 3".

closedquestion 6.x-1.4

Bug fixes

Version 6.x-1.4

  • Fixed reset button.
  • Fixed bug that caused the resubmission of the same answer to count as a try.
  • Range checks now try to recognise if a student uses a ',' instead of a decimal '.' as is common in some countries.

closedquestion 6.x-1.3

Bug fixes

* Fixed occasional missing include of XmlLib causing a fatal error.

closedquestion 6.x-1.2

Bug fixes

Version 6.x-1.2
* Simplified submit handling.
* Cleaned up question initialisation.

closedquestion 7.x-1.x-dev

New features
Bug fixes

Snapshots of the latest developments. Use with care, if it breaks you get to keep both pieces.

closedquestion 6.x-1.1

Bug fixes

Version 6.x-1.1

  • Fixed the general stylesheet and javascript not being included when node_view is bypassed.
  • Updated the view ClosedQuestionUserLog to also show the Log entry id.
  • Fixed incorrect calculation of number of tries of sequence questions.
  • Catch #comment nodes in Balance sections.
  • Fixed error in Balance Questions without 'correct' feedback in a section.

closedquestion 6.x-1.0

New features

Version 6.x-1.0
This is the first release on Drupal.org.

Version 0.39 was the last non-Drupal.org release.
If you upgrade from a version before 0.39 you should first upgrade to 0.39 (download here: http://wmmrc.wur.nl/drupal-modules/download) before upgrading to this version.

Subscribe with RSS Subscribe to Releases for Closed Question