()
| 198 | } |
| 199 | |
| 200 | function correct() { |
| 201 | bootbox.confirm("Correct! Click OK to move on to the next chapter.", function(success) { |
| 202 | if (success) { |
| 203 | document.location.href = nextChapter; |
| 204 | } |
| 205 | }); |
| 206 | } |
| 207 | |
| 208 | function print(text) { |
| 209 | if (!text) { |