We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a43df1b + 963d0c6 commit d52857eCopy full SHA for d52857e
apps/src/turtle/turtle.js
@@ -1507,7 +1507,7 @@ Artist.prototype.checkAnswer = function () {
1507
// Get the canvas data for feedback.
1508
if (this.testResults >= this.studioApp_.TestResults.TOO_MANY_BLOCKS_FAIL &&
1509
!isFrozen && (level.freePlay || level.impressive)) {
1510
- reportData.image = this.getFeedbackImage_().split(',')[1];
+ reportData.image = encodeURIComponent(this.getFeedbackImage_().split(',')[1]);
1511
}
1512
1513
this.studioApp_.report(reportData);
0 commit comments