MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / correct

Function correct

static/js/learnpython.js:200–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200function 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
208function print(text) {
209 if (!text) {

Callers 2

executeFunction · 0.85
printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected