Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add heaviest pumpkin question #15

Merged
merged 2 commits into from
Oct 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -46,6 +46,11 @@ object QuestionsBank {
false,
"We can’t sneeze or cough when in deep sleep. Our body must enter a state of wakefulness to do so."
),
Question(
"The heaviest pumpkin ever weighed more than a tonne.",
true,
"The heaviest pumpkin weighed 1190.49 kg (2624.6 lb) and was grown by Mathias Willemijns from Belgium."
),
Question(
"The first oranges weren’t orange",
true,
Expand Down