0.2.0
What's Changed
yarn
is now called directly throughsubprocess.run()
. This should resolve some problems in Windows.pynpm
dependency has been removed.- Added
customCode
andcustomFunctions
arguments for direct javascript use. Also addedgetJS()
helper to get the code from a file. - Now markdown and html in question titles are honored by default.
- Added reCAPTCHA v3 protection by default.
- Added
monitorInput
property allowing for couting the number of key presses and time elapsed on textual questions. Can be used to check if the answer was pasted.
Full Changelog: v0.1.0...v0.2.0