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

Adds movies questions #34

Merged
merged 3 commits into from
Oct 9, 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
15 changes: 15 additions & 0 deletions app/src/main/java/com/krsolutions/crossFire/Question.kt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,21 @@ object QuestionsBank {
"Thomas Edison discovered gravity.",
false,
"Isaac Newton discovered Gravity."
),
Question(
"Al Pacino was the director of the movie The Godfather.",
false,
"Francis Ford Coppola was director of the entire triology of The Godfather movie."
),
Question(
"Walt disney is the biggest Oscar winner.",
true,
"Walt Disney (1901–66) won or received a total of twenty-six Academy Awards, and holds the record for most Academy Awards in history."
),
Question(
"In the movie American Psychopath the character Patrick Bateman had some inspiration in Tom Cruise.",
true,
"The episode where Tom Cruise had a fit of laughter in a David Letterman interview became the inspiration for Christian Bale in building the character Patrick Bateman."
)
)

Expand Down