the-demo-that-goes-wrong (demo link)
A demo used to help speaker practice handling when a demo breaks.
Version | Description | Link |
---|---|---|
Safe👍 | Demo working fine. | https://zackakil.github.io/the-demo-that-goes-wrong |
Random🎲 | Randomly sets the demo to 1 of 4 states, were 1 is safe, 3 are bad. | https://zackakil.github.io/the-demo-that-goes-wrong/?random=true |
Random Bad 😈 🎲 | Randomly sets the demo to 1 of 4 states, were none are safe. | https://zackakil.github.io/the-demo-that-goes-wrong/?randomBad=true |
Slow ⚙️ | Slow | https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=10000&predictionTime=10000 |
Wrong output ⚙️ | Wrong output | https://zackakil.github.io/the-demo-that-goes-wrong?predictionCorrect=false |
Crash ⚙️ | Crash | https://zackakil.github.io/the-demo-that-goes-wrong?blueScreen=true |
Custom⚙️ | A link with all of the params exposed so that you can make the demo do what you want. | https://zackakil.github.io/the-demo-that-goes-wrong?uploadTime=1000&predictionTime=1000&predictionCorrect=true&blueScreen=false |