Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Done with assignment #9

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .canvas

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/canvas-sync-html.yml

This file was deleted.

17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@ Canvas in order to submit your assignment.
When all tests are passing, the next step is to upload your work. To do this, we
need to complete three steps:

1. _staging_ the work so it's ready to save
2. _committing_ the work to actually save it
3. _pushing_ the work up to GitHub
1. _Stage_ the work so it's ready to save
2. _Commit_ the work to actually save it
3. _Push_ the work up to GitHub

**Step 1** To stage the work, type the following, then press `<Enter>`:

Expand All @@ -221,7 +221,7 @@ $ git add .
```

By typing this command, you're indicating that any work you've done (i.e., all
changes you've amde to any of the files in your local copy of an assignment)
changes you've made to any of the files in your local copy of an assignment)
should be saved in the next step.

**Step 2**: To actually _save_ the changes, we run the following, then press
Expand Down Expand Up @@ -276,13 +276,14 @@ you get all the tests passing. Let's do that now:
3. Paste in your repository's GitHub URL in the box labeled "Website URL".

4. Go back to your terminal, select the entire token and copy it (using ctrl-C
or cmd-C), then paste it in the "Comments" box in Canvas. It should look
something like this:

![submit repo url and token](https://curriculum-content.s3.amazonaws.com/phase-0/enterprise/configuring-the-learn-lab-gem/submit-assignment.png)
or cmd-C), then paste it in the "Comments" box in Canvas.

5. Click **Submit Assignment**.

The form you're submitting should look something like this:

![submit repo url and token](https://curriculum-content.s3.amazonaws.com/phase-0/enterprise/configuring-the-learn-lab-gem/submit-assignment.png)

Canvas will indicate a successful submission and refresh the page. In the
Modules view of your course, you should now see a checkmark next to the
assignment, indicating a successful submission.
Expand Down