Skip to content

Commit

Permalink
feat: Added a new question to qualityAssuranceQuiz (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Haynes authored Sep 21, 2023
1 parent bcd0ed1 commit ed412c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/data/quality-assurance-quiz.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
const qualityAssuranceQuiz = [
{
Question:
"What is the primary goal of quality assurance in software development?",
Answer: "To ensure software quality",
Distractor1: "To fix all software bugs",
Distractor2: "To develop software faster",
Distractor3: "To design software interfaces",
Explanation:
"The primary goal of quality assurance (QA) in software development is to ensure that the software meets the required quality standards and is free from major defects.",
Link: "https://www.freecodecamp.org/news/software-quality-assurance-guide/"
},

{
Question:
"What type of testing is done on a new feature to ensure that it doesn't accidentally break existing functionality?",
Expand Down

0 comments on commit ed412c2

Please sign in to comment.