Hi Michael,
Hmm ... I just did a clean install of 3.0.13 and checked
/usr/share/bigbluebutton/html5-client/private/config/settings.yml
Your right -- quizzing is not enabled by default.
poll:
enabled: true
allowCustomResponseInput: true
maxCustom: 5
maxTypedAnswerLength: 45
chatMessage: true
quickPollConfirmationStep: true
quiz:
enabled: false
quickPollCorrectAnswerSuffix: "__"
For now, you can edit
to /etc/bigbluebutton/bbb.html5
and add
poll:
quiz:
enabled: true
quickPollCorrectAnswerSuffix: "__"
and restart BigBlueButton. The quizzing option will be visible by default when starting a poll.
We'll have it enabled by default in 3.0.14
Regards,.. Fred