diff --git a/curriculum/challenges/english/blocks/en-a2-quiz-help-coworker-github-troubleshooting/696033db639ba6cfc22984b8.md b/curriculum/challenges/english/blocks/en-a2-quiz-help-coworker-github-troubleshooting/696033db639ba6cfc22984b8.md index 33dc85bc8ae..4f1fb8c50b6 100644 --- a/curriculum/challenges/english/blocks/en-a2-quiz-help-coworker-github-troubleshooting/696033db639ba6cfc22984b8.md +++ b/curriculum/challenges/english/blocks/en-a2-quiz-help-coworker-github-troubleshooting/696033db639ba6cfc22984b8.md @@ -8,8 +8,12 @@ lang: en-US # --description-- +This quiz checks your understanding of common GitHub terms and expressions. + To pass the quiz, you must correctly answer at least 9 of the 10 questions below. +Read each question and choose the correct answer. There's only one correct answer for each question. + # --quizzes-- ## --quiz-- @@ -18,219 +22,218 @@ To pass the quiz, you must correctly answer at least 9 of the 10 questions below #### --text-- -Placeholder question +Which of the following best describes a `branch`? #### --distractors-- -Placeholder distractor 1 +A final version shared with everyone --- -Placeholder distractor 2 +A backup saved for emergencies --- -Placeholder distractor 3 +A single file used by one person #### --answer-- -Placeholder answer +A separate version to work on changes ### --question-- #### --text-- -Placeholder question +What does `to open an issue` mean? #### --distractors-- -Placeholder distractor 1 +To close a finished task --- -Placeholder distractor 2 +To fix the problem yourself --- -Placeholder distractor 3 +To ignore the problem #### --answer-- -Placeholder answer +To report a problem or request ### --question-- #### --text-- -Placeholder question +Which of the following means to upload changes to a remote repository? #### --distractors-- -Placeholder distractor 1 +`To compile` --- -Placeholder distractor 2 +`To attach` --- -Placeholder distractor 3 +`To investigate` #### --answer-- -Placeholder answer +`To push` ### --question-- #### --text-- -Placeholder question +Choose the grammatically correct sentence: #### --distractors-- -Placeholder distractor 1 +`I already finish the task.` --- -Placeholder distractor 2 +`I never do this before.` --- -Placeholder distractor 3 +`I have completing the task now.` #### --answer-- -Placeholder answer +`I have already completed the task.` ### --question-- #### --text-- -Placeholder question +What is a `repository`? #### --distractors-- -Placeholder distractor 1 +A tool for testing code --- -Placeholder distractor 2 +A program for writing code --- -Placeholder distractor 3 +A message about an error #### --answer-- -Placeholder answer +A place where project files are stored ### --question-- #### --text-- -Placeholder question +What do you call a note that tells you what went wrong in the code? #### --distractors-- -Placeholder distractor 1 +`A previous version` --- -Placeholder distractor 2 +`An additional log` --- -Placeholder distractor 3 +`A future reference` #### --answer-- -Placeholder answer +`An error message` ### --question-- #### --text-- -Placeholder question +Which sentence means to be connected or associated with something? #### --distractors-- -Placeholder distractor 1 +`This issue is related with our project.` --- -Placeholder distractor 2 +`This issue is related on our project.` --- -Placeholder distractor 3 +`This issue is related for our project.` #### --answer-- -Placeholder answer +`This issue is related to our project.` ### --question-- #### --text-- -Placeholder question +What does `to roll back` mean? #### --distractors-- -Placeholder distractor 1 +To move forward with changes --- -Placeholder distractor 2 +To save a new version --- -Placeholder distractor 3 +To delete everything #### --answer-- -Placeholder answer +To go back to an earlier version ### --question-- #### --text-- -Placeholder question +What is a `configuration`? #### --distractors-- -Placeholder distractor 1 +A mistake in the system --- -Placeholder distractor 2 +A list of error messages --- -Placeholder distractor 3 +A finished product #### --answer-- -Placeholder answer - +The setup or settings of a system ### --question-- #### --text-- -Placeholder question +What does this sentence mean: `Don't forget to document it for future reference`? #### --distractors-- -Placeholder distractor 1 +Don't forget to share the code with others. --- -Placeholder distractor 2 +Make sure to back up the code files. --- -Placeholder distractor 3 +Remember to review the code regularly. #### --answer-- -Placeholder answer +Write down key details about the code for the future.