blockpy-edu / blockpy

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

Have "save" button for instructor files (with auto-save mode) #64

Open acbart opened 5 years ago

acbart commented 5 years ago

Student code autosaves, and the same system is used for instructor files. I think this made sense when I was trying to develop hundreds of problems very quickly, but it's time to slow down and add in an intentional save button. There could still be an "auto-save" mode, but the instructor files should all be deliberately saved. This will probably overlap with #61, and connects nicely with the anticipated features for #56.

acbart commented 4 years ago

A critical aspect of this is that instructors want to "know" what is being shown to students and what is not. They must feel confident that they understand the state of the system.