You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a frontend error under following circumstances:
Create poll with question x (checkbox)
Fill poll in frontend
Open poll again to show your answers -> all good
Hide question in backend
Open poll again to show your answers -> Error
Error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function getMaximum1() on null | Error thrown in file /var/www/intranet/public/typo3conf/ext/fp_masterquiz/Classes/Domain/Model/Selected.php in line 230
We have a use case where we simply don't want to show a question anymore OR want to show it but with a description like "not available anymore". Problem: If you hide the question, it's not shown anymore. This is okay, but users that filled the question formerly, want to see their answer for that question.... What would be the best way to not show the question for new users but show it for old users? Something like "closed" is available for the poll, but not for a single question.
The text was updated successfully, but these errors were encountered:
In version 4.2.0 questions can now be closed too. You find the checkbox in the Access-Tab.
You need to adapt your Partials/Question/Properties.html file.
Hi there,
I get a frontend error under following circumstances:
Error:
Core: Exception handler (WEB): Uncaught TYPO3 Exception: Call to a member function getMaximum1() on null | Error thrown in file /var/www/intranet/public/typo3conf/ext/fp_masterquiz/Classes/Domain/Model/Selected.php in line 230
We have a use case where we simply don't want to show a question anymore OR want to show it but with a description like "not available anymore". Problem: If you hide the question, it's not shown anymore. This is okay, but users that filled the question formerly, want to see their answer for that question.... What would be the best way to not show the question for new users but show it for old users? Something like "closed" is available for the poll, but not for a single question.
The text was updated successfully, but these errors were encountered: