Skip to content

Commit

Permalink
Version 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bihor committed Feb 24, 2023
1 parent 684b960 commit d8561fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Documentation/Administrator/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ And there are this user-related sections: participant and selection (answers of

A quiz has this variables:
name, about, timeperiod (in seconds), media, questions, questionsSortByTag, categories, evaluations and
maximum2 (maximum points for a quiz).
maximum2 (maximum points for a quiz) and qtype (for quiz, poll or test).

A question has this variables:
title, qmode (question-mode), image, bodytext, explanation, sorting, tag, answers, selectOptions, numberOfAnswers,
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ ChangeLog
Reformatting source code and PHP 8 bugfix.
Bugfix: optional checkbox was not clickable.

3.5.10:
3.6.0:
Tabs introduced to a quiz entry in the backend. Questions and evaluations are now collapsed.
Setting closed added: participation is than not possible.
Type added to a quiz-entry.
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fp_masterquiz

version 3.5.10
version 3.6.0

TYPO3 extension to create a quiz, poll or test. The participant result will be saved in the DB too and can be deleted automatically via Scheduler.

Expand All @@ -23,10 +23,6 @@ Available languages: english and german/deutsch.
You find the documentation at typo3.org: https://docs.typo3.org/p/fixpunkt/fp-masterquiz/master/en-us/


Changes in version 3.5.0/1:
- Mandatory check with PHP too, if setting phpFormCheck=1.
- New question mode: matrix with categories of a question.

Changes in version 3.5.2:
- Security fix: checking participant against a session-key. Please read the section Administrator / Security fix in version 3.5.2.
- Bugfix: check if a quiz/poll is allowed on a page. Therefore, the defaultQuizUid was removed in the settings!
Expand All @@ -36,9 +32,9 @@ Changes in version 3.5.5:
- Reformatting source code and PHP 8 bugfix
- Bugfix: optional checkbox.

Changes in version 3.5.10:
Changes in version 3.6.0:
- Tabs introduced to a quiz entry in the backend. Questions and evaluations are now collapsed.
- Setting closed added: participation is than not possible.
- Type added to a quiz-entry.
- Bugfix sending emails and adminEmail can now contain more email-addresses and in debug mode the email-content will be prompted.
- Bugfix for other languages than 0 and PHP 8 bugfix
- Bugfix for other languages than 0 and PHP 8 bugfix.
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'state' => 'stable',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '3.5.10',
'version' => '3.6.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.6-11.5.99',
Expand Down

0 comments on commit d8561fc

Please sign in to comment.