Rendition of a simple quiz assignment
A live version can be found at: https://www.remideboer.com/quiz/
Make sure to uncomment 'encoding' => 'utf8' in app/Config/database.php
A SQL create insert script can be found at src/sql Make sure your mysql client is using utf8 encoding when using this script. Using the commandline start MySQL using: mysql --default-character-set=utf8