You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the generate_html_files function to generate one HTML file per program (e.g., QTM) under the html/ directory that displays the exam and class information together for that program:
Parse exam and class page. Try to match exams with classes based on the class meeting time on exam page.
Save each class with its schedule and exam information in a html file, e.g., qtm.html for this course. As you'll need to parse this html file again in task 2, please design a clear format to seperate each piece of information.
Once the HTML files are generated, all links in index.html should be active. You can open index.html in your browser to check whether those links are active or dead.