Skip to content

Commit

Permalink
Fix options in Refactoring techniques quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Jul 28, 2023
1 parent 42a4f88 commit fa3abee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions RefactoringAndItsPurpose/RefactoringTechniques/task-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ type: choice
is_multiple_choice: false
quiz_header: What is the primary difference between "root-canal" refactoring and "floss" refactoring?
options:
- text: "\"Root-canal\" refactoring is performed using automatic refactorings, while \"floss\" refactoring is done manually."
- text: "\"Floss\" refactoring is done manually, while \"root-canal\" refactoring is performed using automatic refactorings."
is_correct: false
- text: "\"Root-canal\" refactoring is secondary to the main changes, while \"floss\" refactoring is the main goal in itself."
- text: "\"Floss\" refactoring is secondary to the main changes, while \"root-canal\" refactoring is the main goal in itself."
is_correct: true
- text: "\"Root-canal\" refactoring affects many parts of the codebase, while \"floss\" refactoring is language-independent."
is_correct: false
- text: "\"Root-canal\" refactoring requires splitting a monolith project, while \"floss\" refactoring is performed during new feature development."
is_correct: false
message_correct: Congratulations!
message_incorrect: Incorrect solution
custom_name: Refactoring techniques
Expand Down

0 comments on commit fa3abee

Please sign in to comment.