juacas / moodle-mod_treasurehunt

Activity module for Moodle that allows to run outdoor treasure-chases with geolocation and QR codes
GNU General Public License v3.0
6 stars 9 forks source link

QR code not generating #61

Closed idobraca closed 5 months ago

idobraca commented 5 months ago

API to generate QR code chart.googleapis.com is no longer available. Solution is to change https://chart.googleapis.com/chart?cht=qr&chs=500x500&chl= with https://quickchart.io/qr?size=500&text= in treasurehunt\amd\build\webqr.min.js and treasurehunt\amd\src\webqr.js.

juacas commented 5 months ago

Thanks for reporting. Fix released as v1.5.7