Skip to content

Commit

Permalink
Add additional foundation question
Browse files Browse the repository at this point in the history
  • Loading branch information
gitstua committed Sep 3, 2023
1 parent 8adc227 commit 0c5fada
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
1 change: 1 addition & 0 deletions quiz-foundations/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
You can edit this quiz by copying survey.json into the editor at https://surveyjs.io/create-free-survey

The questions here are based on this [GitHub training](https://learn.microsoft.com/en-us/users/githubtraining/collections/o1njfe825p602p) learning path
33 changes: 30 additions & 3 deletions quiz-foundations/survey.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,35 @@
"value": "Item 4",
"text": "Magic link to email"
}
]
},
{
"type": "checkbox",
"name": "question3",
"title": "A repository can have these visibilities. (Choose 3)",
"correctAnswer": [
"Item 1",
"Item 2",
"Item 3"
],
"choicesOrder": "random"
"choices": [
{
"value": "Item 1",
"text": "Public"
},
{
"value": "Item 2",
"text": "Private"
},
{
"value": "Item 3",
"text": "Internal"
},
{
"value": "Item 4",
"text": "Secure"
}
]
}
]
}
Expand All @@ -110,7 +137,7 @@
"startSurveyText": "Start Quiz",
"firstPageIsStarted": true,
"questionsOnPageMode": "questionPerPage",
"maxTimeToFinish": 240,
"maxTimeToFinishPage": 30,
"maxTimeToFinish": 180,
"maxTimeToFinishPage": 15,
"showTimerPanel": "top"
}

0 comments on commit 0c5fada

Please sign in to comment.