blockpy-edu / blockpy

Blockly that's more Python than JavaScript, powered with Skulpt
Apache License 2.0
391 stars 130 forks source link

"Are you sure you want to begin?" #84

Open acbart opened 4 years ago

acbart commented 4 years ago

Have a custom confirm box that appears at the start of some assignments, showing some text and confirming that they want to begin.

Should it be a custom text string, or just a simple boolean? Maybe simple boolean for now and we add in text later?