Complete the sentences 001
window.addEventListener(‘DOMContentLoaded’, function() { // 1) All 20 questions const quizData = [ { question: “1. Although his computer is outdated, it is still ___ enough to handle basic tasks.”, options: { A:”obsolete enough to handle basic tasks.”, B:”powerful enough to handle basic tasks.”, C:”fragile enough to handle basic tasks.”, D:”brand new enough to handle basic tasks.”, E:”inadequate enough to handle basic tasks.” }, correct: “B” }, { question: “2. Read more […]
Complete the sentences 001 Read More »