We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added an ability for steps to lock and show a message to the students: 4de27ab
You just need to call Node.prototype.disableInteractivity = function(doDisable, message)
See step 1.1 here for example: http://wise-qa.berkeley.edu/webapp/preview.html?projectId=4743
The problem is, it's ugly. When you get a chance, please style this so we don't have students puking in class.
The text was updated successfully, but these errors were encountered:
breity
No branches or pull requests
I added an ability for steps to lock and show a message to the students:
4de27ab
You just need to call Node.prototype.disableInteractivity = function(doDisable, message)
See step 1.1 here for example: http://wise-qa.berkeley.edu/webapp/preview.html?projectId=4743
The problem is, it's ugly. When you get a chance, please style this so we don't have students puking in class.
The text was updated successfully, but these errors were encountered: