From 70052fcd569c5c6a018533219ee57705f53fa8e1 Mon Sep 17 00:00:00 2001 From: wwarriner <wwarriner@gmail.com> Date: Wed, 10 May 2023 16:31:45 -0500 Subject: [PATCH] add syllabus affirmation --- data_science_journal_club_checklist.md | 33 +++++++++++++++++++------- syllabus_affirmation_assignment.md | 28 ++++++++++++++++++++++ 2 files changed, 52 insertions(+), 9 deletions(-) create mode 100644 syllabus_affirmation_assignment.md diff --git a/data_science_journal_club_checklist.md b/data_science_journal_club_checklist.md index 9669c2b..f23cc8d 100644 --- a/data_science_journal_club_checklist.md +++ b/data_science_journal_club_checklist.md @@ -26,15 +26,30 @@ Steps can be performed by any Teachers and Instructors unless otherwise noted. 7. Verify formatting is correct. 8. **Manually verify all links by clicking them!** 9. Make a note of the Syllabus page URL for use with the Assignments page. _Not_ the Syllabus editing page! -- [ ] Set up the [Assignments HTML](data_science_journal_club_assignment.html) - 1. Update the Syllabus link in the [Assignment HTML](data_science_journal_club_assignment.html). - 1. On the first line is an HTML tag that looks like `<a title="Syllabus" href="">`. - 2. Copy-paste the Syllabus Page URL between the double quotes after `href=`. - 2. Navigate to Assignments page. - 3. Click "+ Assignment" button. - 4. Enter Assignment Name in text entry box: `Demonstration #1`. - 5. Switch text entry box to raw HTML mode by clicking `</>` symbol at bottom-right of box. - 6. Copy-paste [HTML](data_science_journal_club_assignment.html) into text entry box. +- [ ] Set up the [Syllabus Affirmation Assignment HTML](syllabus_affirmation_assignment.html) + 1. Navigate to Assignments page. + 2. Click "+ Assignment" button. + 3. Enter Assignment Name in text entry box: `Syllabus Affirmation`. + 4. Set the following field values in the remainder of the form. + - Points: `1` + - Assignment Group: `Assignments` + - Display Grade as: `Complete/Incomplete` + - Assign: + - Assign to: `Everyone` + - Due: Monday of 2nd week. + - Available from/until: blank + 5. Click "Build" button. + 6. Follow instructions at [Syllabus Affirmation Assignment](syllabus_affirmation_assignment.md). + 7. Click "Done" button. +- [ ] Set up the [Demonstration Assignment HTML](data_science_journal_club_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](data_science_journal_club_demonstration_assignment.html) into text entry box. + 6. 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. Switch to WYSIWYG mode: click `</>` symbol again. 8. Set the following field values in the remainder of the form. - Points: `1` diff --git a/syllabus_affirmation_assignment.md b/syllabus_affirmation_assignment.md new file mode 100644 index 0000000..83fc41a --- /dev/null +++ b/syllabus_affirmation_assignment.md @@ -0,0 +1,28 @@ +# Title + +## Instructions + +- Use the following text: + + > In a new window, please read the Syllabus, then return here to complete the affirmation. + +- On the word "Syllabus", insert a link to the syllabus page. + +## Questions + +Use the following pattern for each question. + +- Use the following question title: + + > When is the first/second/third Demonstration due? + +- Use the following question stem: + + > The date is... + +- Answers, in any order + 1. The correct date. Click the radio button for this answer! + 2. A random date during the semester + 3. Another random date during the semester + 4. One more random date during the semester +- Options: check "shuffle choices" -- GitLab