diff --git a/content.js b/content.js index cd69559334b8331f645a326b56d095e58c2fa85a..5c4468e77814514c8ef4ebc19a7525ab7f76bacb 100644 --- a/content.js +++ b/content.js @@ -102,7 +102,7 @@ let Content = { console_command: { instructions: "This time the area on the left does not have any visible content. However, this exercise defines a JavaScript function that can grant you points. Your task is to use the browser console to call the function like this: <code>giveMePoints();</code>", - html: "<div id=\"events\"></div>", + html: "<div id=\"events\"><p>First, <button>click here to focus</button> on suitable JavaScript context. Then use the browser console.</p></div>", script: function giveMePoints() { window.postMessage('grade'); },