SP2025
Compare changes
Files
3+ 23
− 29
@@ -31,8 +31,8 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -31,8 +31,8 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -51,7 +51,7 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -51,7 +51,7 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -62,18 +62,16 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -62,18 +62,16 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
1. Make any other necessary changes to the assignment HTML. Don't forget to update in the repository!
@@ -85,7 +83,7 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -85,7 +83,7 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
Assignment due dates should be staggered, with at least three weeks between them, always on a Friday. The following table contains due dates for each. You will need to determine the actual calendar dates for each semester. Be sure to account for Spring Break in the Spring semester! Don't let assignments land on holidays or break days.
Assignment due dates should be staggered, with at least three weeks between them, always on a Friday. The following table contains due dates for each. You will need to determine the actual calendar dates for each semester. Be sure to account for Spring Break in the Spring semester, and Thanksgiving Break in the Fall semester! Don't set assignment due dates on holidays or break days, move it one business day later. So far, all sessions have been 14 weeks. The first assignment has extra time because it may take students time to get oriented to their chosen data science problems, especially if they are new to data science, etc.
@@ -93,35 +91,29 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -93,35 +91,29 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
1. Verify the assignments are published in the Assignments main page, with a green checkmark icon next to each.
1. For each one, add the appropriate assignment page path, which should look like `/courses/$course_number/quizzes/$quiz_number`, e.g. like `/courses/1601187/assignments/2325855`. This can be found by visiting the assignment to get the `$course_number` and `$assignment_number` values.
1. Only the trailing part of the URL starting with `/courses` is needed. The leading `/` is required.
1. For each one, add the appropriate assignment page path, which should look like `/courses/$course_number/assignments/$assignment_number`, e.g. like `/courses/1601187/assignments/6860919`. This can be found by visiting the assignment to get the `$course_number` and `$assignment_number` values.
1. Only the trailing part of the URL starting with `/courses` is needed. The leading `/` is required.
@@ -136,14 +128,14 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -136,14 +128,14 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
- Note: `https://rc.uab.edu` may be marked as unreachable. Double check that it works correctly manually. This should be a false positive.
@@ -151,7 +143,9 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
@@ -151,7 +143,9 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic