290: fb.innerHTML = `${detail.is_correct ? '✓ Correct!' : '✗ Incorrect'} ${escHtml(detail.explanation)}`; 326:function escHtml(str) {