OPS435 Python Assignment 3

From CDOT Wiki
Revision as of 23:32, 12 November 2018 by Rchan (talk | contribs) (Created page with "Category:OPS435-PythonCategory:rchan =Assignment 3 - Class Cancellation Notification (CCN)= '''Weight:''' 15% of the overall grade '''Due Date:''' Ask your professor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Assignment 3 - Class Cancellation Notification (CCN)

Weight: 15% of the overall grade

Due Date: Ask your professor for exact date

Late Penalty: 20% per school day, and note that this assignment in an alternative to assignment 2. Same rules applied to this assignment as assignment 2

Overview

As most system administrators, you would like to offer email notification to your users based on the event that triggers it. In a school environment, classes may be cancelled in a daily basis and the classes being cancelled may be posted to a web site and it is up to the students to check it out. If you do not check the class cancellation web site before heading to your class room, you may be disappointed when you find out that your class has been cancelled. It would be nice if any class cancellation will trigger an email to be sent to those taking the class and avoid frustration. You want to write a script to poll data from the class cancellation web site and send an email to any body subscribe to you email notification service that their classes have been cancelled.