(data)
| 190 | } |
| 191 | |
| 192 | function handleError(data) { |
| 193 | if (data.status === 0) { |
| 194 | print("There was an unknown error!"); |
| 195 | } else { |
| 196 | print(data["text"]); |
| 197 | } |
| 198 | } |
| 199 | |
| 200 | function correct() { |
| 201 | bootbox.confirm("Correct! Click OK to move on to the next chapter.", function(success) { |