Skip to content

Commit

Permalink
Version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bihor committed Mar 4, 2024
1 parent 3463e92 commit aa09c4f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions Configuration/FlexForms/flexform_pi1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@
<numIndex index="0">LLL:EXT:fp_masterquiz/Resources/Private/Language/locallang_be.xlf:settings.pointsMode.3</numIndex>
<numIndex index="1">3</numIndex>
</numIndex>
<numIndex index="3" type="array">
<numIndex index="0">LLL:EXT:fp_masterquiz/Resources/Private/Language/locallang_be.xlf:settings.pointsMode.4</numIndex>
<numIndex index="1">4</numIndex>
</numIndex>
</items>
</config>
</TCEforms>
Expand Down
3 changes: 2 additions & 1 deletion Documentation/Configuration/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ redirectToResultPageAtFinal boolean Redirect to the result page at the end?
checkAllStars boolean Check all stars on star rating by default? 0
highscoreLimit integer Number of entries in the highscore 10
resultLimit integer Number of entries in the result list (layout=2) 20
pointsMode integer Points per answered question: 0, 1, 2 or 3. 0
pointsMode integer Points per answered question: 0, 1, 2, 3 or 4. 0
noFormCheck boolean Don´t check for answered questions at all? 0
phpFormCheck boolean Enable check for answered questions with PHP? 0
allowEdit boolean Show links to pages and allow to edit answers? 0
Expand Down Expand Up @@ -256,6 +256,7 @@ In the default mode, negative points are possible at e.g. checkboxes when not al
pointsMode=1: negative points will be set to 0 points.
pointsMode=3: like pointsMode=1, but when not all correct answers are selected, the participant will get 0 points for
the whole question instead of x/y points.
pointsMode=4: like pointsMode=3, but when all answers are answered correct, only 1 point will be given, else 0.


.. _joker:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fp_masterquiz

version 4.3.0
version 4.3.1

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 Down
6 changes: 5 additions & 1 deletion Resources/Private/Language/de.locallang_be.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,11 @@
</trans-unit>
<trans-unit id="settings.pointsMode.3" resname="settings.pointsMode.3">
<source>0 points when not all correct answers are checked</source>
<target>0 Punkte, wenn nicht alle richtigen Antworten ausgewählt wurden</target>
<target>0 Punkte, wenn nicht alle richtigen Antworten ausgewählt wurden, sonst alle Punkte</target>
</trans-unit>
<trans-unit id="settings.pointsMode.4" resname="settings.pointsMode.4">
<source>0 points when not all correct answers are checked, else 1 point</source>
<target>0 Punkte, wenn nicht alle richtigen Antworten ausgewählt wurden, sonst 1 Punkt</target>
</trans-unit>
<trans-unit id="settings.allowEdit" resname="settings.allowEdit">
<source>Allow edit answered questions (works only for show by tag)?</source>
Expand Down
5 changes: 4 additions & 1 deletion Resources/Private/Language/locallang_be.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
<source>Translate negative points to 0</source>
</trans-unit>
<trans-unit id="settings.pointsMode.3" resname="settings.pointsMode.3">
<source>0 points when not all correct answers are checked</source>
<source>0 points when not all correct answers are checked, else all points</source>
</trans-unit>
<trans-unit id="settings.pointsMode.4" resname="settings.pointsMode.4">
<source>0 points when not all correct answers are checked, else 1 point</source>
</trans-unit>
<trans-unit id="settings.allowEdit" resname="settings.allowEdit">
<source>Allow edit answered questions (works only for show by tag)?</source>
Expand Down

0 comments on commit aa09c4f

Please sign in to comment.