QR code generator no redirect?

I'm curious as to if the QR code generator ("KewAr Code") is the orginal url/link that's added to the content creation tool, or is a redirect.

I've noticed most free QR code generators are data mining, and I'm trying to protect my students.

BV52's picture

Hi haskins,

I'm sure it is the original link and no redirects involved.

-BV

otacke's picture

Hi haskins!

I am the author of that content type. That QR code generator does not use redirects and does not send any data to any 3rd parties. It's all happening on your server and the users' devices. The source code is openly available at https://github.com/otacke/h5p-kewar-code for verification.

Cheers,
Oliver

Thanks for the difinitive answer.  I thought as much, but it's good to know for sure.

jfila's picture

I'm wondering if it's possible to insert a logo into the QR code using KewAr Code.

jfila's picture

Wondering if anyone has any experience customizing this feature to allow for icons to be inserted into the middle of the QR codes?

otacke's picture

QR codes still work with images inside, at the expense of redundancy. KewAr-Code uses the lowest error correction level - keeping them small, but without much redundant data. It's not advisable to put images on top.

It should not be difficult to add an image feature, but the code would need to be changed. Will probably not be feasible with customization from the outside.