@@ -23,14 +23,14 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
- [ ] Set up the Syllabus Affirmation Assignment
1. Navigate to Quizzes page.
2. Click "+ Quiz" button.
3. Select "Classic Quizzes".
4. Click "Submit" button.
5. Enter in first text entry box: `Syllabus Affirmation`.
6. Enter in the "Quiz Instructions" text entry box:
1. Click "+ Quiz" button.
1. Select "Classic Quizzes".
1. Click "Submit" button.
1. Enter in first text entry box: `Syllabus Affirmation`.
1. Enter in the "Quiz Instructions" text entry box:
> "In a new window, please read the Syllabus, then return here to complete the affirmation."
7. Create a link to the Syllabus Course Page at the word "Syllabus" in the previous step.
8. Set the following field values in the remainder of the form.
1. Create a link to the Syllabus Course Page at the word "Syllabus" in the previous step.
1. Set the following field values in the remainder of the form.
- Quiz Type: `Graded Quiz`
- Assignment Group: `Assignments`
- Options:
...
...
@@ -50,28 +50,28 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
- Assign to: `Everyone`
- Due: Wednesday of 2nd week.
- Available from/until: both blank
9. Click "Questions" tab.
10. Click "+ New Question".
1. Click "Questions" tab.
1. Click "+ New Question".
- In the top-left Text Entry box enter "First Demonstration Due Date"
- In the Drop Down box select "Multiple Choice"
- Enter the text "When is the first demonstration due?" in the main text entry box.
- Make one answer the correct date (see the Syllabus for timings).
- Make other answers other dates.
- Click "Update Question".
11. Click "Details" tab.
12. Click "Save & Publish" button.
1. Click "Details" tab.
1. Click "Save & Publish" button.
-[ ] Set up the [Demonstration Assignment HTML](demonstration_assignment.html)
1. Navigate to Assignments page.
2. Click "+ Assignment" button.
3. Enter Assignment Name in text entry box: `Demonstration #1`.
4. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
5. Copy-paste [HTML](demonstration_assignment.html) into text entry box.
6. Update Syllabus link.
1. Click "+ Assignment" button.
1. Enter Assignment Name in text entry box: `Demonstration #1`.
1. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
1. Copy-paste [HTML](demonstration_assignment.html) into text entry box.
1. Update Syllabus link.
1. On the first line is HTML tag that looks like `<a title="Syllabus" href="">`.
2. Copy-paste Syllabus Page URL between double quotes after `href=`.
7. Make any other necessary changes to the assignment HTML. Don't forget to update in the repository!
8. Switch to WYSIWYG mode: click `</>` symbol again.
9. Set the following field values in the remainder of the form.
1. Copy-paste Syllabus Page URL between double quotes after `href=`.
1. Make any other necessary changes to the assignment HTML. Don't forget to update in the repository!
1. Switch to WYSIWYG mode: click `</>` symbol again.
1. Set the following field values in the remainder of the form.
- Points: `1`
- Assignment Group: `Assignments`
- Display Grade as: `Complete/Incomplete`
...
...
@@ -90,35 +90,35 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
| 10 weeks | 4th week | 7th week | 10th week |
- Available from/until: blank
10. Click save and publish!
11. For `Demonstration #2` and `Demonstration #3`:
1. Click save and publish!
1. For `Demonstration #2` and `Demonstration #3`:
1. Go to the main Assignments page.
2. Click the vertical three dots next to the `Demonstration #1` assignment you created.
3. Click "Duplicate".
4. On the new entry, click the vertical three dots, then "Edit Assignment".
5. Modify the "Name" field appropriately.
6. Click "Save & Publish".
12. Verify the assignments are published in the Assignments main page, with a green checkmark icon next to each.
1. Click the vertical three dots next to the `Demonstration #1` assignment you created.
1. Click "Duplicate".
1. On the new entry, click the vertical three dots, then "Edit Assignment".
1. Modify the "Name" field appropriately.
1. Click "Save & Publish".
1. Verify the assignments are published in the Assignments main page, with a green checkmark icon next to each.
-[ ] Upload [Syllabus HTML](syllabus.html)
1. Navigate to Syllabus page.
2. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
3. Copy-paste [HTML](syllabus.html) into text entry box.
4. Update Syllabus Affirmation assignment link.
1. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
1. Copy-paste [HTML](syllabus.html) into text entry box.
1. Update Syllabus Affirmation assignment link.
1. Look for the HTML tags like `<a title="Syllabus Affirmation" href="">`.
2. 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.
3. Only the trailing part of the URL starting with `/courses` is needed. The leading `/` is required.
5. Update Demonstration assignment links.
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. Update Demonstration assignment links.
1. Look for the three HTML tags like `<a title="Demonstration #1" href="">`.
2. 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.
3. Only the trailing part of the URL starting with `/courses` is needed. The leading `/` is required.
6. Switch to WYSIWYG mode: click `</>` symbol again.
7. Check "Show Course Summary" checkbox.
8. Verify formatting is correct.
9. Update syllabus at <https://s3.lts.rc.uab.edu/uab-rc-dsjc/syllabus.html> by manual upload.
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.
1. Switch to WYSIWYG mode: click `</>` symbol again.
1. Check "Show Course Summary" checkbox.
1. Verify formatting is correct.
1. Update syllabus at <https://s3.lts.rc.uab.edu/uab-rc-dsjc/syllabus.html> by manual upload.
- [ ] Set up Home page.
1. Navigate to Home page.
2. Click "Choose Home Page" button.
3. Select "Syllabus".
1. Click "Choose Home Page" button.
1. Select "Syllabus".
- [ ] Set up Settings page.
- Navigation tab:
- Disable all except:
...
...
@@ -143,12 +143,12 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic
- [ ] Publish the course. May need to be done by IOR.
- [ ] Make an announcement welcoming new students.
1. Navigate to Announcements Page.
2. Click `+ Announcements` button.
3. Enter Topic Title as "Welcome to the Data Science Journal Club course!"
4. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
5. Copy-paste [HTML](welcome_announcement.html) into text entry box.
6. Switch to WYSIWYG mode: click `</>` symbol again.
7. Modify as necessary to be relevant to the current session.
1. Click `+ Announcements` button.
1. Enter Topic Title as "Welcome to the Data Science Journal Club course!"
1. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box.
1. Copy-paste [HTML](welcome_announcement.html) into text entry box.
1. Switch to WYSIWYG mode: click `</>` symbol again.
1. Modify as necessary to be relevant to the current session.
## Important Information
...
...
@@ -156,10 +156,9 @@ The course runs every session each year: Fall, Spring, Summer. The UAB Academic