{"id":22,"date":"2018-01-17T14:36:08","date_gmt":"2018-01-17T19:36:08","guid":{"rendered":"http:\/\/community.mis.temple.edu\/mis3580sec001s2018\/?page_id=22"},"modified":"2024-12-01T13:53:43","modified_gmt":"2024-12-01T18:53:43","slug":"schedule","status":"publish","type":"page","link":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/","title":{"rendered":"Schedule"},"content":{"rendered":"<p>This schedule may be changed with prior notice based upon the pace and needs of the class and other unforeseen circumstances. Any change or other information about the class will be announced during the class <em>or<\/em> on the class site.\u00a0 Failure to learn about changes due to absence from class or not checking the community site regularly does not constitute an acceptable excuse for being unaware of any change or required activity.<\/p>\n<table style=\"width: 96.1867%;height: 8148px\">\n<thead>\n<tr style=\"height: 23px\">\n<th style=\"width: 21.3721%;height: 23px\">DATES<\/th>\n<th style=\"width: 53.2955%;height: 23px\">TOPIC<\/th>\n<th style=\"width: 96.8384%;height: 23px\">DUE<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 527px\">\n<td style=\"width: 21.3721%;height: 527px\">8\/26, 8\/28<\/td>\n<td style=\"width: 53.2955%;height: 527px\">\n<p><strong>Unit 1:<\/strong> Introduction to Computers and Programming<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to install Python and interact with the Python interpreter and IDLE.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction<br \/>\n\u2022 Hardware and Software<br \/>\n\u2022 How Computers Store Data<br \/>\n\u2022 How a Program Works<br \/>\n\u2022 Using Python<\/p>\n<p><strong>Class Prep (for day 2):<\/strong> Gaddis, Chapter 1<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Installing Python<br \/>\n\u2022 Creating your first program<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 527px\">Install Python from www.python.org\/downloads before second day of class.<\/td>\n<\/tr>\n<tr style=\"height: 805px\">\n<td style=\"width: 21.3721%;height: 805px\">8\/30, 9\/4, 9\/6<\/td>\n<td style=\"width: 53.2955%;height: 805px\">\n<p><strong>Unit 2:<\/strong> Input, Processing and Output<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to create simple Python programs that prompt the user for input, perform some basic calculations and generate output.<\/p>\n<p><strong>Topic Covered:<\/strong><br \/>\n\u2022 Designing a Program<br \/>\n\u2022 Input, Processing, and Output<br \/>\n\u2022 Displaying Output with print Function<br \/>\n\u2022 Comments <br \/>\n\u2022 Variables<br \/>\n\u2022 Reading Input from the Keyboard<br \/>\n\u2022 Performing Calculations<br \/>\n\u2022 Named Constants<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 2<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Personal Information<br \/>\n\u2022 Sales Prediction<br \/>\n\u2022 Land Calculation<br \/>\n\u2022 Total Purchase<br \/>\n\u2022 Distance Traveled<br \/>\n\u2022 Sales Tax<br \/>\n\u2022 Miles-per-Gallon<br \/>\n\u2022 Tip, Tax, and Total<\/p>\n<p><strong>Mastery Challenges:<\/strong><br \/>\n\u2022 Celsius to Fahrenheit<br \/>\n\u2022 Ingredient Adjuster<br \/>\n\u2022 Male and Female Percentages<br \/>\n\u2022 Planting Grapevines<br \/>\n\u2022 Compound Interest<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 805px\"><strong>Chapter 2 Quiz<\/strong> &#8211; Due at start of class on 8\/30<\/td>\n<\/tr>\n<tr style=\"height: 785px\">\n<td style=\"width: 21.3721%;height: 785px\">9\/9, 9\/11, 9\/13<\/td>\n<td style=\"width: 53.2955%;height: 785px\">\n<p><strong>Unit 3:<\/strong> Decision Structures and Boolean Logic<\/p>\n<p><strong>Learning Objective:<\/strong>\u00a0 Students will be able to design and create Python programs that implement business rules using conditional logic.<\/p>\n<p><strong>Topics Covered:<\/strong><\/p>\n<ul>\n<li>The if Statement<\/li>\n<li>The if-else Statement<\/li>\n<li>Comparing Strings<\/li>\n<li>Nested Decision Structures and the if-elif-else Statement<\/li>\n<li>Logical Operators<\/li>\n<li>Boolean Variables<\/li>\n<\/ul>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 3<\/p>\n<p><strong>In-Class Activities:<\/strong><\/p>\n<ul>\n<li>Areas of Rectangles<\/li>\n<li>Mass and Weight<\/li>\n<li>Magic Dates<\/li>\n<li>Day of Week<\/li>\n<li>Age Classifier<\/li>\n<li>Roman Numerals<\/li>\n<li>Color Mixer<\/li>\n<li>Hot Dog Cookout Calculator<\/li>\n<\/ul>\n<p><strong>Mastery Challenges:<br \/>\n<\/strong>\u2022 Roulette Wheel Colors<br \/>\n\u2022 Money Counting Game<br \/>\n\u2022 Book Club Points<br \/>\n\u2022 Software Sales<br \/>\n\u2022 Shipping Charges<br \/>\n\u2022 Body Mass Index<br \/>\n\u2022 Time Calculator<br \/>\n\u2022 February Days<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 785px\"><strong>Chapter 3 Quiz<\/strong> &#8211; Due at start of class on 9\/9<\/td>\n<\/tr>\n<tr style=\"height: 898px\">\n<td style=\"width: 21.3721%;height: 898px\">9\/16, 9\/18, 9\/20<\/td>\n<td style=\"width: 53.2955%;height: 898px\">\n<p><strong>Unit 4:<\/strong> Functions<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that utilize built-in and user defined functions so they can create applications that reuse code and are easier to create and maintain.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction to Functions<br \/>\n\u2022 Defining and Calling a Void Function<br \/>\n\u2022 Designing a Program to Use Functions<br \/>\n\u2022 Local Variables<br \/>\n\u2022 Passing Arguments to Functions<br \/>\n\u2022 Global Variables and Global Constants<br \/>\n\u2022 Introduction to Value-Returning Functions: Generating Random Numbers<br \/>\n\u2022 Writing Your Own Value-Returning Functions<br \/>\n\u2022 The math Module<br \/>\n\u2022 Storing Functions in Modules<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 5<\/p>\n<p><strong>Required Viewing:<\/strong> Watch the IDLE debugger video found <strong><a href=\"https:\/\/www.youtube.com\/watch?v=CQin42wFC-w\">here<\/a>:<\/strong><\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Kilometer Converter<br \/>\n\u2022 Sales Tax Program Refactoring<br \/>\n\u2022 How Much Insurance?<br \/>\n\u2022 Automobile Costs<br \/>\n\u2022 Property Tax<br \/>\n\u2022 Calories from Fat and Carbohydrates<br \/>\n\u2022 Stadium Seating &#8211; <strong>Chapter 5 Assignment<\/strong><br \/>\n\u2022 Paint Job Estimator<\/p>\n<p><strong>Mastery Challenges:<br \/>\n<\/strong>\u2022 Monthly Sales Tax<br \/>\n\u2022 Feet to Inches<br \/>\n\u2022 Math Quiz<br \/>\n\u2022 Maximum of Two Values<br \/>\n\u2022 Falling Distance<br \/>\n\u2022 Kinetic Energy<br \/>\n\u2022 Random Number Guessing Game<br \/>\n\u2022 Rock, Paper, Scissors Game<\/p>\n<p><a href=\"https:\/\/dqtt5cqlkalcn.cloudfront.net\/PythonAndJavaScriptProgramFunctionTester.html\"><strong>Python Program Testing Tool<\/strong><\/a><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 898px\"><strong>Chapter 5 Quiz<\/strong> &#8211; Due at start of class on 9\/16<\/td>\n<\/tr>\n<tr style=\"height: 32px\">\n<td style=\"width: 21.3721%;height: 32px\">9\/23, 9\/25, 9\/27, 9\/30<\/td>\n<td style=\"width: 53.2955%;height: 32px\">\n<p><strong>Unit 5:<\/strong> Repetition Structures<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to design and create Python programs that utilize repetition structures to perform the same tasks on different data over and over.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction to Repetition Structures<br \/>\n\u2022 The while Loop: a Condition-Controlled Loop<br \/>\n\u2022 The for Loop: a Count-Controlled Loop<br \/>\n\u2022 Sentinels<br \/>\n\u2022 Input Validation Loops<br \/>\n\u2022 Nested Loops<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 4<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Bug Collector<br \/>\n\u2022 Calories Burned<br \/>\n\u2022 Budget Analysis<br \/>\n\u2022 Distance Traveled<br \/>\n\u2022 Celsius to Fahrenheit Table<br \/>\n\u2022 Pennies for Pay<br \/>\n\u2022 Sum of Numbers<br \/>\n\u2022 Average Rainfall<br \/>\n\u2022 Ocean Levels<br \/>\n\u2022 Tuition Increase<br \/>\n\u2022 Weight Loss &#8211; <strong>Chapter 4 Assignment<\/strong><\/p>\n<p><strong>Mastery Challenges:<br \/>\n<\/strong>\u2022 Calculating the Factorial of a Number<br \/>\n\u2022 Population<br \/>\n\u2022 Drawing Pattern 1<br \/>\n\u2022 Drawing Pattern 2<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 32px\">\n<p><strong>Chapter 5 Assignment<\/strong> &#8211; Stadium Seating &#8211; Due at start of class on 9\/23<\/p>\n<p><strong>Chapter 4 Quiz<\/strong> &#8211; Due at start of class on 9\/23<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 56px\">\n<td style=\"width: 21.3721%;height: 56px\">\n<p>10\/2<\/p>\n<\/td>\n<td style=\"width: 53.2955%;height: 56px\">\n<p><strong>Exam #1<\/strong><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 56px\"><strong>Chapter 4 Assignment\u00a0&#8211; <\/strong>Weight Loss &#8211; Due at start of class on 10\/2<\/td>\n<\/tr>\n<tr style=\"height: 651px\">\n<td style=\"width: 21.3721%;height: 651px\">10\/4, 10\/7, 10\/9, 10\/14<\/td>\n<td style=\"width: 53.2955%;height: 651px\">\n<p><strong>Unit 6:<\/strong> Files and Exceptions<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that read, process and write data using files.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Introduction to File Input and Output<br \/>\n\u2022 Using Loops to Process Files<br \/>\n\u2022 Processing Records<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 6<\/p>\n<p>In this unit on working with files, it is important that you understand where you have stored your files and the path to your files. You will use the path to your files when reading or writing files in Python and when accessing datasets in the Pandas section of the course. Please watch the corresponding video below (one video for Windows users and one for Mac users). Be 100% sure that you understand how to reference any input or output file using its full path.<\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=MVoQhYWJuvw\">How to get the complete path to a file or folder on Windows 10 &#8211; YouTube<\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=gxU1wlBAsig\">How To Find And Copy The File Path In MacOS | A Quick &amp; Easy Mac Guide &#8211; YouTube<\/a><\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 File Display<br \/>\n\u2022 File Head Display<br \/>\n\u2022 Line Number<br \/>\n\u2022 Item Counter<br \/>\n\u2022 Sum of Numbers<br \/>\n\u2022 Average of Numbers &#8211; <strong>Chapter 6 Assignment<\/strong><br \/>\n\u2022 Random Number File Writer<br \/>\n\u2022 Random Number File Reader<\/p>\n<p><strong>Mastery Challenges:<br \/>\n<\/strong>\u2022 Golf Scores<br \/>\n\u2022 Personal Web Page Generator<br \/>\n\u2022 Average Steps Taken<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 651px\"><strong>Chapter 6 Quiz<\/strong> &#8211; Due at start of class on 10\/4<\/td>\n<\/tr>\n<tr style=\"height: 898px\">\n<td style=\"width: 21.3721%;height: 898px\">10\/16, 10\/18, 10\/23<\/td>\n<td style=\"width: 53.2955%;height: 898px\">\n<p><strong>Unit 7:<\/strong> Lists and Tuples<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that work with data in a variety or data structures which provide a foundation for data analysis in Python.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Sequences<br \/>\n\u2022 Introduction to Lists<br \/>\n\u2022 List Slicing<br \/>\n\u2022 Finding Items in Lists with the in Operator<br \/>\n\u2022 List Methods and Useful Built-in Functions<br \/>\n\u2022 Copying Lists<br \/>\n\u2022 Processing Lists<br \/>\n\u2022 Two-Dimensional Lists<br \/>\n\u2022 Tuples<br \/>\n\u2022 Plotting List Data with the matplotlib Package<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 7<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Total Sales<br \/>\n\u2022 Lottery Number Generator<br \/>\n\u2022 Rainfall Statistics<br \/>\n\u2022 Number Analysis Program<br \/>\n\u2022 Charge Account Validation<br \/>\n\u2022 Larger than n<br \/>\n\u2022 Driver\u2019s License Exam &#8211; <strong>Chapter 7 Assignment<\/strong><br \/>\n\u2022 Name Search<\/p>\n<p><strong>Mastery Challenges:<br \/>\n<\/strong>\u2022 Population Data<br \/>\n\u2022 World Series Champions<br \/>\n\u2022 Prime Number Generation<br \/>\n\u2022 Magic 8 Ball<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 898px\"><strong>Chapter 6 Assignment <\/strong>&#8211; Average of Numbers &#8211; Due at start of class on 10\/16<br \/>\n<strong><br \/>\nChapter 7 Quiz<\/strong> &#8211; Due at start of class on 10\/16<\/td>\n<\/tr>\n<tr style=\"height: 651px\">\n<td style=\"width: 21.3721%;height: 651px\">10\/25, 10\/28, 10\/30, 11\/1<\/td>\n<td style=\"width: 53.2955%;height: 651px\">\n<p><strong>Unit 8:<\/strong> Strings<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to design and create Python programs that create or find and manipulate text in data.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Basic String Operations<br \/>\n\u2022 String Slicing<br \/>\n\u2022 Testing, Searching, and Manipulating Strings<\/p>\n<p><strong>Class Prep:<\/strong> Gaddis, Chapter 8<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Sum of Digits in a String<br \/>\n\u2022 Morse Code Converter<br \/>\n\u2022 Alphabetic Telephone Number Translator<br \/>\n\u2022 Initials<br \/>\n\u2022 Date Printer<br \/>\n\u2022 Average Number of Words<br \/>\n\u2022 Character Analysis<br \/>\n\u2022 Vowels and Consonants\u00a0<\/p>\n<p><strong>Mastery Challenges:<br \/>\n<\/strong>\u2022 Pig Latin<br \/>\n\u2022 Word Separator<br \/>\n\u2022 Sentence Capitalizer<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 651px\">\n<p><strong>Chapter 7 Assignment<\/strong> &#8211; Driver&#8217;s License Exam &#8211; Due at start of class on 10\/25<\/p>\n<\/td>\n<\/tr>\n<tr style=\"height: 32px\">\n<td style=\"width: 21.3721%;height: 32px\">11\/4<\/td>\n<td style=\"width: 53.2955%;height: 32px\"><strong>Exam #2<\/strong><\/td>\n<td style=\"width: 96.8384%;height: 32px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 919px\">\n<td style=\"width: 21.3721%;height: 919px\">\n<p>11\/6, 11\/8<\/p>\n<\/td>\n<td style=\"width: 53.2955%;height: 919px\">\n<p><strong>Unit 9.1:<\/strong> What are Python Libraries?<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to explain what Python libraries, Anaconda and Jupyter are and list and explain the use of a number of the most popular Python libraries.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Python Libraries<br \/>\n\u2022 Anaconda<br \/>\n\u2022 Jupyter<\/p>\n<p><strong>Class Prep:<\/strong> Install Anaconda Python 3.8<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Verify Anaconda is installed<br \/>\n\u2022 Verify Jupyter is installed<\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=h1sAzPojKMg\">If you want to keep using visual studio&#8230;<\/a><\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=h1sAzPojKMg\">If you want to use Google Colab<\/a><\/p>\n<p><strong>Unit 9.2:<\/strong> Pandas DataFrame Basics<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to apply a basic understanding of DataFrames, the core data structure used by Pandas for the manipulation and analysis of data.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Series<br \/>\n\u2022 DataFrames<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 1<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Exploring ICANetflix_Originals.csv \u2013 Part 1<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 919px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 527px\">\n<td style=\"width: 21.3721%;height: 527px\">11\/11, 11\/13, 11\/15<\/td>\n<td style=\"width: 53.2955%;height: 527px\">\n<p><strong>Unit 10:<\/strong> Pandas Data Structures<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to utilize an array of methods to work with Series and DataFrames. Students will also be able to import data from various sources into DataFrames and to export data from DataFrames to various formats.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Series Methods<br \/>\n\u2022 DataFrame Methods<br \/>\n\u2022 Importing and Exporting Data<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 2<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Exploring ICANetflix_Originals.csv \u2013 Part 2<br \/>\n\u2022 Exploring ICAtitanic.csv<br \/>\n\u2022 Exploring read_csv() &amp; read_clipboard()<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 527px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 527px\">\n<td style=\"width: 21.3721%;height: 527px\">11\/18, 11\/20, 11\/22<\/td>\n<td style=\"width: 53.2955%;height: 527px\">\n<p><strong>Unit 11:<\/strong> Introduction to Plotting<\/p>\n<p>Learning Objective: Students will be able to design and create Python programs that utilize matplotlib, seaborn and pandas to visualize (or plot) data.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Matplotlib<br \/>\n\u2022 Seaborn<br \/>\n\u2022 Plotting with Pandas<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 3<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Histograms<br \/>\n\u2022 Titanic Survivors and Deaths by Class<br \/>\n\u2022 Scatterplots \u2013 Height vs. Weight by Gender<br \/>\n\u2022 Violinplot \u2013 What More Can We See?<\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 527px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 1197px\">\n<td style=\"width: 21.3721%;height: 657px\">12\/2, 12\/4, 12\/6<\/td>\n<td style=\"width: 53.2955%;height: 657px\">\n<p><strong>Unit 12:<\/strong> Data Assembly<\/p>\n<p><strong>Learning Objective:<\/strong> <br \/>\n\u2022 Students will be able to design and create Python programs that combine and utilize multiple data sets.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Data Assembly<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 4 (pages 93-104 only)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Bitcoin Price over Time \u2013 Concatenating time series data<br \/>\n\u2022 Concrete Company \u2013 Merging data sets<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Unit 13:<\/strong> Missing Data<\/p>\n<p>Learning Objective: <br \/>\n\u2022 Students will be able to identify missing data, identify the sources of missing data and utilize different techniques for dealing with missing data in Pandas.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Missing Data<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 5 (pages 110-120 only)<\/p>\n<p>&nbsp;<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 Missing Data \u2013 Exploring and dealing with Missing Data<\/p>\n<p><strong>Unit 14:<\/strong> Simple Linear Regression<\/p>\n<p><strong>Learning Objective:<\/strong> Students will be able to perform simple linear regression.<\/p>\n<p><strong>Topics Covered:<\/strong><br \/>\n\u2022 Simple linear regression<\/p>\n<p><strong>Class Prep:<\/strong> Chen, Chapter 12 (pages 243-246)<\/p>\n<p><strong>In-Class Activities:<\/strong><br \/>\n\u2022 What is \u201cLinear Regression\u201d<br \/>\n\u2022 Predicting the price of Bitcoin using linear regression<\/p>\n<p><strong>Special Section: <em>Beyond Class and Next Steps<\/em><\/strong><\/p>\n<p><strong>Exam Review Session<\/strong><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 657px\">\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 32px\">\n<td style=\"width: 21.3721%;height: 32px\">12\/9<\/td>\n<td style=\"width: 53.2955%;height: 32px\">\n<p><strong>Exam #3<\/strong><\/p>\n<\/td>\n<td style=\"width: 96.8384%;height: 32px\">\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This schedule may be changed with prior notice based upon the pace and needs of the class and other unforeseen circumstances. Any change or other information about the class will be announced during the class or on the class site.\u00a0 Failure to learn about changes due to absence from class or not checking the community [&hellip;]<\/p>\n","protected":false},"author":27074,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"class_list":{"0":"post-22","1":"page","2":"type-page","3":"status-publish","5":"entry"},"_links":{"self":[{"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/pages\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/users\/27074"}],"replies":[{"embeddable":true,"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":69,"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/pages\/22\/revisions"}],"predecessor-version":[{"id":539,"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/pages\/22\/revisions\/539"}],"wp:attachment":[{"href":"https:\/\/community.mis.temple.edu\/mis3505sec001fall2024\/wp-json\/wp\/v2\/media?parent=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}