Skip to content

Commit

Permalink
Added a new question
Browse files Browse the repository at this point in the history
  • Loading branch information
vartika-vr committed Oct 2, 2021
1 parent 0602710 commit c4fc0a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/krsolutions/crossFire/Question.kt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ object QuestionsBank {
"The Statue of Liberty was a gift from France to America.",
true,
"It was a gift to America on the 100th anniversary of the Declaration of Independence."
),
Question(
"Bhutan is the only country in the world that doesn't have a rectangular flag.",
false,
"Nepal is the only country in the world that has a non-rectangular flag. Its flag is a combination of two single pennons."
)
)

Expand Down

0 comments on commit c4fc0a7

Please sign in to comment.