verb

1 of 60
Bad / Mistake

flunk - To fail to reach the required standard in an examination, test, or course of study

Ron hid his school test from his mother because he didn't want her to know he had flunked it.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }