Which version is better?

It depends. The linked version is simpler and easier. But it relies on an external server. The embedded version does not need an external server but requires Moodle to allow JavaScript code to be embedded in the “Question text”.

Can I edit a linked keyboard?

Yes. Press the “Ctrl” and “Alt” keys at the same time and click on the ⚙ button. Change the description, grammar and key fields. Finally, click on the “🔗 Copy URL” button to get the new URL.

Can I edit an embedded keyboard?

Yes. You can edit the JavaScript code directly by changing the definitions of the constants 'descripcion', 'simbolos' y 'gramatica'.

What is ‘Key Control’?

When “Key Control” is OFF, student can press any key. When it is turned on, they can only press keys that lead to a correctly formatted answer.

Can I change 'Key Control' in a linked keyboard?

Yes. Press the “Ctrl” and “Alt” keys at the same time and click on the ⚙ button. Click on '🔒 Key Control' button to change it to 'OFF' and click on the “🔗 Copy URL” button to get the new URL.

Can I change 'Key Control' in a embedded keyboard?

Yes. Just edit the code and change 'const control = false;' <--- ---> 'const control = true;'