Skip to content

Commit

Permalink
Add question error
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy committed Mar 21, 2022
1 parent 10b36bd commit dc411cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-maker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:

- name: URLs checker
if: ${{ inputs.check_type == 'urls' }}
uses: urlstechie/urlchecker-action@master
uses: urlstechie/urlchecker-action@0.2.31
with:
branch: preview-${{ github.event.pull_request.number }}
cleanup: false
file_types: .Rmd,.md
print_all: false
print_all: true
exclude_files: .github/PULL_REQUEST_TEMPLATE.md, docs/*
exclude_urls: https://jhudatascience.org/{Course_Name}}
force_pass: true
Expand Down
3 changes: 0 additions & 3 deletions quizzes/quiz_ch1.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,11 @@ o) A second optional incorrect answer here
{choose-answers: 4}
? Second question to ask goes here?

C) One correct answer here marked with a "C"
C) A second correct answer here
m) Mandatory incorrect answers have an "m"
m) A second mandatory incorrect answer
o) An optional incorrect answer here marked with an "o"
o) A second optional incorrect answer here


{choose-answers: 4}
? A more complicated example. Note the question mark at the end of the options! Which of the following are correct
1. An option described
Expand Down

0 comments on commit dc411cb

Please sign in to comment.