WISE-Community / WISE-VLE--Deprecated--

Virtual Learning Environment (VLE) for the Web-based Inquiry Science Environment (WISE). *Note: deprecated and has been merged into the main 'WISE' repository*
8 stars 8 forks source link

Styling for LockStep message #294

Open hirokiterashima opened 10 years ago

hirokiterashima commented 10 years ago

I added an ability for steps to lock and show a message to the students: https://github.com/WISE-Community/WISE-VLE/commit/4de27ab4b803f9c3c31cb0455baf153ad51290a5

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.

screen shot 2013-09-12 at 5 11 41 pm