* Getting started guide
* Remove DigitalOcean referral link
* Fix typos and mispells, thanks to @Flame442
* Remove cogs.red hyperlink until it is finished
* Add towncrier entry
* Add prolog.txt
This is not necessary for this PR but all of the other cog guides rely on this file.
The cog guides are individual branches based on this one, which is why I'm adding this file right now.
* Add changelog entry
* Add CogManagerUI guide
* Remove towncrier
* CogManagerUI update
* Apply suggestions from code review
Co-authored-by: Vexed <sebdazeley@gmail.com>
* Apply suggestions from code review
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* Add section for downloader
Co-authored-by: Toby Harradine <Tobotimus@users.noreply.github.com>
Co-authored-by: Vexed <sebdazeley@gmail.com>
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* Add to index, url matching links, and add link to customcommands.rst
* Some docstring rewriting
* Adding arguments and more details.
* Handle aliases, rest of arguments and examples.
* Black formatting
* Switch to alphabetical
* Apparently forgot to regenerate this.
* Update redbot/cogs/customcom/customcom.py
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* Update docs/cog_guides/customcommands.rst
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* [Streams] Remove the `__del__`
* Add a teardown function to call Streams.cog_unload()
* Apparently I forgot cog_unload is called automatically (Thanks @rapptz
lol)
Co-authored-by: palmtree5 <3577255+palmtree5@users.noreply.github.com>
* Autogenerated doc and index spot
* Update command descriptions
* Use qualified name in titles and new command descriptions
* Add arguments to descriptions and cleanup self examples.
* Examples are bulleted and indented.
* Handle aliases (none), examples are bulleted and indented
* Switch to alphabetical
* Fix X typo
* add 2 get_or_fetch methods
* style
* local tox didnt scream and blow up
* ewh extra space is ugly
* Jack meant this
* I think jack wanted this.
* Nope Jack desired this
* aaaaaaaaaaaaa Jack just say you are reviewing it come on
* add get_or_fetch_member
* Update redbot/core/bot.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Wubba Lubba Dub Dub
* woa!! this one was really HARD! (sweats)
* fiiiiire
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* New stuff from RLL 0.7.0
* discard here
* formatting
* do this properly
* make it more unique
* bump RLL
* nuke `[p]llset restport`, only `[p]llset wsport` matters
* Update setup.cfg
* properly deprecate Rest port and Ensure Nodes are properly closed upon running LLSET commands
* restore player on a attempt reconnect
* restore player as a task
* ensure we send the signal only if not playing.
* register events a little earlier
* hmmm
* ffs
* update application.yml
* fix permissions edge case
* Remove use of asyncio.gather
* black
* typo
* lol 1 character difference
* Let's try this instead
* another typo, it's too early to read
* Add max concurrency on makerole command and prevent multiple roles being added created
* Add Hockey Trivia
* Add more questions and address review
* cleanup authors for now
* Add missing authors
* address vexed's review
* new trivia
* Add New Jersey Devils Trivia
* Add Vancouver Canucks Trivia
* Address Flame's grammar review
do commit messages require proper grammar?
* revert the revert the revert git is hard...
* and remove old mutes
* make voicemutes less yelly
* fix error when no args present in mute commands
* update docstrings
* address review
* black
* oops
* fix voicemutes
* remove mutes.py file
* Remove _voice_perm_check from mod since it's now in mutes cog
* remove naive datetimes
prevent muting the bot
prevent muting yourself
fix error message when lots of channels are present
* change alias for channelunmute
Be more verbose for creating default mute role
* add `[p]activemutes` to show current mutes in the server and time remaining on the mutes
* improve resolution of unmute time
* black
* Show indefinite mutes in activemutes and only show the current servers mutes in activemutes
* replace message.created_at with timezone aware timezone
* remove "server" from activemutes to clean up look since channelmutes will show channel
* better cache management, add tracking for manual muted role removal in the cache and modlog cases
* Fix keyerror in mutes command when unsuccessful mutes
* add typing indicator and improve config settings
* flake8 issue
* add one time message when attempting to mute without a role set, consume rate limits across channels for overwrite mutes
* Don't clear the whole guilds settings when a mute is finished. Optimize server mutes to better handle migration to API method later. Fix typehints.
* Utilize usage to make converter make more sense
* remove decorator permission checks and fix doc strings
* handle role changes better
* More sanely handle channel mutes return and improve failed mutes dialogue. Re-enable task cleaner. Reduce wait time to improve resolution of mute time.
* Handle re-mute on leave properly
* fix unbound error in overwrites mute
* revert the revert the revert git is hard...
* and remove old mutes
* make voicemutes less yelly
* fix error when no args present in mute commands
* update docstrings
* address review
* black
* oops
* fix voicemutes
* Remove _voice_perm_check from mod since it's now in mutes cog
* remove naive datetimes
prevent muting the bot
prevent muting yourself
fix error message when lots of channels are present
* change alias for channelunmute
Be more verbose for creating default mute role
* add `[p]activemutes` to show current mutes in the server and time remaining on the mutes
* improve resolution of unmute time
* black
* Show indefinite mutes in activemutes and only show the current servers mutes in activemutes
* replace message.created_at with timezone aware timezone
* remove "server" from activemutes to clean up look since channelmutes will show channel
* better cache management, add tracking for manual muted role removal in the cache and modlog cases
* Fix keyerror in mutes command when unsuccessful mutes
* add typing indicator and improve config settings
* flake8 issue
* add one time message when attempting to mute without a role set, consume rate limits across channels for overwrite mutes
* Don't clear the whole guilds settings when a mute is finished. Optimize server mutes to better handle migration to API method later. Fix typehints.
* Utilize usage to make converter make more sense
* remove decorator permission checks and fix doc strings
* handle role changes better
* More sanely handle channel mutes return and improve failed mutes dialogue. Re-enable task cleaner. Reduce wait time to improve resolution of mute time.
* Handle re-mute on leave properly
* fix unbound error in overwrites mute
* remove mutes.pt
* remove reliance on mods is_allowed_by_hierarchy since we don't have a setting to control that anyways inside this.
* black
* fix hierarchy check
* wtf
* Cache mute roles for large bots
* fix lint
* fix this error
* Address review 1
* lint
* fix string i18n issue
* remove unused typing.Coroutine import and fix i18n again
* missed this docstring
* Put voiceban and voiceunban back in mod where it's more appropriate
* Address review 2 electric boogaloo
* Make voicemutes use same methods as channel mute
* black
* handle humanize_list doesn't accept generators
* update voicemutes docstrings
* make voiceperm check consistent with rest of error handling
* bleh
* fix modlog case spam when overrides are in place
* <a:pandaexplode:639975629793787922>
* bleck
* use total_seconds() instead of a dict, sorry everyone already using this lmao
* <:excited:474074780887285776> This should be everything
* black
* fix the things
* bleh
* more cleanup
* lmao hang on
* fix voice mutes thingy
* Title Case Permissions
* oh I see
* I'm running out of funny one-liners for commit messages
* oof
* ugh
* let's try this
* voicemutes manage_permissions
* Cleanup mutes if they expire when member is not present
* black
* linters go brr
Co-authored-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* handles #4491
* add typing indicators to audio playlists commands like discussed with aika.
* recheck perms upon change of token to avoid needing a reload.
* Ensure the player lock is always released... on rewrite to this as a callback to the task.
* ffs
* resolves#4495
* missed one
* aaaaaaaaa
* fix https://canary.discord.com/channels/133049272517001216/387398816317440000/766711707921678396
* some tweaks
* Clear errors to users around YouTube Quota
* Fix cleanup self not working in private.
This fix#4408.
* Apply Jack's logic.
* Obviously Black fault.
AGAIN!
* Apply Jack's trick.
* This is not a converter so let's move this to a different file
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* handle verified bots, and more specific errors
* stuff
* fuck, I forgot
* Improve errors by splitting into few different messages
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* ban revamp
* black & converters fix
* discord.object
* Update redbot/cogs/admin/admin.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* remove discord.user converter
* black
* .
* Update redbot/cogs/mod/kickban.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/cogs/mod/kickban.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/cogs/mod/kickban.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/cogs/mod/kickban.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* incomplete
* massban support
* black
* Use 2-tuple to separate result and the message in `ban_user()`
This also fixes the issue with `True` being equal to `1` which caused a problem with previously returned types
* Whoops...
* trailing whitespace...
* I missed this one
* Update kickban.py
* Update kickban.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* First commit - Bring everything from dev cog minus NSFW support
* Add a toggle for auto deafen
* Add a one off Send to Owners
* aaaaaaa
* Update this to ensure `get_perms` is not called if the API is disabled
* Apply suggestions from code review
Co-authored-by: Vuks <51289041+Vuks69@users.noreply.github.com>
* silence any errors here (in case API is down so it doesnt affect audio)
* update the message to tell the mto join the Official Red server.
* remove useless sutff, and change dj check order to ensure bot doesnt join VC for non DJ's
* ffs
* Update redbot/cogs/audio/core/tasks/startup.py
Co-authored-by: Twentysix <Twentysix26@users.noreply.github.com>
* Aikas Review
* Add #3995 in here
* update
* *sigh*
* lock behind owner
* to help with debugging
* Revert "to help with debugging"
This reverts commit 8cbf17be
* resolve last review
Co-authored-by: Vuks <51289041+Vuks69@users.noreply.github.com>
Co-authored-by: Twentysix <Twentysix26@users.noreply.github.com>
* [Core] Pagify cog unload output properly
When you unload a large amount of cogs (close to message limit on characters), the character count is easily pushed over 2k characters on the command response with the cog names each being wrapped in 2x backticks. The current implementation breaks in the middle of cog names or wherever else it feels like it. 1600 might have been a safe value for splitting but at 1500 I don't see how multiple short cog names could make it break at least.
* Address review
* add an `[all]` extras_requires
* can go here
* add a [dev] which includes [all] + development extras (style, test, docs)
* special case all and dev in update message
* Optimize by changing the place of the check for "special" extras
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* add get_shared_api_keys
* add set listapi command
* fix typo
* refactor `[p]set listapi` into `[p]set api list`
* remove unnecessary check
* fix decorators
* corrected wording
* add remove_shared_api_services
* add `set api remove`
* further typo sniping
* bugsniping
* minor typo
* aaaaaaaaa
* Apply suggestions from code review
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
* update api docstring to reflect new subcommands
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* update framework_apikeys.rst with new methods
* Update redbot/core/bot.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* rewrite get_shared_api_services into a special case of
get_shared_api_tokens
* rewrite api_list to include keys and tokens in response
* don't show secrets
* better api_remove response
* black
* remove nonexistent method
* remove unnecessary import
* fix wording
* Improve docstrings and type hints
- added overloads to help out developers a bit more
* this wasn't necessary, but development tools work better
with this information
- fixed type hint to use Union as now
its return type depends on whether `service_name` is passed
- updated docstrings to contain information about the added behavior
* Use `humanize_list()` rather than `str.join()`
This is done for consistency within Red
and it makes the list have the last element joined
with `and` (or its equivalent in chosen locale)
* Use `.format()` after translation is applied
If `.format()` is used before `_()`, the search for translation is done
with the string that already has the dynamic text added,
which results in no matches.
* Add plural support
* Improve error message
Updated message to be more specific
(used phrases: "None of the services" and "had any keys set")
and a bit more nice to the user (judging word "anyway" removed)
* Improve readability of `[p]set api list`
It's a lot clearer when the sublists are indented,
especially on mobile where code blocks aren't colored at all.
New look:
https://user-images.githubusercontent.com/6032823/94614944-3bbd7c80-02a7-11eb-89e4-64bdf06c650b.png
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Account for duplicated mentions
* Spelling fix + Wording change
* Requested changes *hopefully*
* forgot to formattttttttttttttttttttttt
* Improve the consistency with existing commands in inconsistent `[p]modset` group
* What was the point of defining `guild` if you didn't end up using it, Jack!?
* I hate you, web editor ಠ益ಠ
* You could have just copy-pasted this Jack, seriously...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* [Modlog] Fix typehints for create_case
* Simplify Logic after review
* discord.abc.User to catch both member and user objects and other potential discord.Object's being sent
* fix typehints and Case.edit()
* fix docstrings in create_case
* Add note about last_known_username
* fix the weird thing that scared me
* URL encode user input in the general cog
Adds URL encoding to `[p]lmgtfy` via `urllib2.parse.quote_plus()`
and to `[p]urban` via `aiohttp.ClientSession.get`'s `params` argument
* Black reformatting
* Update CODEOWNERS
* Prepend with backslash, add downloader fixtures
* Update CODEOWNERS
* Schemas are closely related to Downloader...
...so I should know about the changes to those.
* Would be nice to add my name (thanks Draper)
* JSON schemas for cogs and repos
* newline at the end
* capitalization
* Remove *.json from .gitignore
* Remove empty line
* resolve requested changes
* resolve requested changes, again
Co-authored-by: Fixator10 <fixator10@users.noreply.github.com>
* [ctx] Suppress all mentions in maybe_send_embed
Whether this method should mention shouldn't be tied to an unrelated setting.
* black
* Update changelog_3_4_0.rst
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Getting started guide
* Remove DigitalOcean referral link
* Fix typos and mispells, thanks to @Flame442
* Remove cogs.red hyperlink until it is finished
* Add towncrier entry
* Add prolog.txt
This is not necessary for this PR but all of the other cog guides rely on this file.
The cog guides are individual branches based on this one, which is why I'm adding this file right now.
* Add changelog entry
* Add alias cog guide
* QA changes
* More QA changes
considering -> assuming
red is a girl, not non-binary
* Fix some mistakes
* Fix references
* More and better examples, with arguments
* A first quick fix for review
* An attempt to fix the review by @Flame442
* Delete 1734.docs.3.rst
Co-authored-by: Toby Harradine <Tobotimus@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Only send a message telling the user the file will be send via DM if the original message didn't come from a DM
* Remove unused import for AsyncIter
* Changed channel instance comparison to discord.DMChannel
Co-authored-by: douglas-cpp <douglasc.dev@gmail.com>
* [streams]allowed_mentions on stream announcement
Allows role mentions for discord.py 1.4+
# Type
[x] Bugfix
[ ] Enhancement
[ ] New feature
Description of the changes
Referencing line 747. Gives permissions to mention role on stream announcement.
* Update streams.py
* Add `mention_everyone` defaults
Lines for reference:
- [751-753]:
```py
if can_mention_everyone:
await self.save_streams()
return # if bot can mention everyone already, let's stop here```
- [722-774]:
```py
if can_mention_everyone:
mentions.append(role.mention)
return # if bot can mention everyone already, let's stop here (part two)```
Hopefully, this is what you had in mind? Humbly admit I may not have a business in biting this piece but looking forward to feedback on the best methodology for the wanted outcome.
Thanks!
* *sweats*
* imagine variable naming
Should complete all passes.
* misplaced unindent on return
* Update redbot/cogs/streams/streams.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/cogs/streams/streams.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update redbot/cogs/streams/streams.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* You're a beast jack
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* this would cover all channels in guild (think)
* give this a reeeeee
* Update streams.py
* adds channel argument
https://github.com/Cog-Creators/Red-DiscordBot/pull/4182#pullrequestreview-468012281
* image style checking, self
* imagine
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Getting started guide
* Remove DigitalOcean referral link
* Fix typos and mispells, thanks to @Flame442
* Remove cogs.red hyperlink until it is finished
* Add towncrier entry
* Admin guide
* Add prolog.txt
* Use substitutions for arguments
* Some grammar fixes
* Add prolog.txt
This is not necessary for this PR but all of the other cog guides rely on this file.
The cog guides are individual branches based on this one, which is why I'm adding this file right now.
* Add changelog entry
* Add serverlock
* Apply suggestions from code review
Co-Authored-By: Vexed <51716387+Vexed01@users.noreply.github.com>
* Suggestions from vexed
* Update to new admin commands
* Delete 1734.docs.2.rst
* Apply the changes requested by reviewers
Plus add a small tuto on how to make a bot private
* Fix arguments inconsistency
* Remove ctx from argments
* Update docs/cog_guides/admin.rst
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* Quotes aaaaaa
Co-authored-by: Toby Harradine <Tobotimus@users.noreply.github.com>
Co-authored-by: Vexed <51716387+Vexed01@users.noreply.github.com>
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* Use aware objects instead of naive ones
* Use aware objects when storing and reading UTC timestamps
* Remove unneeded parentheses
* Fixed naive and aware objects unable to be compared here
* Address feedback
* Fix the newly added `modlog.create_case()` calls
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Mention spam addition
Adjust code to allow for warning and kicking in mention spam automoderation.
Added new subcommand group, mentionspam. Which will display settings of warn, kick, ban, mentionspam when called.
Adjust config to account for this.
* Condense config + removal of comments
Condense config into one variable to make one call.
Removed unneeded comments I left.
* Add warning casetype
Copied over from warnings cog
* Update strings + change function names
* Changed prints and logs. Account for showsettings, removed blocking.
If this style breaks, blame draper...
* Black format...still blaming draper.
* Adding period at end of description
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
* config migration
* Fix TypeError, add default information.
* Max_mention wording change
Thanks to @zephyrkul for suggesting the word changes.
* Require argument for max_mention
* Fix warn modlog case creation
* Fix casetype conflict
maaaaaaaaaagicccccccccc timeeeeeeeeeeeeeeeeeeeeeeeee
Co-authored-by: Draper <27962761+Drapersniper@users.noreply.github.com>
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
In line 60 I removed the word also as it implies that the bot can is already being hosted by someone but you can host it too. I also removed the word installation from line 65 and changed it to installing as that makes more sense or you would have to change the word updating.
* Getting started guide
* Remove DigitalOcean referral link
* Fix typos and mispells, thanks to @Flame442
* Remove cogs.red hyperlink until it is finished
* Add towncrier entry
* Add prolog.txt
This is not necessary for this PR but all of the other cog guides rely on this file.
The cog guides are individual branches based on this one, which is why I'm adding this file right now.
* Add Bank cog guide
* Add changelog entry
* Bank guide
* Nope get out from here potato
* Remove reference to the payday command
* reword + drop a character
Co-authored-by: Toby Harradine <Tobotimus@users.noreply.github.com>
Co-authored-by: palmtree5 <3577255+palmtree5@users.noreply.github.com>
* [Streams] Change hitbox to smashcast.
as hitbox is now smashcast.
* Add files via upload
* reee
* :thonk:
* oof
* Add missing new lines at end of file
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance
Signed-off-by: Guy <guyreis96@gmail.com>
* Migrates ``humanize_list`` over to babel, and uses the existing `get_babel_locale` function to get a valid locale based on bot locale.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Migrates ``humanize_list`` over to babel, and uses the existing `get_babel_locale` function to get a valid locale based on bot locale.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fixes docs
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Add reference to Babel's `format_list`
* Add Babel to intersphinx
* remove towncrier entry
* Migrates ``humanize_list`` over to babel, and uses the existing `get_babel_locale` function to get a valid locale based on bot locale.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fixes docs
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Add reference to Babel's `format_list`
* Fix order, make the parameters keyword-only
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
[Core] Data Deletion And Disclosure APIs
- Adds a Data Deletion API
- Deletion comes in a few forms based on who is requesting
- Deletion must be handled by 3rd party
- Adds a Data Collection Disclosure Command
- Provides a dynamically generated statement from 3rd party
extensions
- Modifies the always available commands to be cog compatible
- Also prevents them from being unloaded accidentally
* [RPC] Fix for non-rpc users
- RPC probably needs rewriting.
- Also, I noticed some extremely sharp edges
and a potential crash point (unrelated to the fixed issue)
on windows that the side effects from have been mitigated here
partially.
* sysexit on initialization failure
* Prevent LicenseInfo command from being a source of user command spam
* add dep-warn explaining whats needed for this
* name issues
* Tests...
* An empty commit unbroke some of it, but still style issues
* Bump deps
* use html5 writer
* appdirs<1.4.4 compatibility fix
* more bumping
* Revert "appdirs<1.4.4 compatibility fix" (Jack did a dumb)
This reverts commit cc5299d987.
* And another ~~one~~ bump!
I'm gonna blame Neuro for being nice and contributing to aiohttp-json-rpc.
* just one more and pls merge this Kowlin
* Kowlin, pls merge
* create cog disbale base
* Because defaults...
* lol
* announcer needs to respect this
* defaultdict mishap
* Allow None as guild
- Mostly for interop with with ctx.guild
* a whitespace issue
* Apparently, I broke this too
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* This can probably be more optimized later, but since this is a cached value, it's not a large issue
* Report tunnel closing
* mod too
* whitespace issue
* Fix Artifact of prior method naming
* these 3 places should have the check if i understood it correctly
* Announce the closed tunnels
* tunnel oversight
* Make the player stop at next track
* added where draper said to put it
* Apply suggestions from code review
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: Drapersniper <27962761+drapersniper@users.noreply.github.com>
* [Core] Add `Red.message_eligible_as_command`
- This is a small utility function which makes it easy for cog
creators to treat non-command messages as commands correctly.
- This also modifies `Red.ignored_channel_or_guild`'s signature to
explicitly add support for passing a message object (the only needed
attributes are entirely shared with context)
* Update redbot/core/bot.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* address review
* Rename
* remove webhhok check, the issue wasn't possible under normal operation
* Ah yes, ctx.bot in a method of the bot...
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Remove users from tempban unban list when hackbanning them
* black and missing bracket
* make sure this actually gets processed
* let the user know when a tempban was upgraded
* say more things
* reduce config calls
* jack loves performance
* adress review
* review the 2nd
Any group which sent help + settings views has had the settings view
split into a seperate command. This ensures that custom help behavior
does not interfere with settings views.
* update wording for giphy api
* of cource master draper
#3938 - make the command untranslateable
* i18n <your_api_key_here>
* commas to parens as discused in discord
* Make deprecation notice specify minor release based on soonest date
* Stop specifying a specific release in shared libs deprecation notice
* Add actual deprecation warning for `APIToken` (OMG, this is so cool)
* Add dates (2020-08-05 for all)
* address review
* improve consistency
* Add __dir__ and show APIToken in docs (or maybe I want to annoy Flame)
* fix module name when importing non-existent name from parent package
* Fix stack level used by depr warn in `redbot.core.commands`
* Only send notify_owners in mod migration if at least 1 scope entry has a non default value
* update string
* use asynciter on these potentially large loops
* check server settings too
* since i have no clue when RW will be release ... lets add this as it helps out a lot
* update branch name regex
* recheck version after download since now we are showing it.
* Change regex and the error message
* few changes see ^^^ GH comment
if it doesn't pass the RegEx `[a-zA-Z0-9_\.]*` then:
- if on Linux and contains a "-" anywhere, not allowed
- if it contains a space or starts with a "-", not allowed
- if the top two don't trigger, then `confirm()` with the user.
* black why
* 3.3.9
* fk
* ty aika
* review :aha:
* oopsie
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* this is just vexed tries and jack fixes
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* quite sad really
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* add duration atribute
* sanity checks
* add days parameter
* maybe resolve conflicts?
* black and make linting happy
* right... I need to send this
* but I still need to return... oops
* Send Notify owner messages only when a key has been invalidated since last notify_owner
* grammar
* welp im dumb
* Black and lower config call frequency
* Update redbot/cogs/streams/streams.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* dont use a generic name now to avoid a config migration later
* be even more explicit with var name
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Only Send out of date message to Final builds available on PyPi
* Only Send out of date message to Final builds available on PyPi
* sorted the resulting list so that the newest build is first in the list
* forgot about this one
* well jack is a bitch but we love him.
* simplify logic
* Add the new function to `__all__`
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* [Trivia] Minor correction in greekmyth trivia
In greekmyth trivia, there is a question: `Who is the God of Medicine and the son of Apollo?` and the only answer written in the yaml file is `Asclepius` , however `Aesculapius` or `Hepius` can also be considered as a right answer.
Source: https://en.wikipedia.org/wiki/Asclepius
* Lord of The Rings trivia
* Added AUTHOR key
* Revert "Added AUTHOR key"
This reverts commit d60e336771.
* Revert "Lord of The Rings trivia"
This reverts commit d7365e87b9.
Co-authored-by: Jyu Viole Grace <thisisjvgrace@users.noreply.github.com>
* [Permissions] Prevent guild owner lockouts
- Guild owners will always be able to access the guild configuration
commands in permissions
- This includes `permissions explain` and `permissions canrun` as
informational tools useful for ensuing a correct configuration
resolves#3107
* minor nitpicking over ordering consistency
* a single new line for style compliance
* Fix a typo + alphabet went wrong
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* update `dm` docstring
* few changes
* hmm
* cant make my mind up how to word it
* fk i forgot "and"
this is the last one, i promise
* add missing full stop in `contact` as im in this area of core_commands
* oh, see ^^^ review
* `click on` instead of `select`
Co-authored-by: Vexed01 <>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Lets show active storage on start up message
* Lets show active storage on start up message
* let's make it like in `[p]debuginfo`
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Redefine max length with livestream exception
* Address review
* is_track_too_long -> is_track_length_allowed for a more accurate description of what the function actually is doing
* we now rely on Track.is_stream for determining whether item is a livestream (or unseekable/non-known audio length like OGG files) for determining whether it can bypass the user-set max track length
* Removal of passing track length/an int to is_track_length_allowed - will always pass the full Track object now
* Address review
* add class docstring to downloader
idk what to say rly
um hi all nice to be back after about 6 months
pls no hate my PRs
apoligies if i get in the way
if you read this far then you deserve an achievement um i dunno what err how about the achievement of unboredness
* add class docstring to reports
* add class docstring to streams
* black formatting
oops lets not forget what tox checks for
* wording changes
* add cog board link
* hmm actually no (undo)
* wait grammar exists? who knew...
* remove admin only commands
* Review
* Remove always
- and consequently reorganise the words
* Add "one or more"
* Fix spelling of creator
- changed from creater
* add toggle to allow switching off sending the name of the person who uhhh used? the warning
* the Kowlin way of life
* reduced config calls to stay in line with #3766 and hopefully didn't break anything (as per Draper suggestion)
* more performance magic
* found an error + black
* forgot warning channel existed
* await... seriously... how long have you done async stuff now dav?
* unify (most) config calls in ``[p]warn``
* fix all the things
* Add bot.set_prefixes; change set serverprefix and set prefix to new method
* Address requested changes
* Apply suggestions from code review
* One more
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
idk what to say rly
um hi all nice to be back after about 6 months
pls no hate my PRs
apoligies if i get in the way
if you read this far then you deserve an achievement um i dunno what err how about the achievement of unboredness
* [Docs] Update docs now mention need to restart
Previously the update docs never mentioned that you have to restart yur bot for the update to take effect.
* That actually makes sense...
* Aaand those should probably be turned off as well
* jack and draper.... oi
* Update docs/update_red.rst
* Update docs/update_red.rst
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Handle the ints for user objects in Modlog appropriately (#3784)
* God, this is stupid
* Add logging of unexpected exceptions
* Add more specific info for Forbidden error
* add i18n support
* Use `openjdk-r` ppa for Ubuntu 16.04
* Don't add `deadsnakes` ppa for Ubuntu 20.04
* Use Java 11 for Arch Linux
* Update getting started guide to recommend Ubuntu 20.04 over 18
* Use Java 11 for Fedora Linux
* Use Java 11 for openSUSE Tumbleweed
* remove unneded `-u` for ubuntu 20.04 and 18.04
* use `openjdk-11-jre-headless` in all ubuntus
* use headless jre everywhere
* add non interactive flag to zypper calls
* Add emphasis on info about pyenv's warning
* reverse order of Ubuntu LTS versions
* Install Git 2.11+ with `yum replace` on CentOS/RHEL 7
* Add `--gpg-auto-import-keys` flag to non-interactive `zypper ar` usage
* update pyenv instructions to use Python 3.8.3
* Install git after installing everything else in CentOS 7 instructions
* use zypper flags properly
* improve the sentence a little
* I like consistency
* add missing `sudo`s in CentOS instructions
* add tk-devel to CentOS instructions per pyenv's recommendations
* Install gcc 8 from SCL in CentOS 7
* use git222 instead of git2u on CentOS 7
* Add missing `source ~/.bashrc` line
* use git224 instead of git222 on CentOS 7
* use yum swap over yum-plugin-replace in CentOS 7
* Fix invite_url_re
Found that the regex used previously could falsely catch strings such as discord member and discord gggggg which aren't invites and shouldn't be caught, testing with this regex string still catches all invite url variations while allowing these other previously caught strings to keep working
* Update redbot/core/utils/common_filters.py
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Use Babel in `[p]set locale` to allow any valid locale
* Remove `[p]listlocales` and link to Crowdin in `[p]set locale`
* import babel.Locale as BabelLocale to avoid confousion
* Added `[p]cleanup spam` function
* formatting
* accepts number and considers command message to total counts
* use existing kwarg instead
Safer to use the before kwarg as other messages might get included accidentally between invoking and executing
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
* safer way to compare embeds and skip attachment only msgs
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
* keeps the original message before the spam starts
* now asks if its ok to delete 100+ spam msgs if found
* unnecessary calculations, just add after
* code styling and reverted history oldest_first option
* switched to recommended logging formatting, thank you jack1142
* now using `get_messages_for_deletion()`, added needed limit kwarg
* ugh forgot to swap em
* duh
* small string clarification
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* fix stacklevels of warnings
* stop using loop arg when calling start_adding_reactions
* [Audio] Stop using loop arg when calling start_adding_reactions
* [General] Add shard ID on serverinfo if there is over than two shards
* Update general.py
* Update general.py
* Update general.py
* Update general.py
* Improvements of "serverinfo" command
- Added some more informations about the server.
(Verification level, AFK channel and timeout, custom emojis and special features).
- Added custom texts for Region (and Verification levels).
- Added more details about members (Number of humans, bots, and all status).
- Show special features only if the server has one.
- Show "Verified" logo only if the server is verified.
- And changed the footer by adding how many time the bot as join the server.
* Black formatting for serverinfo
* Black formatting fix and Sinbad suggestions
* Fix the discord.errors.NotFound on server command
Added exception on server command for the phrase "To leave a server, just type its number.".
* Update core_commands.py
* Delete core_commands.py
* Create core_commands.py
* Update core_commands.py
* Update core_commands.py
* Delete core_commands.py
* Create core_commands.py
* Update core_commands.py
* Update core_commands.py
* Little changes on serverinfo command
- Adding "lurkers" check, for the new feature that are on bot which allow users to join a server in read-only (Works only on verified servers for now)
- Adding streaming status.
- Adding mobile status with suggestion of Sinbad.
* Black style fix
* Add verbose for serverinfo and disable lurkers
I've added a bool that are False by default and sent the original serverinfo command, and if set to True send my edited version.
And I've disabled the lurkers detection until this bug (https://github.com/discordapp/discord-api-docs/issues/855) isn't fixed.
* Add of India region
* Code cleanup
* Emojis are not needed to be translated
* Update serverinfo
* Changelog.
* Update 2382.enhancement.rst
* Adress Jack's requests changes.
* oops
* Put guild description first + few last nitpicks
Co-authored-by: PredaMart <46051820+PredaMart@users.noreply.github.com>
Co-authored-by: Toby Harradine <Tobotimus@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* use correct prefixes when sending messages to owners
* make internal util for this instead
* oops
* fix circular import
* let's add back the actual fix I made this PR for...
* fix wrong logger name
* improve log message
* Handle when users leave a server while we're applying mutes
Goddamn guilds with >100 text channels >.<
* Damn you tox.
* Damn you Bread.
* Fixed a bug whereby Guild would always return a success
Also handled error checking on NotFound so that the propper handling can be done.
* Fixed flake8 compile error (whoops)
* Revert "Fixed flake8 compile error (whoops)"
This reverts commit ec8b672347.
* Revert "Fixed a bug whereby Guild would always return a success"
This reverts commit 8d08ac31af.
* Apply the lost commits that we actually want
Since cherry picking is hard.
* Isn't the English language FUN!?
* *sigh*
* Move ignored guilds and channels to core
Add caching for ignored guilds and channels
Add caching for whitelist and blacklist
Fix#3220
Add consume-rest for whitelist and blacklist commands to add multiple users or roles in one command
* Add ability to ignore channel categories
* black
* moveignorechannels should be owner only and cleanup changes
* add changelog entries
* address Feedback
* schema v1
* set hidden to True for shared libs
* fix test data
* add warning about invalid top-level structure
* don't show full traceback for JSONDecodeError
* [dev] allow top-level await in code statements
* style
* use staticmethod, cls is unneeded
* add asyncio and aiohttp to env
* fix repl
* add __builtins__ to repl env
* style...
* fix debug with no coro
* add `optimize=0` to eval
* passing loop to certain things was deprecated. additionally, `asyncio.get_event_loop()` is being deprecated
* awesome, checks are functioning as intended
* fun with fixtures
* we can just stop misuing that anyhow
* Update redbot/pytest/downloader.py
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Attempt 1, I suppose.
* Add the remaining 2 out of 3 jobs
* Spacing matters T_T
* So does formatting...
* More formatting fixing.
* First attempt at postgres services.
* Postgres attempt 2
* Update tests.yml
Flatten a python version I suppose.
* Update tests.yml
* Update tests.yml
* Update tests.yml
* Update tests.yml
* I wonder if this works lmao
* this is fun™
* let's go back
* add fail-fast
* Added publishing workflows
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Add an arg in cli to change message cache size
* Add an arg in cli to change message cache size
* Changelog
* Actually pass None in message_cache_size
* Update cli.py
* Add a cli arg to disable message cache.
* Add a cli arg to disable message cache.
* well go away you useless
* you actually are an int
* Check if message cache is higher than 0 when set it.
* Use sys.maxsize as max cache size.
* Update cli.py
* Add bot.max_messages property.
* typos
* 🤦
* style
* feat: allow to edit prefixes through `redbot --edit`
* enhance: allow to setup multiple prefixes
* fix: gotta break out of the loop
* fix: gotta sort prefixes in reversed order
* fix: editing prefix shouldn't save it as token
* fix: sort prefixes when using flag too
* chore(changelog): add towncrier entry
* docs: update help for `--edit` flag
* [Commands Module] Better Typehint Support
We now do a lot more with type hints
- No more rexporting d.py commands submodules
- New type aliases for GuildContext & DMContext
- More things are typehinted
Note: Some things are still not typed, others are still incorrectly
typed, This is progress.
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
- However, we are not changing the signature
- This was previously special cased for reasons related to the older
version of the help formatter we used and never re-evaluated for need.
- We should leave the signature as is both for lack of breaking, and
for potential future changes
// actually this was already done once in GH-2966 but got accidentally overwritten
* Cache prefixes
- This works towards #3148
- Ends up centralizing some logic
- Including that prefixes should be a reverse sorted list
* handle global prefix attempts at none
* fix prefix set for server
* cache using guild id
* new code
Added the admin check to warnings and removed the part where the user could check themselves.
Added new mywarns which replaces part of the old behaviour of warn
* Update warnings.py
* Create 2900.enhance.rst
* Fixed command name
Because appearently I can't remember a command for 10 seconds
* Commands in backticks
Put command names in changelog in double backticks after being advised to do so in discord
* made user not optional, and the other thing sinbad requested
* switched parts. magic
resolves#2900
* Be quieter in expected cases
* lets put this in the log file
* inline description use because setuptools entrypoint scripts are dumb
* Another setuptools entrypoint related issue
* maybe don't crash the bot on tasks
* improve the handling a bit more + document some of the lower level bits from the perspective of 'why?'
* Adding myself to codeowners on this one
* Let's not clobber our exit code
* And, there we go
* finish that thought
* right, I bumped the python version for (part of) this
* Update redbot/__main__.py
Co-Authored-By: jack1142 <6032823+jack1142@users.noreply.github.com>
* Okay, we should be good now
* correct exit code enum use
* cosmetic
* minor fix for linux and ctrl+c
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
* Update downloader.py
* Update json_mixins.py
* Update installable.py
* changelog pt 1
* changelog pt2
* edit of changelog pt1
* edit of changelog pt 2 (last commit before review)
* Kidding, this is the last one before review.
* feat(downloader): add `[p]cog reinstallreqs` command
* enhance: clear lib folder on minor Python version change
* chore(changelog): add towncrier entries
* enhance: warn user about detected change in OS or arch
* enhance: use actual prefix instead of `[p]`
* Whoops...
Co-Authored-By: Michael H <michael@michaelhall.tech>
* enhance: wrap message sending in try except
Co-authored-by: Michael H <michael@michaelhall.tech>
* enhance: add `Red.wait_until_red_ready()` for post connection startup
* enhance: fill `bot.owner_id` in our `on_ready`
* enhance: log missing destinations in `get_owner_notification_destinations`
* chore(changelog): add towncrier entries
* chore(changelog): use past form of verb "add"
* enhance(setup): use instance name in default data path
* chore(changelog): add towncrier entries
* enhance(setup): tell user that instance name is case-sensitive
* do better with loop cleanup
* changelog
* remove redundant line
* Do this a bit better than the initial pass
* Improve windows support
Make some other things coroutines to work with improved design
* Wish we'd have done this right from the start...
* Update deps surrounding this
- see bpo-23057
- neccessary for windows users
- nice for consistent support channel info / feature availability
* dep issue
* Fix tests
* duplication plugin py version
* actually handle this
* Reconfigure some checks with codeclimate, disable pylint for now
* style
* Is my exasperation showing yet?
* handle some stupid stuff
* meh
* dep changelog
* update windows deps instructions
* changelog
* be more explicit that manual dependency handling is an excersice left to the reader
* let's only grab the MSVC C++ stuff here...
* Meh
* update language
* Update install_windows.rst
* it's really that easy
* create
* add the code
* change de logs
* lets remember linux exists
* fix formtting and change wording
* change the wording a bit more... after running `sphinx-build` it def looks like i used bold a lot
god that was a long commit mesage
* review changes
* draper's review (see description)
i have put or worse partially to scare users and partially as there are other possible effects of a downgrade
* review
* clarity
* feat: dispatch `on_red_api_tokens_update` event on api keys update
* docs: add event reference in Shared API Keys docs
* chore(changelog): add tonwcrier entries
* fix: wrap dispatched api tokens in MappingProxyType
* docs: reflect change of type change to read-only Mapping
* Update core_commands.py
* Create 3115.feature.rst
* Rename 3115.feature.rst to 3118.feature.rst
* Add a message if there's any disabled commands.
* Use the same format as [p]command disable/enable
* Make strings more i18n friendly.
* Flame's requested changes.
* [audio] adds typing indicator to playlist dedupe
* [audio] not sure what happened here lol
* [audio] forgot the return
* add changelog
* [audio] fix for black
* reorder some startup to prevent heartbeat issues
* changelog
* handle startup cleanup in audio
* style
* rebased to handle conflict
* be a little smarter to prevent (some) infinite hangs
* Fix a pre-existing NoneType Error
* Migrate config before things are using it...
* another place we should ensure we're ready
* rename-toavoid-issues
* fix cache ordering and mis-use of ensure_future
* remove incorrect typehints
* style
* feat(downloader): Install cog from specific commit in repo (initial commit)
- Repo and Installable have commit property now
- New class inheriting from Installable -
InstalledCog (old one from converters.py removed)
- New Repo.checkout() method, which is also async ctx manager
ref #2527
* fix(downloader): Keep information about repo's branch in config
- This is needed to make sure that repo can go back from detached state in some rare unexpected
cases
- current branch is determined by `git symbolic-ref` now as this command errors for detached
HEAD
* feat(downloader): Update repo without cogs, update single cog
The most important part of issue #2527 has been added here
- `[p]repo update` command added
- new conf format - nested dictionary repo_name->cog_name->cog_json
installed libraries are now kept in conf too
- `InstalledCog` renamed to `InstalledModule` - installed libraries use this class
- `Downloader.installed_libraries()` and `Downloader.installed_modules()` added
- `Downloader._add_to_installed()` and `Downloader._remove_from_installed()`
now accept list of modules, of both cogs and libraries
- `[p]cog install` tells about fails of copying cog and installing shared libraries
- `[p]cog update` will truly update only chosen cogs (if provided) or cogs that need update
- pinned cogs aren't checked
- before update, repos are updated
- to determine if update is needed `Repo.get_modified_modules()` is used
- `[p]cog pin` and `[p]cog unpin` commands for pinning/unpinning cogs added
- `Repo.checkout()` allows to choose ctx manager exit's checkout revision
- `Repo.install_cog()` returns `InstalledModule` now and raises CopyingError (maybe breaking?)
- `Repo.install_libraries()` returns 2-tuple of installed and failed libraries (maybe breaking?)
- `RepoManager.get_all_cogs()` added, which returns cogs from all repos
- `RepoManager.repos` property added, which contains tuple of `Repo`
* test(downloader): Repo.current_branch() throws an exception, when branch can't be determined
* style(downloader): rename _add_to_installed to _save_to_installed
This method is used for both adding and updating existing modules in Config
* refactor(downloader): add ctx.typing() for few commands
`[p]cog install` is nested hell, can't wait for moving install logic to separate method
* fix(downloader): refactor and fix `set` usage
* perf(downloader): update commits for ALL checked modules to omit diffs next time
This will also disable running git diff for cogs that have the same commit as the latest one
* style(downloader): few style improvements
- use of mutable object in method definition
- make Repo._get_full_sha1() public method
- too long
line
- don't use len to check if sequence is empty
* feat(downloader): add `[p]cog updateallfromrepos` and `[p]cog updatetoversion` commands
- moved cog update logic into `Downloader._cog_update_logic()` (lack of better name)
- splitted
whole cog update process into smaller methods
- might still need some improvements
- added new
methods to `Repo` class:
- `is_on_branch()` to check if repo is currently checked out to branch
- `is_ancestor()` to check if one commit is ancestor of the other
- fix for
`Downloader._available_updates()` behaviour
broken by commit
5755ab08ba67556b3863e907c6f44d80f4f13d88
* feat(downloader): try to find last commit where module is still present
Enhancements:
- `Installable` now has `repo` attribute containing repo object or `None` if repo is
missing
- `Downloader._install_cogs()` and `Downloader._reinstall_libraries()` are able to install
modules from different commits of repo
- `Repo.checkout()` as ctx manager will now exit to commit
which was active before checking out
- unification of `rev` and `hash` terms:
All function
parameters are explicitly called `hash`, if it can only be commit's full sha1 hash or `rev` if it
can be anything that names a commit object, see
[link](https://git-scm.com/docs/git-rev-parse#_specifying_revisions)
- new
`Repo.get_last_module_occurence()` method, which gets module's Installable from last commit in which
it still occurs
* docs(downloader): Add basic description for `InstalledModule`
* fix(downloader): cog ignored during updates if its commit was missing
After config format update, commit string is empty until update and when such cog was checked and it
wasn't available in repo anymore, it was ignored
* refactor(downloader): Installing cogs from specific rev will pin them
* perf(downloader): Don't checkout when current commit equals target hash
- changes to `Repo.checkout()`:
- `exit_to_rev` is now keyword only argument
- added
`force_checkout` to force checkout even if `Repo.commit` value is the same as target hash
* refactor(downloader): Repo._run() stderr is redirected to debug log now
- added two keyword arguments:
- `valid_exit_codes` which specifies valid exit codes, used to
determine if stderr should be sent as debug or error level in logging
- `debug_only` which
specifies if stderr can be sent only as debug level in logging
* style(downloader): stop using `set` as arg name in `_load_repos()`
* feat(downloader): pass multiple cogs to `[p]cog (un)pin`
* refactor(downloader): accept module name instead of instance, fix spelling
* style(downloader): few small style changes
* fix(downloader): add type annotations + fixes based on them
- fix wrong type annotations and add a lot of new ones
- add checks for `Installable.repo` being `None`
- fix wrong return type in `Downloader._install_requirements`
- show repo names correctly when updating all repos
- fix error when some requirement fails to install
BREAKING CHANGE:
- type of `Repo.available_modules` is now consistent (always `tuple`)
* tests: use same event loop policy as in Red's code
* enhance(downloader): fully handle ambiguous revisions
* build(deps): add pytest-mock dependency to tests extra
* fix(downloader): minor fixes
* feat(downloader): add tool for editing Downloader's test repo
This script aims to help update the human-readable version of repo
used for git integration tests in ``redbot/tests/downloader_testrepo.export``
by exporting/importing it in/from provided directory.
Note
----
Editing `downloader_git_test_repo.export` file manually is strongly discouraged,
especially editing any part of commit directives as that causes a change in the commit's hash.
Another problem devs could encounter when trying to manually edit that file
are editors that will use CRLF instead of LF for new line character(s) and therefore break it.
I also used `.gitattributes` to prevent autocrlf from breaking testrepo.
Also, if Git ever changes currently used SHA-1 to SHA-256 we will have to
update old hashes with new ones. But it's a small drawback,
when we can have human-readable version of repo.
Known limitations
-----------------
``git fast-export`` exports commits without GPG signs so this script disables it in repo's config.
This also means devs shouldn't use ``--gpg-sign`` flag in ``git commit`` within the test repo.
* tests(downloader): add git tests and test repo for them
Also added Markdown file that is even more clear than export file
on what the test repo contains.
This is manually created but can be automated on later date.
* test(downloader): add more tests related to RepoManager
These tests use expected output that is already guaranteed by git tests.
* chore(CODEOWNERS): add jack1142 to Downloader's folders
I know this doesn't actually give any benefit to people that don't have
write permission to the repo but I saw other big fella devs doing this,
so I think this might be advisable.
* enhance(downloader): allow easy schema updates in future
* enhance(downloader): more typing fixes, add comments for clarity
* feat(downloader): add python and bot version check to update process
follow-up on #2605, this commit fully fixes#1866
* chore(changelog): add towncrier entries
* fix(downloader): use `*args` instead of `commands.Greedy`
* fix(downloader): hot-reload issue - `InstallableType` now inherits from `IntEnum`
There's desync of `InstallableType` class types due to hot-reload
and `IntEnum` allows for equality check between different types
* enhance(downloader): ensure there's no cog with same name installed
should fix#2927
* fix(downloader): last few changes before marking as ready for review
* uvloop + python3.8
* Lavalink bump to 3.2.1_846
* [Release] 3.1.7
- Handles a dependency issue for python3.8
- Updates the Lavalink jar used
- This include's Nin's stat fix
- Streaming from Soundcloud is working again, at least for now.
* 3.1.7
* Add MS Azure to the list of hosting providers
* Fix some typos, wording, incorrect commands
* towncrier
* Update docs/getting_started.rst
Co-Authored-By: Michael H <michael@michaelhall.tech>
* Use stable instead of dev version
* changelog entry
* Rename 3020.docs.rst to 3021.docs.rst
* update wording in Getting Started
* add note about package layout
* fix some formatting
* spellcheck
* add cookiecutter note
* Update 3021.docs.rst
* fix(core,downloader): add lib folder to sys.path before loading cogs
* chore(changelog): add towncrier entry
* fix(core): always append 3rd-party lib path to the end of `sys.path`
* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance
Signed-off-by: Guy <guyreis96@gmail.com>
* Remove duplicated call in `[p]playlist update`
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Handle both ModuleNotFoundError and ImportError and pull a more complete error message to forward to the user and fix grammar.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Since we aren't 100% certain of message length here due to using the error message for the raised error ... lets use pagify so this doesn't bite us in the future.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* .... Lets not reinvent the wheel
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Address Jack's review
* docs: change links to d.py docs to use stable version instead of v1.0.1
* chore(changelog): add towncrier entry
* docs: add |DPY_VERSION| substitution and :dpy_docs: role
* chore(changelog): update towncrier entries to reflect new changes
* More changes
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed auto play defaulting to playlist
Signed-off-by: Guy <guyreis96@gmail.com>
* Localtrack fix
Signed-off-by: Guy <guyreis96@gmail.com>
* Updated deps .. since for some reason aiosqlite is not being auto installed for everyone
Signed-off-by: Guy <guyreis96@gmail.com>
* Yupo
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed a crash in [p]now
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed crash on playlist save
Signed-off-by: Guy <guyreis96@gmail.com>
* Debugging Commit
Signed-off-by: Guy <guyreis96@gmail.com>
* Yet more prints
Signed-off-by: Guy <guyreis96@gmail.com>
* Even more spammy debug
Signed-off-by: Guy <guyreis96@gmail.com>
* Debugging commit + NEw Dispatches
Signed-off-by: Guy <guyreis96@gmail.com>
* Debugging commit + NEw Dispatches
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed localpath checks
Signed-off-by: Guy <guyreis96@gmail.com>
* more fixes for Localpaths
Signed-off-by: Guy <guyreis96@gmail.com>
* Spelling mistake on method
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed Crash on event handler
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed Crash on local search
Signed-off-by: Guy <guyreis96@gmail.com>
* Reduced fuzzy match percentage threshold for local tracks to account for nested folders
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed a crash on queue end
Signed-off-by: Guy <guyreis96@gmail.com>
* Sigh ... Removed a duplicate dispatch
Signed-off-by: Guy <guyreis96@gmail.com>
* Sigh i removed this before ...
Signed-off-by: Guy <guyreis96@gmail.com>
* Reorder dispatch signatures so all 3 new dispatch have matching signature
Signed-off-by: Guy <guyreis96@gmail.com>
* Formatting
Signed-off-by: Guy <guyreis96@gmail.com>
* Edited Error Event to support localtracks
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix a Crash on track crash :awesome:
Signed-off-by: Guy <guyreis96@gmail.com>
* Yikes soo much spam
Signed-off-by: Guy <guyreis96@gmail.com>
* Remove spam and improve existance check
Signed-off-by: Guy <guyreis96@gmail.com>
* Repeat and Auto-play are mutually exclusive now
Signed-off-by: Guy <guyreis96@gmail.com>
* DEBUGS for Preda
Signed-off-by: Guy <guyreis96@gmail.com>
* Vimeo tracks can be from both these domains "vimeo.com", "beam.pro"
Signed-off-by: Guy <guyreis96@gmail.com>
* I mean Mixer can be from those 2 domains ....
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed `search sc` command
Signed-off-by: Guy <guyreis96@gmail.com>
* Run everything though lints.
rename localtracks module to dataclasses
Clear lock on errors
Signed-off-by: Draper <guyreis96@gmail.com>
* Try to speed up long playlist loading
Signed-off-by: Draper <guyreis96@gmail.com>
* Im an idiot
Signed-off-by: Draper <guyreis96@gmail.com>
* Im an idiot
Signed-off-by: Draper <guyreis96@gmail.com>
* Added logging for writes
Signed-off-by: Draper <guyreis96@gmail.com>
* Fix crash on cog reload
Signed-off-by: Draper <guyreis96@gmail.com>
* Fix for runtimewarning ?
Signed-off-by: Draper <guyreis96@gmail.com>
* Fix for Local Track cache
Signed-off-by: Draper <guyreis96@gmail.com>
* Remove broken tracks from queue on exception
Theoretically do not auto play if track stop reason is Stopped or cleanup
Signed-off-by: Draper <guyreis96@gmail.com>
* Previous commit was a fluke ... ignore it
Signed-off-by: Draper <guyreis96@gmail.com>
* Change from cleanup to Replaced
Signed-off-by: Draper <guyreis96@gmail.com>
* Fixed AttributeError: 'Track' object has no attribute 'info'.
[p]skip will only work for autoplay is there a track being played.
Fixed Console spam if query saving failed in the background while reloading bot.
Autoplay now respect [p]stop command
Signed-off-by: Guy <guyreis96@gmail.com>
* Black formatting
Fix Issue with auto play working when there is songs in the queue
Stop notifying queue ended if autoplay is on
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed a crash on track load timeout
Signed-off-by: Guy <guyreis96@gmail.com>
* [p]playlist start will now show the playlist name in embed body
Improved Logic for handling broken tracks when repeat is on.
Signed-off-by: Draper <guyreis96@gmail.com>
* Enqueue tracks as soon as we have the youtube URL ....
This basically changes how spotify urls are handled
Need to test saving spotify playlist
Need to test loading a spotify playlist from file
Need to test enqueuing a spotify playlist
Signed-off-by: Draper <guyreis96@gmail.com>
* Updated a track whrn enqueuing spotify playlist
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Debug
Signed-off-by: Draper <guyreis96@gmail.com>
* Revert spotify_enqueue changes
Signed-off-by: Draper <guyreis96@gmail.com>
* Revert spotify_enqueue changes
Signed-off-by: Draper <guyreis96@gmail.com>
* Allow to set Lavalink jar version from Environment vars
Signed-off-by: Draper <guyreis96@gmail.com>
* Allow to set Lavalink jar version from Environment vars
Signed-off-by: Draper <guyreis96@gmail.com>
* Fix for a crash on Equalizer, Merge Spotify_enqueue changes and revert manager changes
Signed-off-by: Draper <guyreis96@gmail.com>
* Break playlist enqueue after 10 consecutive failures
Signed-off-by: Draper <guyreis96@gmail.com>
* Auto DC, is not compatible with Auto Play
Signed-off-by: Draper <guyreis96@gmail.com>
* Make notifier aware of guild its being called for
Signed-off-by: Draper <guyreis96@gmail.com>
* Type checking
Signed-off-by: Draper <guyreis96@gmail.com>
* Remove lock from 2 exits that i didn't before
Signed-off-by: Draper <guyreis96@gmail.com>
* Fixed TypeError: spotify_enqueue() got an unexpected keyword argument 'notify'
Signed-off-by: Guy <guyreis96@gmail.com>
* Reorder toggles to alphabetical order
Signed-off-by: Guy <guyreis96@gmail.com>
* Update Query to handle spotify URIs
Signed-off-by: Guy <guyreis96@gmail.com>
* update database
Signed-off-by: Guy <guyreis96@gmail.com>
* Dont say tracks enqued on invalid link
Make autop lay a mod only setting
Signed-off-by: Draper <guyreis96@gmail.com>
* Dont say tracks enqued on invalid spotify link
Signed-off-by: Draper <guyreis96@gmail.com>
* Set default age to 365 days
Signed-off-by: Draper <guyreis96@gmail.com>
* Allow Audio mods to set auto play playlists.
Save playlists songs to cache when migrating
Signed-off-by: Guy <guyreis96@gmail.com>
* Black formatting
Signed-off-by: Guy <guyreis96@gmail.com>
* [p]eq cooldown is not triggered is player check fails (i.e if nothing is currently playing)
Adding and removing reaction is no longer a blocking action
Signed-off-by: Guy <guyreis96@gmail.com>
* changelog for non blocking reaction handles
Signed-off-by: Guy <guyreis96@gmail.com>
* Show auto dc and auto play settings by default
Signed-off-by: Guy <guyreis96@gmail.com>
* lint is being a bitch
Signed-off-by: Guy <guyreis96@gmail.com>
* lint changes
Signed-off-by: Draper <guyreis96@gmail.com>
* stop caching local tracks
Signed-off-by: Draper <guyreis96@gmail.com>
* List of Lavalink.Tracks natively added to Playlist Objects
Signed-off-by: Draper <guyreis96@gmail.com>
* Fix UX changes and should fix autoplay
Signed-off-by: Draper <guyreis96@gmail.com>
* Fixed Skip x number of tracks
Signed-off-by: Draper <guyreis96@gmail.com>
* Lint changes
Signed-off-by: Draper <guyreis96@gmail.com>
* Remvoe dead code
Signed-off-by: Draper <guyreis96@gmail.com>
* Update playlist embed formatting to reflect Preda's suggestions
Signed-off-by: Draper <guyreis96@gmail.com>
* Update change logs
Signed-off-by: Draper <guyreis96@gmail.com>
* Add `async with ctx.typing():` to queue and to local folder
Signed-off-by: Draper <guyreis96@gmail.com>
* Stop queuing now when queue is empty with [p]queue
Signed-off-by: Draper <guyreis96@gmail.com>
* fix ctx.typing()
Signed-off-by: Draper <guyreis96@gmail.com>
* fix ctx.typing()
Signed-off-by: Draper <guyreis96@gmail.com>
* Part 1
Signed-off-by: Draper <guyreis96@gmail.com>
* Dont check local track author and name if title is Unknown
Signed-off-by: Guy <guyreis96@gmail.com>
* Makes auto play more random
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes local play
Fixed missing format
Signed-off-by: Guy <guyreis96@gmail.com>
* Query.process_input accept lavalink.Track objects
Signed-off-by: Draper <guyreis96@gmail.com>
* docstrings
Signed-off-by: Draper <guyreis96@gmail.com>
* Add TODO for timestamp support
Signed-off-by: Draper <guyreis96@gmail.com>
* Improve autoplay from cache logic (possibly slightly slower but more efficient overall)
Signed-off-by: Draper <guyreis96@gmail.com>
* Add My Lavalink PR as a dependency
Remember to remove this .... The PR will bump it to 0.3.2
Signed-off-by: Draper <guyreis96@gmail.com>
* Add My Lavalink PR as a dependency
Remember to remove this .... The PR will bump it to 0.3.2
Signed-off-by: Draper <guyreis96@gmail.com>
* Add My Lavalink PR as a dependency
Remember to remove this .... The PR will bump it to 0.3.2
Signed-off-by: Draper <guyreis96@gmail.com>
* Compile all regex at runtime
Signed-off-by: Draper <guyreis96@gmail.com>
* Fixes local play
Fixed missing format
Signed-off-by: Guy <guyreis96@gmail.com>
* Revert Dep error
Signed-off-by: Guy <guyreis96@gmail.com>
* black
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed attribute error
Signed-off-by: Guy <guyreis96@gmail.com>
* add `self.bot.dispatch("audio_disconnect", ctx.guild)` dispatch when the player is disconnected
Signed-off-by: Guy <guyreis96@gmail.com>
* Removed shuffle lock on skip
Signed-off-by: Guy <guyreis96@gmail.com>
* Better logic for auto seek (timestamps)
Signed-off-by: Guy <guyreis96@gmail.com>
* Better logic for auto seek (timestamps)
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes timestamps on spotify tracks
Signed-off-by: Guy <guyreis96@gmail.com>
* Add ctx typing to playlist enqueue
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix Deps
Signed-off-by: Guy <guyreis96@gmail.com>
* Black formatting + Using new lavalink methods for shuffling
Signed-off-by: Guy <guyreis96@gmail.com>
* remove ctx.typing from playlist start
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes typerror when enqueuing spotify playlists
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix keyerror
Signed-off-by: Guy <guyreis96@gmail.com>
* black formatting, + embed for [p]audioset cache as I forgot it before
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix Error on playlist upload
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix Text help for bump
Signed-off-by: Guy <guyreis96@gmail.com>
* Allow track bumping while shuffle is on
Signed-off-by: Guy <guyreis96@gmail.com>
* Edit bump embed to be consistent with other embed
Hyperlink tracks and removed dynamic title
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* Errors not printing fix?
Signed-off-by: Guy <guyreis96@gmail.com>
* Errors not printing fix?
Signed-off-by: Guy <guyreis96@gmail.com>
* Track enqueued footer now shows correct track position when shuffle is on
Signed-off-by: Guy <guyreis96@gmail.com>
* Update changelogs
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix is_owner check in audioset settings
Signed-off-by: Guy <guyreis96@gmail.com>
* Changelogs
Signed-off-by: Guy <guyreis96@gmail.com>
* Dont store searches with no results in cache, fix malformated playlist to cache upon settings migration
Signed-off-by: Guy <guyreis96@gmail.com>
* _clear_lock_on_error > Needs to be reviewed to see if it has been done correctly
Signed-off-by: Guy <guyreis96@gmail.com>
* _clear_lock_on_error > Needs to be reviewed to see if it has been done correctly
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix Query search so that it works with absolute paths for localtracks
Signed-off-by: Guy <guyreis96@gmail.com>
* Extra error if lavalink is set to external and the query is a localtrack and nothing is found
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* More detailed error message
Signed-off-by: Guy <guyreis96@gmail.com>
* [p]seek and [p]skip can be used by user if they are the song requester while DJ mode is enabled, if votes are disabled. , [p]queue shuffle can be used to shuffle the queue manually. and [p]queue clean self can be used to remove all songs you requested from the queue.
Signed-off-by: Guy <guyreis96@gmail.com>
* black
Signed-off-by: Guy <guyreis96@gmail.com>
* All the fixes + a `should_auto_play` dispatch for the tech savy peeps
Signed-off-by: Guy <guyreis96@gmail.com>
* Spellchecker + Pythonic changes
Signed-off-by: Guy <guyreis96@gmail.com>
* NO spam for logs
Signed-off-by: Guy <guyreis96@gmail.com>
* Pass Current voice channel to `red_audio_should_auto_play` dispatch
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* playlist upload also updates cache in the background
Signed-off-by: Guy <guyreis96@gmail.com>
* playlist upload also updates cache in the background
Signed-off-by: Guy <guyreis96@gmail.com>
* Add scope to playlist picker
Signed-off-by: Guy <guyreis96@gmail.com>
* Delete Playlist picker message once something is selected
Signed-off-by: Guy <guyreis96@gmail.com>
* OCD Fix
Signed-off-by: Guy <guyreis96@gmail.com>
* Facepalm
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix a Potential crash
Signed-off-by: Guy <guyreis96@gmail.com>
* Update my stupidity
Signed-off-by: Guy <guyreis96@gmail.com>
* Auto Pause + Skip tracks already in playlist upon playlist append + a command to remove duplicated tracks from playlist
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix DJ mode when Role is deleted - Credits go to Neuro Assassin#4779
Fix an issue where auto play MAY not trigger
Signed-off-by: Guy <guyreis96@gmail.com>
* Change log to Neuro Assassin#4779 fix
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* Dont auto pause manual pauses
Signed-off-by: Guy <guyreis96@gmail.com>
* Adds `[p]autoplay` that can be run by mods or higher
Signed-off-by: Guy <guyreis96@gmail.com>
* 🤦
Signed-off-by: Guy <guyreis96@gmail.com>
* 2x 🤦
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed wrong import
Signed-off-by: Guy <guyreis96@gmail.com>
* Added Autoplay notify
Signed-off-by: Guy <guyreis96@gmail.com>
* Added Autoplay notify
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* Store Track object as prev song instead of URI
Signed-off-by: Guy <guyreis96@gmail.com>
* Black why do u hate me
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix command name
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix Autoplay notify
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix missing await and TypeError, Thanks Flame
Signed-off-by: Guy <guyreis96@gmail.com>
* Add a list of tracks to show as a menu
Signed-off-by: Guy <guyreis96@gmail.com>
* adds the `[p]genre` command which uses the Spotify and Youtube API
Signed-off-by: Guy <guyreis96@gmail.com>
* Enqueue Playlists from genre command
Signed-off-by: Guy <guyreis96@gmail.com>
* Pretify `[p]genre`
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix a Typo and correct jukebox charge order
Signed-off-by: Guy <guyreis96@gmail.com>
* Add genre command to error handling
Signed-off-by: Guy <guyreis96@gmail.com>
* Type checking
Signed-off-by: Guy <guyreis96@gmail.com>
* Update naming scheme for `[p]genre`
Signed-off-by: Guy <guyreis96@gmail.com>
* Black why do you hate me
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixed `[p]local start`
Playlist picker auto selects if theres just 1 playlist found
`[p]queue cleanself` added
Signed-off-by: Guy <guyreis96@gmail.com>
* *sigh* back compatibility with old localtrack paths
Signed-off-by: Guy <guyreis96@gmail.com>
* *sigh* back compatibility with old localtrack paths, even more
Signed-off-by: Guy <guyreis96@gmail.com>
* *sigh* back compatibility with old localtrack paths Even more
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes localtracks in playlist info command
Signed-off-by: Guy <guyreis96@gmail.com>
* Debug Local Strings
Signed-off-by: Guy <guyreis96@gmail.com>
* Debug Local Strings
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes `[p]playlist info` for local tracks + fixed error in `[p]remove`
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes formatting in `[p]playlist info`
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix an issue with User Scope playlists were not being deleted
Signed-off-by: Guy <guyreis96@gmail.com>
* Typechecking
Signed-off-by: Guy <guyreis96@gmail.com>
* Black
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix the logic of `delegate_autoplay`
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix a Crash on Load due to type hinting
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix a Crash on Load due to type hintingBlack + fix order of `red_audio_should_auto_play`
Signed-off-by: Guy <guyreis96@gmail.com>
* Add `red_audio_initialized` dispatch so that ownership of auto play can be maintained after a reload
Signed-off-by: Guy <guyreis96@gmail.com>
* Check if the current owner is loaded before raising an error
Signed-off-by: Guy <guyreis96@gmail.com>
* Fixes the Existence Check in `delegate_autoplay`
Signed-off-by: Guy <guyreis96@gmail.com>
* Turns `own_autoplay` in a property of Audio and improves `delegate_autoplay` Thanks Sinbad!
Signed-off-by: Guy <guyreis96@gmail.com>
* Fix for Localtracks playlists
Signed-off-by: Guy <guyreis96@gmail.com>
* When disconnecting send `Disconnecting...`
Fix Stop after a skip
Fix UX discrepancy on Playlist IDs
Fixed Exception when theres a track error
Signed-off-by: Guy <guyreis96@gmail.com>
* add `on_red_audio_unload` dispatch
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fix a crash on track start where `player.current` can be none?
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Missing new line
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Allow `--author` for playlist to be used to filter playlist for an specific author.
Plus a few bugfixes for UX
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Rename `remdupe` to `dedupe`
Make global scope always be referenced as Global
add missing backwards quotes around the Playlist ID for 1 string
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Towncrier entries for dep changes
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Remove track index when shuffle is on
Fix Progress bar for livestreams
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Trigger autoplay on `QUEUE_END` event instead of `TRACK_END`
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Can't reproduce Ians bug but here a safeguard agaisnt it just in case
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fixes 2 Messages that had the wrong formatting
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* standerdize playlist naming scheme
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fix `[p]autoplay` message when Notify is enabled
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* y u h8 me black
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fix an issue with `[p]audioset localpath` where the localtracks folder was incorrect
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Pythonic formatting
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Ugh
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fix a typo
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Silently try to delete messages + fixes error Ian found with `[p]genre`
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* sigh black
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Add humanize_number usage correctly
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Bump RLL to 0.4.0
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Update changelog entries
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Change `bot.db` to new API's added by #2967
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Additional reformatting
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Remove PyCharm noise + Fixes a few Pycharm warnings
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Rework `index` parsing for youtube urls
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Addess Aika's review
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fix a potential crash, saves guild ID to playlists to avoid an scheme change in the future
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Add handling for Python installs without sqlite3.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Address Flame's review
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Fix ma stupidity
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Address Aika's latest review.
1. Update docstring for `[p]playlist rename`.
2. Fix punctuation for playlist matching.
3. `[p]playlist update` now respect playlist management perms
4. Playlist management errors now shows playlist name, id and scope where possible
5. Remove duplicated code and dead code.
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Pluralize string
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Getting started guide
* Remove DigitalOcean referral link
* Fix typos and mispells, thanks to @Flame442
* Remove cogs.red hyperlink until it is finished
* Add towncrier entry
* Add prolog.txt
This is not necessary for this PR but all of the other cog guides rely on this file.
The cog guides are individual branches based on this one, which is why I'm adding this file right now.
* QA changes
* More QA changes
considering -> assuming
red is a girl, not non-binary
* commit
* add launcher depricate to linix/mac
* sorry linux i still ignored you
capitalise some linix stuff i couldnt be bothered to do before
* remove mentions of launcher & update changelog enrty
* Add quotes to clarify helpset tagline
Add quotation marks to helpset tagline's response so two consecutive full stops don't appear.
* more commiting
* make travis/black happy
* for review
make no longer repeat tagline
* fix(commands): ``cls`` parameter can now be passed like in d.py
* chore: add changelog entry
* Update changelog.d/2881.misc.rst
Co-Authored-By: Toby Harradine <Tobotimus@users.noreply.github.com>
* Rename 2881.misc.rst to 2881.enhance.rst
* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance
Signed-off-by: Guy <guyreis96@gmail.com>
* Adds `invoke_without_command` to `[p]trivial leaderboard`
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Reserves command names
- Currently, only reserving ``cancel``
- This should only impact matching command qualified names
- This also checks aliases
- This makes cc and alias use the new module constant with info about
this
- Module constant is available for use by 3rd party cogs which may
dynamically create responses.
* Change misleading var name
* style
* Thanks Flame!
* Handles issues with CC
* Change the hierarchy issue messages,
because they are difficult to translate with the verb variable.
* Fix typos
* Add changelog entry
* Reformatting with black
* More privatization, and some error helpers
This makes a lot more things private. Continued from #2967, fixes#2984
Adds public methods for various things.
Below is a brief summary of things available elsewhere, though this
particular set of changes may warrant a detailed section in the release notes.
- bot.db.locale -> redbot.core.i18n.get_locale
- Note: This one already existed.
- bot.db.help -> redbot.core.commands.help.HelpSettings
- bot db whitelist/blaclist? -> bot.allowed_by_whitelist_blacklist
- This has also been made a single cannonical function for this
purpose including check usage
- bot color? -> bot.get_embed_color/bot.get_embed_colour
- bot.id.api_tokens? ->
- bot.get_shared_api_tokens
- bot.set_shared_api_tokens
- bot.remove_shared_api_tokens
-bot.db.prefix -> bot.get_valid_prefixes
- (Note: This is a wrapper around bot.get_prefix)
Other changes include
- removing `bot.counter` as it was never used anywhere
- Adding properties with helpful error messages for moved and renamed
things
- making bot.uptime a property with an error on set
- adding a migration to the bot config for shared_api_tokens
* Remove overly encompassing message redaction, eval is a risk, dont run in dev if you cant manage it
* address Flame's feedback
* rephrase example
* changelog extras
* You saw nothing
* style(permissions): clear out usage of commands with <who_or_what>
* chore(changelog): add towncrier entry
* style(permissions): fix black formatting
* Rename `bot.db` as `bot._config`
- Continues work towards strong version guarantees
- Added methods for cog use for a few things which were previously
only accessible via direct access.
- Retained private use in a few internal use locations, though most
methods were updated away from this.
- Updated documentation for shared api token users
* changelog
* more detail
* docstring fixes
* Apparently, I forgot to commit something I had locally
- + a copy/paste failue in the changelog
* *sigh*:
* *sigh*
Also made the Makefile work slightly nicer with other tools, e.g. IDE run configurations, by allowing the python executable to be set as an env var.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Docs] Update linux install docs, redo venv docs
Some of our pre-req installation docs needed updating on Windows - this adds new sections for Fedora Linux and Debian/Raspbian Buster, and also removes some unnecessary pre-requirements from other distributions. These have all been tested on fresh VPSes, installing Red both in venvs and with --user, and they all seem to work.
Also, apparently the venv docs were too scary before. These changes try to make it clear that it's easier to use than users may think.
This also includes a little note to stop users from accidentally installing Python with pyenv after installing pre-requirements on Ubuntu.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add changelog entries
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Update officially supported platforms in README.md
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Combine sections and add openSUSE
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Include example of using `--user` flag
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Use `py -3.7` on Windows outside of venv
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Reorganise changelog entries
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add command to remove dead members from bank
* Add a global check
* Added a FIXME so `bank_local_clean` is updated once bulk-update is implemented
Added a brief warning to warn devs not to use the `_get_base_group` as it can mess up their config files
Removed a redundant existence check
* Updated commit to reflect changes requested in review
* Updated commit to reflect changes requested in review
* 🤦
* Return command to run with user id so we don't worry about safeguarding the command agaisn't invalid formats
* Braaaainnn
Removed aliases that used old naming scheme
* TL:DR Added global bank support, and rework permissions
Renamed `bank_local_clean` to `bank_prune`
Added support for global banks to `bank_prune`
`bank_prune` will now raise `BankPruneError` if trying to prune a local bank and `guild` is not supplied
Renamed `cleanup` subgroup to `prune`
`prune` subgroup will have 3 commands:
`user` : Deletes the bank account for the specified member : Accepts `Union[discord.Member, discord.User, int]`
`global` : Prune global bank accounts for all users who no longer share a server with the bot
`local` : Prune local bank accounts for all users who are no longer in the guild
Changed check for `prune` subgroup to be `@check_global_setting_admin()`
[p]bank prune local : Can be run by Guild owners only
[p]bank prune global : Can be run by Bot Owner only
[p]bank prune user : Can be run by Admins, Guild owners and Bot Owner
* Yikes ... Updated kwarg name
* Fixed unexpected unindent: docstring of redbot.core.bank.bank_prune:14:Field list ends without a blank line
* ...
* 3rd time lucky?
* 4th time lucky?
* Fix Docstring
* Initial commit to address review by Flame
* Updated code to reflect Flame's comments
* Skip pruning of unavailable guilds
* Fixed typo in string
* *sigh* black is the bane of my existence
* addressed Flames commends
Fixed [p]bank prune user, When run via DM it will now return an error message to the user (Thanks jack1142)
* Time to get some sleep
* 'DM' > 'DMs' in string
* Add towncrier entries
Signed-off-by: Draper <guyreis96@gmail.com>
* Update to reflect Flame's review
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Catch discord.errors.Forbidden when DMing a user the invite message
Uses the same error message as `[p]help`
* Create 2948.bugfix.rst
* You saw nothing
* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance
Signed-off-by: Guy <guyreis96@gmail.com>
* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance
Signed-off-by: Guy <guyreis96@gmail.com>
* Removes `MAX_BALANCE` from bank, user `bank.get_max_balance()` now
`[p]bankset maxbal` can be used to set the maximum bank balance
Signed-off-by: Guy <guyreis96@gmail.com>
* Rename method 🤦
Signed-off-by: Guy <guyreis96@gmail.com>
* Updated this to be aware of #2925
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Addressed Flames review + Fixed 1 bug in errors.py + `[p]leaderboard` and `[p]bank balance` will set the users balance to max balance if the bank maxbal is lower than the previous user balance
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Missed this clarification
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* address Flames review
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
- ``redbot-setup delete`` no longer errors about "unexpected keyword argument" (fix#2955)
- ``redbot-setup delete`` no longer prompts about backup when user passes ``--no-prompt`` option (fix#2956)
- ``--[no-]backup``, ``--[no-]drop-db`` and ``--[no-]remove-datapath`` in ``redbot-setup delete`` command are now on/off flags. ``--no-prompt`` was changed to flag too, but it doesn't have ``--prompt`` equivalent as there's no much point in having it
- ``redbot-setup`` now uses `click.confirm` for confirmation prompts and thy now also have default values for user convenience
* fix(mod): past names are now properly recorded in `on_user_update` event
* chore(changelog): add towncrier entry
* chore(changelog): specify what commands were affected
* Fixed `[p]local start`
Playlist picker auto selects if theres just 1 playlist found
`[p]queue cleanself` added
Signed-off-by: Guy <guyreis96@gmail.com>
* Black.... you are supposed to trigger before commits
Signed-off-by: Guy <guyreis96@gmail.com>
* Added `BalanceTooHigh` to the docstrings of `bank.transfer_credits()`
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* Bring this in line with #2926 to reduce conflicts,`is_global()` already is called inside `get_currency_name` and as such it does not need to be called outside
Signed-off-by: guyre <27962761+drapersniper@users.noreply.github.com>
* [Economy] House always wins in slots
- Expected payout is negative
- No flat increase payouts, all payouts are multiplicative
* actually do math properly
* UX + Changelog
* How the hell did I mess that up?!
* PostgreSQL driver and general drivers cleanup
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Make tests pass
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add black --target-version flag in make.bat
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Rewrite postgres driver
Most of the logic is now in PL/pgSQL.
This completely avoids the use of Python f-strings to format identifiers into queries. Although an SQL-injection attack would have been impossible anyway (only the owner would have ever had the ability to do that), using PostgreSQL's format() is more reliable for unusual identifiers. Performance-wise, I'm not sure whether this is an improvement, but I highly doubt that it's worse.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Reformat
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Fix PostgresDriver.delete_all_data()
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Clean up PL/pgSQL code
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* More PL/pgSQL cleanup
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* PL/pgSQL function optimisations
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Ensure compatibility with PostgreSQL 10 and below
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* More/better docstrings for PG functions
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Fix typo in docstring
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Return correct value on toggle()
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Use composite type for PG function parameters
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Fix JSON driver's Config.clear_all()
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Correct description for Mongo tox recipe
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Fix linting errors
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Update dep specification after merging bumpdeps
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add towncrier entries
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Update from merge
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Mention [postgres] extra in install docs
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Support more connection options and use better defaults
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Actually pass PG env vars in tox
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Replace event trigger with manual DELETE queries
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
I thought it'd be fun to offer lyrics as a trivia, but it can be tricky selecting songs which are known widely enough that a significant number of people have a reasonable chance of answering the questions correctly.
As such, to narrow down the scope, these add trivia questions for Michael Jackson and Prince, two of the most well-known artists across the world whose musical collections are extensive and popular enough to dedicate an entire trivia too.
They're comprised of a variety of lyrics, two lyrics for each song. Players need to name the song from the lyric. Most of the songs are well-known songs from the artist, but there are plenty of challenges too.
Stop saving json files with 4 indents, this will significantly reduce file size and improve `.set()` performance for config saves when using the JSON driver.
Signed-off-by: Draper <guyreis96@gmail.com>
* I know this needs a changelog entry and docs still
* update tests for new behavior
* update docs, filter; add changelog
* Ready for review
* stop fetching the same Audit logs when the bot is the mod
* I forgot to press save
* fix a comprehension
* Fix AttributeError
* And the other place that happens
* timing fixes
* [i18n] Update translation catalogs
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Install redgettext 3.1 in travis crowdin deployment
Last time the catalog templates were updated, redgettext 3.0 was used. I'd rather Travis didn't upload them after extracting with an older version.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Make Requires.verify() wait until rules are loaded
Also ensures `Requires` objects are reset when unloaded, particularly in case a `Command` object manages to stay in memory between cog unload and load, and its permissions rules change between those events.
Also, this PR re-ordered some of the event loop policy stuff, because it was required that the event loop policy be set before creating any `Requires` objects. This may or may not have an effect on other `get_event_loop()` calls elsewhere (either in our code, a dependency's, or asyncio's). Either way, these effects would be a *correction*, and any bugs that arise from it are likely to have been occurring silently beforehand.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Remove calls to `remove_listener()` in permissions
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Fix adding rules for permissions cog/commands itself
Also addresses feedback
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Clean up indentation when setting uvloop policy
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Use `set(walk_commands())` to traverse `Group` subcommands
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [ModLog] Prevent duplicate kwarg error
The `name` key used to be set in the Config for casetypes.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Don't mutate `data` argument
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This was causing a KeyError to be raised whenever a key containing $ or . was part of the identifiers path, even if the value was actually in the dict.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Context] Adds react_quietly method to context
This allows developers to emojis to command messages
This is a modified version of tick()
It accepts True/False for Tick/Cross emoji and in addition to that any other emoji the bot can see
* Removed True/False support from react quietly
* Stopped catching InvalidArgument on react_quietly so that is propagated to devs
The `folder:` and `localfolder:` prefixes are used internally with some localtracks strings to define what to do with the item when it's cycled through the search function. Users theoretically should have never seen this issue as [p]search is used on the user side for YouTube and Soundcloud searching and not local searching, but this handles the issue where a folder is being passed to these functions that doesn't exist.
Loading repos is already done in initialize() method.
This could actually turn out badly
if both
of git processes would touch the same repo at the same time.
This also fixes create_backup in
setup.py - now it properly generates repos.json
- uvloop is now a dependency on non-Windows CPython systems
- `make setupenv` renamed to `make newenv`
- `make syncenv` added to sync local venv to current dependencies
- `dev-requirements.txt` moved into `tools` directory
* [Core] Fix user output on cog load/reload
- Properly fixes the load/reload exception handling
- Fixes some i18n use here to not make assumptions about other
languages pluralization rules.
* Fix some typos
* Address Flame's Feedback
* It's important to save before committing ...
* formatting
* Fix some formats...
* Fix duplicate commands in fuzzy help
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Use help command's filter for all fuzzy
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
### Replacement for pipenv's environment setup
First of all, there's a new Make recipe for all devs and contributors on both Windows and Posix, `make setupenv`, which is kind of a replacement for `pipenv install --dev`. It creates a virtual environment in `.venv` using the inbuilt `venv` module, clearing out any existing virtual environment if needed first. Then it installs all dev dependencies using our new `dev-requirements.txt` file. `CONTRIBUTING.md` has been updated to reflect all of this.
### Dependency version bumping tool
Secondly, I've added a python script, `tools/bumpdeps.py` to help with bumping dependency versions. It has its own Make recipe too, `make bumpdeps`. This script won't work on Windows (yet). It reads the `tools/primary_deps.ini` file, which contains the primary requirements of Red and its extras with loose version specifiers, and outputs all pinned dependencies, in `setup.cfg` format. It's not a foolproof dependency resolver, it's quite simple, but it's bound to help out a lot. It'll try to give warnings if there might be a version conflict, but updating `setup.cfg` with its output and then doing `pip install -r dev-requirements.txt` will allow pip to issue warnings if something is conflicting.
So to add a new dependency, add it to `tools/primary_deps.ini` in the appropriate place, and either use `make bumpdeps` to completely update all dependencies, or simply add it to `setup.cfg` manually with its sub-dependencies, and all versions pinned.
### Sphinx 2.1.2 (docs changes)
The sphinx update brought along the ability to disable type annotations being rendered in function and method signatures, and I have gladly gone and done that. Type annotations should already be specified under the "Parameters" section, and the way sphinx renders them in function signatures makes them much harder to read.
Also, documented classes will now display what classes they inherit from.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Modlog was the biggest culprit for seriously large documents in the MongoDB backend, since it stored all cases as nested dicts in the guild scope. So, for example, on the Fortnite server, the guild document for Kowlin's bot had exceeded 8MB.
This commit gives each case its own document. It also does the same for casetypes. Not only does it remove the possibility of the document exceeding the maximum size in MongoDB, it's also just more efficient for all backends.
Other misc changes: Fixed a bunch of type-hints, and also added more support for when an object related to a case (user, moderator, channel etc.) can't be found (because it was deleted or something rather)
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* add role mentions to userinfo and reverse role sorting
This small PR adds the role mentions to userinfo and reverses the sorting so that the top most role of a user is at the left of the embed
* Remove sorting as it's handled by d.py
* Adds Schema versioning
- Adds Migration tool
- Adds tool to migrate to allow multiple admin and mod roles
- Supports Multiple mod and admin roles
* Ensures migration is run prior to cog load and connection to discord
* Updates to not rely on singular mod/admin role id
* Update requires logic for multiple mod/admin roles
* Add new commands for managing mod/admin roles
* Feedback
Update strings
Update docstrings
Add aliases
* Use snowflakelist
* paginate
* Change variable name
* Fix mistake
* handle settings view fix
* Fix name error
* I'm bad at Ux
* style fix
- Fixes defaults being mixed into custom groups above the document level when doing `Group.all()`
- Fixes `Config.clear_all()` with Mongo driver
- Fixes `Group.set()` with Mongo driver on custom groups above the document level
- Fixes `IdentifierData.custom_group_data` being set to the wrong thing in `BaseDriver.import/export_data` (although this was an inconsequential bug)
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
- More errors will be logged to the console with clearer messages when something goes wrong
- Downloading the Lavalink Jar will abort after 5 failed attempts. The connect task will also abort if an unhandled exception occurs whilst downloading or connecting to Lavalink. After this occurs, instead of responding "Connection to Lavalink has not yet been established" to commands, the bot will respond "Connection to Lavalink has failed". This has no effect on other commands which don't involve connecting to Lavalink (e.g. settings commands).
- Logs this message when Lavalink jar is successfully downloaded: `Successfully downloaded Lavalink.jar (<x> bytes written)`
- Uses [`tqdm`](https://github.com/tqdm/tqdm/) to display a progress bar whilst downloading Lavalink.jar.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This still preserves the new event, which was a welcome change. However, context still needs to be invoked when a command isn't found, so `on_command_error` can still catch `commands.CommandNotFound`.
Fixes broken fuzzy help.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add inviteset group command
* Fix errors
* Fix line break
* Remove user bot support
* Fix docstrings line breaks
* Remove embed specific formatting
* Remove invite redirect
* Add self argument to _can_get_invite_url
* Remove unused import
* fix errors related to classes + double help
* Removed self bot support
* same stuff, but with some more spurious error supression
* fix issue in permissions found in this
* fix a few more spurious errors
* fix another issue
* semi-spurious error fixes
* .
* formatting
* move this to properly log
* distutils import + virtualenv
* more fixes
* [Help] Detatch menu usage into a task
- This resolves#2712
- This is a minor API change. Conceptually, the difference is minor in
nature `bot.send_help_for` returns when help has been sent, however
this can now be prior to when the help menu (if one is in use) is
closed.
- This should not be considered breaking as there is and has been a
a warning about this file's APIs being still up for unannounced modifications
No developers should be currently relying on this behavior.
* operator precendence
* [Help] Fix long cog helps
- Why do people thing a category help of over 250 characters is more
useful than putting the help in relevent commands?!
* toss an MD fix in here too I guess
* Add a timedelta converter
This reuses a lot of logic from @mikeshardmind 's scheduler cog with permission
It adds a timedelta converter
It keeps it generalized as requested
It keeps the function available for non converter use as requested
* Handle feedback
* style fix
* Add bot.send_to_owner
resolves#2665
Adds some basic methods and config entries.
Does not add commands for modifying this yet.
* Use send_to_owners in events
* handle feedback
* Add respectable aliases for consistency
* General command name for alias.py
* Forgot one for alias
* General command for filter
* General command for warnings
* Whoops
Resolves#1749
* Fixes some issues with `[p]streamset youtubekey/twitchtoken`
Lots of general formatting bugs and clarity issues.
* General formatting bugs and clarity issues
* [Help] Add settings for various things
- Fixes a small issue in a previously not-exposed logic path
- Fixes an issue with denied commands help invocation
- Adds some global usage settings
* remove outdated comment
* improve intent of strings
* added punctuation
* Add DM forbidden handling
* use a slightly different method for shortening embed width specifically
- fixes#2696
- My fault for just looking at the github diff and seeing the logic fix
on this one, without verifying the name validity in surrounding
context. (see my review in #2679)
* Tools for marking things unsafe for general use
* I'm facepalming so much...
Actually, make the two do something different
instead of getting distracted writing different docs for both based on intended usage.
* local scopes mmkay + tests
* Move file to adress feedback
* typo fix
* Update __init__.py
* Fix issue with exported names in __init__
* changelog
* [Bot] Support new design
* [Context] use the new help in `ctx.send_help`
* [Commands] Update Cog and Group for help compat
- Removes a trap with all_commands, this isn't a good way to check this
- Adds a help property
- Fixes command parsing in invoke
* Redesigns red's help
* handle fuzzy help
* style
* handle a specific ugly hidden interaction
* fix bot-wide help grouping
* changelog
* remove no longer needed -
* Add release notes for major functionality changes and instructions
* Update docs/changelog_3_1_0.rst
Co-Authored-By: Michael H <michael@michaelhall.tech>
* [V3 Economy] lookup users from the guild instead of using stored names
* Make user ID only appear when owner calls the leaderboard and the user is not in the guild also black formatting
* Slight optimizations in formatting and fix error when no banks exist
* Added co-owners to potentially DMd users
* Fetch the cached of every guild, see comments of #2664
* Ensure owners can be DM'd.
* Refactoring try block.
* [Audio] Update for Red-Lavalink #55
* Update setup.cfg
* Catch all the exceptions
* Update version range on Red-Lavalink
* Catch excepts on Spotify tracks/playlist upload
* No prefix needed
* Refactor internal Lavalink server management
Killing many birds with one stone here.
- Made server manager into class-based API with two public methods: `start()` and `shutdown()`. Must be re-instantiated each time it is restarted.
- Using V3 universal Lavalink.jar hosted on Cog-Creators/Lavalink-Jars repository.
- Uses output of `java -jar Lavalink.jar --version` to check if a new jar needs to be downloaded.
- `ServerManager.start()` won't return until server is ready, i.e. when "Started Launcher in X seconds" message is printed to STDOUT.
- `shlex.quote()` is used so spaces in path to Lavalink.jar don't cause issues.
- Enabling external Lavalink will cause internal server to be terminated.
- Disabling internal Lavalink will no longer reset settings in config - instead, hard-coded values will be used when connecting to an internal server.
- Internal server will now run both WS and REST servers on port 2333, meaning one less port will need to be taken up.
- Now using `asyncio.subprocess` module so waiting on and reading from subprocesses can be done asynchronously.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Don't use shlex.quote on Windows
Signed-off-by: Toby <tobyharradine@gmail.com>
* Don't use shlex.quote at all
I misread a note in the python docs and assumed it was best to use it. Turns out the note only applies to `asyncio.create_subprocess_shell`.
Signed-off-by: Toby <tobyharradine@gmail.com>
* Missed the port on the rebase
* Ignore invalid architectures and inform users when commands are used.
* Style fix
* Add `[p]cleanup between`
At the moment, only deletes the messages in between, does not delete the messages specified when running the command.
* Create converter for message IDs; remove f-strings; use converters in a few extra commands
* Sacrifice to the style gods
* feat(downloader): add `min_bot_version` and `max_bot_version`
Adds actually working way of specifying minimum and maximum bot version and removes not working
`bot_version`
BREAKING CHANGE: - removal of `bot_version` attribute in `Installable`
* test(downloader): `Installable` tests fix for new bot version attributes
* docs(changelog): added changelog entries for this PR
* [Streams] Add ability to exclude rerun streams from alerts
* [Docs] Changelog entries for contributions by EgonSpengler
* Changelog entry for #2620 [Streams] Ignore Reruns In Alerts
* docs(changelog): [Mod] Allow admin to choose amount of repeats for "deleterepeats" #2437
* docs(changelog): Spelling correction of method name in Tunnel #2496
* docs(changelog): Tunnel fix - When tunnel closes, message should be sent to other end #2507
* docs(changelog): [V3 Downloader] Tell user how to load the cog after [p]cog install #2523
* docs(changelog): [V3 Audio] If bot has move members perm, it can join to user-limited channels #2525
* docs(changelog): [Trivia] Fix of dead image link (world flags) #2540
* docs(changelog): [V3 Test] Make sure that trivia test will use utf-8 encoding #2565
* docs(changelog): [V3 Core] Print actual version, when `--version` flag is used #2567
* docs(changelog): [V3 Downloader] Stop including subpackages in cog list #2590
* docs(changelog): [V3 Downloader] Uninstall multiple cogs #2592
* docs(changelog): [V3 Downloader] Always remove cog from installed in `[p]cog uninstall` #2595
* Dependency update
discord.py==1.0.1
websockets<7
[style]
black==19.3b0
[Docs]
jinja==2.10.1
urllib3==1.24.2
Changes related to breaking changes from discord.py have also been made
to match
As of this commit, help formatter is back to discord.py's default
* Adds a check to [p]set locale
Fixes#2552
I would like a little bit of feedback on this change.
- Right now, `locale_name` is case sensitive. Should that remain case sensitive or should I allow it to accept it case insensitively?
- I made the invalid locale string an i18n string, however I don't know the process for how those are supposed to be made or if that will break anything. Should that remain an i18n string or should I make it a normal string?
* Case insensitivity and explicit en-US
-`[p]set locale` is now case insensitive
-`en-US` added to `[p]listlocales` instead of only existing in `[p]set locale`'s help text
* Remove spacing
* feat(mod): configurable amount of repeats for "deleterepeats"
resolves#2267
* fix(mod): check user input instead of changing it if it's invalid
* fix(mod): only purge cache when argument is valid
* perf(mod): fetch repeats from config only when guild not in cache
* Pretties up the output when libraries fail to install
* Stupid double quote bullshit
* Added jack1142's suggestion
* I will never satisfy the eldritch being named black
* [V3 Warnings] Utilize modlog cases
This update utilizes modlog cases for warnings and slightly improves usage of custom warnings if enabled.
* remove BadArgument error response
* Utilize Optional and consume-rest for points and reason
* black format
* Remove unnecessary imports, cleanup error handling, and improve docstrings
* swap to click for setup
* Initial changes
* expose some stuff to allow for per-driver optimizations
* overwrite base config
* add red log
* add one print juuuust in case
* fix this
* thanks kowlin
* damn
* oops
* fix thing
* partial commit
* Working mongo -> json conversion, it sucks tho
* remove unused line
* Wrote initial optimized json importer
* optimized json importer
* remove useless line
* update mongo to json converter
* lets try writing the correct entry
* oops
* style fix
* add some garbage data filters going from old mongo to json
* ignore garbage data in mongov2 conversions
* simplify code a bit and add a completion message
* missed one
* Update pipfile lock
* Lock click version
* Do things differently
* Uncomment critical lines
* Reduce, reuse, recycle
* Check groups on all new config objects after a cog loads
* I don't know why this is failing now or why we need the global keyword
* gotta fix this too
* Fix message when user hits max credits
Fixes the error message when a users issues the payday command when having max credits
* Update economy.py
Changed message when user hits max payday and bank is global to match message when bank is per server
* Update economy.py
made statements match
* Require custom group initialization before usage and write that data to disk
* Style
* add tests
* remove custom info update method from drivers
* clean up remnant
* Turn config objects into a singleton to deal with custom group identifiers
* Fix dumbassery
* Stupid stupid stupid
* modify config to use identifier data class and update json driver
* move identifier data attributes into read only properties
* Update mongo get and set methods
* Update get/set to use UUID separately, make clear work
* Remove not implemented and fix get_raw
* Update remaining untouched get/set/clear
* Fix get_raw
* Finally fix get_raw and set_raw
* style
* This is better
* Sorry guys
* Update get behavior to handle "all" calls as expected
* style again
* Why do you do this to me
* style once more
* Update mongo schema
* Logging enhancements and cleanup
- Removed debug log messages every time `Config.get_conf` is used or a JSON file is read/saved. The basic configuration is now logged once with DEBUG when the bot starts up instead.
- Changed logging output format to reverse date order, include seconds, and use the logger's name instead of the module, function and line number.
- Log files are now kept in the `DATAPATH/core/logs` directory. Each time Red is restarted, a new log is created, and the old ones renamed in a rotating fashion. There can be a maximum of 9 logs in total.
- Each log file now has a smaller max size of 500KB before it will be split into multiple parts. There are also a maximum of 9 parts of each log.
- Discord.py logger now uses the same output formatter as red's loggers
- Moved logging setup code into `redbot.logging` module.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Reformat
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Implement discussed changes
- We maintain a red.log over multiple runtimes, alongside a latest.log and previous.log for individual runtimes.
- Naming convention changed a bit. E.g. when latest.log is just one part, it will be named latest.log. When it becomes two parts, they will both be named latest-part1.log and latest-part2.log.
- Rotation direction is reversed. This means as the files end up being named in chronological order.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Filter] Performance increases.
The filter was already using re to split words, this just does the entire search in re instead.
A further improvement to this would cache patterns used and update them if the wordlist changes.
* Add a pattern cache
* exit on no-words
* formatting pass
* keep the return type consistent, even though this doesnt break core since this is available to cogs
* ...
* Quit being an idiot
* Slight further improvements, a fix, and restructure
Moved actual set creation out of the inner portion.
Reduced config lookups in case of no filter.
Fixed channel wordlist fetching.
* I really should go back to using a pre-commit hook for the style stuff
This change adds the help text of "If calling from a command or method of your cog, this should be self." from `bundled_data_path` to `cog_data_path`. This bit of text can help people who are unsure of what a "cog instance" is to understand how to use `cog_data_path`.
* [V3 Mod] Use a composite class for mod
This turns mod.py into acomposite class
I've split things in this up based on purpose, including `movetocore`
`movetocore` is a set of things which likely belong in the core bot and
not relying on mod being loaded.
This is part of #2500
Per discussion in discord, this should be the first thing in #2500
merged
* Move this back,
mod was importable,
and this was intended as non-breaking
* Prevent fix from being lost if merged before this.
see Cog-Creators/Red-DiscordBot#2510
* Move case creation to before sending
see #2515
* fix failed merge done in web
* [V3 Audio] Add Spotify support
* [V3 Audio] Update LICENSE
* Appeasing the style gods
* Extra word removal on LICENSE
* Update for #2389
Thanks to TrustyJAID for the help.
* Playlist command support for Spotify URLs or codes
* Add exception for dc while loading Spotify tracks
* Allow Spotify urls by default in audioset restrict
Matches the behavior of Spotify codes already being allowed by default.
* Update audio.py
* .format() moving
* Added a character to try to make Travis behave
- Seek can now seek to a specific position, formatted like 00:00:00 or 00:00. Using negative or positive ints still functions the same as previously and will seek ahead or behind by that value instead.
- This PR requires the `_time_convert` func added in #2465 and should be merged after that one.
Revert player.is_playing check added to the playing players list for audioset status in #2473. This addition would cause no status to be shown when a local track was played and skip was used.
Searching for a song and pressing the reaction to queue a song would not add the song to the queue if `[p]audioset maxlength` was off. This was an omission from #2465.
This addition adds a toggle for having the bot instantly disconnect when the queue ends. It takes precedence over the `[p]audioset emptydisconnect` setting as it disconnects immediately when the queue or single song is finished.
* Fix translations of multiline strings
Resolves#2408.
Also did a few little optimisations here and there, we're no longer just using copied code from another project.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Reformat
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Also included a Makefile recipe which makes use of the Crowdin CLI's `crowdin download` command. This requires whoever is using it to provide the project's API key in an environment variable, but we may automate this at some point.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Bot owners can use `[p]playlist download playlistname` to download a playlist file that is compatible with the playlist upload command. Songs can also be exported for v2 use by using `[p]playlist download playlistname True`, which strips out tracks besides YouTube or Soundcloud URLs.
SHARED_LIBRARY Installable types did not have the requirements as
defined in info.json automatically installed. This change updates the
installation of libraries to also install their requirements.
Resolves#2381
* Added `[p]audioset maxlength`, which takes seconds or 00:00-style of formatted input for restricting the player to songs that have a length under that threshold.
- Refactored disconnect_timer, the function behind audioset emptydisconnect, to be more appropriately responsive (thanks to TrustyJAID)
- Refactored status clearing/status changing when emptydisconnect or other Lavalink player statuses would have a TRACK_END event but no QUEUE_END event. This should clear or modify the bot's status event appropriately when [p]audioset status is on and the bot disconnects due to emptydisconnect and ideally play a little nicer with other cogs that set statuses.
This creates a central location to store external API tokens that can be used between cogs without requiring each cog to be loaded for it to work.
A new set option for `[p]set api` is created to assist in forming bot readable API token locations.
This also updates the Streams cog to utilize the central database.
Tokens are moved from the old data locations in core cogs on load.
`[p]local folder` will now accept folder names in the command instead of having to navigate through the reaction menu. Also added an alias of `[p]local start` to help users coming from v2 audio.
Also:
- restart and reconnect if connection settings change
- shutdown and restart if not configured to use external
- show a message in [p]play et al. when the connection hasn't been made
- move the JAR download to manager so audio.py can access it
- only start if no process exists
- bump red-lavalink to 0.2.3
Resolves#2306
Also:
- restart and reconnect if connection settings change
- shutdown and restart if not configured to use external
- show a message in [p]play et al. when the connection hasn't been made
- move the JAR download to manager so audio.py can access it
- only start if no process exists
Resolves#2306
This incorporates default rules into the same resolution techniques used by concrete rules.
Resolves#2313.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Utilise setup.cfg, move version info to redbot package
- `redbot.__init__` now is safe to import without installing dependencies.
- Now deploying binary wheel distribution from travis
- Include locale files in sub-packages of cog packages
- python_requires now has no upper limit
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
- When creating a venv, use `python3.7` instead of `python3`
- Remove unnecessary dependency from pyenv pre-requirements on Debian
- Use curl over wget for get-pip on Xenial
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
It would groups the cogs until it is **greater** than the set `page_char_limit` in helpset. This leads to inconsistent page sizes when a large cog was appended to something barely under the limit.
I think this commit will reign in the weirdness by adjusting the secondary grouping to aim for **less than** `page_char_limit` grouping.
This removes the compiler detection logic in setup.py. python-Levenshtein-wheels includes pre-built wheels for virtually all operating systems and architectures we support.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This is in anticipation of #2246, although I've written that PR to not break on 3.6, the feature itself is not usable on 3.6. So I think the best way forward is to simply require python 3.7. This also allows devs and cog creators to utilise all of the new features in 3.7, and it also updates the docs so all operating systems will have 3.7 installed.
Signed-off-by: Toby <tobyharradine@gmail.com>
- Update to red-lavalink v0.2.0 (blocked by Cog-Creators/Red-Lavalink#41)
- Force lavalink to use TLSv1.2 on java 11+ (blocked by #2270)
I would add equalizer support, but there's no way to know the full
Lavalink version and thus whether it's supported ahead of time.
- Removed `redbot.cogs.mod.checks` module
- Moved logic for formatting a user-friendly list of permissions to `redbot.core.utils.chat_formatting`
- `[p]voice(un)ban` and `[p](un)mute voice` now check permissions in the user's voice channel
Resolves#2296.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
- Removed memory-sided `CogManager._paths` attribute, as it has no practical use.
- `[p]removepath` now removes the actual path displayed with the index specified in `[p]paths`.
- New method for retreiving a deduplicated list of user-defined paths as `Path` objects
- General cleanup so we don't have to do so much head-scratching next time an issue arises here
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
- `load_bundled_data` is now deprecated and obselete
- Bundled data is now no longer copied to the cog's data folder, greatly simplifying its operations under the hood. Instead, `bundled_data_path` will now return the path to the folder from which the files would have previously been copied.
Resolves#2329.
Resolves#2280.
This is a safety measure to prevent accidentally passing a model which has the same name as another model, potentially modifying rules for the unwanted one.
* regex extension on java -version
* make it a non capturing group
* alphanumeric matching
* Match specification: Style, line length
* Update manager.py
Using the OpenJDK 11 from java.net on Ubuntu 18 reports "11" as the version, which failed the Java version check on loading audio on a new instance. This change will return "11 0" as the version, passing the check, instead of just "11".
Also fixed a misspelled kwarg in reports.
Also now raising TypeError for an empty `@checks.has_permissions()` decorator.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Resolves#2091.
This doesn't fix every OverflowError with MongoDB; but at least the seemingly easiest one to achieve with core cogs.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Uses a menu, optionally embedded with respect to the embed settings, for scrolling through the custom command list, each cc with a ~50 character preview. Format is purposefully similar to the help menu.
Resolves#2104.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Some in-progress work slipped through #2149, and I figure it should be fixed before RC2.
I've also just decided to allow discovery of permissions hooks from superclasses as well. We should try to be more aware of the possibility of cog superclasses moving forward.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
- Helper methods mute_user and unmute_user now take GuildChannel instead of solely TextChannel.
- The bot will not attempt to mute a member with the Administrator permission, as that permission bypasses channel overwrites anyway. The bot will still unmute members with the Administrator permission (see #2076).
- Audit reasons are now specified for mass mutes / unmutes.
- A few typos and missing keyword specifiers were corrected.
- Streamlined some logic and used some already-existing functions.
Renames the `current_build` key to `current_version`. This means the `current_version` key will always be a dict and never a list, and `current_build` having no defaults means it won't mess with `[p]audioset settings`.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Allows cog creators to explain clearly why a cog cannot load by raising `redbot.core.errors.CogLoadError`. Instead of having to check in the console what's wrong, the message will directly be sent in the context channel.
When multiple warning actions were registered, and the user didn't exceed the points for the highest action on the list, no action was taken.
Resolves#2106.
Also commented out the casetype registration for warnings, since it's not actually using modlog yet.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Essentially resolves#2038, although this is escaping and not rejecting keys as that issue implies.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This is a step towards a more consistent front-end behaviour of Config, where errors are either circumvented or raised in the same way regardless of the driver being used.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Resolves#2094.
This command needs some more fixing and cleaning up than this, this is just a simple bugfix which gets it mostly working for now.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This was thrown when the "default" key existed and Permissions tried to iterate over the list mapping keys as ints.
Also fixed some issues with saving config with keys as `int` instead of `str`.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Alias help would only return the first character of the invoked command previously. This change shows help for basic commands that are aliased (i.e. just `ping`) or aliased commands that have an argument included (i.e. `audioset role beep` with `beep` being a role name)
in the updates were for the i18n translation strings the payday command message was accidentally changed to +(amount) (new balance). This changes it back to its original message +(amount) (currency name)
Allows for non-coroutine awaitables (such as config's `_ValueCtxManager`) to be awaited from debug.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
current_build is now set as a dict, but its default was a list.
This resolves the error an `[p]audioset settings`.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
The new `redbot.core.commands.converter` module was causing default converters to never be found.
Also cleaned up some of the other code (made some methods static, fixed some typing violations)
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Cleanup's helper method to collect messages to delete was incorrectly filtering by check rather than message_filter, causing delete_after to be ignored.
Fix for `playlist list`: added forgotten variable plus return for formatting (fixes#2190)
i18n addditions: DJ Role toggle, Thumbnail display toggle
`audioset settings`: added missed end of line return
`queue` fix: added indentation to not have the currently playing song info repeated in the queue display when playing local songs
`local play` and `local folder` now display the appropriate menu when DJ role is on.
* Implements our required subset of PEP 440 in redbot.core.VersionInfo
* Added unit tests for version string parsing and comparisons
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
[i18n] Improves the coverage and quality of extracted user-facing string literals in the `redbot.core` package and makes them less ambiguous for the translator.
* Uses classmethods to create predicates
* Classmethods allow using a combination of different parameters to describe context
* Some predicates assign a captured `result` to the predicate object on success
* Added `ReactionPredicate` equivalent to `MessagePredicate`
* Added `utils.menus.start_adding_reactions`, a non-blocking method for adding reactions asynchronously
* Added documentation
* Uses these new utils throughout the core bot
Happened to also find some bugs in places, and places where we were waiting for events without catching `asyncio.TimeoutError`
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add files via upload
* Update predicates.py
Changed sender from a discord.Member object to ctx.
Added a channel check.
Combined the same method and channel method into a validator and applied through-out.
valid_role and has_role methods now check for either an id or a name.
contained now uses string.lower() when testing for membership in a collection.
Signed-off-by: Redjumpman <redjumpman@users.noreply.github.com>
Resolves#2160.
Also resolves another issue where the bot will error out when getting the guild's invites when it doesn't have the Manage Server permission.
API changes:
- Cogs must now inherit from `commands.Cog` (see #2151 for discussion and more details)
- All functions which are not decorators in the `redbot.core.checks` module are now deprecated in favour of their counterparts in `redbot.core.utils.mod`. This is to make this module more consistent and end the confusing naming convention.
- `redbot.core.checks.check_overrides` function is now gone, overrideable checks can now be created with the `@commands.permissions_check` decorator
- Command, Group, Cog and Context have some new attributes and methods, but they are for internal use so shouldn't concern cog creators (unless they're making a permissions cog!).
- `__permissions_check_before` and `__permissions_check_after` have been replaced: A cog method named `__permissions_hook` will be evaluated as permissions hooks in the same way `__permissions_check_before` previously was. Permissions hooks can also be added/removed/verified through the new `*_permissions_hook()` methods on the bot object, and they will be verified even when permissions is unloaded.
- New utility method `redbot.core.utils.chat_formatting.humanize_list`
- New dependency [`schema`](https://github.com/keleshev/schema)
User-facing changes:
- When a `@bot_has_permissions` check fails, the bot will respond saying what permissions were actually missing.
- All YAML-related `[p]permissions` subcommands now reside under the `[p]permissions acl` sub-group (tbh I still think the whole cog has too many top-level commands)
- The YAML schema for these commands has been changed
- A rule cannot be set as allow and deny at the same time (previously this would just default to allow)
Documentation:
- New documentation for `redbot.core.commands.requires` and `redbot.core.checks` modules
- Renewed documentation for the permissions cog
- `sphinx.ext.doctest` is now enabled
Note: standard discord.py checks will still behave exactly the same way, in fact they are checked before `Requires` is looked at, so they are not overrideable.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
Use `async with Lock` instead of deprecated `with await lock` usage.
Forces a file fsync prior and a directory fsync (where available) after rename to prevent issues with left behind temp files.
Also should clarify: this is not threadsafe. Comments were clarified, function names remain misleading.
If the member is in the guild, delegates to existing ban logic.
Additionally, check that we have ban perms prior to attempting to fetch the existing ban list.
Fixes#2127.
What's changed:
- Fixed issues mentioned on #2031
- Fuzzy help displays more like help manual
- Fuzzy help is easier and more flexible to use
- Fuzzy help string-matching ratio lowered to 80
- Help formatter is more extendable
- Help command has been optimized, cleaned up and better incorporates fuzzy help
- Added async_filter and async_enumerate utility functions because I was using them for this PR, then no longer needed them, but decided they might be useful anyway.
- Added `Context.me` property which is a shortcut to `Context.guild.me` or `Context.bot.user`, depending on the channel type.
Previously, when downloader was loaded, the RepoManager would spawn a task to load available repos. If one repo failed loading for some reason, the function would raise and the remaining repos would never be loaded, however downloader would still appear to load correctly.
This change handles exceptions better during repo loading, but also, if an unhandled exception is raised, downloader will fail to load as it should.
Also included, as requested in #1968, is the --recurse-submodules flag in cloning/pulling repositories.
This change resolves#1950.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Set 3.6.6 as minimum python version on Windows
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Conditional python_requires in setup.py
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Should probably add the comment too
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Downloader] Parse tree URLs when cloning repos
Signed-off-by: Toby <tobyharradine@gmail.com>
* Only match GitHub and GitLab URLs
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [V3 CustomCom] Custom Command Parameters
Allows specifying more parameters for CC's via {0}, {1}, etc. that will be filled by the user invoking the CC. Python-style type hinting and attribute access is also allowed for Discord and builtin types.
> [p]cc add simple greet Hi, {0.mention:Member}!
> ...
> [p]greet zephyrkul
> Hi, @zephyrkul!
The bot will reply with the standard help messages if the cc is incorrectly executed.
> [p]greet me
> Member "me" not found
* black formatting
* check command failure
Only call the custom command if the faked command succeeded.
* misc fixes
1) don't str.strip all the time, it's not family-friendly and doesn't match transform_parameter
2) transform_arg now actually returns strings in every case
3) improve prepare_args parsing security
4) help parameters will show what type they expect
5) make linter less angery
* customcom documentation
I hate rst
* don't require repeated type hinting
If a parameter was type hinted previously, don't require it again.
Ex: `{0.display_name:Member}#{0.discriminator}` is now possible.
* add cog_customcom.rts to index
I despise rst
* don't enforce order
Allow type hinting and attribute access to be in either order.
Ex. `{0:Member.mention}` is now valid.
* clean up on_message
We're building context anyway, may as well use it.
* [doc] correct cog name
Cog class is named CustomCommands, not CustomCom
* minor on_message optimization
only build context if it's needed
* update cc_add docstring
Old one wasn't user-friendly. Replaced with a link to the new docs.
Link will not function until PR is merged and docs refreshed.
* [doc] change repeat to say
repeat is an audio command, use say in the example instead
* compare ctx.prefix to None
allows for null prefixes, which is a bad idea but who am I to judge
* address review
* raise error on conflicting colon notation
bugfix I was working on but failed to actually commit
* Just a test
* another test
* undoing my test
* First solution, style issue
* Works functionally, but there are is a minor style issue
* style fixed
* Revert README changes
* Use ProactorEventLoop on Windows
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Set the actual loop instead of the policy
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* more filters
* note to future people touching this
* chan mentions were almost missed...
* Swap strategies as the previous escaped the mention, while still pinging the user/role
* Correct minimum version
see #2092
While this is needed because of an import just for typing, I see no reason not to bump the minimum version since this is a minor version difference since this is several minor version behind the latest 3.6, and there have been both security and performance improvements since.
That said, we need to be testing on our lowest supported version to ensure we don't have this happen again, right now our tests run on whatever Travis grabs for 3.6, which I assume is 3.6.6, but could be wrong.
* Update other mentions of min version to 3.6.2
* [Streams] Set YouTube channel name when added by ID
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Move unset token raise to correct place
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Correct logic in get_stream
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Fetch name explicitly instead
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Audio] Do less strict matching for java version
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Audio] Fix java version bounds to account for Oracle's bullshit
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [Trivia] Move trivia lists back home
Removes red-trivia as a dependency.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Include package data in distribution
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Add test from red-trivia repo, and fix package data setup
* The distribution will now include all files under any data/ sub-directory of a package, as well as all *.po files under any locales/ sub-directory (as it should have been before).
* MANIFEST.in has been simplified to comply with these changes and redbot/cogs/audio/application.yml has been moved to the data/ sub-directory to maintain consistency in how we declare package data.
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* [i18n] Use redgettext over pygettext
* Clear out autogenerated `messages.pot` files
* Remove redundant `regen_messages.py` files
* Refactor `generate_strings.py` to use redgettext
* Install redgettext in Travis Crowdin job
* Clean up some problematic usages of gettext function
* Reformat
* Replace generate_strings.py with Makefile argument
* Update to redgettext 2.1, use exclusion pattern
Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
* Make calling groups useful
This makes config.Group.__call__ effectively an alias for Group.all(),
with the added bonus of becoming a context manager.
get_raw has been updated as well to reflect the new behaviour of
__call__.
* Fix unintended side-effects of new behaviour
* Add tests
* Add test for get_raw mixing in defaults
* Another cleanup for relying on old behaviour internally
* Fix bank relying on old behaviour
* Reformat
* Add output sanitization defaults to context.send
Add some common regex filters in redbot.core.utils.common_filters
Add a wrapper for ease of use in bot.send_filtered
Sanitize ModLog Case's user field (other's considered trusted as moderator input)
Sanitize Usernames/Nicks in userinfo command.
Santize Usernames in closing of tunnels.
* Add documentation
* [V3 Launcher] --user CLI flag
* Better handling of the sys arguments
* Black reformat to -l 99
* Update launcher to PR#2025
* Always append --user if not in a virtualenv
* Remove --user flag
* Revert "[Cleanup] Hotfix for [p]cleanup after (#2004)"
This reverts commit 7959654dc8.
* refactor cleanup
* formatting pass
* put back in try/except block
* Handle missing cogs correctly, add some helpful algorithms
For cog loading, only show "cog not found" if the module in question was the one
that failed to import. ImportErrors within cogs will show an error as they should.
- deduplicator, benchmarked to be the fastest
- bounded gather and bounded async as_completed
- tests for all additions
* Requested changes + wrap as_completed instead
So I went source diving and realized as_completed works the way I want it to,
and I don't need to reinvent the wheel for cancelling tasks that remain
if the generator is `break`ed out of. So there's that.
* [V3] Stop `tmp` dir showing up
* [V3] Remove requirements.txt and declare in install_requires
* Remove requirements.txt from tox.ini
* Update and pin all dependencies and sub-dependencies
* Update for breaking changes
* Reformat
* Update docs/requirements.txt and tox.ini requirements
* Add 3.7 to identifiers and travis/tox builds
* Attempt at fixing the travis build matrix
* Attempt #2
* Attempt 3
* aiohttp.ClientSession.close() -> detach() in sync code
* Add raven-aiohttp to requirements
* Fix stuff in setup.py
- Added discord.py back into requirements list
- Fix typo in alabaster extra requirement
Also in the Pipfile:
- Removed allow_prereleases and explicitly pinned black, since this is the only dep we want a prerelease for.
* Update to Rapptz/discord.py@8ccb98d395
* Add proper 3.7 build in Travis
See travis-ci/travis-ci#9815
* Which version of 3.6 does Xenial install then?
* Maybe we should stop pipenv installing useless stuff
* Nevermind, back to specific minor version
* Remove lots of WET dependency stuff
* Fix egg fragment for dependency link
* enforce commands as ours
* clearer user feedback
* No more 'one more tweak' commits without verifying anyway
* more detailed error with docs link + docs update
Resolves#1972.
* [CogManager] Correctly manage core and install paths
This keeps the core and install paths separate from those set in the
config.
It also displays the core path separately in `[p]paths`
Resolves#1982.
* [CogManager] Fix old reference to method removed in previous commit
Also did a bit of a general cleanup of cog_manager.py's code
* Make the core path a class attribute
* [CogManager] Paths should default to a list
* [V3 Modlog] Make the case number optional
If not specified, it will be the latest case.
* Fix some errors
* Black reformat
* More info for usage string
* Use isdigit instead of isnumeric
Fixes#1943
This just skips cogs when `__module__` is None. Also:
- backported rapptz/discord.py#621
- moved RPC handler unregister to remove_cog()
- raise an exception when a load would overwrite an existing extension
* Changed urban dictionary for my embed version
* Used black for formatting
* Fixed everything according to Tobotimus's review
* Fixed the description limit to 2048 characters
* Better fix adding "..." at the end if neccessary
* Add non-embed version
* Blackify
* [V3 Audio] Fix for playlist queue duplicates
And some sanitizing of playlist names.
* [V3 Audio] Playlist naming standardization
Enforced single-word playlist name across all playlist commands, removed A-Z 0-9 name standardization. [p]playlist delete will still accept playlist names with quotes as there should be a way to remove already-existing playlists with spaces in their name.
* [V3 Audio] Black formatting
* [V3 Warnings] clarify text on entering commands
* Fix up action commands and allow for no command on both add and remove
* Notify warned user when they receive a warning + disallow warning and unwarning self
* Add myself to COOWNERS for the warnings cog
* basic caching layer
* bit more work, now with an upper size to the cache
* cache fix
* smarter cache invalidation
* One more cache case
* Put in a bare skeleton of something else still needed
* more logic handling improvements
* more work, still not finished
* mass-resolve is done in theory, but needs testing
* small bugfixin + comments
* add note about before/after hooks
* LRU-dict fix
* when making comments about optimizations, provide historical context
* fmt pass
* [v3 Reports] Rewording Responses/Docstrings
* Add the old name for [p]reportset toggle as alias
Also made some lines a bit shorter
* A few more
* Fix typo
* Clarity in [p]report docstring
When [p]payday is used with a global bank, the number place shown on the message is relative to the global leaderboard. Since [p]leaderboard shows the server leaderboard by default, this can be confusing on a global bank as payday will most likely report a different place number than the user's server leaderboard does.
* Ability to run Red with token without instance
* --no-instance flag
* Reformatted cli with black
* Fix changes requested by @Tobotimus
- Use "system reboot" to be clearer
- save_default_config renamed to create_temp_config
- More documentation for the create_temp_config function
* Update create_temp_config call
* Fix up imports
* [V3 Downloader] Allow to use the prefix in install msg
* Update docs
* Let's do the same for repo addition
* Fix indent
* Use replace instead of format
* Update docs
* [V3 Mod] Userinfo past nicks/names
Prevents trying to do a string replace on a NoneType
* address root cause as well
* remove extra whitespace that got pasted in from web editor
* [V3 JSON] Return deepcopy in JSON driver
* Add a test
* foo not bar
* Add a test for setting and then mutating
* Resolve issue for setting and mutating as well
* Reformat
* This fixes the issue on report's side
* This prevents delete_delay from causing future issues where message objects are needed
* black format pass
* use the tools we have to clean this logic up a lot
* Switch RPC libs for websockets support
* Implement RPC handling for core
* Black reformat
* Fix docs for build on travis
* Modify RPC to use a Cog base class
* Refactor rpc server reference as global
* Handle cogbase unload method
* Add an init call to handle mutable base attributes
* Move RPC server reference back to the bot object
* Remove unused import
* Add tests for rpc method add/removal
* Add tests for rpc method add/removal and cog base unloading
* Add one more test
* Black reformat
* Add RPC mixin...fix MRO
* Correct internal rpc method names
* Add rpc test html file for debugging/example purposes
* Add documentation
* Add get_method_info
* Update docs with an example RPC call specifying parameter formatting
* Make rpc methods UPPER
* Black reformat
* Fix doc example
* Modify this to match new method naming convention
* Add more tests
* prevent the bot from being a modlog target
* prevent heirarchy issues in mod
* modify this comparison to avoid more complex mocking of the guild object in mod test
* spelling
* Cleanup quotes in cogs
* More quote cleanup that I missed
fixed a little bit of grammar here and there as well.
* [V3 Warnings] Change allowcustomreasons docstring
To help not confuse users who would believe that the command would use allow or disallow.
* Run black reformat
* implements local whitelist/blacklist which had unused bot.db settings
This includes a role listing
* format pass
* Update core_commands.py
* .
* black format pass
* [V3 Fuzzy search] fix several issues with this feature
* Make it check if parent commands are hidden
* Check if compiler available in setup.py
* Let's just compile a dummy C file to check compiler availability
* Add a missing import + remove unneeded code
* [V3] Ignore .idea folder entirely
Since we're not including anything from it currently, so there's no reason not to ignore it.
* Ignore IDEA project files
* Extract load/unload/reload
* Add a few more commands
* Refactor load/unload signature
* Add invite URL and version info
* Black fixes
* Split the incoming cog names in reload correctly
* Reformat
* Remove meta.bot
* use bot's color if it has one
* add bot color support to context
* alias color to colour too to match d.py consistency
* Update context.py
* Update context.py
* black fix
* Give modlog case objects the bot as an attribute
* Dispatch modlog_case_create and modlog_case_edit events
* case.bot, not just bot
* fix a couple more issues resulting from refactor
* Case.edit doesn't need the bot parameter lol
* Make create_case return the case object (because tests)
* Modify create_case docstring
* Fix a docstring
* Update and rename README.rst to README.MD
* Update and rename README.MD to README.rst
Changed the file type back to rst from MD
* Update README.rst
Changed image size.
* Update README.rst
Changed the cogs.red link to point at issue 1398 until the portal displays V3 cogs.
* Update README.rst
Changed image host to imgur
* [V3 Core] Enhance [p]backup to exclude some files
* Backup the repo list too
* Lol Sinbad's pre-commit hook
* Add option of sending the backup to the owner via DM
* Drop an unnecessary config object in RepoManager
* Move the backup functionality in redbot-setup to the new stuff
* More work on implementation, including backing up the instance data
* [V3 Core] add support for setting a color for embeds
* Add a guild toggle for whether to use the bot color
* Add a function for getting embed color in Context
* Coroutines need to be awaited lol
* [V3 Launcher] Fixed issue with update choice
extras_selectors() was run even if what the user did input for the development choice (stable/dev) was wrong
* [V3 Launcher] Option to go back when updating
* [V3 Launcher] Fixed coding style
* [V3] Start work on fuzzy command search
* Implement in command error handler
* Something isn't working here, try fixing
* Style compliance
* Add fuzzywuzzy to pipfile
* Dump the short doc part if there is no short doc
* Add fuzzy command search on command not found in help
* Move things around, implement for use of default d.py help formatter
* Formatting compliance
* Undo pipfile changes
* This starts setting up checks.py to handle managed permission overrides
* A decent starting point, more work to come
* missing else fix
* more work on this
* reduce redundant code
* More work on this...
* more progress
* add a debug flag to some things in .resolvers to help with exploring why checks behave in a certain way
* modify this to be a list for ease of showing full resolution order
* more
* don't bypass is_owner, ever
* remove old logic about ownercommands
* better handling of chec validity
* anonymous functions return None for __module__, remove some code as a result
* mutable default bind fix
* Add a caching layer (to be invalidated as needed)
Ensure checks in the chain inserted before the core logic only return None or False
(whitelists then blacklists are checked first in core logic, from most to least specific scope, overriding this with an allow does not make sense)
* more progress, slow work as I have time
* Modifies the predicates so that their inner functions are accesible from cogs without
being a check
* Update checks.py
Safety for existing permissions.py cogs
* This is where I take a change of course on setting this up,
because this would have been the most long winded interactive command ever as
it was starting to progress.
This is going to support individual entry updates, settings from yaml, gettings, and clearing existing settings
as well as printing a settings template out and referring people to what is going to be very well written docs
* block permissions cog from being unblocked by the permissions cog as a safety feature (really, co-owner exists at this point)
* WIP
* Okay, this has the intent of the changes, just to actually test these as working as intended + add corresponding guild functions
* oh nice, missed a couple files, sec...
* WIP, also, something's broken in resolvers or check_overrides >>
* This is working now (still needs docs and more...)
* unmerge changes from other PR
* is_owner still needs to exist in here due to management of non checked commands
* Update this to new style standards
* forgot to commit some local changes earlier
* fix update logic
* fix update logic
* b14 fix, lol
* fix issue with management command name
* this isnt a real fix
* Ok..
* perms
* This is working, but needs docs and more configuration opts now
* more
* Ux functions, need testing
* style
* fix using the obj str rather than the id
* fix CogOrCommand converter
* Return the correct things in the converter
* last fix, needs docs, and possibly some extra Ux utils
* start doc writing
* extra user facing commands
* yaml docs
* yaml fix
* secondary checks-fix
* 3rd party check stuff
* remove warning that this isn't ready yet
* swap ctx.tick for real responses, require emoji perms for interactive menuing, better attr handling for nicknames
* send file to author
* alias to `p`
* more ctx tick removal
(This is a long ass changelog...)
* [V3 Docs] drop ffmpeg from CentOS install guide
* [V3 Install Docs] move all to Python 3.6
* Update the toctree
* Needed a blank line
* drop a .6 that wasn't needed
* Update CONTRIBUTING.md with details on new dev workflow
* Fix typos
* Update link in README.rst
* tiny grammar fix
* Specify the line length
* Update CONTRIBUTING.md
* Fix links in contents
* Add section for keeping dependencies up-to-date
* Include notes about Makefile
* [V3 Audio] [p]llsetup fixes
[p]llset wsport changed to not use the rest port setting and both the rest and ws ports were changed to use ints instead of strings.
* [V3 Audio] Version change
* Update travis to not sip pipfile lock
update pipfile dependencies
additional black formatting pass to conform to black 18.5b
* .
* pin async timeout until further discussion of 3.5 support
* .
* Configure tox environments for install, dev install and docs build
* Configure Travis to run tox
* Use 3.5.1 since it's our minimum supported version
* Bump lower travis build version to 3.5.2
Turns out a dependency is incompatible with 3.5.1.
* Modify Travis config to install from pipenv
* Try without skipping the lock
* Try without pip cache
* D the dev install with pipenv
* See if adding the pip cache back in breaks
* Remove the development installation
It doesn't really make any sense considering we already should be installed in develop mode, as does Travis.
* Oops, tox should go under dev packages
* Do black --check with tox
* Uncache pip again...
* Try a build matrix, and try ignoring virtualenvs
* Activate pipenv shell on travis
* Try installing prereleases
* Try the build matrix like this
* Try exclusion
* Upgrade pip
* Try this environment marker
* Back to stages...
* Try run over shell
* Try skipping the lock again
* This'll be faster but probably ignore 3.5
Because Travis
* Just manually list sources for black to check
* Magic?
* What if I told you...
That this worked perfectly on Tobotimus/Red-DiscordBot@test_travis_matrix
* It couldn't possibly be this easy
* Let's add some comments to be nice
* Let's change back to trusty just in case the stages fuck up
* Add another comment because why not
* Let's try caching pip one more time
* We don't need to whitelist these
* Upgrade sphinx version to 1.7+
* Fix title overlines/underlines in autostart_systemd.rst
* Skip trying to document a method from discord.py
* Add escaped space after backtick
* Escape underscores (sphinx tries to interpret a hyperlink)
* Use fully qualified reference for class
* Fix reference in tunnel.py
* Remove python syntax highlighting in data_converter.py
For some reason sphinx couldn't lex these as python. Removing the highlighting seems like the logical solution for now, since if it wasn't being lexed, it wouldn't highlight anyway.
* Comment out static path since we're not using it right now
* Update sphinx version in docs requirements too
Would rather remove this duplication but RTD is a special snowflake
* This starts setting up checks.py to handle managed permission overrides
* missing else fix
* don't bypass is_owner, ever
* Modifies the predicates so that their inner functions are accesible from cogs without
being a check
* Update checks.py
Safety for existing permissions.py cogs
* block permissions cog from being unblocked by the permissions cog as a safety feature (really, co-owner exists at this point)
* un mix the 2 PRs (*sigh*)
* Update checks.py
remove debug prints that got lost inshuffle
* [V3 Audio] Update queue and search to use menus
* [V3 Audio] Fix for playlist upload saving
* [V3 Audio] Add position in queue to enqueued songs
Also a bit of cleanup.
* [V3 Audio] Improvements for mobile formatting
* This sets the default behavior for `get_messages_for_deletetion()` to not include pinned messages, while providing a way to override that
resolves#1589
* actually make commands parse for pinned deletion
* fix capitalization
* [V3 Streams] cache stream alert messages across restarts
* Add some stuff to debug this
* More debug stuff
* More debug stuff
* Actually save when updating a stream alert
* Remove debug stuff
Fixes#1620
* moves ping to core commands
defaults ping behavior to reacting with a ping pong paddle with ball
adds an optional boolean flag to ping to get the avg latency from the bot
(strikes a middle ground with intended behavior from dev standpoint, and how users want it)
* casing for @Kowlin
* use correct check for permissions
* remove latency
* Framework for internationalised command help
* Translator for class docstring of cog
* Remove references to old context module
* Use CogManagerUI as PoC
* Replace all references to RedContext
* Rename CogI18n object to avoid confusion
* Update docs
* Update i18n docs.
* Store translators in list instead of dict
* Change commands module to package, updated refs in cogs
* Updated docs and more references in cogs
* Resolve syntax error
* Update from merge
* [V3 Parser] Added --load-cogs flag
* Removed old PR data
* Removed old PR data
* Removed old PR data
* Slightly reword help for flag
* Stick to convention for checking if sequence is empty
* Fix some logic errors
* Don't print packages which failed to load
* [V3 Launcher] Reinstall Red option
* [V3 Setup] Divided remove_instance function
* Removing changes from another PR
* Indent fails fix
* use remove_instance_interaction for --delete
* Fix some issues with remove_instance
removed `index: int` because what's being passed there is a string
data -> instance_data
* bug fixes, working version
* [V3 Utils] start on a menu system
* Fix conflicting names
* [V3 Menus] change order of default controls
* [V3 Menus] add a message check to the react check
* Add a note about original source and who ported
* Compare message ids, not the objects themselves
* [V3 Audio] Add Lavalink Jar build to settings
Added Lavalink Jar build to Lavalink settings since build number now stored in config.
* Forgot import
Added import
* Left align
K im done for real this time
* Add settings for external lavalink servers
* Add external lavalink server to settings display
* Add simple error handling
* Remove future permissions conflict
Assuming base Red permissions will be accessed with the 'p' command in the future
* Update prev to set requester to user instead of id
* Various fixes
Jukebox: Plebs not in a channel will not have the song cost deducted before the warning to join a channel first.
DJ role: Finer grained permissions for plebs that are alone: they can use prev (if shuffle is off), skip, pause, resume
* Update permissions
* Add track number to footer when queueing
* Add basic playlist saving
More subcommands to come later
* Check if user is not in voice
* Restrict playlist deletion to author and mods
* Add playlist info command
* supress pynacl warning
* move the supression to __init__.py
* ..
* Revert "move the supression to __init__.py"
This reverts commit ee7ba9c968.
Doesn't properly work here
* Changes are fine in __init__.py
Needs a module level import in __main__.py or the console scripts generated by pip setup don't ever run the code in __init__
* supress pynacl warning
* puts the changes back again to avoid duplicate module import warning
* Okay, let's fix the issues here hopefully.
* This is working now
* Unfinished, and needs a lot of testing.
* more work
* working
* minor thing to remove
* improve i18n and usage feedback
* Added Arch Installation guide
For prereqs:
python-pip pulls python which pulls required packages libffi and openssl
Removed ffmpeg for Java replacement
* index
Adding the guide to the index sounds like a smart idea...
* Removed libsodium
Not needed after all
* added --user flag to installs for pip
* Documentation extras
Added links to each distro's user add functions
Added systemd service guide
Added --user operator to pip install commands
* Update autostart_systemd.rst
Added no-prompt flag
* typo fix
* update docs with up to date reqs (remove old) and reccommend venv usage
* remove youtube_dl from reqs
* adding the mac doc update after verifying correctness
* venv installation required for py3.5 ...
* remove venv stuff, that can be handled on a unified page in a later PR
* More docstrings
* still not ready...
* push this untested pile of code.
* working, menu needs cleaning up though, modlog converter not here yet
* menu cleanup
* add note about the fact that values are overwritten
* add i18n
* User friendlier quitting
* Better naming of a function
* setup automodule for dataconverter
* More documentation
* use Config.MEMBER (etc) instead of 'MEMBER' (etc)
* [V3 Audio] Add voteskip and DJ role
* Fix connection time storage for audiostats
* Update pause command for more explicit handling
Partially fixes#1478. Users will need to use pause twice before resuming until issue no. 20 on the Red-Lavalink repo is addressed.
* Update pause command
* Update pause command
* Add jukebox mode
Adds a price option for enqueuing songs. If DJ mode is active when jukebox mode is active, no one is charged credits as mods are exempt and plebs can't queue songs without the DJ role.
* Add the identifier as an initialization parameter
* Remove config object singleton and opt for a shared JSON datastore
* Fix bot unloading to deal with memory leaks
* Fix tests
* Fix clear all bug
* [V3 Image] actually check if a client id is set before making request
* Clarify imgurcreds docstring + drop guild_only from [p]imgur
* Fix the actual problem (bad urls)
* needs to be params not data
* [V3 Audio] Bump timeout connecting to Lavalink
Lavalink server can take 20-35 seconds to start, bumped to 50 seconds for good measure.
* Update audio.py
Added proper timeout
* Update __init__.py
Removed old timeout
* [V3 CogManagerUI] implement text-only support in [p]cogs
* Change page length to 1800 + workaround for pages starting with delim
* [V3 Core] text mode support for [p]contact and [p]dm
* Implement text-only support in modlog and fix everything that broke because of it
* Fix modlog stuff in filter too
* Fix tests
* Implement optional embed support in [p]help
* move to .format
* [V3 Instance setup] import backup support for instances using Mongo
* remove_instance is now a coroutine + remove NIE
* move Mongo import down
* move another import
* [V3] Allow load, unload and reload to deal with multiple packages
This PR allows multiple packages to be loaded, unloaded or reloaded with the one command, the packages are delimited by the space character as suggested by Will
This is just the functionality, I'm sure the code could be better
* introduced helper function for getting package load strings
* missed characters
* forgotten import 👀
Forgot to include the import `inline` method from chat_formatting
* [V3 Core] add settings for whether to use embeds or not
* Implement commands to toggle embed settings
* Add a function to context for finding whether to use embeds or not
* Hide [p]embedset for now
* Move embed_requested to bot
* Add a simple helper in context
* [V3 Streams] fix community alerts
* drop unneeded parentheses + delete messages when removing from cache
* move to one embed for a community
* fix adding image to embed
* Remove unneeded params
* Really helps to point to the right place
* drop the game, move channel name+link to value
* Use stream title in embeds
* Increase number of streams to grab to 100
* filter out streams with existing individual alerts in the channel
* need channel id, not stream id in filtering function
* sample from the list
* we only want to break out if the alert is a TwitchStream alert
* drop off sending the mentions if there are none
* [V3 Audio] Update audio for Red-Lavalink
* Update requirements for new library
* Fix logic for connect time storage for audiostats
Only store time when connecting to the voice channel.
* [V3 Economy] implement suggestions from #1371
* Fix a typo
* Add functions for getting leaderboard and leaderboard position
* Use the new functions to get leaderboard position and leaderboard (overrides https://github.com/Cog-Creators/Red-DiscordBot/pull/1435)
* Actually implement showing only guild members on leaderboard when bank is global
* get_leaderboard_position needs to be awaited
* For global bank, pass None for guild to get_leaderboard when trying to find position
* Remove some unneeded code
* Wrong index...
* Combine 3 messages into 1
* Fix guild leaderboard while bank is global
* add missing parentheses
* Modify the leaderboard formatting
* More work on leaderboard formatting
* no subtraction
* [V3 Instance Setup] start work on storage swapping
* This should do the trick for Mongo -> JSON
* Fix typo
* Fix a few more typos
* resolve the data path
* Upsert the imported data
* need a list of the documents
* to_list is a coro
* [V3 Cleanup] refactor to consolidate duplicate code
* [V3 Cleanup] make the prompting function a staticmethod
* Drop continuing message + add punctuation to docstrings
Help didn't account for docstrings passing length limits which I noticed a while ago and as noticed again when Palm forgot a dual newline in a command docstring.
This PR sees to fix this by enforcing length limits on description, field names and field values
* Revert "[V3 Core] Encoding issue fix (#1365)"
This reverts commit f6903cf582.
* Don't let the system encoding screw with things,
specify opens as happening with utf-8 encoding
(cherry picked from commit c10e4dddca)
* Don't let the system encoding screw with things,
specify opens as happening with utf-8 encoding
* And also deal with encoding issues because windows is a special snowflake
(see: #1366)
* let's just use the encoding param in str() rather than encode/decode...
* Fix repeat
Also remove restriction on if the player is playing.
* Auto-delete existing Now Playing message
* Auto-delete existing notify message
* Wrap line on Now Playing message
* Add connected duration to audiostats
_dynamic_time based on a function written by Redjumpman
* Return negative seek past song start as 00:00:00
* Version number
* [V3 Warning] initial work on a warning system for v3
* [V3 Warning] rename some stuff and add a case type
* [V3 Warnings] rename package from warning
* [V3 Warnings] restructuring commands
* [V3 Warnings] remove expiry stuff + other refactoring
* [V3 Warnings] refactoring action logic
* [V3 Warnings] rewrites to action logic
* [V3 Warnings] add regen_messages.py
* Add get_raw/set_raw
* Add default to get_raw
* Add custom group method to the config object
* Add more methods for custom groups
* Add some docstrings
* Deepcopy the result of get_raw, throw TypeError if no value is passed to set_raw
* Do it right..
* Better way to require kwarg
* Fix#1326
Checks to see if `author` is a `valid_user` (of `Member` class) before checking to see if the bot `is_mod_or_superior` to the `author`.
* Fix#1202
Raises `TypeError` when `User` objects are passed into `is_mod_or_superior` or `is_admin_or_superior`, as only `Member` objects have a `guild` attribute.
* Fixes#1202
Checks to see if `author` is a `valid_user` (of `Member` class) before checking to see if the bot `is_mod_or_superior` to the `author`.
* Fix#1321
Modifies the game-checking lines so that they don't assume `user.game` is not a NoneType object.
* Fix#1321
Modifies the game-checking lines so that they don't assume user.game is not a NoneType object. Also alerts the user to go bother @tekulvw if somehow the invariants of `user` having a `game` attribute and the `game` attribute either being `None` of having a `type` attribute in `[0, 1, 2, 3]` are broken.
* Update general.py
The use of `popitem` makes the right side of line 642 return a tuple of the form `(repo, (old, new))` instead of a dictionary of the form `{repo: (old, new)}`, as expected by the left hand side of the same line.
* Remove get_driver
* Rename self.driver to self._driver
* Do not unnecessarily pass the cog identifier
* Remove unused import
* Fix type annotation
* Missed a keyword rename
* Modify signature of get/set methods in drivers
* pin all dependencies except youtube-dl, and Red-Trivia.
The ranges on these might be expandable, but I can personally confirm these versions
to work
* this is what I get for copy/pasting version and not double checking
* and this is what I get for manually typing it
* Add prompt if message deletion > 100
As per issue #1295.
Add's the prompt "Are you sure you want to delete {number} messages? (y/n)"
* added checks and deletes "Continuing" message
phew
* removed unneeded delete()
Removed the unneeded code
* For Linux service users,
use `appdirs.AppDirs().site_data_dir`
instead of `appdirs.AppDirs().user_config_dir
* somewhat important for this to be changed consistently
* need to import os to use it
* travis doesn't like how I was checking in config_dir had been set.
* [V3 Alias] Allow wider range of aliases
Possible fix for #1118
Makes it so that the only non-valid names are the ones that can't be printed by something.
* [V3 Alias] Edit Check & Error Message
Reflects the wider range of aliases that can be created.
* [V3 Alias] Fix wrong slash in regex
* [V3 Alias] Fix Wrong Closing Parenthesis Position
Can't believe I'm messing it up
* Fixed equality operator
can_spend function should be using a >= instead > so that you can spend all of your currency.
* Update bank.py
Fix for withdraw using the wrong equality operator.
* Revert withdraw_credits
Reverted withdraw_credits back to original operator.
* Command response improvements for streams
Fix#1182Fix#1183
Various other command response improvements
* Rename main to streams, streams to streamtypes
* Raise errors for communities
* [V3 Utils] add embed utils with a random_colour function
* [V3 Utils] random_colour -> randomize_colour + make it take an embed
* [V3 Utils] decomplicate the random color selection
* [V3 Mod] remove unnecessary decos from ignore/unignore
* [V3 Core] fix is_mod and is_admin so they don't return True if the mod/admin roles aren't set
* Fix for #1132
Fixes `self.streams` being a `Task` object instead of a list.
Also replicated for `self.communities`, since the issue is the same
(although untested, it can be inferred).
* Implement sub-method to avoid init errors
The new method waits for `streams` and `communities` to be initialized
before running the `_stream_alerts` method, avoiding possible errors
due to lists being uninitialized
* Fix streams and communities loading
* Delete IDE config file
* [V3 Launcher] add launcher
* [V3 Launcher] move extras selection to its own function
* Add distro to requirements
* [V3 Launcher] platform.linux_distribution -> distro.linux_distribution
* [V3 Launcher] add methods of setting cli flags to be passed
* [V3 Launcher] pass remaining args not known to launcher's argument parser to redbot
* [V3 Launcher] handle KeyboardInterrupt in launcher
* [V3 Launcher] undo something that would break stuff
* [V3 Launcher] remove co-owners from interactive mode redbot cli flag selection
* [V3 Launcher] clarify the disable console interaction option
* Docstrings for chat formatting
* Docstrings for mod utils
* Type checking
* Override CSS to highlight object name in definition
* More typing
* Utils docs pages
* Fix typo here
* Rewritten basic settings
* Ported to V3
* Will saves the dicts
* TriviaSession uses Config
* wait_for is the future
* Out with recursion and redundancy
* Remove typing before first question
* Added payout multiplier setting
* Payout setting uses appropriate check
* Implement actual paying of winner
* Removed trivia lists from repository
* Added payout confirmation message
Also rearranged the order of methods in TriviaSession to better represent the sequential order of running trivia
* Contestant count fixed
Also fixed error when lists folder is missing
* Support for multiple categories per session
* Extra error handling
* Update from rebase
* Use of task cancel
* Nicer docstrings
* Oops
* Better imports
* YAML lists
* Using the trivia list repo (YAY)
* Cast all answers to string since YAML is dumb
* session.stop() is not an async function
* Remove redundant attribute from session
* Sessions manage their own tasks
* Add `redbot/trivia` to .gitignore
* Add PyYAML to requirements.txt
* Parse answers properly before checking
* Add Red-Trivia to reqs
* Better task management and some optimisations
Sessions now just use a flat dict for settings instead of config. This means the settings can't be changed after the session is started, but it removes the need for config to be read for every question.
* Allow lists to override settings
* Fix config logic
* Iteration fixes, config override fixes, task management fixes
* Don't hide dict abuse
* Stats tracking
* Leaderboard implemented
* [leaderboard] ignore self and reverse list
* [leaderboard] Handle empty score counter
* Only count win when max score is reached
* Add basic RPC functionality
* Add load/unload/reload rpc commands
* Reorganize without rpc_ready event
* Remove rpc ready event
* Removed bot reference from rpc module
* Close RPC server cleanly
* refactor bot
* Refactor a bit and make RPC server initialization based on a cli flag
* Fix version resolver
* standardize version getters
* Pick a new port number
* [Streams] [WIP] Rewrite
* [Streams] [WIP] Settings related commands
* [Streams] Moved to Config
* [Streams] Added [p]streamalert stop
* [Streams] Added toggleable autodeletion
* [Streams] Added [p]streamalert list
* [Streams] beam.pro -> Mixer
* V3 streams modifications (#847)
* [Streams] implement mention command
* [Streams] implement mentions in stream alert check
* [Streams] move to 3 separate commands for alert mentions
* [Streams] implement support for alerting for twitch community streams… (#849)
* [Streams] implement support for alerting for twitch community streams (Twentysix26/Red-DiscordBot/issues/824)
* [Streams] async getter implementation
* [Streams] repr for TwitchCommunity class
* [Streams] move and fix imports (#994)
* [Streams] function rename due to duplicate names
* [Streams] drop force_registration
* [Streams] fix command not displaying help
* Refactor find_spec out of core_commands
* Fix version error when not installed
* initial
* Fix find_cogs call
* Enable copying
* Add helper method for cog creators
* Add warning
* My dpy skillz need work
* Readd work due to redoing branch
* [modlog] Move to core and start work on separating it from cogs
* More work on modlog separation
* [Core] Finish logic for modlog, do docstrings, async getters
* [Core] Add stuff to dunder all
* [Docs] Add mod log docs
* [Core] Move away from dunder str for Case class
* [Docs] don't need to doc special members in modlog docs
* More on mod log to implement commands
* More work on Mod
* [Mod] compatibility with async getters
* [Tests] start tests for mod
* [Tests] attempted fix
* [Tests] mod tests passing now!
* [ModLog] update for i18n
* modlog.pot -> messages.pot
* [Mod] i18n
* fix getting admin/mod roles
* Fix doc building
* [Mod/Modlog] redo imports
* [Tests] fix imports in mod tests
* [Mod] fix logger problem
* [Mod] cleanup errors
* A couple of bug fixes
Async getters, some old `config.set` syntax
* Filter ignores private channels
* Fix softban
Was still relying on default channels
* Actually ignore private channels
* Add check for ignored channels
* Fix logic for ignore check
* Send confirm messages before making case
* Pass in guild when setting modlog
* Thanks autocomplete
* Maintain all data for case
* Properly ignore softbans in events
* [Mod] bugfixes
* [Mod] more changes
* [ModLog] timestamp change
* [Mod] split filter and cleanup to their own cogs + regen messages.pot
* [Cleanup] change logic
* [Cleanup] increase limit for channel.history
* [Mod] await getter in modset banmentionspam
* [Mod] attempt duplicate modlog message fix
* [Mod] get_user -> get_user_info
* [Modlog] change reason command so the case author can edit their cases (#806)
* [Modlog] make reason command guild only
* [Modlog] clarify the reason command's help
* [Mod] package path changes + numpy style docstrings for modlog
* [Mod] change ban and unban events to need view audit log perms to find/create a case
* [Modlog] refactoring
* [Filter] add autoban feature
* [Mod] update case types + event changes
* [Mod/Modlog] fix tests, fix permissions things
* [Docs] fix up modlog docs
* Regenerate messages.pot
* Basic Mongo Driver
* Update docstrings
* WIP motor support
* Use motor
* Update docs, add selective importer
* Make use of selective importer
* Fix docs
* Fix config storage location for JSON
* Add delimiters in the drivers doc section
* Make async things async
* Add basic config information for mongo driver
* get info from basic setup into config
* IT WORKS
* Add dependency for RJM's PR.
* Added new start screen
* Added Bordered util
Bordered function required for boxes in start screen
* Update events.py
Added Color to the Title
Added Shard count
* Update events.py
Added Discord.py version
Added package checking for docs and tests
Added package checking for voice
* Update chat_formatting.py
Cleaned up the border function a bit.
* Added alternative to all_from_kind
* Returned dicts include default values
Also added docstrings
Also removed all_globals since it's kind of redundant and it wasn't working out for me
* Refactored clear_all
* Tests
* Tests again..
* Make all new methods coroutines
* Include discord in [p]debug env
* Typecast eval output to string
* Use globals instead of locals for debug
* Fix up storing last result and non-string results
* Cleanup code and better help messages
Ya'll are gonna hate me.
* Initial modifications
* Add initial setup.py
* working setup py help
* Modify setup file to package stuff
* Move a bunch of shit and fix imports
* Fix or skip tests
* Must add init files for find_packages to work
* Move main to scripts folder and rename
* Add shebangs
* Copy over translation files
* WORKING PIP INSTALL
* add dependency information
* Hardcoded version for now, will need to figure out a better way to do this
* OKAY ITS FINALLY FUCKING WORKING
* Add this guy
* Fix stuff
* Change readme to rst
* Remove double sentry opt in
* Oopsie
* Fix this thing
* Aaaand fix test
* Aaaand fix test
* Fix core cog importing and default cog install path
* Adjust readme
* change instance name from optional to required
* Ayyy let's do more dependency injection
* [i18n] Initial spanish translations.
* [i18n] Minor correction.
* [i18n] Character corrupted fix.
* [i18n] File info filled, author name corrected.
* [i18n] Economy corrections.
* [i18n] General, corrupted character and question/exclamation mark corrections.
* [i18n] Economy, question/exclamation mark corrections.
* [i18n] Core translations added.
* [i18n] One too many newlines.
* Initial commit
* Beginning of working i18n
* Add some translation files
* Add more strings to translate
* Update and add some more translations
* Update spanish translation
* Update french translation
* Add alias translation templates
* Add bank translations
* Add economy translations
* Add general translations
* Add image translations
* Add core translations
* Initial commit
* Fix sentry
* Make cog manager install path work relative to the bot's dir
* Fix downloader to save data relative to the defined data folder
* Fix sentry test
* Fix downloader tests
* Change logfile location
* Add another line to codeowners
* Basic tests
* Fix versioning
* Add in FutureWarning for config file changes
* Add reference to issue
* Update main.py
Move discord import to the beginning of file, aswell as the version check, if the version wasn't atleast major_version 1 it would give an exception in the core imports (bot.Guilds isn't defined)!
* Move sys import up
* Fix global checks
* Fix bank's checks
Predicates for decorators return true or false, they don't return other decorators
* Async getters in core checks
* Add bank docs
* [Docs] fix bank docstrings for formatting
* [Docs] add bank to toctree
* rename and make bank rst use members
* Formatting changes
* Add account to dunder all
* WIP cog path manager
* Initial working state
* Get real reloading working
* Type error thingy
* And fix the tests
* Start UI shit
* path reordering
* Add install path getter/setter and fix config syntax
* Determine bot directory at runtime
* Add UI commands for install path
* Update downloader to use install path
* Add sane install path default
* Make evaluation of cog install path lazy
* Some typing fixes
* Add another line to codeowners
* Conditionally put install path in paths
* Always put install path first
* Dont allow people to add the installdir as an additional path, guarantee install dir isn't shown with paths command
* Make shit update loaded cogs
* Add tests
* Another one
* [Economy][Bank] redo branch
* WIP
WIP
* Implement all current bank commands API calls
* Set dunder all and put into bot
* make core change to economy
* Add is_global method to bank
WIP
* Add extra bank API commands
* Update bank UI
Update some imports
Remove bank UI errors file
Typing thing
* Update bank get_global_accounts and touch up economy some more
Do some more economy updates
* Remove bank from bot
* Another passing test
FINALLY
* Fixy type things
Last fixes for now
Fix arg to toggle global
RJM
Invalid bid amount handler
cooldown msg
currency name fix
Fix fun bug
ANother bug
And payday limit
* PEP8 stuff
* Docstring change
* Fix this thing
* [Economy][Bank] redo branch
* [Economy][Bank] modify guild owner or bot owner check, add admin or bot owner check for global vs local bank
* [Economy] apply admin or bot owner check to [p]economyset
* Make some public things private
* [Economy] lots of refactoring for conditional permission checks and guild checks + supporting global economy
* And working stuff
* Fix Kowlin's bug
* Fix slot bugs
After giving it further thought, I don't believe co-owners really need to be a command, as it is unlikely that co-owners will need to be changed often enough.
Furthermore, this gives a further layer of protection to people who like to gloss over warnings.
Since these helpers will mostly be used by packages, it's important to make sure that the data they create stays contained inside them. This also brings the additional benefit of being able to manipulate data inside a package without knowing the name of the package's folder itself
After some considerations, while the flusher was an interesting experiment, it doesn't seem to be reliable enough. It's been removed in favor of the helpers autosaving on any change in a threadsafe way.
First off, thank you for contributing to the further development of Red. We're always looking for new ways to improve our project and we appreciate any help you can give us.
### Why do these guidelines exist?
Red is an open source project. This means that each and every one of the developers and contributors who have helped make Red what it is today have done so by volunteering their time and effort. It takes a lot of time to coordinate and organize issues and new features and to review and test pull requests. By following these guidelines you will help the developers streamline the contribution process and save them time. In doing so we hope to get back to each and every issue and pull request in a timely manner.
### What kinds of contributions are we looking for?
We love receiving contributions from our community. Any assistance you can provide with regards to bug fixes, feature enhancements, and documentation is more than welcome.
# Ground Rules
We've made a point to use [ZenHub](https://www.zenhub.com/) (a plugin for GitHub) as our main source of collaboration and coordination. Your experience contributing to Red will be greatly improved if you go get that plugin.
1. Ensure cross compatibility for Windows, Mac OS and Linux.
2. Ensure all Python features used in contributions exist and work in Python 3.5 and above.
3. Create new tests for code you add or bugs you fix. It helps us help you by making sure we don't accidentally break anything :grinning:
4. Create any issues for new features you'd like to implement and explain why this feature is useful to everyone and not just you personally.
5. Don't add new cogs unless specifically given approval in an issue discussing said cog idea.
6. Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
# Your First Contribution
Unsure of how to get started contributing to Red? Please take a look at the Issues section of this repo and sort by the following labels:
* beginner - issues that can normally be fixed in just a few lines of code and maybe a test or two.
* help-wanted - issues that are currently unassigned to anyone and may be a bit more involved/complex than issues tagged with beginner.
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
At this point you're ready to start making changes. Feel free to ask for help; everyone was a beginner at some point!
# Getting Started
### Testing
We've recently started adding unit-testing into Red. All current tests can be found in the `tests/` directory at the root level of the repository. You will need `py.test` installed in order to run them (which is already in `requirement.txt`). Tests can be run by simply calling `pytest` once you've `cd`'d into the Red repository folder.
### To contribute changes
1. Create your own fork of the Red repository.
2. Make the changes in your own fork.
3. If you like the changes and think the main Red project could use it:
* Ensure your code follows (generally) the PEP8 Python style guide
* Create a Pull Request on GitHub with your changes
### How To Report A Bug
Please see our **ISSUES.MD** for more information.
### How To Suggest A Feature Or Enhancement
The goal of Red is to be as useful to as many people as possible, this means that all features must be useful to anyone and any server that uses Red.
If you find yourself wanting a feature that Red does not already have, you're probably not alone. There's bound to be a great number of users out there needing the same thing and a lot of the features that Red has today have been added because of the needs of our users. Open an issue on our issues list and describe the feature you would like to see, how you would use it, how it should work, and why it would be useful to the Red community as a whole.
# Code Review Process
We have a core team working tirelessly to implement new features and fix bugs for the Red community. This core team looks at and evaluates new issues and PRs on a daily basis.
The decisions we make are based on a simple majority of that team or by decree of the project owner.
### Issues
Any new issues will be looked at and evaluated for validity of a bug or for the usefulness of a suggested feature. If we have questions about your issue we will get back as soon as we can (usually in a day or two) and will try to make a decision within a week.
### Pull Requests
Pull requests are evaluated by their quality and how effectively they solve their corresponding issue. The process for reviewing pull requests is as follows:
1. A pull request is submitted
2. Core team members will review and test the pull request (usually within a week)
3. After a majority of the core team approves your pull request:
* If your pull request is considered an improvement or enhancement the project owner will have 1 day to veto or approve your pull request.
* If your pull request is considered a new feature the project owner will have 1 week to veto or approve your pull request.
4. If any feedback is given we expect a response within 1 week or we may decide to close the PR.
5. If your pull request is not vetoed and no core member requests changes then it will be approved and merged into the project.
### Differences between "new features" and "improvements"
The difference between a new feature and improvement can be quite fuzzy and the project owner reserves all rights to decide under which category your PR falls.
At a very basic level a PR is a new feature if it changes the intended way any part of the Red project currently works or if it modifies the user experience (UX) in any significant way. Otherwise, it is likely to be considered an improvement.
# Community
You can chat with the core team and other community members about issues or pull requests in the #coding channel of the Red support server located [here](https://discord.gg/red).
* [5.3 Differences between "new features" and "improvements"](#53-differences-between-new-features-and-improvements)
* [6. Community](#6-community)
# 1. Introduction
**Welcome!** First off, thank you for contributing to the further development of Red. We're always looking for new ways to improve our project and we appreciate any help you can give us.
### 1.1 Why do these guidelines exist?
Red is an open source project. This means that each and every one of the developers and contributors who have helped make Red what it is today have done so by volunteering their time and effort. It takes a lot of time to coordinate and organize issues and new features and to review and test pull requests. By following these guidelines you will help the developers streamline the contribution process and save them time. In doing so we hope to get back to each and every issue and pull request in a timely manner.
### 1.2 What kinds of contributions are we looking for?
We love receiving contributions from our community. Any assistance you can provide with regards to bug fixes, feature enhancements, and documentation is more than welcome.
# 2. Ground Rules
1. Ensure cross compatibility for Windows, Mac OS and Linux.
2. Ensure all Python features used in contributions exist and work in Python 3.8.1 and above.
3. Create new tests for code you add or bugs you fix. It helps us help you by making sure we don't accidentally break anything :grinning:
4. Create any issues for new features you'd like to implement and explain why this feature is useful to everyone and not just you personally.
5. Don't add new cogs unless specifically given approval in an issue discussing said cog idea.
6. Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See [Python Community Code of Conduct](https://www.python.org/psf/codeofconduct/).
# 3. Your First Contribution
Unsure of how to get started contributing to Red? Please take a look at the Issues section of this repo and sort by the following labels:
* beginner - issues that can normally be fixed in just a few lines of code and maybe a test or two.
* help-wanted - issues that are currently unassigned to anyone and may be a bit more involved/complex than issues tagged with beginner.
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
At this point you're ready to start making changes. Feel free to ask for help; everyone was a beginner at some point!
# 4. Getting Started
Red's repository is configured to follow a particular development workflow, using various reputable tools. We kindly ask that you stick to this workflow when contributing to Red, by following the guides below. This will help you to easily produce quality code, identify errors early, and streamline the code review process.
### 4.1 Setting up your development environment
The following requirements must be installed prior to setting up:
- Python 3.8.1 or greater
- git
- pip
If you're not on Windows, you should also have GNU make installed, and you can optionally install [pyenv](https://github.com/pyenv/pyenv), which can help you run tests for different python versions.
1. Fork and clone the repository to a directory on your local machine.
2. Open a command line in that directory and execute the following command:
```bash
make newenv
```
Red, its dependencies, and all required development tools, are now installed to a virtual environment located in the `.venv` subdirectory. Red is installed in editable mode, meaning that edits you make to the source code in the repository will be reflected when you run Red.
3. Activate the new virtual environment with one of the following commands:
- Posix:
```bash
source .venv/bin/activate
```
- Windows:
```powershell
.venv\Scripts\activate
```
Each time you open a new command line, you should execute this command first. From here onwards, we will assume you are executing commands from within this activated virtual environment.
**Note:** If you're comfortable with setting up virtual environments yourself and would rather do it manually, just run `pip install -Ur tools/dev-requirements.txt` after setting it up.
### 4.2 Testing
We're using [tox](https://github.com/tox-dev/tox) to run all of our tests. It's extremely simple to use, and if you followed the previous section correctly, it is already installed to your virtual environment.
Currently, tox does the following, creating its own virtual environments for each stage:
- Runs all of our unit tests with [pytest](https://github.com/pytest-dev/pytest) on python 3.8 (test environment `py38`)
- Ensures documentation builds without warnings, and all hyperlinks have a valid destination (test environment `docs`)
- Ensures that the code meets our style guide with [black](https://github.com/ambv/black) (test environment `style`)
To run all of these tests, just run the command `tox` in the project directory.
To run a subset of these tests, use the command `tox -e <env>`, where `<env>` is the test environment you want tox to run. The test environments are noted in the dot points above.
Your PR will not be merged until all of these tests pass.
### 4.3 Style
Our style checker of choice, [black](https://github.com/ambv/black), actually happens to be an auto-formatter. The checking functionality simply detects whether or not it would try to reformat something in your code, should you run the formatter on it. For this reason, we recommend using this tool as a formatter, regardless of any disagreements you might have with the style it enforces.
Use the command `black --help` to see how to use this tool. The full style guide is explained in detail on [black's GitHub repository](https://github.com/ambv/black). **There is one exception to this**, however, which is that we set the line length to 99, instead of black's default 88. This is already set in `pyproject.toml` configuration file in the repo so you can simply format code with Black like so: `black <src>`.
### 4.4 Make
You may have noticed we have a `Makefile` and a `make.bat` in the top-level directory. For now, you can do a few things with them:
1. `make reformat`: Reformat all python files in the project with Black
2. `make stylecheck`: Check if any `.py` files in the project need reformatting
3. `make newenv`: Set up a new virtual environment in the `.venv` subdirectory, and install Red and its dependencies. If one already exists, it is cleared out and replaced.
4. `make syncenv`: Sync your environment with Red's latest dependencies.
The other make recipes are most likely for project maintainers rather than contributors.
You can specify the Python executable used in the make recipes with the `PYTHON` environment variable, e.g. `make PYTHON=/usr/bin/python3.8 newenv`.
### 4.5 Keeping your dependencies up to date
Whenever you pull from upstream (V3/develop on the main repository) and you notice either of the files `setup.cfg` or `tools/dev-requirements.txt` have been changed, it can often mean some package dependencies have been updated, added or removed. To make sure you're testing and formatting with the most up-to-date versions of our dependencies, run `make syncenv`. You could also simply do `make newenv` to install them to a clean new virtual environment.
### 4.6 To contribute changes
1. Create a new branch on your fork
2. Make the changes
3. If you like the changes and think the main Red project could use it:
* Run tests with `tox` to ensure your code is up to scratch
* Create a Pull Request on GitHub with your changes
- If you are contributing a behavior change, please keep in mind that behavior changes
are conditional on them being appropriate for the project's current goals.
If you would like to reduce the risk of putting in effort for something we aren't
going to use, open an issue discussing it first.
### 4.7 How To Report A Bug
Please see our **ISSUES.MD** for more information.
### 4.8 How To Suggest A Feature Or Enhancement
The goal of Red is to be as useful to as many people as possible, this means that all features must be useful to anyone and any server that uses Red.
If you find yourself wanting a feature that Red does not already have, you're probably not alone. There's bound to be a great number of users out there needing the same thing and a lot of the features that Red has today have been added because of the needs of our users. Open an issue on our issues list and describe the feature you would like to see, how you would use it, how it should work, and why it would be useful to the Red community as a whole.
# 5. Code Review Process
We have a core team working tirelessly to implement new features and fix bugs for the Red community. This core team looks at and evaluates new issues and PRs on a daily basis.
The decisions we make are based on a simple majority of that team or by decree of the project owner.
### 5.1 Issues
Any new issues will be looked at and evaluated for validity of a bug or for the usefulness of a suggested feature. If we have questions about your issue we will get back as soon as we can (usually in a day or two) and will try to make a decision within a week.
### 5.2 Pull Requests
Pull requests are evaluated by their quality and how effectively they solve their corresponding issue. The process for reviewing pull requests is as follows:
1. A pull request is submitted
2. Core team members will review and test the pull request (usually within a week)
3. After a member of the core team approves your pull request:
* If your pull request is considered an improvement or enhancement the project owner will have 1 day to veto or approve your pull request.
* If your pull request is considered a new feature the project owner will have 1 week to veto or approve your pull request.
4. If any feedback is given we expect a response within 1 week or we may decide to close the PR.
5. If your pull request is not vetoed and no core member requests changes then it will be approved and merged into the project.
### 5.3 Differences between "new features" and "improvements"
The difference between a new feature and improvement can be quite fuzzy and the project owner reserves all rights to decide under which category your PR falls.
At a very basic level a PR is a new feature if it changes the intended way any part of the Red project currently works or if it modifies the user experience (UX) in any significant way. Otherwise, it is likely to be considered an improvement.
# 6. Community
You can chat with the core team and other community members about issues or pull requests in the #coding channel of the Red support server located [here](https://discord.gg/red).
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
This project vendors discord.ext.menus package (https://github.com/Rapptz/discord-ext-menus) made by Danny Y. (Rapptz) which is distributed under MIT License.
Copy of this license can be found in discord-ext-menus.LICENSE file in redbot/vendored folder of this repository.
<h4 align="center">Music, Moderation, Trivia, Stream Alerts and Fully Modular.</h4>
**Red**is a fully modular bot – meaning all features and commands can be enabled/disabled to your liking, making it completely customizable.
This is also a *self-hosted bot*– meaning you will need to host and maintain your own instance. You can turn Red into an admin bot, music bot, trivia bot, new best friend or all of these together!
[Installation is easy](https://twentysix26.github.io/Red-Docs/), and you do NOT need to know anything about coding! Aside from installation and updating, every part of the bot can be controlled from within Discord.
- [Most major linux distributions](https://red-discordbot.readthedocs.io/en/stable/install_linux_mac.html)
If you have any other questions, feel free to explore the [Docs](https://twentysix26.github.io/Red-Docs/) for guidance.
If after reading the guide you are still experiencing issues, feel free to join the
[Official Discord Server](https://discord.gg/red) and ask in the **#support** channel for help.
If [*after reading the guides*](https://twentysix26.github.io/Red-Docs/) you are still experiencing issues that are not listed on [this page](https://twentysix26.github.io/Red-Docs/red_guide_troubleshooting/) or in the [FAQs](https://twentysix26.github.io/Red-Docs/red_faq/), feel free to join the [official server](https://discord.gg/red) for help.
Have fun!
# Plugins
Red is fully modular, allowing you to load and unload plugins of your choice, and install 3rd party
plugins directly from Discord! A few examples are:
- Cleverbot integration (talk to Red and she talks back)
- Ban sync
- Welcome messages
- Casino
- Reaction roles
- Slow Mode
- AniList
- And much, much more!
Feel free to take a [peek](https://index.discord.red) at a list of
available 3rd party cogs!
# Join the community!
Red is in continuous development, and it’s supported by an active community which produces new content (cogs/plugins) for everyone to enjoy. New features are constantly added. If you can’t [find](https://cogs.red/) what you’re looking for, we are open to suggestions! Stay tuned by[joining the official server](https://discord.gg/red)!
**Red** is in continuous development, and it’s supported by an active community which produces new
content (cogs/plugins) for everyone to enjoy. New features are constantly added. If you can’t
[find](https://cogboard.red/t/approved-repositories/210) the cog you’re looking for,
consult our [guide](https://red-discordbot.readthedocs.io/en/stable/guide_cog_creation.html) on
building your own cogs!
Join us on our [Official Discord Server](https://discord.gg/red)!
# License
Released under the [GNU GPL v3](LICENSE).
Released under the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.en.html) license.
*Red is named after the main character of "Transistor", a videogame by [Supergiant Games](https://www.supergiantgames.com/games/transistor/)*
Red is named after the main character of "Transistor", a videogame by
Artwork created by [Sinlaire](https://sinlaire.deviantart.com/) on Deviant Art for the Red Discord
Bot Project.
This project vendors [discord.ext.menus](https://github.com/Rapptz/discord-ext-menus) package made by Danny Y. (Rapptz) which is distributed under MIT License.
Copy of this license can be found in [discord-ext-menus.LICENSE](redbot/vendored/discord-ext-menus.LICENSE) file in [redbot/vendored](redbot/vendored) folder of this repository.
In China in 2015 the record for the longest mating session between two giant pandas was broken at?`18 minutes`18 mins
Ford claimed to launch the first 'e-(What?)' at the 2015 Mobile World Congress Show?`Bike
A 2015 intensive listening study discovered that giraffes actually?`Hum
Name the last US president to meet the leader of Cuba before Barack Obama did in 2015?`Eisenhower
Jay Z and Beyonce launched a music streaming service in 2015 called? `Tidal
At auction in 2015, $1.2m was paid for Don McLean's original handrwitten lyrics for which 1971 big hit song? `American Pie
In 2015 what global contest ruled against the use of swimsuits for its 114 competitors, for the first time since 1951 inception? `Miss World
Which vast tech corporation opened its first 'Nest' branded intelligent home store in Palo Alto California in 2015?`Google
In 2015 Japan lowered its voting age to what?`18`eighteen
The abbreviation MERS, significantly impacting South Korea 2015, is otherwise known as?`Camel Flu
Christian is the lead character in the film 2015 adaptation of what extraordinarily successful book?`Fifty Shades of Grey`50 shades of grey
Who stepped down as chief of 21st Century Fox in 2015?`Rupert Murdoch`murdoch
In 2015 a new North Korean schools curriculum reportedly included that leader Kim Jong-un learnt to drive at age?`3`three
Which car company launched the Avensis model in 2015?`Toyota
In 2015 evidence of water was found on which planet?`Mars
Which 'BRIC' country launched the Astrosat space lab in 2015?`India
Who won the 2015 men's tennis French Open?`Stan Warwinka`warwinka
What company launched the S6 Edge smartphone?`Samsung
Which leading professional networking tech corporation, whose main revenue is selling user access/details to recruiters, bought the Lynda learning company for $1.5bn in 2015?`Linkedin`linked in
'Dismaland' was the temporary theme park/exhibition of which famous 'anonymous' artist?`Banksy
Matthais Muller was made chief of which troubled car company in 2015?`Volkswagen`vw
In 2015 the World Anti-Doping Agency suggested banning which nation from the 2016 Olympics?`Russia
The game of Monopoly celebrated what anniversary in 2015?`eighty`80`80th
Name the Princess born 4th in succession to the British throne in 2015, to Britain's Duke and Duchess of Cambridge?`Charlotte
The 2015 Mad Max movie is sub-titled?`Fury Road`mad max: fury road`mad max fury road
The Magna Carta, signed in London, and inspiring constitutional rights globally thereafter, was how many years old in 2015?`eight hundred`800
In 2015 the Sinabug volcano erupted in what country?`Indonesia
Olav Bjortmont became 2015 world champion in?`Quizzing`quiz
Lars Lokke led his centre-right party to 2015 government election victory in what country?`Denmark
Blackberry's new phone for 2015 was called the...?`Priv
Facebook's new music sharing/streaming feature launched in 2015 was called "Music... "?`Stories
Eddie Jones was appointed head coach of which English sporting team in 2015?`Rugby Union`rugby
According to 2015 survey what fruit was most popular among USA children?`Apples`apple
Celebrity chef Gordon Ramsey celebrated what birthday in 2015?`49`fourty-nine`fourty nine`49th
Jon Snow was killed off in what TV series in 2015, adapted from GRR Martin's 'A Song of Ice and Fire'?`Game of Thrones
Finance minister Yanis Yaroufakis caused comment for not wearing a tie in February 2015 when negotiating the debts for which nation?`Greece
What nation hosted the 2015 Women's World (soccer) Cup?`Canada
What iconic equine-alluding company, in countless books/films/cowboy holsters, filed for bankruptcy in 2015?`Colt
Due to a 2015 contamination scandal in India/Afica, which corporation destroyed 400 million packets of Maggi noodles?`Nestle
How many years old was the McDonalds fast food company in 2015?`60`sixty
It was announced in 2015 that Alexander Hamilton would be replaced on?`$10 bill`$10`tendollars`ten dollar bill`ten dollar
Name Adele's record-breaking 2015 album?`25
What is the year 2015 in Roman numerals?`MMXV
'Egoportrait' (a Quebecois word) was added to the 2015 French dictionary, meaning what more popular new English word?`Selfie
Who won the men's World Ice Hockey Championship in 2015?`Canada
The space transport company launched in 2015 by Jeff Bezos is called?`Blue Origin
Published in 2015, Go Set a Watchman, written before her only prior and enduringly popular book of 1960, was written by whom?`Harper Lee
Whose 2015 album is 'Purpose'?`Justin Bieber`bieber
The 2015 Tour de France began in what country?`The Netherlands`netherlands
Which company suffered a major scandal in 2015 for widescale unethical 'inertia' charging for its 'Prime' service?`Amazon
Who won the 2015 Superbowl?`New England Patriots`Patriots`the patriots
Whose controversial US presidential campaigning greatly increased his popularity within his party in 2015, yet increased party fears that it would unelectable should he lead it?`Donald Trump`trump
Name the head of FIFA subject to criminal process in 2015?`Sepp Blatter`blatter
A 2015 study found that what percentage of former American Football players had degenerative brain damage?`ninety-six`96`96%
In 2015 Ronda Rousey lost to Holly Holm in what brutal sporting discipline?`UFC`Ultimate Fighting Championship
What dating app caused problems for itself in 2015 when increasing its charges?`Tinder
In 2015 the first ever colour/color photographs were obtained of which celestial body?`Pluto
What country in May 2015 became the first to legalize gay marriage by national referendum?`Ireland
Which country won the 2015 Davis Cup (world team tennis)?`Great Britain
Brazil began to nationalise its (What?) in 2015?`Rainforest
The movie Toy Story was how many years old in 2015?`20`20 years`twenty
Mauricio Marci was elected president of which South American nation in 2015?`Argentina
Lord Coe ceased working for which brand in 2015 due to conflict of interest?`Nike
Frank Sinatra would have celebrated which birthday in 2015?`100`hundred
Facebook's news service launched in 2015 was called?`Notify
On what sprung mechanism did Bristolian Jack Sexty break the world record in 2015 achieving 88,047 bounces in 10hrs 21mins?`Pogo stick
Who had the most liked Instagram photo of 2015?`Kendall Jenner
Who won the Premier League in 2015?`Chelsea`chelsea f.c.
Who won the Rugby World Cup in 2015?`New zealand
How many new iPhones were released this year?`2`two
"L.A. Love (La La)" is the title of a January 2015 Top Ten Smash hit for which singer?`fergie
Microsoft announced which new operating system in January 2015?`windows 10
What is the title of the animated superhero Disney film released in January 2015?`big hero 6`big hero six
Which singer surpassed Elvis in 2015 in terms of all time US album sales?`garth brooks
Who remained in the Top 10 of the music charts around the world with the song "Blank Space" in January 2015?`taylor swift
Which Obama did Carpool Karaoke with James Corden?`Michelle Obama`Michelle
How many American presidential debates were there in 2016?`Three`3
Which author became the first American to win the Man Booker Award?`Paul Beatty`Beatty
Which celebrity had the most Instagram followers in 2016?`Selena Gomez
Which famous British author would have celebrated their 100th birthday in September 2016?`Roald Dahl`Dahl
What do they call the robots on 'Westworld'?`Hosts
Which symbolic color did Hillary Clinton and her allies wear during her concession speech?`Purple
Which American reality competition came to an end in 2016?`American Idol
Which dating app now lets you swipe on Apple TV?`Tinder
What actor plays Grindelwald in 'Fantastic Beasts and Where to Find Them'?`Johnny Depp
Where was Hillary Clinton's campaign headquarters?`Brooklyn
Who is Emma Stone's co-star in 'La La Land'?`Ryan Gosling
What is the Mannequin Challenge song?`Black Beatles
The movie 'Fantastic Beasts and Where To Find Them' was inspired by a Harry Potter textbook written by which fictional character?`Newt Scamander
What did Obama and Raul Castro watch together in Cuba?`Baseball
What did John Oliver christen Donald Trump?`Donald Drumpf
Which pop star did Kylie Jenner dress up as for Halloween?`Christina Aguilera
To whom was Donald Trump referring when he said "I like people who weren't captured"?`John McCain
Where was the 2016 Victoria's Secret Fashion Show held?`Paris
What is the name of the 2015 best-selling book about the Clinton Foundation?`Clinton Cash
What animal is Blake Lively fighting in 'The Shallows'?`Shark
Which author became the first black woman to write for Marvel in 2016?`Roxane Gay
What was the name of the hashtag that went viral after Brock Turner's trial?`#thingslongerthanbrockturnerrapes`thingslongerthanbrockturnerrapes
How many new original series did Netflix premiere this year?`50`fifty
What was Amazon's best-selling book of 2016?`Harry Potter and the Cursed Child
What's the name of the rapper at the center of 'Atlanta'?`Paper Boi
Who played Apocalypse In 'X-Men: Apocalypse'?`Oscar Isaac
What Broadway star wrote the music for 'Moana'?`Lin-Manuel Miranda`Lin Manuel Miranda`Miranda
Which main character was shot in the 'Pretty Little Liars' Season 7 summer finale?`Spencer
What popular social media app announced that it was shutting down in 2016?`Vine
What did Rob Kardashian and Blac Chyna name their daughter?`Dream
What was the record-setting Powerball jackpot amount in January 2016?`1.5 billion
Instagram Stories are most like which social media app's signature characteristic?`Snapchat
What kind of shoes did the 'Damn Daniel' guy wear?`White Vans`Vans
Which singer's merch sold more than $1 million in two days at a single pop-up shop?`Kanye West`Kanye
Who was the only woman to host a late-night talk show on network TV in 2016?`Samantha Bee
How many medals did U.S. women athletes take at the Rio Olympics?`61
How many seasonal red cups did Starbucks introduce for the 2016 holidays?`13`thirteen
How many brand new shades of Liptensity lip color did MAC release this year?`24
Which novel won the 2016 National Book Award for fiction?`The Underground Railroad
What's Jennifer Lawrence's character's name in 'Passengers'?`Aurora
Which book, written by Stephen King's son, won a 2016 Goodreads Choice Award for Best Horror Novel?`The Fireman
Who is Harley Quinn in love with in 'Suicide Squad'?`The Joker`Joker
Who did Obama nominate to replace Antonin Scalia?`Merrick Garland`Garland
What is Hermione Granger's job in 'Harry Potter and The Cursed Child'?`Minister of Magic
What fast food place announced it will start delivering soon?`Mcdonald's`Mcdonalds
Which dictator did Donald Trump say we should "give credit" to?`Kim Jong-Un`Kim Jong Un`kimjongun
What Star Wars movie is 'Rogue One' set before?`A New Hope`Episode iv
Who endorsed Trump after Trump called his wife ugly and his father a murderer?`Ted Cruz`Cruz
How much did Estee Lauder buy Too Faced for in November 2016?`1.45 billion
Which popular dating app added a Super Like feature?`Tinder
Which 'Hamilton' star addressed Mike Pence after a show?`Brandon Dixon`Dixon
Which animal was the star of 'Zootopia'?`Bunny`Rabbit
What type of product are MAC's Shadescents?`Perfume
What iconic cartoon character did Colourpop do a collaboration with in 2016?`Hello Kitty
Which season of Yeezy did Kanye show at New York Fashion Week in September 2016?`4`Four
Which book sold 2 million copies in the two days after its release?`Harry Potter and the Cursed Child
Who was the top person searched on Google in 2016?`Donald Trump`Trump
Which country's president did Donald Trump meet with during his campaign?`Mexico
Who was Jennifer Lawrence reportedly dating in 2016?`Darren Aronofsky
How many seasons of 'Fuller House' did Netflix release in 2016?`2`two
Which network premiered Beyoncé's 'Lemonade'?`HBO
Where is Black Panther from in 'Captain America: Civil War'?`Wakanda
Which evil meme took over Twitter at the end of the year?`Evil Kermit
What was the most-searched meme of 2016?`Harambe
Which famed fashion street style photographer died in 2016?`Bill Cunningham`Cunningham
What villain joined 'The Walking Dead,' along with his signature baseball bat weapon?`Negan
How many medals did Michael Phelps end his Olympic career with?`28
Which book won the National Book Award for young people's literature?`March: Book Three`march:book three`march book three`march: book 3`march book 3
'Twilight' author Stephenie Meyer released an adult novel in 2016 called...?`The Chemist
Which designer did Michelle Obama wear to the final Obama White House State Dinner?`Versace
Which fruit did Too Faced feature in their most popular eyeshadow palette of 2016?`Peach
What was the top Google search for 2016?`Powerball
In which month did the U.K. vote to leave the EU?`June
In which city did Uber launch self-driving cars?`Pittsburgh
How did Hillary Clinton announce that she was running for president?`Youtube
Which fast-food brand saw sales tank after an E. coli crisis?`Chipotle
Which celebrity interviewed El Chapo for 'Rolling Stone'?`Sean Penn
What's Deadpool's real name?`Wade Wilson
What is the name of Beyoncé's athleisure line at Topshop?`Ivy Park
Where did the Democratic National Convention take place?`Philadelphia
Which dating app added a feature to help you find a BFF?`Bumble
Which luxury fashion brand held a major fashion show in Cuba in 2016?`Chanel
Which author topped Forbes' list of the World's Highest Paid Authors in 2016?`James Patterson`Patterson
What was the theme of the 2016 Met Gala?`Manus x machina
What did Michael Phelps and Nicole Johnson name their son?`Boomer
Which woman's name made Batman and Superman stop fighting in 'Batman v Superman'?`Martha
Which famous children's author surprised everyone by joining Tumblr in 2016?`Judy Blume
When was the last time the Cubs had won the World Series before 2016?`1908
Which novel won the Man Booker International Prize?`The Vegetarian
Which book won the Pulitzer Prize for fiction in 2016?`The Sympathizer
What did Kylie Jenner name her Kylie Cosmetics eyeshadow palette?`Kyshadow
What color was Ryan Lochte's hair at the Rio Olympics?`Blue
After which primary did Jeb Bush drop out of the presidential race?`South Carolina
What is it called when an ex or former crush pops back up?`zombieing
What month were the Panama Papers leaked?`April
Which artist won the Grammy for Album of the Year with her album "1989" at the 2016 Grammy Awards?`Taylor Swift
This 2016 superhero film sees our hero Wade Wilson hunting down the man who gave him a scarred physical appearance.`Deadpool
Both big hits in 2016, the songs "Sorry" and "Love Yourself" were released by which Canadian singer and songwriter?`Justin Bieber`Bieber
Often referred to as the "Fifth Beatle", which English record producer, that worked with the Beatles, died on March 8th, 2016?`George Martin
Which movie won the Oscar for Best Picture at the 2016 Academy Awards ceremony?`Spotlight
Making its debut in January of 2016, Jennifer Lopez plays the role of New York detective Harlee Santos on which crime drama TV show?`Shades of Blue
Rihanna hit number one on the Billboard 200 in March of 2016 with what album?`Anti
The 2016 Summer Olympics will took place in which South American city?`Rio de Janeiro
This heavy metal band had a hit with a cover of the 1964 Simon and Garfunkel hit song "The Sound of Silence".`Disturbed
Created in America, what 2016 science fiction drama TV series features the actors Josh Holloway and Sarah Wayne Callies?`Colony
The Rolling Stones made rock 'n' roll history with a free concert in which country in March of 2016?`Cuba
Who finished second in the medals table to USA at the Rio 2016 Olympic Games?`Great Britain
How old was Gene Wilder when he sadly passed away in August 2016?`83
Which country carried out its fifth and biggest nuclear test in September of 2016?`North Korea
Complete the title of the 2016 Kanye West album "The Life of ..."?`Pablo
What anniversary of Shakespeare's death was widely celebrated in 2016?`400
Which film won the most Oscars at the 2016 Academy Awards with six?`Mad Max - Fury Road`Mad max fury road`mad max: fury road
Which team won the MLB (Major League Baseball) 2016 World Series?`Chicago Cubs`Cubs
Boxing great "Muhammad Ali" died in 2016 at what age?`74
Which TV show won "Outstanding Drama Series" at the 2016 Emmys?`Game of Thrones
NASA's "Juno" became the second craft to orbit which planet in 2016?`Jupiter
Complete the title of this 2016 Stephen King novel "End of ..."?`Watch
Which team won the UEFA European Championships in 2016?`Portugal
Which team took gold in Women's Hockey at the Rio 2016 Olympic Games?`Great Britain
Which country announced its decision to withdraw from the Commonwealth of Nations on October 13th, 2016?`The Maldives`Maldives`republic of maldives
With a vote of 61 to 20, the Brazilian Senate impeached which President of Brazil on August 31st, 2016?`Dilma Rousseff`Rousseff
On January 28th, 2016, what virus outbreak was announced by the World Health Organization?`Zika Virus`Zika
Who won the Favorite Pop/Rock Female Artist Award at the 2016 American Music Awards?`Selena Gomez
Which team won the CFL Grey Cup in November of 2016?`Ottawa Redblacks`Redblacks
Making its 32nd season debut in February of 2016, Survivor was filmed in Koh Rong, which is located in which country?`Cambodia
Which group won Vocal Group of the Year at the 2016 Academy of Country Music Awards?`Little Big Town
How old was English singer "David Bowie" when he died two days after his birthday on January 10th 2016?`69
For playing the role of troubled mother "Joy Newsome," who won the 2016 Academy Award for Best Actress?`Brie Larson
This 2016 hit by Tim McGraw opens with the lyric - "You know there's a light that glows by the front door. Don't forget the key's under the mat".`Humble and Kind
Chris Pratt won Best Action Performance at the 2016 MTV Movie Awards for his role as Owen Grady in which science fiction film?`Jurassic World
Taking place from March 28 to April 3, which female skater won the gold medal at the 2016 World Figure Skating Championships?`Evgenia Medvedeva`Medvedeva
Released in February of 2016, name British singer-songwriter Elton John's 32nd studio album.`Wonderful Crazy Night
Which actor won Best Male Performance for his role as Hugh Glass in the film "The Revenant" at the 2016 MTV Movie Awards?`Leonardo DiCaprio`Dicaprio
Based on a book by Rudyard Kipling, this 2016 film features Mowgli, an orphaned human boy who was raised by wolves since birth.`The Jungle Book
Who won the final season (15) of American Idol on April 7, 2016?`Trent Harmon`Harmon
With the release of the album "The Life of Pablo," which artist saw eight of their songs debut on the Billboard Hot 100 in April of 2006?`Kanye West`Kanye
Which artist won Female Vocalist of the Year at the 2016 Academy of Country Music Awards?`Miranda Lambert
In a post-apocalyptic world, Cassie Sullivan will do whatever it takes to find her brother Sam. Name the 2016 film.`The 5th Wave
Where did Chewbacca Mom buy her mask?`Kohl's`Kohls
How old was Prince when he passed?`57
Which first generation Pokémon wasn't initially able to be caught in 'Pokémon Go,' but has since been added?`Ditto
Which genre is aimed at girls between 10-18?`shoujo
When was the first known Japanese animation produced?`1917
The practice of dressing up like anime characters in Japan is called?`cosplay
In yaoi pairing, what is the "receiving", "bottom", or passive partner known as?`uke
In yaoi pairing, what is the "top" or dominant partner known as?`seme
What is a popular anime/manga character archetype that derives from the Japanese pronunciation of the English word 'cool'?`kuudere`coodere
What is a Japanese term for a character development process that describes a person who is initially cold and even hostile towards another person before gradually showing their warm side over time?`tsundere
Type of anime aimed at young boys under the age of fifteen?`shonen
Type of anime aimed at young men between the ages of 15-24?`seinen
Type of anime aimed at adult women?`josei
Type of anime largely focused on one distinct aspect: pilotable robots?`mecha`robot
Type of anime about innocent young girls using a magical object to transform into a superhero version of themselves?`magical girl`mahou shoujo`majokko
Type of anime which do not show sexual intercourse or genitalia, but sexual themes are referenced?`ecchi
Type of anime where one male character, the protagonist, at the center of a group of female characters who are all vying for his romantic affections?`harem
What character type is a heroine that started as a villain trying to kill the protagonist but then switched to his side after falling in love with him?`mayadere
It's common in anime for a character to pull their lower eyelid down to taunt someone. What is this called?`akanabe
What anime character type is known as a quiet and often antisocial character?`dandere
What character type is very loving and gentle to someone before their devotion becomes destructive in nature, often through violence and/or brutality?`yandere
What genre of anime covers female to female sexual relationships?`Yuri
What genre of anime covers male to male sexual relationships?`Yaoi
Which Hayao Miyazaki movie was based off of a book by a British author named Dianna Wynne Jones?`Castle in the sky
As of 2015, among all the 17 long anime movies Hayao Miyazaki participated in, how many did he direct?`11`eleven
(Attack on Titan) Who is the main character?`Eren Yeager`Eren
(Attack on Titan) Which character loves to eat?`Sasha Blouse`Sasha
(Attack on Titan) What is the outer wall named (The one taken by the titans)?`Wall Maria`Maria
(Attack on Titan) How many men did Eren kill during the scene in which he rescued the kidnapped Misaka when they were children (Shingeki no Kyojin)?`2`two
(Attack on Titan) What color flare is used when the mission is over whether or nor it was a success?`Yellow
(Attack on Titan) Who killed Rod Reiss?`Historia
(Attack on Titan) What was the name of Levi's mother?`Kuchel
(Attack on Titan) Who taught Annie how to fight?`Her father`Father
(Attack on Titan) What was the name of Historia's mother?`Alma
(Attack on Titan) What protects the Colossal titan?`Steam
(Attack on Titan) What is the name of the wall in Wall Sina's northern district?`Orvud
(Attack on Titan) What is the name of the newspaper in the Stohess district?`Berg Newspaper`Berg
(Attack on Titan) Who did Grisha eat in order to steal the Coordinate?`Frieda Reiss`Frieda
(Attack on Titan) Who ruined Eren's equipment when they were trainees?`Keith Shadis`Keith`Shadis
(Attack on Titan) "Only the victors are allowed to live. This world is merciless like that." Who said this?`Mikasa
(Attack on Titan) What did Carla do for a living before she met Grisha?`waitress
(Attack on Titan) "I just don't want those charred bones I saw to be disappointed in me. I... I know what I have to do now." Who said this?`Jean
(Attack on Titan) Who would become the commander of the Scouting Legion if something were to happen to Erwin?`Hange
(Beyblade) What is the name of Emily's bitbeast?`Trygator
English name of Kuroshitsuji?`Black Butler
(Black Butler) Who is the British monarch in Black Butler's time period?`Victoria I`Queen Victoria I
(Black Cat) How many members of Chronos were there originally?`13`thirteen
(Black Cat) Out of which material are Train Heartnet's gun and bullets mainly made of?`orichalcum
(Black Cat) Who is the main character?`Train Heartnet
Which series features a location called the Soul Society?`Bleach
(Bleach) How many times have Ichigo and Renji battled?`2`two
(Bleach) What squad is Toushiro Hitsugaya the captain of?`10`10th`tenth`ten
(Bleach) Human mediums, having the ability to detect the existence of Hollows?`Quincy
(Bleach) What is a Hollow that has removed its mask and has gained Shinigami-like powers?`Arrancar
(Bleach) What is the name of Hitsugaya Toshirou's Zanpakutou?`Hyourinmaru
(Bleach) Who does Orikasa Fumiko voice?`Rukia
(Bleach) Who are Shinigami who have obtained Hollow powers?`Visored
(Bleach) Who are the top ranked Arrancar?`Espada
(Bleach) What is the name of Orihime's power which is manifested through her hairpins?`Shun Shun Rikka
(Bleach) What is the name of Urahara's Zanpakutou?`Benihime
(Bleach) What is the name of Ichigo's Zanpakutou?`Zangetsu
(Bleach) What is the ritual performed by Shinigami to send Pluses to Soul Society?`Konso
(Bleach) Jigokucho which are used as messengers in Soul Society are what type of animal?`Butterfly
(Bleach) What are the artificial bodies used by Shinigami in the World of the Living?`Gigai
(Bleach) What is the name of Karin's twin?`Yuzu
In what CLAMP anime is there a little Persocon named Chii?`Chobits
(Chobits) What is the first thing that came on the screen in episode 1?`cow
(Code Geass) The character Li Xingke is a member of which group?`the chinese federation`chinese federation
(Code Geass) The leader of the Four Holy Swords is named...?`General Kyoshiro Tohdoh`general tohdoh`kyoshiro tohdoh`tohdoh
(Code Geass) What was the white Knightmare Frame piloted by Suzaku called?`Lancelot
(Code Geass) What game does Lelouch skip school to play?`chess
(Code Geass) Wat was the name of the academy Lelouch went to?`Ashford Academy`Ashford
(Code Geass) At the very end, how many characters were aware of Lelouch's true intentions?`4`four
(Code Geass) What is also known as the "Power of Kings"?`Geass
(Code Geass) Who had a geass which allows them to telepathically hear the conscious thoughts of anyone within an radius of five hundred meters?`Mao
(Code Geass) Who had a geass which gave them the power to be loved?`C.C.`cc
(Code Geass) Who did Marianne vi Britannia transfer her consciousness into?`Anya Alstreim`Anya
(Code Geass) Who piloted the Knightmare Frame named "Percival"?`Luciano Bradley`Luciano
(Code Geass) Who piloted the Knightmare Frame named "Mordred"?`Anya Alstreim`Anya
(Code Geass) Who is the Knight of Three?`Gino Weinberg`Gino
(Code Geass) Who piloted the Knightmare Frame known as "Tristan"?`Gino Weinberg`Gino
(Code Geass) Who is the Knight of Zero?`Suzaku Kururugi`Suzaku
(Code Geass) What is the name of Suzaku's cat?`Arthur
(Code Geass) Who becomes mentally unstable after Euphemia's death?`Nina Einstein`Nina
(Code Geass) Who is the Secretary of the Ashford Academy Student Council?`Rivalz Cardemonde`Rivalz
(Code Geass) What is the name of the floating fortress developed by the Toromo Agency at Cambodia?`Damocles
(Code Geass) Who is the second prince of the Britannian Imperial Family and the only person Lelouch was unable to beat at chess as a child?`Schneizel el Britannia`Schneizel
(Code Geass) Who is the second princess of Britannia also known as the "Witch of Britannia"?`Cornelia li Britannia`Cornelia
(Code Geass) Who has the codename "Q-1"?`Kallen Kozuki`Kallen Stadtfeld`Kallen
(Code Geass) What is the name of the Indian scientist and the head of the Black Knights' research and development team?`Rakshata Chawla`Rakshata
(Code Geass) What is the name of the coalition of states created to counter Britannia?`United Federation of Nations
(Code Geass) Who is the leader of the United Federation of Nations?`Kaguya Sumeragi`Kaguya
(Code Geass) Who is the leader of the Chinese Federation?`Empress Tianzi`Tianzi
(Code Geass) Aside from Britannia and the Chinese Federation, what is the third major superpower in the world?`Europia United
(Code Geass) What is the capitol of the Holy Britannian Empire?`Pendragon
(Code Geass) Who unknowingly killed Shirley's father?`Kallen Kozuki`Kallen Stadtfeld`Kallen
(Code Geass) What is Villetta Nu's Japanese name?`Chigusa
(Code Geass) Who rescues Villetta Nu after her amnesia?`Kaname Ohgi`Ohgi
(Code Geass) Who is the head of the swimming club?`Villetta Nu`Villetta
(Code Geass) What is the name of Lelouch and Nunnally's maid?`Sayoko Shinozaki`Sayoko
(Code Geass) What is the name of the group of 8 men who controlled the Chinese Federation through the Empress?`High Eunuchs`the high eunuchs
(Code Geass) Who is the Eunuch Gao Hai executed by?`Li Xingke`Xingke
(Code Geass) Who kills Shirley?`Rolo Lamperouge`Rolo
(Code Geass) Who is the only female member of the Four Holy Swords?`Nagisa Chiba`Chiba
(Code Geass) What is the name of the elite unit commanded by Kyoshiro Tohdoh?`Four Holy Swords
(Code Geass) Who is in love with Tohdoh?`Nagisa Chiba`Chiba
(Code Geass) What is the name of the Knightmare Frame custom built for Kyoshiro Tohdoh by the Militarized Zone of India?`Zangetsu
(Code Geass) What is the name of the warhead developed by Nina?`F.L.E.I.J.A.`FLEIJA
(Code Geass) What are the structures associated with Geass that work through a person's memories?`Thought Elevator
(Code Geass) Who is the first prince of Britannia?`Odysseus eu Britannia`Odysseus
(Code Geass) What is the name of the aerial carrier of the Black Knights?`Ikaruga
(Code Geass) Who killed prince clovis?`lelouch
(Code Geass) Who is Suzaku's cousin?`Kaguya Sumeragi`Kaguya
(Cowboy Bebop) What is the villan Vicious's weapon of choice?`katana
(Cowboy Bebop) Who dies?`Spike
Which anime involves a Corgi hound named Ein as one of the characters?`cowboy bebop
(Death Note) Who is the second Kira?`Misa Amane`misa
(Death Note) Who is the first Kira?`Light Yagami`Light
(Death Note) Who is the third Kira?`Kyosuke Higuchi`Kyosuke
(Death Note) What is the default way the Death Note kills?`cardiac paralysis
(Death Note) What is the name of the Shinigami that owns the Death Note Light Yagami uses?`Ryuk
(Death Note) What is L's real name?`L Lawliet
(Death Note) Who did the first Death Note to be picked up belong to?`Sidoh
(Death Note) When Misa meets Light, what is her occupation?`Model
(Death Note) What nickname is given to Raito (Light) after he finds the Death Note?`Kira
(Death Note) What is Ryuuku's favorite food?`Apple
(Death Note) What did L tell the Japanese Task Force to call him?`Ryuzaki
(Death Note) Who was L's butler/caregiver/handler?`Watari
(Death Note) Who did L always call an idiot?`Matsuda
(Death Note) What is Light's last name?`Yagami
(Death Note) What was the name of the inside man in the Yotsuba group?`Renji Namikawa
(Death Note) What does SPK stand for?`Special Provision for Kira
(Death Note) What is the title of the final chapter of death note manga?`Finis
(Death Note) Who was the first person that Light killed?`Kurou Otoharada`Kurou`Otoharada
(Death Note) What does L hate?`Socks
(Death Note) What is the character Mello (Mihael Keehl) addicted to eating?`Chocolate
(Death Note) If L sits normally, he claims his deductive reasoning reasoning will drop by what percent?`40`Forty
(Detective Conan) What is Shinichi Kudo's best sport?`soccer`football
(Digimon) Which year was the American adaptation of Digimon: The Movie released?`2000
(Digimon) What was Taichi Kamiya's first Digimon?`Botamon
(Dragon Ball Z) How many dragon balls are there?`7`seven
(Dragon Ball Z) Who does a complete set of dragon balls summon?`Shenron
(Dragon Ball Z) What race is Piccolo?`Namekian`Nameks
(Dragon Ball Z) Who kills Frieza?`Future Trunks`Trunks
(Dragon Ball Z) Who sacrifices his life for Gohan from an incoming blast from Nappa in the Saiyan Saga?`Piccolo
(Dragon Ball Z) Which android is the only one who marries?`18
For which anime were these songs written: "Cha La Head Cha La" and "Boku-tachi wa Tenshi Datta"?`Dragon Ball Z
(Durarara) What is the name of the hot tempered bar tender with super human strength?`Shizuo
(Fairy Tail) Where did Lucy get her guild mark?`Right hand
(Fairy Tail) Who was the first guild master of Fairy Tail?`Mavis
(Fairy Tail) Where is the location of the Fairy Tail guildhouse?`Magnolia Town`Magnolia
(Fairy Tail) What is the name of the dragon that raised Natsu in Fairy Tail?`Igneel
(Fairy Tail) What is Lucy's last name?`Heartfilia
(Fairy Tail) Who has the power "Satan Soul"?`Mirajane
(Fairy Tail) Aside from Wendy, who is the other Sky Sister?`Sherria
(Fairy Tail) Who is the leader of the guild Lamia Scale?`Ooba Babasaama`Ooba
(Fairy Tail) What type of magic does Jura use?`Earth Magic`Earth
(Fairy Tail) What are Laxus' followers called?`Thunder God Tribe
(Fairy Tail) Who is Evergreen romantically involved with?`Elfman
(Fairy Tail) Who is Cana's father?`Gildarts
(Fairy Tail) Where is Natsu's guild mark?`Right shoulder
(Fairy Tail) Who was able to use the skill "Fairy Glitter"?`Cana
(Fairy Tail) Where is the holy ground for the guild Fairy Tail?`Tenrou Island
(Fairy Tail) What is the brand of Erza's casual armor?`Heart Kreuz
(Fairy Tail) Who is also known as Titania?`Erza Scarlet`Erza
(Fairy Tail) What is Gray's last name?`Fullbuster
(Fairy Tail) Who taught Gray his magic?`Ur
(Fairy Tail) Which continent do the Ten Wizard Saints come from?`Ishgar
(Fairy Tail) Who uses Arc of Time magic?`Ultear
(Fairy Tail) What is Erza's favorite brand of armor?`Heart Kreuz
(Fooly Cooly) How many manga-like (comic-like) scenes are there in total?`2`two
(Fooly Cooly) There are a couple of scenes where you see the commander getting a haircut. What popular show's animation resembles the special animation in this scene?`South Park
(Fruits Basket) What is the last name of the cursed family Tohru stays with?`Sohma
(Fruits Basket) What is the kind of animal does Momiji turn into?`rabbit`bunny
(Fruits Basket) What spirit is Akito possessed by?`God
(Fruits Basket) What Zodiac animal is Kyo Sohma?`cat
(Fullmetal Alchemist) What is Edward's and Alphonse's last name?`Elric
(Fullmetal Alchemist) Who kills Hughes?`Envy
(Fullmetal Alchemist) What is the automotive armored prostheses?`automail
(Fullmetal Alchemist) What did Ed sacrifice in order to seal his brother's soul into a suit of armour?`right arm`arm
(Fullmetal Alchemist) Colonel Roy Mustang is also known as the Alchemist of__?`Flame
(Fullmetal Alchemist) What is King Bradley aka Pride's son called?`Selim
(Fullmetal Alchemist) Who taught the Elric brothers alchemy?`Izumi Curtis`Izumi
(Fullmetal Alchemist) Which Homunculus uses carbon as their power?`Greed
(Fullmetal Alchemist) Solf J. Kimblee is known as the ___ Alchemist?`Crimson
(Fullmetal Alchemist) What Language is Riza's Tattoo Writen In?`Latin
(Fullmetal Alchemist) The Father of the Homunculi can stop which style of alchemy?`Western Armestris
(Fullmetal Alchemist) In the manga what is the date in Ed's pocket watch?`3.Oct.10
(Fullmetal Alchemist) What does Edward hate to drink?`milk
(Fullmetal Alchemist) Basque Grand is known as the __ Alchemist?`Iron Blood
(Fullmetal Alchemist) what is the first law of alchemy?`equivalent exchange
(Fullmetal Alchemist) Who Says This “I have no desire to live a carefree, happy life alone..."?`Riza
(Fullmetal Alchemist) What room number is the Fuhrer's?`103
(Fullmetal Alchemist) What is Envy's nickname for Edward?`Fullmetal pipsqueak
(Fullmetal Alchemist) What is the symbol on the back of Edward's red coat called?`flammel
(Fullmetal Alchemist) According To Fuhrer Bradley What Is Roy's Weakness?`Riza`Riza Hawkeye
(Fullmetal Alchemist) When Mustang was forced to do human transmutation in fma: brotherhood what did he loose?`eyesight`vision
(Fullmetal Alchemist) How is Envy related to Ed and Al?`brother`brothers
(Fullmetal Alchemist) How tall is Edward?`4'6"`four and a half feet`four foot six inches`four foot 6
(Fullmetal Alchemist) What does Winry do for a living?`mechanic
After Watase Yuu's creation of "Fushigi Yuugi", which famous shoujo anime did she make?`Ayashi no Ceres
(Fushigi Yuugi) Miaka is the priestess of what?`Suzaku
(Fushigi Yuugi) The world of Fushigi Yuugi is based on the ancient form of what country?`China
(Gundam) How many rounds of ammunition does Gundam Wing Zero Custom's Buster Rifle have?`3`three
(Gundam) What is the original Gundam?`RX-78
(Gundam) What is the name of the final Gundam used by Shiro in 08th MS Team?`Ez-8
(Hellsing) What country does it take place in?`England
(Hetalia) Who did America grow up with?`England
(Hetalia) Who does Holy Rome have a crush on?`Italy
(Highschool Of The Dead) What are zombie's sensitive to?`sound
(InuYasha) Who was the demon of hair?`Yura
(InuYasha) Who is the leader of the wolf demons?`Koga`kouga
(InuYasha) InuYasha is half __ demon?`dog
(Inuyasha) What is the name of Sango's demon cat?`kirara
(InuYasha) Inuyasha's sword is called what?`Tessaiga`Tetsusaiga
(InuYasha) What is the name of the baby that Naraku holds his human heart in?`Hakudoshi
(InuYasha) Who does Inuyasha mistake Kagome for?`Kikyo
Basketball Anime that came out in 2012?`Kuroko No Basket
(Love Hina) What was the samurai girl's name?`Aoyama `Aoyama Motoko
(Love Hina) In the Christmas special, what did Keitarou buy Naru?`Coat`jacket
(Magic Knight Rayearth) Thee three heroines, Hikaru, Umi and Fuu, have powers associated with different elements. What kind of elemental spells does Umi use?`water
(Mew Mew Power) What type of animal power does Kiki have?`monkey
(Naruto) What is the relationship between Hinata and Hanabi Hyuga?`sisters`sister
(Naruto) Who is Negi's cousin?`Hinata Hyuga`Hinata
Sakura, Sasuke, Rock Lee, and Kakashi are all characters from which anime?`Naruto
(Naruto) What is the name of Naruto's son?`Boruto Uzumaki`Boruto
(Naruto) What is the special Kekkei Genkai/Bloodline Limit of the Hyuga clan?`Byakugan
(Naruto) Which jutsu does Rock Lee use?`taijutsu
(Naruto) Who tricked Naruto into stealing a sacred scroll?`Mizuki
(Naruto) Naruto first shows his nine-tails chakra when he fights who?`Haku
(Naruto) What animal does the one-tailed beast resemble?`Tanuki`Japanese Raccoon Dog`Raccoon
(Naruto) What is the name of the nine-tailed beast?`Kurama
(Naruto) Who gave Kakashi his Sharingan eye?`Obito Uchiha`Obito
(Naruto) Who cut Sakura's hair off?`Sakura
(Naruto) Name one of Sarutobi's disciples?`Orochimaru`Jiraiya`Tsunade
(Naruto) What is the forbidden technique used by Rock Lee that he used on Dosu and Gaara?`Primary Lotus
(Naruto) D-rank missions are usually given to what level of shinobi?`Genin
(Naruto) All members of what group are S-rank criminals?`Akatsuki
(Naruto) What is the word for a female ninja?`Kunoichi
(Naruto) The Sharingan is what type of jutsu?`Doujutsu
(Naruto) What is Naruto's favorite food?`Ramen
(Naruto) When in The Forest Of Death, Orochimaru disguises himself as a ninja from what village?`Grass
(Naruto) What is involved to use most summoning techniques?`blood
(Naruto) Who is the proctor for the second stage of the Chunin Exams?`Anko Mitarashi
(Naruto) Who writes the Make Out Paradise books?`Jiraiya
(Naruto) What does the symbol on Gaara's forehead mean?`Love
(Naruto) What is the Third Hokage's last name?`Sarutobi
(Naruto) What is the Third Hokage's first name?`Hiruzen
(Naruto) What legendary ninja was known as "Konoha's White Fang?"`Sakumo Hatake`Sakumo`Hatake Sakumo
(Naruto) Which Sound ninja has a kekkei genkai ability called Shikotsu Myaku?`Kimimaro Kaguya`Kimimaro
(Naruto) Who was Naruto's teacher at the ninja academy?`Iruka
(Naruto) What village does Naruto belong to?`Konohagakure
(Naruto) What is the name of the Biju inside Gaara?`Shukaku
(Naruto) Who is the second hokage of Konoha?`Tobirama Senju`Tobirama`Senju
(Naruto) Where does Ino wear her ninja headband?`Hip
(Naruto) What is the last hand sign for the Uchiha Clan's Katon: Gokakyu no Jutsu?`Tiger
(Naruto) Who was suggested as hokage while Tsunade was in a coma?`Kakashi
(Naruto) Who revived Gaara when the Biju was taken out of him?`Chiyo
(Naruto) What's the name of Shizune's pet pig?`Tonton
(Naruto) Who uses the Yin Seal?`Tsunade`sakura
(Naruto) Who has had amnesia when the person was a child?`Kabuto
(Naruto) What is the name of the slug summoned by Tsunade and Sakura?`Katsuyu
(Naruto) Which country has the samurai?`Land of Iron`Iron
(Naruto) Which clan is Karin a member of?`Uzumaki
(Naruto) Where did the Uzumaki clan originate from?`Uzushiogakure`Land of Whirlpools`Hidden Eddy Village
(Naruto) Who used the Six Red Yang Formation?`Obito
(Naruto) Who is officially the Sixth Hokage at the end of the manga series?`Kakashi
(Neon Genesis Evangelion)Who is the pilot of Unit-02?`asuka langley-soryu`asuka langley soryu
(Neon Genesis Evangelion) In what year did the show start airing?`1995
(No Game No Life) How many races exist in Disboard?`16`sixteen
(One Piece) Luffy ate what Devil Fruit?`Gomu Gomu`gum gum
(One Piece) What year was the manga created?`1997
(One Piece) Who is the Pirate King?`Gol D. Roger`Gol D Roger
(One Piece) What did Sanji think Croccus was at the first time he saw him?`Flower
(One Piece) What is Croccus' zodiac sign?`Gemini
(One Piece) Which Baroque Works frontier agent was defeated first?`Miss Monday
(One Piece) Who in the fleet was the first to faint after meeting Dorry and Brogy?`Karoo
(One Piece) What is Igaram's wife's name?`Teracotta
(One Piece) Which Baroque Works officer agent has no special power from a devil fruit?`Miss Goldenweek
(One Piece) Who is "the child of demons"?`Robin
(One Piece) Who has a goal of mapping the world?`Nami
(One Piece) Who has a goal of wanting to discover the true history of the world?`Robin
(One Piece) Which character has a bounty under a pseudonym?`Usopp
(One Piece) Who is the navigator of the Straw Hat Pirates?`Nami
(One Piece) Whose crew did Nami work for before joining Luffy's crew?`Arlong`Arlong's
(One Piece) What fruit did Bartholomew Kuma eat?`Pawpaw fruit`Pawpaw`paw paw
(One Piece) Who has a natural weakness to Luffy's power?`Enel
(One Piece) Which village is Zoro from?`Simotsuki village`simotsuki
(One Piece) Who is the user of Hana hana nomi?`Nico robin`robin
(One Piece) What's the name of Rob Lucci's pet pidgeon?`Hattori
(One Piece) What is Wiper's weapon called?`Burn bazooka
(One Piece) In which country was Law born?`Flevance
(One Piece) What is A water spirit (or fairy) that dwells on ships called?`Klabautermann
(One Piece) What is the real name of Mr. 2,Bon kurei?`Bentham
(One Piece) What is the name of zombie which had Zoro's shadow?`Jigoro
(One Piece) What is the 1st chapter named?`Romance dawn
(One Piece) Where did the strawhat crew find Dorry and Broggy fighting?`Little garden
(One Piece) According to the northblue fairytales, who is known as the trickster/liar telling the people about a golden city in jaya?`Montblanc Norland`noland
(One Piece) What is the name of the gorgon sisters who is in love with luffy?`Boa hancock`hancock
(One Piece) What is the name of zoro's sword which was destroyed by Shu?`Yubashiri
(One Piece) What fruit did the marine Shu eat?`Rust rust fruit`rustrust fruit`rust rust`rustrust`sabi sabi no mi
(One Piece) Who is the youngest shichibukai?`Law
(One Piece) Who was the fleet admiral before sengoku?`Kong
(One Piece) What is the name of character from sabaody+fishman island arc who is always ignored?`Pappagu
(One Piece) What is the name of Tsuru's devilfruit?`Woshu woshu fruit`Wash wash fruit`wash wash`woshu woshu
(One Piece) What is chopper's godfather's name?`Dr. Hiluluk`hiluluk
(One Piece) What is the name of the logpose variation which is permanently set to a specific island?`Eternal pose
(One Piece) Who said this? "Miracles only happen to those who give up"`Ivankov
(One Piece) How many movies are made on onepiece franchise?`13`thirteen
(One Piece) What is the name of the host of corrida collesium?`Mr.gyats`gyats`mr gyats`mr. gyats
(One Piece) During the marineford arc, who opened Marco's cuffs?`Mr.3`3`mr3`mr 3
(One Piece) Where did franky train during the 2 years gap?`Barujima karakuri island`barujima karakuri
(One Piece) Where did Ussop train during the 2 years gap?`Boing island`boing
(One Piece) Where did sanji train during the 2 years gap?`Kamabakka kingdom
(One Piece) Who was the first corazon?`Vergo
(One Piece) Name the doctor of Gol D roger pirates.`Crocus
(One Piece) Who is the creator of the sun pirates?`Fisher tiger`tiger
(One Piece) What is franky's real name?`Cutty flam
(One Piece) Who was the first zoan type user to appear in the series?`Dalton
(One Piece) Who is the only known fishman devilfruit eater?`Vander decken
(One Piece) What is the Birthplace of robin called?`Ohara
(One Piece) Who uses the move "Out-of-the-bag"?`captain kuro`kuro
(One Piece) Who was stuck on the same island as Zoro?`Perona
(One Piece) Who is able to use the CP9 technique "moon walk" (bounce on air) from strawhats?`sanji
(One Piece) What is the name of the cigarette brand Sanji smokes?`king grand
(One Piece) In which Island was sanji in near to death situation?`Fishman island
(One Piece) Which one from the 11 Supernovas is a woman?`Jewelry Bonney`bonney
(One Piece) What is the name of Zoro's teacher and Kuina's father?`Koshiro
(One Piece) What does Piiman want to be when he grows up?`Carpenter
(One Piece) What is the name of Whitebeard's flag ship?`Moby dick
(One Piece) Whitebeard was stabbed by his own ally. Who was it?`Squard
(One Piece) On which island is Syrup village located?`Gecko
(One Piece) Who is the Fifth Commander of the Whitebeard Pirates?`vista
(One Piece) What is the name of the Vice Admiral to whom Ace had to deliver a message during Ace's Great Blackbeard Search?`Comil
(One Piece) What is the name of Dracule Mihawk's black sword?`yoru
(One Piece) Which type of Dial emits a stream of "Iron cloud" which can be shaped and used for defense and attack?`Eisen Dial`eisen
(One Piece) When Trafalgar Law came to collect Luffy from the War at Marineford, who caught Luffy and Jinbe when they were thrown to them?`Jean Bart
(One Piece) What is the name of the plant shown in the film Strong World which is toxic to animals?`Daft green
(One Piece) Who is the 8th division commander from the whitebeard pirates?`Namur
(One Piece) What does Tamanegi want to be when he grows up?`Author
(One Piece) What is the name of ussop's current weapon?`Kuro kabuto`black kabuto`kabuto
(One Piece) Who is the only named camel in the series?`Eyelashes
(One Piece) Who has a natural weakness to Luffy's power?`Enel
(One Piece) Who gave shanks his straw hat?`Gol D. Roger`Roger`gol d roger`goldroger
(One Piece) What kind of fighting style does Mr. 2 Bon Clay use?`Okama kenpo
(One Piece) Who calls himself the lover of gossip?`Fukurou`fukuro
(One Piece) Whose laughing style is this :"chapapapapapa"?`Fukurou`fukuro
(One Piece) Who is the oldest person of the crew?`Brook
(One Piece) Who did Luffy fight before them joining the crew?`Franky
(One Piece) How many hours a day did warden Magellan actually control the prisoners?`4`four
(One Piece) What is Nami's village called?`Cocoyashi village`cocoyashi
(One Piece) Which Yarukiman Grove was excessively uprooted by Kizaru?`27`grove 27`grove27
(One Piece) What is robin's mother's name?`Nico Olivia`olivia
(One Piece) What's the nickname that Sanji always uses for Zorro?`Marimo (mosshead)`marimo`mosshead
(One Piece) Who is the vice captain(fuku-senchou) of Buggys crew?`Mohji
(One Punch Man) Who is the main protagonist?`Saitama
(One Punch Man) What city does Saitama live in?`Z-city`z city`z
(One Punch Man) What city is the headquarters of the Hero Association in?`A-city`A city`A
(One Punch Man) Who is the Rank 1 Class S Hero?`Blast
(One Punch Man) How long did Saitama train for before he became strong?`A year and a half`1.5 years`year and a half
(One Punch Man) What is Bang's fighting style?`Water Stream Rock Smashing Fist
(One Punch Man) Bang is also known as_?`Silver Fang`Greatest Treasure of Martial Arts
(One Punch Man) What is Bang's older brother's name?`Bomb
(One Punch Man) What is Bang's brother's fighting style?`Whirlwind Iron Cutting Fist
(One Punch Man) What is Tsumaki also known as?`Tornado of Terror
(One Punch Man) Who is Tsumaki's younger sister?`Fubuki
(One Punch Man) Who is known as the Blizzard of Hell?`Fubuki
(One Punch Man) What is the group headed by Fubuki?`The Blizzard Group`blizzard group
(One Punch Man) Who is the Class S Rank 4 Hero?`Atomic Samurai
(One Punch Man) Who is the youngest hero in the Hero Association?`Child Emperor
(One Punch Man) Where is Child Emperor's lab located?`Y-city`Y city`y
(One Punch Man) What is Metal Knight's real name?`Bofoi
(One Punch Man) Which character uses a technique called "Ultimate Hellfire Wavemotion Cannon"?`King
(One Punch Man) What is Genos' hero name?`Demon Cyborg
(One Punch Man) What are Genos' tears made of?`oil
(One Punch Man) Where did Saitama work before becoming a hero?`convenience store
(One Punch Man) What is Saitama also known as?`Caped Baldy
(One Punch Man) What is the Japanese name?`Wanpanman
(One Punch Man) What is Saitama's hero profile number?`03402
(One Punch Man) Who is the leader of the Dark Matter Thieves?`Boros
(One Punch Man) Who is also known as the "Human Monster"?`Garou
(One Punch Man) How old is Metal Bat?`17`seventeen
(One Punch Man) How old is Saitama?`25`twentyfive
(One Punch Man) Who was the leader of the seafolk?`Deep Sea King
(One Punch Man) Who uses a bamboo shoot spear?`Stinger
(One Punch Man) What is the name of Mumen Rider's bicycle?`Bicycle of Justice`Justice
(One Punch Man) Who was a Mysterious Being that was created when a man ate too much crab and underwent metamorphosis?`Crablante
(One Punch Man) Who created the Hero Association?`Agoni
(One Punch Man) Who is the leader of the Monster Association?`Psykos
(One Punch Man) What is Dr. Bofoi's hero name?`Metal Knight
(Ouran High School Host Club) Who is mistaken for a boy in the anime?`Haruhi
(Pokemon) In the original Japanese version, what is Ash Ketchum's name?`Satoshi
(Pokemon) Pokemon was created by Stoshi Tajiri in which year?`1996
(Pokemon) What starter pokemon did Ash Ketchum originally intend to choose?`Squirtle
(Pokemon) What is the name of the friend who travels with Ash during only the Orange Islands arc?`Tracey Sketchit`Tracey
(Pokemon) Who aspires to be a Pokemon Watcher?`Tracey Sketchit`Tracey
(Pokemon) What region is Ash from?`Kanto
(Pokemon) What building in Lavender Town is filled with graves?`Pokemon Tower
(Pokemon) What is the name of Brock's father?`Flint
(Pokemon) Who did Brock leave Ash to work for?`Professor Ivy
(Pokemon) What did May enjoy competing in?`Pokemon Contests`Pokemon Contest
(Pokemon) What is the name of May's younger brother?`Max
(Pokemon) What region is Dawn from?`Sinnoh
(Pokemon) Who is a Pokemon Connoisseur?`Cilan
(Pokemon) Who is trying to become a Pokemon Performer?`Serena
(Pokemon) What Pokemon is Todd Snap trying to take a picture of?`Articuno
(Pokemon) What is the name of Ritchie's Pikachu?`Sparky
(Pokemon) Who is the Professor of the Hoenn region?`Professor Birch
Which 2011 magical girl anime features Grief Seeds, witches, a mysterious white creature called Kyubey, and the characters Homura, Sayaka and Mami?`Puella Magi Madoka Magica
(Ranma 1/2) What does Ryouga turn into when he gets doused with cold water?`pig`a pig
(Ranma 1/2) What is Ranma most afraid of?`cats`cat
(Rave Master) What's 3713 real name?`Elie
(Rave Master) Who is the bearer of the Rave Stone?`Plue
(Rave Master) Who is a known pervert?`Griffon Kato`Griffon
(Rave Master) What is Haru's last name?`Glory
(Rave Master) What was Elie's old name?`Resha
(Rurouni Kenshin) What is the name of the principle of "swords that give life"?`katsujinken
(Rurouni Kenshin) What is the name of the principle of "swords that kill"?`satsujinken
What was the other name of the popular anime known as Samurai X?`Rurouni Kenshin
(Rurouni Kenshin) The Meiji Era took place after the fall of what era?`Tokugawa
(Rurouni Kenshin) This character was the captain of the third squad of the Shinsengumi and later became a policeman...?`Saitou Hajime`Saitou
(Rurouni Kenshin) Kenshin calls himself a rurouni. What is a rurouni?`Wandering Swordsman`Wanderer
(Rurouni Kenshin) What illegal drug did Takani Megumi make?`Opium
(Rurouni Kenshin) How old is Kenshin Himura in the beginning of the anime?`TwentyEight`Twenty-Eight`twenty eight`28
(Rurouni Kenshin) What is the name of the girl Kenshin accidentally killed?`Tomoe Yukishiro`Tomoe
(Rurouni Kenshin) Who is in love with Kenshin Himura?`Kaoru Kamiya`Kaoru
(Rurouni Kenshin) What was Kenshin's nickname during the Meji Revolution?`Hitokiri Battousai`Battousai the Manslayer`Battousai
(Rurouni Kenshin) What type of sword does Kenshin use (japanese for reverse blade sword)?`Sabakou
(Rurouni Kenshin) Who is Kaoru's pupil?`Myojin Yahiko`Yahiko
(Rurouni Kenshin) What does Yahiko use as a weapon?`Shinai
(Rurouni Kenshin) What does Kaoru use as a weapon?`Bokken
(Rurouni Kenshin) What is the name of Kenshin's son?`Kenji
(Rurouni Kenshin) How does Kenshin eventually die?`Tuberculosis
(Rurouni Kenshin) What was Yahiko before he was rescued?`Pickpocket
(Rurouni Kenshin) What is the name of Kenshin's sword style?`Hiten Mitsurugi
(Rurouni Kenshin) What is the name of Kenshin's master?`Hiko
Usagi Tsukino is better known as...?`Sailor Moon
(Sailor Moon) Who was Minako's crime-fighting alter ego before she became Sailor Venus?`sailor v
(Sailor Moon) What are the Sailor Senshi named after?`Planets
(Sailor Moon) Who is the love interest of Sailor Moon?`Tuxedo Mask`Mamoru Chiba`Mamoru`Endymion
What anime is about samurai swordsmen in a hip hop setting?`Samurai Champloo
(Samurai Champloo) What does the samurai who Fuu is looking for smell like?`Sunflowers`Sunflower
(Samurai Champloo) What is the name of Fuu's flying squirrel?`Momo
(Samurai Champloo) What is Mugen's totem?`Rooster
(Samurai Champloo) What is Jin's totem?`Koi Fish`Koi
(Shokugeki no Soma) Who is the 7th seat on the Elite Ten Council?`Satoshi Isshiki`Isshiki
(Shokugeki no Soma) Who is the 10th seat on the Elite Ten Council?`Erina Nakiri`Erina
(Shokugeki no Soma) What was Joichiro Yukihira's original name?`Joichiro Saiba`Saiba Joichiro`Saiba
(Shokugeki No Soma) What is the graduation rate at Totsuki Culinary Academy?`1%`1`One
(Shokugeki No Soma) What is the name of the Culinary Academy?`Totsuki Culinary Academy`Totsuki
(Shokugeki No Soma) What is the term referring to a cooking duel allows students to settle debates and arguments?`shokugeki
(Slam Dunk) Sakuragi Hanamichi plays what position for Shohoku?`Power Forward
(Steins;Gate) What anime does Kurisu's online name reference?`Dragon Ball Z`DBZ
(Steins;Gate) What is written on the Lab Members badge?`OSHMKUFA 2010
(Steins;Gate) Who does Mayuri work for?`Faris
(Steins;Gate) What is Mayuri's favorite hobby?`Cosplay
(Steins;Gate) How old is Mayuri Shiina?`16
(Steins;Gate) Who ate Kurisu's pudding?`Rintaro Okabe`Rintaro`Okabe
(Steins;Gate) How old is Rintaro Okabe?`18
(Steins;Gate) What will happen to Mayuri when Mayuri's pocket watch stops working?`Death`Dies`die`She dies
(Steins;Gate) Who is the sixth person that is shown in the opening?`Rintaro Okabe`Rintaro`Okabe
(Steins;Gate) What is the name of Okabe's Laboratory?`Future Gadget Laboratory
(Steins;Gate) What name does Okabe call Kurisu?`Christina
(Steins;Gate) In what area of Tokyo does Steins;Gate take place?`Akihabara
(Steins;Gate) Why does Mayuri stay with Okabe?`She's his hostage`Hostage
(Steins;Gate) What is Rintaro's landlord's name?`Yugo`Mr Braun
(Steins;Gate) What is Okabe's favorite drink?`Dk Pepper
(Steins;Gate) Steins;Gate is a collaboration work between 5pb. and who?`Nitro+
(Steins;Gate) What does the team call the text messages sent to the past?`Dmail`d-mail
(Steins;Gate) What nickname does Rintaro give to Moeka?`Shining Finger
(Steins;Gate) What is the name of the ability to retain memories across world lines?`Reading Steiner
Maka Albarn is from what anime?`soul eater
(Sword Art Online) What is the second game Kirito goes into?`Alfheim Online`Alfheim
(The Last Airbender) What is the name of Aang's flying bison?`Appa
(The Last Airbender) What is the name of the evil prince that tries to capture Aang?`prince zuko`zuko
(Trigun) What was Vash's brother called?`Knife
Sakura Kinamoto is the heroine of 'Cardcaptor Sakura'. In which CLAMP manga/anime does she also appear?`Tsubasa: Reservoir Chronicle`Tsubasa`Tsubasa Reservoir Chronicle`Tsubasa - Reservoir Chronicle
(Tsubasa Chronicle) What does the gang needed to collect?`Princess Sakura's feathers`feathers
Which manga made by CLAMP was named after a plant?`clover
What is name for the rabbit-like creatures from CLAMP?`mokona
What is Kazuki Takahashi best known as the creator of?`yu-gi-oh`yu-gi-oh!
(Yu Yu Hakusho) What level computer does Mitari have to fight in Game Master's territory?`7`seven
(Yu Yu Hakasho) What is Yuskey's close advisor and ghost friend?`Botan
Which Shakespearean character has the most lines?`Hamlet
Who killed Macbeth?`Macduff
What was the name of Charles Dickens' last novel which was unfinished at his death?`The Mystery Of Edwin Drood
Who is associated with the address 221B Baker Street, London?`Sherlock Holmes
What is the fourth book in the Harry Potter series?`Harry Potter and the Goblet of Fire`The Goblet Of Fire
For what is Dame Margott Fonteyn famous?`Ballet Dancing`Ballet
A realistic style of painting in which everyday life forms the subject matter, as distinguished from religious or historical painting?`Genre painting
On what book was 'Three Days Of The Condor' based?`Six Days Of The Condor
From the Hebrew word for 'prophet'. A group of French painters active in the 1890s who worked in a subjective, sometimes mystical style, stressing flat areas of color and pattern?`Nabis
Who wrote Great Expectations?`Charles Dickens
A termed coined by British art critic Roger Fry to refer to a group of nine-teenth century painters, who were dissatisfied with the limitations of impressionism. It has since been used to refer to various reactions against impressionism, such as fauvism and expressionism?`Postimpressionism
Who co-wrote 'Yeoman Of The Guard', 'Lolanthe And The Mikado'?`Gilbert & Sullivan
From which Shakespeare play is this line taken? 'Goodnight, goodnight! parting is such sweet sorrow, That I should say goodnight till it be morrow'?`Romeo and Juliet
Which author wrote 'The Sound & The Fury', 'The Wild Palms', and 'As I Lay Dying'?`William Faulkner
What was H.G Wells' first novel?`The Time Machine
This statue was found on the Greek island of Melos in 1820?`Venus de milo
French impressionist Claude _____?`Monet
Which story involves the schoolboy Piggy?`Lord Of The Flies
A band of painted or sculpted decoration, often at the top of a wall?`Frieze
Who wrote the famous book 'A Brief History Of Time' in 1988?`Stephen Hawking
In one of Donald Horne's novels, what was Australia dubbed?`The Lucky Country
Three main types of Greek columns are Doric, Ionic, and __________?`Corinthian
In which book did four ghosts visit Scrooge?`A Christmas Carol
What is the name of the Russian National Ballet?`The Kirov Ballet`Kirov
In 'Romeo and Juliet', who was Mercutio's long monologue about?`Queen Mab
Who wrote the books 'The Firm' and 'The Pelican Brief' - both of which were made into films?`John Grisham`Grisham
Which US author penned the novels "Of Mice and Men" and "East Of Eden"?`John Steinbeck`Steinbeck
Who wrote the shortest ever letter?`Victor Hugo
His many Romantic odes include 'Ode to Melancholy' and 'Ode to a Graecian Urn'?`John Keats
Who created Lord Peter Wimsey?`Dorothy L Sayers`Sayers
Under what pen name did Hector Hugh Munro write?`Saki
Water-soluble paint made from pigments and a plastic binder?`Acrylic
In Swift's Gulliver's Travels, what is Gulliver's profession?`Surgeon
A method of watercolor painting, but prepared with a more gluey base, producing a less transparent effect?`Gouache
Who created Sherlock Holmes ?`Sir Arthur Conan Doyle`Arthur Conan Doyle`Doyle
Dr. Seuss wrote this book: The Cat in the______?`Hat
Which sculptor produced 'A Lobster Telephone'?`Salvador Dali`Dali
In which century did artists first start painting on canvas?`15th Century`15th`15`fifteenth
Name the author of 'The Catcher in the Rye'?`J.D. Salinger`JD Salinger`Salinger
The surrealist painter Salvador Dali was a native of which country?`Spain
What is the name of the main character in Homer's Odyssey?`Odysseus
"Our Town" is a play by whom?`Thornton Wilder`Wilder
Which poet wrote no verses during his time as Britain's Poet Laureate?`William Wordsworth
Which thriller writer's works include 'The Dark Eyes Of London', 'Four Just Men', and 'Sanders Of The River'?`Edgar Wallace`Wallace
What controversial book did Germaine Greer write?`The Female Eunuch
Who was the merchant in Shakespeare's 'The Merchant Of Venice'?`Antonio
A Russian abstract movement originated by Malevich c. 1913. It was characterized by flat geometric shapes on plain backgrounds and emphasized the spiritual qualities of pure form?`Suprematism
What is Samuel Clemens better known as?`Mark Twain
In what work does the HAL 9000 appear?`2001, A Space Odyssey`2001 a space odyssey
What is the ballet term for spinning on one foot?`Piroutte
Which character created by Dodie Smith drove a black & white car and wore a black & white fur coat?`Cruella De Vil
Who was the author of 'Dracula'?`Bram Stoker`Stoker
This man was Time magazine's 1938 "Man of the Year"?`Adolf Hitler`Hitler
What is the opposite of an utopia?`Dystopia
In painting, the degree of lightness or darkness in a color?`Value
Who is the author of "Harry Potter"?`J.K. Rowling`JK Rowling`Joanne Rowling
Who painted the Mona Lisa?`Leonardo da Vinci`da Vinci
From which Shakespeare play is this line taken: 'Double, double'?`Macbeth
Who wrote 'The Time Machine'?`H.G. Wells`HG Wells`wells
Who wrote 'To Kill A Mockingbird'?`Harper Lee`Lee
This book, Oscar Wilde's only novel, was used as evidence in his sodomy trial?`The Picture of Dorian Gray
In which English county was John Constable born?`Suffolk
"The Diary of Anne Frank" was first published in English under what title?`The diary of a young girl
Who penned the 1999 autobiography 'Managing My Life'?`Alex Ferguson
What famous gothic novel was written by Mary Shelley?`Frankenstein
From which Shakespeare play is this line taken: 'What in a name that which we call a rose, by any other name would smell as sweet'?`Romeo and juliet
This magazine used to boast a circulation of 7,777,777?`Better homes and gardens
In which city is the Encyclopædia Britannica published?`Chicago
What was Shakespeare's last completed play?`The Tempest
Which famous sculptor was refused entry to the French Academy 3 times?`August Rodin`Rodin
Which Stephen King novel is set at The Overlook Hotel?`The Shining
An etching tecnique in which a solution of asphalt or resin is used on the plate. It produces prints with rich, gray tones?`Aquatint
What Dutch master painted 64 self-portraits?`Rembrandt
Which author's father was imprisoned for debt?`Charles Dickens`Dickens
Women's magazine launched by New York in the 70's?`Ms
Who wrote 'The Rose Tattoo'?`Tennessee Williams
Where was El Grecho born?`Crete
A movement of the 1960s and 1970s that emphasized the artistic idea over the art object. It attempted to free art from the confines of the gallery and the pedestal?`Conceptual art
A late-nineteenth-century French school of painting. It focused on transitory visual impressions, often painted directly from nature, with an emphasis on the changing effects of light and color?`Impressionism
Which English writer divided his novels into 3 categories, 'Novels Of Character & Environment', 'Romances & Fantasies', and 'Novels Of Ingenuity'?`Thomas Hardy`Hardy
Where is the Louvre located?`Paris
Sherlock Holmes lived at 221b _____ street?`Baker
Who wrote the novels 'The Hunt For Red October' and 'Clear And Present Danger'?`Tom Clancy
A figurative movement that emerged in the United States and Britain in the late 1960s and 1970s. The subject matter, usually everyday scenes, is portrayed in an extremely detailed, exacting style. It is also called superrealism, especially when referring to sculpture?`Photorealism
A painting technique using pigments mixed with egg yolk and water. It produces clear, pure colors.?`Tempera
Who created Winnie the Pooh?`A. A. Milne`A.A. Milne`aa milne`a a milne`Milne
Homer wrote this account of the Trojan War?`Iliad
Who won a Pulitzer Prize for Angela's Ashes?`Frank McCourt`mccourt
Who is novelist Helen Fielding's most famous character?`Bridget Jones
How many tales are there in Chaucer's 'Canterbury Tales'?`23`twenty three
Who wrote "Animal Farm"?`George Orwell`Orwell
Who writes the discworld novels?`Terry Pratchett`Pratchett
An abstract movement in Europe and the United States, begun in the mid-1950's and based on the effect of optical patterns?`Op art
Name the Philadelphian artist who introduced the world to "Pop Art"?`Andy Warhol`Warhol
Which Algerian born French author's works included 'L'Etranger' and 'La Peste'?`Albert Camus`Camus
What were the dolls in the novel 'Valley Of The Dolls'?`Pills
Who wrote the 'Dragonriders Of Pern' series?`Anne McCaffrey`mccaffrey
Which novel by Michael Crichton was the best selling paperback in 1993?`Jurassic Park
Who is the author of "Brave New World"?`Aldous Huxley`huxley
What was Lestat's last name?`De Lioncourt
Who was the human companion of Willow?`Mad Mardigan
Who penned the novel 'The Pelican Brief' which was made into a film starring Julia Roberts and Denzel Washington?`John Grisham
What type of animal is Rupert the Bear's best friend Bill?`Badger
Which poet, in his "Elegy Written in a Country Churchyard" told us that "Full many a flower is born to blush unseen / And waste its sweetnes on the desert air"?`Thomas Gray`Gray
In the book 'The Secret Diary Of Adrian Mole', what was the name of Adrian's girlfriend?`Pandora
Who wrote The Canterbury Tales?`Geoffrey Chaucer`Chaucer
Who did Macduff kill?`Macbeth
What other name does Stephen King write under?`Richard Bachman
Stephen King's: "Salem's _________"?`Lot
Which famous book contains the line 'Once upon a time there was a little chimney sweep and his name was tom'?`The Water Babies
What is the earliest known drawing medium?`Charcoal
Who told stories about Brer Rabbit & Brer Fox?`Uncle Remus
What is the most performed opera in the UK?`La Boheme
Whose first collection of short stories entitled 'In Our Time' was published in 1925?`Ernest Hemmingway`hemmingway
Which word created by JK Rowling gained entry into the Oxford English Dictionary In 2003?`Muggle
Which British artist is noted for his numerous paintings of horses?`George Stubbs`Stubbs
Who wrote 'Robinson Crusoe'?`Daniel Defoe`defoe
Author of "The Lighthouse" and "Eminent Victorians"?`Virginia Woolf`woolf
In which British national daily newspaper does Rupert The Bear appear?`The Daily Express
What was Shakespeare's first play?`Henry VI
Which novel by Mary Shelley was subtitled 'The Modern Prometheus'?`Frankenstein
What was the name of the author who released 'A Guide To Baby And Child Care' in 1946?`Dr. Spock`spock`dr spock
How many plays is Shakespeare generally credited with today?`37`thirty seven
What dance is associated with vienna?`Waltz
Which Shakespeare play contains the line 'if music be the food of love play on'?`Twelfth Night
Which book including the characters Pod, Arrietty, Homily & Peagreeninspired the film 'the Secret Life of Arrietty'?`The Borrowers
Who wrote the gothic novel 'Dracula'?`Bram Stoker`Stoker
What Irish playwright and author, wrote "The Importance of Being Ernest" and "A Picture of Dorian Grey" among others?`Oscar Wilde`Wilde
What is the name of Gandalf's horse?`Shadowfax
He penned the founding novel of the utopian genre, "Utopia"?`Sir Thomas More`More
Who is Karen Blixen better known as?`Isaak Dinesen
What book is the film Blade Runner based on?`Do Androids Dream of Electric Sheep
Meaning 'fool the eye' in french. In painting, the fine, detailed rendering of objects to convey the illusion that the painted forms are real and three-dimensional?`Trompe l'oeil
In what field of study would you find "flying buttresses"?`Architecture
Who wrote the novel "The Strange Case of Dr. Jekyll and Mr Hyde"?`Robert Louis Stevenson`Stevenson
Who wrote 'The Canterbury Tales'?`Geoffrey Chaucer
A group of English painters formed in 1848. These artists attempted to recapture the style of painting preceding Raphael. They rejected industrialized England and focused on painting from nature, producing detailed, colorful works?`Pre-Raphaelite Brotherhood
Who wrote the Tin Tin stories?`Georges Remi Herge`Herge
Who wrote 'The Gulag Archipelago'?`Alexander Solzhenitsyn`Solzhenitsyn
What nationality was Jospeh Conrad?`Polish
Who wrote the play 'The Mousetrap'?`Agatha Christie`Christie
What Shakespearean play features the line: 'A plague on both your houses'?`Romeo and Juliet
What is the art of tracing designs and making impressions of them called?`Lithography
Referring to the principles of Greek and Roman art of antiquity with its emphasis on harmony, proportion, balance, and simplicity. In a general sense, it refers to art based on accepted standards of beauty?`Classicism
Who is the protagonist of Milton's 'Paradise Lost'?`Satan
How many holes are there on a traditional artist's palette?`One`1
Which of Jane Austen's novels was published posthumously?`Persuasion
Captain Hook, Tiger Lily, and Tinker Bell are characters in what story?`Peter Pan
This girl hid from the Nazis in Amsterdam?`Anne frank
What is Mrs William Heelis better knownas?`Beatrix Potter
Which colour followed Picasso's Blue Period?`Pink
What did Jeannie C. Riley describe as "a little Peyton Place"?`Harper Valley
This magazine chronicled the Man of Bronze and the Fabulous Five?`Doc savage
In 2007 who topped the best sellers non fiction list with 'Born To Be Riled'?`Jeremy Clarkson`Clarkson
Who wrote the vampire series that featured Lestat as the main character?`Anne Rice`rice
The term Impressionism was first used about which artist?`Claude Monet`Monet
What Dr Seuss character steals Christmas?`Grinch
Which famous book contains the line 'Mr & Mrs Dursley of number 4 Privet Drive were proud to say that they were perfectly normal'?`Harry Potter And The Philosophers Stone
Stephen King's: "The Dead ________"?`Zone
Who wrote about tarzan?`Edgar Rice Burroughs`Burroughs
Paint applied very thickly. It often projects from the picture surface?`Impasto
A soft, subdued color; a drawing stick made of ground pigments, chalk, and gum water?`Pastel
Which antipodean opera singer sung at Prince Charles' wedding to Lady Diana Spencer?`Kiri Te Kanawa
Who wrote 'The Great Gatsby'?`F. Scott Fitzgerald`fitzgerald`f scott fitzgerald
What are arranged in the Japanese art of Ikebana?`Flowers
Who created 'The Saint'?`Leslie Charteris`Charteris
Whose works 'The Ballad Of Reading Gaol' & 'De Profundis', were written from his experiences in prison?`Oscar Wilde`Wilde
The rendering of light and shade in painting; the subtle graduations and marked variations of light and shade for dramatic effect?`Chiaroscuro
A group of American painters who united out of opposition to academic standards in the early twentieth century?`The eight
Which celebration of the arts is held in wales?`The Eisteddfod
In which Shakespearean tragedy does Laertes appear?`Hamlet
Name the author of the famous 'Doctor Zhivago', which presents a panoramic view of Russian society at the time of the 1917 Revolution?`Boris Pasternak`Pasternak
What Shakespearean play refers to the date of epiphany?`Twelfth Night
Who wrote the novel 'Silence Of The Lambs'?`Thomas Harris`Harris
How many lines are in a sonnet?`14`fourteen
A composition made of cut and pasted pieces of materials, sometimes with images added by the artist?`Collage
Who drew drawings of absurd mechanical contrivances?`William Heath Robinson`Robinson
Douglas Adams is famous for writing what?`The hitchhiker's guide to the galaxy
At which railway station does Harry Potter catch the Hogwart's Express at Platform 9 and 3 Quarters?`King's Cross`kings cross
Which Shakespeare play opens with the 3 Witches?`Macbeth
Who wrote 'The Hobbit'?`J.R.R. Tolkien`jrr tolkien`tolkien
This is the choice and arrangement of words and phrases in a literary work. It is the vocabulary that the author, poet or playwright uses to create style and effect in a piece of writing?`Diction
Edgar Allen Poe wrote a famous poem about this animal?`Raven
Which author wrote the book 'Black Beauty'?`Anna Sewell`sewell
Who composed the ballet 'The Nutcracker'?`Tchaikovsky
Who wrote the play 'Hay Fever'?`Noel Coward`coward
What was Picasso's first name?`Pablo
Which Welsh poet died of alcohol poisoning the year he publsihed his collected poems?`Dylan Thomas`thomas
The famous lithograph 'The Scream' was created by which artist?`Edvard Munch`munch
Who wrote 'Far From The Madding Crowd'?`Thomas Hardy`hardy
By what name is the great Italian sculptor & artist Buonarroti better knownas?`Michelangelo
Who wrote 'Psycho'?`Robert Bloch`bloch
Which American artist is known for a portrait of his mother?`James Whistler`whistler
In painting, a thin layer of translucent color?`Wash
The fallacy of personifying inanimate objects, often in bad taste?`Pathetic fallacy
Who wrote the 'Noddy Stories'?`Enid Blyton`blyton
Which famous play begins with the line: 'When shall we three meet again, in thunder, lightening, or in rain'?`Macbeth
Who wrote Mein Kampf (My Struggle)?`Adolf Hitler`hitler
In which book is Scheherazade a story teller?`Arabian Nights
Meaning 'fresh' in Italian. The technique of painting on moist lime plaster with colors ground in water?`Fresco
The study of building design is ____________?`Architecture
Sir Alfred Gilbert was the sculptorof what famous landmark?`Eros
What is the name of Colin Dexter's fictional detective?`Inspector Morse
The effect of the harmony of color and values in a work?`Tone
The ____ generation included such authors as Jack Kerouac, William S. Burroughs and Allen Ginsburg?`Beat
Which American auther wrote the novel 'Roots'?`Alex Haley`haley
A painting movement that flourished in France in the 1880s and 1980s in which subject matter was suggested rather than directly presented. It featured decorative, stylized, and evocative images?`Symbolism
The Royal Opera House in London is home to which branch of the arts other than Opera?`Ballet
This Romantic poet and husband to Mary Shelley drowned in a boating accident?`Percy Bysshe Shelley
In what opera would you find Lt. Pinkerton?`Madame butterfly
Which famous book begins with the line: 'Marley was dead, to begin with. There was no doubt about that'?`A Christmas Carol
What is Picasso's nationality?`Spanish
Who wrote 'Valley Of The Dolls'?`Jacqueline Susann`susann
A movement in European painting in the seventeenth and early eighteenth centuries, characterized by violent movement, strong emotion, and dramatic lighting and coloring?`Baroque
Who had decieved the Lord of Rohan for a number of years?`Wormtongue
Who is Pip's benefactor in Dickens's 'Great Expectations'?`Abel Magwitch`Magwitch
An artwork humoously excaggerating the qualities, defects, or pecularities of a person or idea?`Caricature
Whose smile remained after the rest of it had vanished?`The Cheshire Cat`cheshire cat
What school of poets was John Donne attributed to?`The Metaphysical Poets`metaphsical
Which novel features Perks the station porter?`The Railway Children
From which of Shakespeare's plays is this line: "All the world's a stage___"?`As You Like It
In the 'Rhyme Of The Ancient Mariner' which bird is shot?`An Albatross`albatross
Which US dramatist was once married to Marylin Monroe and penned the plays "Death Of A Salesman" and "The Crucible"?`Arthur Miller`miller
How many stories did Enid Blyton publish in 1959?`Fifty nine`59
Where is the world's largest art gallery?`Paris
Who wrote "The Wind in the Willows"?`Kenneth Grahame`grahame
Which decorative style was popular in the 1920's & 1930's?`Art Deco
Who wrote 'The Hitchhikers Guide to the Galaxy'?`Douglas Adams
Which outlaw rode a horse called Black Bess?`Dick Turpin
A European style of the late eighteenth and early nineteenth centuries. Its elegant, balanced works revived the order and harmony of ancient Greek and Roman art?`Neoclassicism
Where is the Prado Gallery?`Madrid
Which British painter frequently uses a swimming pool as a theme?`David Hockney`hockney
Which former jockey specializes in novels concerning horse racing?`Dick Francis`francis
A flat board used by a painter to mix and hold colors, traditionally oblong, with a hole for the thumb; also, a range of colors used by a particular painter?`Palette
What was the sequel to Louisa May Alcott's "Little Women"?`Little Men
An eighteenth-century European style, originating in France. In reaction to the grandeur and massiveness of the baroque, it employed refined, elegant, highly decorative forms?`Rococco
What was the only novel to be written by Margaret Mitchell?`Gone With The Wind
Who wrote 'The Murder Of Roger Ackroyd'?`Agatha Christie`christie
How many books are there in Anne Rice's vampire series?`Five`5
In what city will you find the Museum of Modern Art?`New York city
Who wrote the book "The Origin of Species"?`Charles Darwin`darwin
Which tavern was the favourite haunt of Falstaff in Shakespeare's 'Henry IV'?`The Boar's Head`the boars head`boar's head`boars head
What was the name of William Wordworth's sister?`Dorothy
In The Canterbury Tales at which tavern do the story tellers assemble?`The Tabard`tabard
What do you call a picture that is made of various material stuck together?`Collage
His many Romantic odes include 'Ode to Melancholy' and 'Ode to a Graecian Urn'?`Keats
An Italian movement c.1909-1919. It attempted to integrate the dynamism of the machine age into art?`Futurism
Who wrote the novels 'Slaughterhouse Five' and 'Breakfast Of Champions'?`Kurt Vonnegut`vonnegut
What was Dante's last name?`Alighieri
What nationality were most of the Impressionist painters?`French`France
What was Sherlock Holmes' 7% solution in 'The Sign of Four'?`Cocaine
Who wrote 'Alice In Wonderland'?`Lewis Carroll`carroll
What rank was Biggles?`Major
This early American statesman and inventor wrote the book, "Fart proudly"?`Benjamin Franklin`franklin
In which Gilbert & Sullivan Operetta does Nakipoo appear?`The Mikado
Who wrote 'Gulliver's Travels'?`Jonathan Swift`swift
Who is responsible for painting the Mona Lisa?`Leonardo da Vinci`da vinci
Reducing or distorting in order to represent three-dimensional space as perceived by the eye, according to the rules of perspective?`Foreshortening
In the Dr Seuss books, which elephant hatched an egg?`Horton
Who wrote 'Gone With The Wind'?`Margaret Mitchell`mitchell
Who painted 'The Last Supper'?`Leonardo da Vinci`da vinci
He wrote 'Ulysses', 'Giacomo Joyce', 'Dubliners', and 'Finnegan's Wake', among others?`James Joyce`joyce
Which school did Billy Bunter attend?`Greyfriars
Whose life was the subject of James Boswell's Biography, published in 1791?`Samuel Johnson`johnson
Which movement spanned the period from the 17th Century to the early 18th?`Baroque
What play by Shakespeare features the following characters: Cornwall, Gloucester, Regan, and Goneril?`King Lear
Who painted the Creation Of Adam?`Michelangelo
Stephen King's: "Pet ________"?`Semetary
A movement that began in Britain and the United States in the 1950s. It used the images and techniques of mass media, advertising, and popular culture, often in an ironic way?`Pop art
Which poet preceded Ted Hughes as Poet Laureate?`Sir John Betjeman`betjeman
Which Nobel Prize winner wrote 'A History Of The English Speaking Peoples'?`Winston Churchill`churchill
The two races in HG Well's "The Time Machine" are the child-like Eloi and the subterannean ______?`Morlocks
What is the name given to the painting medium involving egg yolks?`Tempera
Who wrote 'Jurassic Park'?`Michael Crichton`crichton
Who wrote '1984'?`George Orwell
Which author wrote novels upon which the TV series 'All Creatures Great & Small' was based?`James Herriot`herriot
What is the surname of Cathy in Wuthering Heights?`Earnshaw
Which author did Hitler acclaim as the Prophet of Right Wing Authoritarianism?`Nietzsche
Which woman had more potraits painted of her than anyone else?`Queen Elizabeth II`elizabeth ii
Who wrote 'A Christmas Carol'?`Charles Dickens
What is the name of the 7th and final Harry Potter book?`Harry Potter and the Deathly Hallows
Who wrote the Barsetshire novels?`Anthony Trollope`trollope
Where would you find the Elgin Marbles?`The British Museum
In a general sense, refers to objective representation. More specifically, a nineteenth century movement, especially in France, that rejected idealized academic styles in favor of everyday subjects?`Realism
What was the name of Mother Goose's son?`Jack
Who was William Shakespeare's Wife?`Anne Hathaway
In 'Romeo and Juliet', who says 'make the bridal bed in that dim monument where Tybalt lies'?`Juliet
Whose autobiography was entitled 'Dear Me'?`Peter Ustinov`ustinov
A large painting or decoration done on a wall?`Mural
Who wrote "Ender's Game"?`Orson Scott Card`card
What did Jeannie C. Riley describe as "a little Peyton Place"?`Harper valley
Who wrote the threepenny opera?`Bertolt Brecht`brecht
Who wrote the novels 'About A Boy'', 'How To Be Good'' and 'High Fidelity''?`Nick Hornby
From which Shakespeare play is this line taken: "To be or not to be"?`Hamlet
The book "Wamyouruijoshou" was the first to use what word ?`Kite
Who wrote the epic poems, the Iliad and the Odyssey?`Homer
Who wrote 'The Birds'?`Daphne du Maurier`du maurier
Who wrote the novel Jaws, which was later turned into a blockbuster movie by Steven Spielburg?`Peter Benchley`benchley
What publication was subtitled 'The What's New Magazine'?`Popular Science
Which gallery has exhibitions in London & St Ives, Cornwall?`The Tate Gallery`tate
Which artist's name literally means 'Little Barrel'?`Botticelli
Who wrote "The Rime of the Ancient Mariner"?`Samuel Taylor Coleridge`coleridge
Who Wrote "Brave New World"?`Aldous Huxley`huxley
A style, c. 1520-1600, that arose in reaction to the harmony and proportion of the High Renaissance. It featured elongated, contorted poses, crowded canvases, and harsh lighting and coloring?`Mannerism
Tilly Trotter, Hannah Massey, and Maggie Rowan are all characters created by which novelist?`Catherine Cookson`cookson
A European movement of the late eighteenth to mid-nineteenth century. In reaction to neoclassicism, it focused on emotion over reason, and on spontaneous expression?`Romanticism
What did Winston encounter in Room 101?`Rats
The technique of producing printed designs through various methods of incising on wood or metal blocks, which are then inked and printed?`Etching
In sculpture, the building up of form using a soft medium such as clay or wax, as distinguished from carving. In painting and drawing, using color and lighting variations to produce a three-dimensional effect?`Modeling
Which member of the Monty Python Team wrote children's books about 'Erik The Viking'?`Terry Jones`jones
What does A E Houseman's initials stand for?`Alfred Edward
What colour is the Art and Literature wedge in Trivial Pursuit?`Brown
Group of American artists from 1908 to 1918. Their work featured scenes of urban realism?`Ash Can School
With what art movement was Salvador Dali associated?`Surrealism
Which Science Fiction story centers around alien children in a village?`The Midwitch Cuckoos
Works of a culturally homogenous people without formal training, generally according to regional traditions and involving crafts?`Folk art
Refers to art that uses emphasis and distortion to communicate emotion. More specifically, it refers to early twentieth-century northern European art, especially in Germany c. 1905-23?`Expressionism
Where would you find Poets Corner?`Westminster Abbey
A painting or drawing executed in a single color?`Monochrome
Who painted the ceiling of the Sistine Chapel?`Michelangelo
Who wrote 'A Tale Of Two Cities'?`Charles Dickens`dickens
Who painted 'Irises'?`Vincent Van Gogh`van gogh
Which Shakesperean play features the line "Now is the winter of our discontent"?`Richard III
A technique of engraving, using a sharp-pointed needle, that produces a furrowed edge resulting in a print with soft, velvety lines?`Drypoint
Who was the first person to be buried at Poets Corner?`Geoffrey Chaucer`chaucer
Which Tennesee Williams play is about a Sicilian-American woman?`The Rose Tattoo
Artwork, usually paintings, characterized by a simplified style, nonscientific perspective, and bold colors. The artists are generally not professionally trained?`Naive art
What famous character did Edgar Rice Burroughs create?`Tarzan
From whom did Bilbo obtain The Ring?`Gollum
In 1526 Hans Holbein became the officiaal portrait painter of which English king?`Henry VIII
Who wrote "Ten Little Indians"?`Agatha Christie`christie
In 'A Christmas Carol', what was the name of the miser?`Ebenezer Scrooge`scrooge
Who created 'Maudie Frickett'?`Jonathan Winters`winters
Meaning 'rebirth' in french. Refers to Europe c. 1400-1600. The style began in Italy and stressed the forms of classical antiquity, a realistic representation of space based on scientific perspective, and secular subjects?`Renaissance
Which author penned the Disc-World series of sci-fi novels?`Terry Pratchett`pratchett
A print made by carving on a wood block, which is then inked and printed?`Woodcut
On a represented form, a point of most intense light?`Highlight
Who designed the album sleeve for the Rolling Stones LP 'Sticky Fingers'?`Andy Warhol`warhol
Name the Shakespeare play from this ultra short plot summary: Urged on by his wife, a man murders his king in order to take his place?`Macbeth
A technique in abstract painting developed in the 1950s. It focuses on the lyrical effects of large areas of color, often poured or stained onto the canvas?`Color field painting
Design style prevalent during the 1920s and 1930s, characterized by a sleek use of straight lines and slender forms?`Art deco
Who painted 'The Blue Boy'?`Gainsborough
Which author described World War One as 'The War To End All Wars'?`HG Wells`h.g. wells`wells
Who was Winnie the Pooh's neighbour?`Piglet
The visual and tactile quality of a work based on the particular way the materials are handled; also, the distribution of tones or shades of a single color?`Texture
Which famous book contains the line 'It was the best of times it was the worst of times it was the age of wisdom'?`A Tale of Two Cities
Ground chalk or plaster mixed with glue, used as a base coat for tempera and oil painting?`Gesso
For which novel was Boris Pasternak awarded the 1958 Nobel Prize - an award he declined?`Dr Zhivago`dr. zhivago
Faulkner penned this book with 4 distinctive sections: Benjy, Quentin, Jason, and Dilsey sections?`The Sound and the Fury
Who kills Nancy in Dicken's novel 'Oliver Twist'?`Bill Sykes
Which famous book begins with the line: 'Not long ago, there lived in London a young married couple of Dalmation dogs named Pongo and Misses Pongo'?`101 Dalmations
Which author wrote the 'Just So Stories'?`Rudyard Kipling`kipling
What is the name of Hamlet's tragic admirer?`Ophelia
The ____ ____ school of poetry includes poets such as Frank O'Hara, John Ashbery and Kenneth Koch?`New York
Gandalf's elven name.?`Mithrandir
A method of painting developed by Seurat and Signac in the 1880s. It used dabs of pure color that were intended to mix in the eyes of viewers rather than on the canvas. It is also called divisionism or neoimpressionism?`Pointillism
What word is Isaac Asimov famous for coining?`Robotics
Who wrote three books under the title "Das Kapital"?`Karl Marx`marx
Who wrote the 'Father Brown' crime stories?`G.K. Chesterton`chesterton`gk chesterton
Who wrote "The Count of Monte-Christo"?`Alexander Dumas`dumas
According To "The Hitchhikers Guide To The Galaxy" what number is the answer to everything?`Forty Two`42
What Shakespearean play features the line: A plague on both your houses?`Romeo and Juliet
Which Shakespearean play is set in the Forest Of Arden?`As You Like It
Which US clarinetist player's real name was Arthur Jacob Shaw?`Artie Shaw
A representation of a human or an animal form?`Figure
In 'Romeo and Juliet', who gave a long monologue about Queen Mab?`Mercutio
In which Shakespearean Play would you find the clown Costard?`Love's Labour Lost`love labour lost
In what book would you find a Hefalump?`Winnie the Pooh
Who said 'But, soft! what light through yonder window breaks'?`Romeo
A decorative art movement that emerged in the late nineteenth century. Characterized by dense assymmetrical ornamentation in sinuos forms, it is often symbolic and of an erotic nature?`Art noveau
Who wrote the 'Myth' series?`Robert Asprin
A movement of the 1920s and 1930s that began in France. It explored the unconscious, often using images from dreams. It used spontaneous techniques and featured unexpected juxtapositions of objects?`Surrealism
Who wrote 'The Female Eunuch'?`Germaine Greer`greer
A russian abstract movement begun in the early twentieth century. It employs an analytic vision based on fragmentation and multiple viewpoints?`Cubism
Which St. Louis born novelist & poet became a British subject in 1927?`T.S. Eliot`ts eliot
Which of the Bronte sisters married the Reverend A B Nicholls in 1854?`Charlotte
Which famous book begins with the line 'On January 6, 1482, the people of Paris were awakened by the tumultuous clanging of all the bells in the city'?`The Hunchback Of Notre Damme
In sculpting, the cutting of a form from a solid, hard material such as stone or wood, in contrast to the technique of modeling?`Carving
Who wrote 'Rendezvous with Rama'?`Sir Arthur C. Clarke`arthur clarke`clarke
Author of such works as 'Gravity's Rainbow', 'V', 'The Crying of Lot 49' and most recently, 'Mason & Dixon'?`Thomas Pynchon`pynchon
Who wrote '1984'?`George Orwell`orwell
The representation of inanimate objects in painting, drawing or photography?`Still life
Who painted 'Flatford Mill'?`Constable
Which famous book contains the line 'It is a truth universally acknowledged that a single man in possession of a good fortune must be in want of a wife'?`Pride & Prejudice`pride and prejudice
In 'A Christmas Carol', how many ghosts visited Scrooge?`Four`4
What science fiction novel features Duke Leto Atreidea & The Harkonnens?`Dune
From the french word 'fauve', meaning 'wild beast'. A style adopted by artists associated with Matisse, c. 1905-1908. They painted in a spontaneous manner, using bold colors?`Fauvism
Who wrote the novel 'Emma'?`Jane Austen`austen
In painting, a work made of several panels or scenes joined together. A diptych has two panels; a triptych, three?`Polyptych
In which novel was it the job of the firemen to burn books?`Fahrenheit 451
A movement in American painting and sculpture that originated in the late 1950s. It emphasized pure, reduced forms and strict, systematic compositions?`Minimalism
Which novel deals with the events of one day in Dublin in June 1904?`Ulysses
Spanish modernist and cubist Pablo _____?`Picasso
Which famous book begins with the line 'The mole had been working very hard all the morning, spring-cleaning his little home'?`The Wind In The Willows
A single print made from a metal or glass plate on which an image has been represented in paint, ink, etc?`Monotype
The play "Our Town" is set where?`Grover's Corners
What story features Flopsy, Mopsy and Cottontail?`Peter Rabbit
Who wrote 'The Adventures Of Huckleberry Finn'?`Mark Twain`twain
In 'Romeo and Juliet', who said 'I have a faint cold, fear thrills through my veins'?`Juliet
Who wrote 'Weird Harold and Fat Albert'?`Bill Cosby
In which city will you find the largest opera house in the world?`New York City
What's Penthouse's sister publication for women?`Viva
A movement, c. 1915-23, that rejected accepted aesthetic standards. It aimed to create antiart and nonart, often employing a sense of the absurd?`Dadaism
In which city is Leonardo da Vinci's 'Last Supper' displayed?`Milan
Which publishing company was founded in London in 1935 by Allen Lane?`Penguin
Whose last words were 'Thus with a kiss I die'?`Romeo
A printing process in which ink impressions are taken from a flat stone or metal plate prepared with a greasy substance, such as an oily crayon?`lithography
Which author wrote 'The Spy That Came In From The Cold'?`John Le Carre`le carre
Who wrote the opera 'The Flying Dutchman'?`Wagner
What was the title of the first James Bond novel?`Casino Royale
What is the name of the bird in The Peanuts comic?`Woodstock
What Dutch master painted 64 self-portraits?`Rembrandt
In 'Alice In Wonderland', who never stopped sobbing?`Mock Turtle
Which American author wrote Jaws?`Peter Benchley`benchley
Whose ghost appears at the dinner table in 'Macbeth'?`Banquo
What were the two cities in 'A Tale Of Two Cities'?`London and Paris`paris and london
Frodo is chosen to deliver The Ring into the heart of what?`Mount doom
Movement in painting, originating in New York City in the 1940s. It emphasized spontaneous personal expression, freedom from accepted artistic values, surface quallities of paint, and the act of painting itself?`Abstract expressionism
Which painter cut off his own ear?`Vincent Van Gogh
Who wrote 'little lamb, who made thee'?`William Blake`blake
What were the tree like creatures in The Lord Of The Rings called?`Ents
Bob Kane created who?`Batman
A method of producing images or letters from sheets of cardboard, metal, or other materials from which forms have been cut away?`Stenciling
To what was 'The Hall Of Arts & Sciences' changedto?`The Royal Albert Hall
What was the famous novel written in gaol, by John Bunyan?`Pilgim's Progress
Which novel was originally going to be titled Elinor And Marianne?`Sense And Sensibility
Who wrote the long religious epic, "Paradise Lost"?`John Milton`milton
In 'Romeo and Juliet', who says 'what must be must be'?`Juliet
Who composed the ballet 'Romeo & Juliet'?`Prokofiev
Which is the largest museum in the world?`Louvre
In which John Steinbeck story features the slow-witted Lennie and his friend George?`Of Mice and Men
What is an Icelandic epic called?`Saga
Who composed the opera 'Oedipus Rex'?`Stravinsky
In which book would you find the characters Desinov & Dolokhov?`War and Peace
Who wrote the 'Noddy' books?`Enid Blyton`blyton
H.G. Wells novel where Earth is invaded by Martians?`War of the Worlds
What series did Robert Jordan write?`Wheel of Time
A European style developed in France in the late eleventh century. Its sculpture is ornamental, stylized and complex?`Romanesque
What is the name of the first Arena?`Training Camp
How many cards do you get for taking the 1st place in the largest tournament?`two thousand`2000`2,000`2k
Who shoots destructo beams?`Witch
Who doesn't know what "Overkill" means?`Sparky
What is the best distraction for the Mini P.E.K.K.A?`A Butterfly`Butterfly
How much damage does a tournament level Freeze deal?`0`none
What does the hog say?`Hog Riderrrrr`Hog Rider`Hog Ridah`Hog Riderr
Who are the Guards without their shields?`Three ruthless bone brothers
What is the max level of the King?`13`thirteen
What is the max level of Common Cards?`13`thirteen
What is the max level of Rare Cards?`11`eleven
What is the max level of Epic Cards?`8`eight
What is the max level of Legendary cards?`5`five
What is The Log's favourite song?`They see me rollin'`they see me rollin
Annnnnd...?`Fireball!`fireball
What does the Lumberjack do at night?`Hunts The Log`hunts`hunts log`Hunt the log`He is hunting the log
How many Gems does a Wagon of Gold cost?`4500`4 500`4,500`4.500`4.5k`4,5k`4'500`Four Thousand Five Hundred
How many Gems does a Bucket of Gold cost?`500`five hundred
How many gems does a Pouch of Gold cost?`60`sixty
How much gold does a Pouch of Gold contain?`1000`1k`1,000`1.000`1 000`1'000`one thousand`a thousand
How much Gold does a Bucket of Gold contain?`10000`10 000`10k`10.000`10,000`10'000`ten thousand`10 thousand
How much Gold does a Wagon of Gold contain?`100 000`100000`100k`100'000`100,000`100.000`one hundred thousand`100 thousand
At which Arena can you unlock X-Bow?`Arena 3`Barbarian Bowl`3
What is the most known victim of Clash Royale?`Clash of Clans`CoC`clashofclans
What does the Bowler like the most?`Dark Elixir drinks`throwing rocks`dark elixir
What is the motto of the Ice Spirit?`Stay frosty
Disrespecting the Three Musketeers is a...?`mistake`cardinal sin
Where is the 4th Skeleton?`in the army`In the army`In the army now`skeleton army`skarmy
What is The Log seeking for?`Revenge`revenge
Miner doesn't use magic,but a...?`Shovel`shovel
At which Arena can you unlock Balloon?`Arena 2`2`Bone Pit
At which Arena can you unlock Valkyrie?`Arena 1`1`Goblin Stadium
At which Arena can you unlock Fireball?`Arena 0`0`Training Camp
At which Arena can you unlock Royal Giant?`Arena 7`7`Royal Arena
At which Arena can you unlock Golem?`Arena 6`6`Builder's Workshop
At which Arena can you unlock Poison?`Arena 5`5`Spell Valley
At which Arena can you unlock Ice Spirit?`Arena 8`8`Frozen Peak
At which Arena can you unlock Hog Rider?`Arena 4`4`P.E.K.K.A's Playhouse
At which Arena can you unlock Rocket?`Arena 3`3`Barbarian Bowl
At which Arena can you unlock Fire Spirits?`Arena 5`5`Spell Valley
How many trophies do you need to get into Training Camp?`none`0`zero
How many trophies do you need to get into Goblin Stadium?`0`zero
How many trophies do you need to get into Bone Pit?`400`four hundred
How many trophies do you need to get into Barbarian Bowl?`800`eight hundred
How many trophies do you need to get into P.E.K.K.A's Playhouse?`1100`1'100`1,000`1.100`one thousand one hundred`eleven hundred
How many trophies do you need to get into Spell Valley?`1400`1'400`1,400`1.400`fourteen hundred`one thousand four hundred
How many trophies do you need to get into Builder's Workshop?`1700`1,700`1'700`1.700`seventeen hundred`one thousand seven hundred
How many trophies do you need to get into Royal Arena?`2000`2,000`2'000`2.000`2k`two thousand
How many trophies do you need to get into Frozen Peak?`2300`2,300`2.300`2'300`two thousand three hundred`twenty three hundred
How many trophies do you need to get into Legendary Arena?`3000`3,000`3.000`3'000`3k`three thousand
Which Legendary card is unlocked at Frozen Peak?`Lumberjack`lj
Which Legendary card is unlocked at P.E.K.K.A's Playhouse?`Lava Hound`lavahound`lh
Which Legendary card is unlocked at Spell Valley?`Ice Wizard`icewizard`iw
Which Legendary card is unlocked at Royal Arena?`Princess
Name one Legendary card that is unlocked at Builder's Workshop.`Sparky Miner or The Log`Sparky`Miner`The Log`log
What is the Furnace's specialty?`Pancakes`pancake
What is the Royal Giant's passion?`his beard`beard
What is adorable, but on fire?`Fire Spirits`firespirits`fs
What's too hot for TV?`Ice wizard's mustache`iwmustache`ice wiz mustache`handlebar mustache`ice wizard
The Wizard will blow you away with his...?`handsomeness`fireball
What's the only thing in the game that isn't affected by Poison?`The grass`grass
Who's a majestic flying beast?`Lava Hound`lavahound`lh
What makes everybody chill?`Freeze Spell`freeze
What uses the power of Electrickery?`Tesla
How many make a crowd?`Three`3
How many make a horde?`Six`6
What makes everyone say "Chaaaarge!"`Rage Spell`Rage
What appreciates your tower?`X-bow`xbow
"Roses are red, ....... are blue, they can fly, and will crush you!" Who is this about?`Minions`minion`3 minions`three minions
A pile of bones?`Skeletons`skellies`skeleton`skelly
What is the creepiest building according to its descripton?`Tombstone`tomb`tombst`tmbstne`tstone
At which Arena can you unlock Furnace?`Arena 5`Spell Valley`5
Where you shouldn't look inside?`Goblin Hut`gob hut
At which Arena do you get a chance for Legendary cards to appear in the shop?`Legendary Arena`Legendary`Legend`A9`9`Arena 9
Who's a one-man wrecking crew?`Giant
Who's born ready for a barbeque?`Baby Dragon`baby drag
Who has delicately coiffed hair?`Musketeer`musket`musky`musket`musk
Who is the Knight for the barbarian?`Cousin
Who has eyes that unfortunately don't shoot lasers?`Witch
Who won't help you colour your hair thus often doing it?`Archers
Larry, Harry, Terry, Mary, Leedoot and friends together make a...?`Skeleton Army`skarmy
Who has a coil of iron and wheels of wood?`Sparky
Who's stunning?`Princess
Who carries around a drink on the Arena?`Lumberjack`lj
Why is it bad for you if you feel warm feelings towards the Princess?`Because you're probably on fire!`cuz ur on fire`because your probably on fire`You are on fire`you are probably on fire
How many different cards is available in shop on Sunday?`6`six
How much gold does the 2nd Legendary cost in the shop?`80000`80k`80,000`80'000`80.000`80 000`eighty thousand
How many Gems does a Wagon contain?`6500`6,500`6'500`6.500`6.5k`six thousand five hundred`sixtyfive hundred
Who sounds like he has a bucket on his head?`Dark Prince`dp`darkp`dark p
How many gems does it cost to create the largest tournament?`250000`250'000`250 000`250.000`250,000`two hundred and fifty thousand
How many cards are you rewarded for winning a 500 player tournament?`1200`1 200`1,200`1'200`1.200`1.2k`one thousand two hundred`twelve hundred
How many cards are you rewarded for winning a 200 player tournament?`120`one hundred and twenty
How long is Overtime in tournaments?`3 minutes`3min`3mins`3 mins
When do you have less that 8 cards in your deck?`In tutorial`tutorial`training camp
How many layers are present in TCP/IP model?`Seven`7
What is a program which translates from one high-level to a machine level?`Compiler
A computer which links several PCs together in a network is called a...?`Server
Which device allows your computer to talk to other computers over a telephone line as well as access the internet?`Modem
How many logical drives is it possible to fit onto a physical disk?`Twenty-four`twentyfour`24`twenty four
According to ISO, HDLC means...?`High-level Data Link Control`highlevel data link control`high level data link control
How much information can a CD (Compact Disc) usually store?`650 Mb
The cabinet containing the computer’s working parts is known as the...?`Workstation`Case
IP Addresses have ________ bytes?`Four`4
Older networks often use another type of cable, called ...?`Coaxial cable
When a key is pressed on the keyboard, which standard is used for converting the keystroke into the corresponding bits?`ANSI
This unit of a computer system is the unit where the actual execution of instructions takes place during processing operation?`Arithmetic Logic Unit`Arithmetic Logic
What is the name of the software that allows us to browse through web pages called?`Browser
What is the battery used to change date/time of system?`BIOS battery`BIOS
What is the address given to a computer connected to a network called?`IP Address`IP
What does UPS stand for?`Uninterruptible Power Supply
A computer that is on the network is a...?`Node
What does HTML stand for?`Hyper text markup language
A server that can perform no other task besides network services is called...?`Dedicated server
What password is cleared by changing the jumper setting in the motherboard?`CMOS
Small portable disk inside a plastic cover. It’s thicker than the floppy and needs a special drive connected to the computer?`Zip Disk`zip drive`zip disc
Blank optical disk where you can save only once, even when not the whole space available is used?`Compact Disc-Recordable`CD-R`cd r`Compact Disk-Recordable`Compact Disc RecordableCompact Disk Recordable
Amount of data a Floppy Disk can store?`1.4 MB
Removable and rewritable electronic data storage device that can be plugged into almost any PC?`USB
Rewritable optical disk where you can save and erase data several times?`Compact Disc-Rewritable`CD-RW`CD RW`Compact Disc Rewritable`Compact Disk Rewritable`Compact Disk-Rewritable
A compact disc containing permanently stored data that cannot be altered?`Compact Disc Read-Only Memory`CD-ROM`CD ROM`Compact Disc-Read-Only Memory`Compact Disk Read-Only Memory`Compact Disc Read Only Memory`Compact Disk Read Only Memory
Solid electronic data storage device used in cameras, telephones, laptops, music players and video games consoles?`Memory Card
What is the internal storage of a computer?`Hard Disk`hard drive`hard disc
What is the basic unit of measurement storage in computer science?`Byte
The input device that rolls on a desktop and controls the position of the cursor on then on the screen is called a...?`Mouse
The scanning technology, used in banks, to read the numbers at the bottom of checks is...?`MICR
The input device that has the monitor screen covered with a flexible layer is the...?`Touch Screen`touchscreen
What is a rigid, magnetically sensitive disk that spins rapidly and continuously inside the computer chassis or in a separate box connected to the computer housing?`Hard Disk`hard drive`hard disc
When an application fires up, the application is loaded into...?`RAM
The OSPF Type 1 packet is the _________ packet.`Hello
Which value represents the “trustworthiness” of a route and is used to determine which route to install into the routing table when there are multiple routes toward the same destination?`Administrative distance
The default administrative distance for a static route is...?`One`1
Static routes are configured by the use of the global configuration command...?`IP Route
Which subnet mask would be used as the classful mask for the IP address 128.107.52.27?`255.255.0.0
Which subnet mask would be used as the classful mask for the IP address 192.135.250.27?`255.255.255.0
The buffers for packet processing and the running configuration file are temporarily stored in which type of router memory?`RAM
A network technician is configuring port security on switches. The interfaces on the switches are configured in such a way that when a violation occurs, packets with unknown source address are dropped and no notification is sent. Which violation mode is configured on the interfaces?`Protect
To enable RIP routing for a specific subnet, the configuration command network 192.168.5.64 was entered by the network administrator. What address, if any, appears in the running configuration file to identify this network?`192.168.5.0
What is the phrase for how often your screen's image is redrawn?`Refresh Rate
The small program which allows a piece of computer hardware to work with the operating system is called what?`driver
What is the maximum number of peripheral devices which can be connected through a single USB port?`127
Who invented the computer mouse?`Douglas Engelbart
Between CRT and LCD monitors, which uses less power?`LCD
If one of your peripherals is not functioning properly, where in the Windows XP operating system would you check its status?`device manager
What type of keyboard is used to transmit digital signals which correspond to sample sounds?`MIDI
What do you call "suction like cups for attaching a phone handset to computer equipment"?`acoustic coupler
What numeric base system was used by the Honeywell-800?`octal
What is the largest piece of the computer; it is also the one that has the fewest electronic components?`Case
When you look at a processor, you normally see a plastic or ceramic case with metal pins and possibly other metal parts. However, the active component inside is made of a different material - which one?`silicon
One of the most important performance-enhancing concepts of a modern processor is called speculative execution. What other concept is this tightly associated with?`Pipelining
The moment you turn on your computer, it begins to access its memory. BIOS, the software that boots up your computer, is located in which type of memory?`ROM
When looking at your computer's memory, you will come across the storage hierarchy, which separates storage into primary, secondary, and tertiary. Primary storage refers to memory that is directly accessible to the CPU. What is another name for primary storage?`Main Memory`Main
A computer's cache will hold data that is used most often to make it faster to access. There are various levels of cache, the first of which is a small amount of memory found inside the what?`CPU`Central processing unit
RAM stands for random access memory and it can be static (SRAM) or dynamic (DRAM). SRAM stores a bit of data using which type of circuit?`Flip-Flop`flip flop`flipflop
The memory stored in the capacitor in a __ circuit has to be constantly refreshed, and this happens several times in a second because the capacitor leaks.`DRAM
Virtual memory acts like RAM, but it is actually a process or program that creates a paging file to move items from RAM into that file. Where does it create the paging file?`hard disk`hard drive`hard disc
Secondary storage, like the hard drive, isn't directly accessible to the CPU like primary storage. What is another name for secondary storage?`auxiliary storage`auxiliary
Data can come from information stored in the computer's permanent storage, or it can come from peripheral devices, such as keyboards. Regardless of whether it is input through a peripheral device or taken from storage, which type of memory does most data go through first?`RAM
The first hard disks, created in the 1950s, could be up to 20 inches in diameter. Which company invented the hard disk?`IBM
Inside the hard disk drive, where is the data actually stored?`platter
In one pixel, how many different colours of light are there?`Three`3
In what year was DOS created?`1981
What is CIH also known as?`Chernobyl Virus
Video-sharing site that was founded by three former PayPal employees in February 2005.`YouTube
In which year was ASCII formed?`1963
In which year was the Personal Computer featured as the Times 'Man of the Year'?`1982
What is the name of Linux's Mascot?`Tux
What was the original name of Netscape Navigator?`Mozilla
What was the first ARPANET message?`lo
What error is "Site Access Forbidden/Password Protected"?`Error 403`403
Early web search engine founded in 1995. Purchased by Yahoo! in 2003 which shut it down in 2013?`AltaVista
Often blocked file sharing site using the BitTorrent protocol, founded in Sweden in 2003?`The Pirate Bay
Internet-based network of content, providing articles and videos about various topics, authored by experts. Founded in 1997?`About.com
Social and visual discovery tool, founded by Ben Silbermann, Evan Sharp and Paul Sciarra in 2010?`Pinterest
Crowdfunding platform founded in 2009 by Perry Chen, Yancey Strickler and Charles Adler?`Kickstarter
Provider of on-demand Internet streaming media since 1997. Started its own original programming in 2011 with the series House of Cards?`Netflix
Business-oriented social networking service, co-founded by Reid Hoffman in 2003?`LinkedIn
Internet domain registrar and web hosting company, founded by Bob Parsons in 1997?`Go Daddy
Social networking service co-founded by Mark Zuckerberg in 2004?`Facebook
E-commerce business founded in 1998 and focuses on money transfers to be made through the Internet?`PayPal
Quattro Pro, Paradox and Trellix are part of which office suite?`Corel WordPerfect
In what year did ARPANET became operational?`1969
Which company first produced the 3 1/2 inch floppy disk?`Sony
In which year was MIDI introduced?`1983
What does CE in Windows CE, OS from Microsoft for palmtops, stand for?`Consumer Electronics
Which company invented the floppy disk?`IBM
Which company first manufactured CDs?`Philips
In what year was the "@" chosen for its use in e-mail addresses?`1972
What error is "Site not found -in HTTP"?`Error 404`404
TCP port number 80 is usually reserved for?`HTTP
What is commonly regarded as the first inexpensive and commercially available computer with GUI and Mouse?`Apple Lisa
In what year was the Domain Name System created?`1983
What error is "Internal error/server-configuration problems"?`Error 500`500
[Input/Output]Monitor?`Output
[Input/Output]Keyboard?`Input
[Input/Output]Scanner?`Input
[Input/Output]Graphics Tablet?`Input
[Input/Output]Trackball?`Input
[Input/Output]Laser Printer?`Output
[Input/Output]Mouse?`Input
[Input/Output]Speakers?`Output
[Input/Output]Inkjet Printer?`Output
[Input/Output]Digital Camera?`Input
[Input/Output]Touchpad?`Input
[Acronyms]What does ISP stand for?`Internet Service Provider
[Acronyms]What does IP stand for?`Internet Protocol
[Acronyms]What does ISO stand for?`International Standard Organization
[Acronyms]What does LPT stand for?`Line Printer
[Acronyms]What does CD-ROM stand for?`Compact Disc-Read Only Memory`Compact Disc Read Only Memory`Compact Disk-Read Only Memory`Compact Disk Read Only Memory
[Acronyms]What does CD-R stand for?`Compact Disc-Recordable`Compact Disc Recordable`Compact Disk-Recordable`Compact Disk Recordable
[Acronyms]What does CD-RW stand for?`Compact Disc-Rewritable`Compact Disc Rewritable`Compact Disk-Rewritable`Compact Disk Rewritable
[Acronyms]What does www stand for?`World Wide Web
[Acronyms]What does Spool stand for?`Simultaneous Peripheral Output On-Line`Simultaneous Peripheral Output On Line
[Acronyms]What does NIC stand for?`Network Interface Card
[Acronyms]What does PAN stand for?`Personal Area Network
[Acronyms]What does SDLC stand for in Networking protocol?`Synchronous Data Link Control
[Acronyms]What does EOF stand for?`End of File
[Acronyms]What does SCSI port (pronounced skuzzy) stand for?`Small Computer System Interface
[Acronyms]What does RAM stand for?`Random Access Memory
[Acronyms]What does SCSI stand for?`Small Computer System Interface
[Acronyms]What does MTBF stand for?`Mean Time Between Failures
[Acronyms]What does CPU stand for?`Central Processing Unit
[Acronyms]What does LCD stand for?`Liquid Crystal Display
[Acronyms]What does VDU stand for?`Visual Display Unit
[Acronyms]What does USB stand for?`Universal Serial Bus
[Acronyms]What does TCP stand for?`Transmission Control Protocol
[Acronyms]What does CRT stand for?`Cathode Ray Tube
[Acronyms]What does DVI stand for?`Digital Visual Interface
[Acronyms]What does modem stand for?`Modulator Demodulater
[Acronyms]What does SDRAM stand for?`Synchronous Dynamic Random Access Memory
[Acronyms]What does ROM stand for?`Read Only Memory
[Programming Languages]One of the oldest high-level programming languages in widespread use today. It was designed by John McCarthy in 1958 and quickly became a favored programming language for artificial intelligence`LISP
[Programming Languages]Purely functional programming language since 1990. It was named after US mathematician and logican H. Curry and uses the Greek letter lambda as its logo.`Haskell
[Programming Languages]Influential programming language, published in 1970 by Niklaus Wirth as a small and efficient language intended to encourage good programming practices using structured programming and data structuring.`Pascal
[Programming Languages]Educational programming language, designed in 1967 and modeled on the LISP programming language.`Logo
[Programming Languages]Multi-paradigm, high level programming language launched by Microsoft in 2002 to make programs for Windows in a an 'drag-and-drop' interface.`Visual Basic .NET
[Programming Languages]One of the first programming languages, designed by Kemeny and Kurtz in 1964. Its design philosophy emphasizes ease of use and became widespread on microcomputers in the mid-1970s and 1980s.`BASIC
[Programming Languages]Language that appeared in 1985, originally to create database and business programs operated primarily under DOS.`Clipper
[Programming Languages]Programming language and web application development platform invented in 1995 and purchased by Adobe in 2006. It was originally designed to connect simple HTML pages to a database.`ColdFusion
[Programming Languages]Popular high-level, general-purpose, interpreted, dynamic programming language created by Larry Wall in 1987. It is often used in CGI and text processing (e.g. parsing).`Perl
[Programming Languages]Server-side script engine that uses the VBScript or JScript languages for dynamically generated web pages. It was created by Microsoft in the mid 1990s and succeeded by a .NET version in 2002.`ASP
[Programming Languages]Compiled computer programming language created in 1959 and primarily used in business, finance, and administrative systems.`COBOL
[Programming Languages]Not a programming language, but a popular group of interrelated client-side web development techniques to exchange data without full webpage reloads.`Ajax
[Programming Languages]The most widespread logic programming language, desgined by Alain Colmerauer in 1972. Unlike many programming languages, it's declarative.`Prolog
[Programming Languages]Computer language since 1982 for creating vector graphics, best known for its use as a page description language in the electronic and desktop publishing areas.`Postscript
[Programming Languages]One of the most widely used and influentual programming languages of all time. It is an imperative and compiled language, initially developed by Dennis Ritchie and Ken Thompson between 1969 and 1973 at AT&T Bell Labs.`C
[Programming Languages]General-purpose, object-oriented programming language designed by Brad Cox and Tom Love. It is the main programming language used by Apple for the OS X and iOS operating systems,and their application programming interfaces.`Objective-C`objective c`objectivec
[Programming Languages]Language originally developed by Borland as a rapid application development tool for Windows as a successor to Borland Pascal.`Delphi
[Programming Languages]Widely used general-purpose, high-level programming language created by Guido van Rossum in 1991. Its design philosophy emphasizes code readability and its syntax allows to express concepts in relatively few lines of code.`Python
[Programming Languages]Very popular general-purpose, imperative programming language in high-performance computing (e.g. scientific use and supercomputers). It was initiated by John Backus and IBM in 1957.`Fortran
[Programming Languages]One of the most popular programming languages, created by James Gosling at Sun Microsystems in 1995. It is platform independent and based upon C and C++.`Java
[Programming Languages]A popular scripting language for computers, often run in web browsers to create or alter dynamic content. It was developed by Brendan Eich for Netscape in 1995.`Javascript
[Programming Languages]Multi-paradigm numerical computing environment and fourth-generation programming language since the late 70s, primarily intended for numerical computing.`MATLAB
[Programming Languages]Interpreted programming language for text processing and data extraction and was very popular in the late 1970s and 1980s. It is a standard feature of most Unix-like operating systems.`AWK
[Programming Languages]Scripting and object-oriented programming language developed by John H. Thompson for use in Adobe Director`Lingo
[Programming Languages]Programming language and software environment for statistical computing and graphics. It was introduced in 1993 and has become popular among statisticians and data miners.`R
[Programming Languages]Widely used programming language designed for managing data held in a relational database management system. It was initially developed Chamberlin and Boyce at IBM in the early 1970s.`SQL
[Programming Languages]Dynamic, object-oriented, general-purpose programming language with a focus on shortness and ease of use. It was influenced by Perl, Ada and Lisp and designed by Yukihiro Matsumoto in 1995.`Ruby
[Programming Languages]Computer scripting language originally developed by Macromedia Inc., now primarily used in Adobe Flash Player`ActionScript
Name the actor who played the leading role in "The Good, the Bad, and the Ugly"?`Clint Eastwood
Who took dictation from Perry Mason?`Della Street
Where are Rocket J. Squirel and Bullwinkle Moose from?`Frostbite falls
Charles Boyer inspired a cartoon skunk. Who?`Pepé Le Pew`Pepe le Pew
What job did Sting have before he was a rock star?`Teacher
Who hosted the 1997 Grammy Awards?`Ellen DeGeneres
Who portrayed Han Solo in "Star Wars"?`Harrison Ford
What was John Wayne's real name?`Marion Morrison
Who sang 'That's Alright Mama'?`Elvis Presley
What song by Don McLean talks about the day Buddy Holly died?`American Pie
Who played George Costanza on 'Seinfeld'?`Jason Alexander
What was the name of the restaurant the TV series "Happy Days"?`Arnold's`Arnolds
Who played Charlie in Charlies Angels?`John Forsythe
Who sang 'Beat It'?`Michael Jackson
Who invented the synthesiser ?`Bob Moog
What was Don Rickles' nickname?`Mr. Warmth`mr warmth
Besides the Stones, which group had the longest touring career until the founder's death in 1995?`The Grateful Dead
Who killed Kenny?`They
In 1987, who released her second album 'Solitude Standing'?`Suzanne Vega
The eldest sister in the TV Series Charmed, is played by who?`Shannon Doherty
Who is Snoopy's arch enemy?`The Red Baron
Who directed the classic thriller 'The Birds'?`Alfred Hitchcock
Where does Yogi Bear Live?`Jellystone Park
In the film 'American Hot Wax', who did Jay Leno play?`Mookie
Which comic strip was banned from "Stars and Stripes"?`Beetle Bailey
In the 'Nightmare On Elm Street' films, who played Freddy Krueger?`Robert Englund
Who collaborated with John Lennon on 'Whatever Gets You Through The Night'?`Elton John
Where did Clark Kent attend college?`Metropolis University
What is the address of The Munsters?`1313 Mockingbird Lane
For which ad campaign was the line 'I can't believe I ate the whole thing' used?`Alka Seltzer
Tinky-Winky, Dipsy, Laa Laa, and Po are known as what?`The Teletubbies`Teletubbies
What famous animal character called "Skull Island" home?`King Kong
How many flats are in the key of B flat major?`Two`2
When danger appeared, Quick Draw McGraw became which super hero?`El KaBong
An alien creature in a funny hat has opposed both Bugs Bunny and Daffy Duck. Where is he from?`Mars
This was the first fully synchronized sound cartoon?`Steamboat Willie
What film starred Helen Hunt, Cary Elwes and Bill Paxton?`Twister
In the TV series 'The Fall Guy', who did Lee Majors play?`Colt Seavers
Tess Trueheart married which plainclothes detective?`Dick tracy
Who is Scooby Doo's nephew?`Scrappy Doo
What hardcore rock group sings, 'Blind' and 'Clown'?`Korn
What city do Batman and Robin patrol?`Gotham City
What did Dorothy's house land on in 'The Wizard Of Oz'?`The Wicked Witch of the West`wicked witch of the west
Who is the lead singer of the Rolling Stones?`Mick Jagger
Who is Gordon Sumner better known as?`Sting
Who played Clyde to Faye Dunaway's Bonnie?`Warren Beatty
Name the band - songs include "Light My Fire, Love Her Madly"?`The Doors
Hanna Barbera rose to fame by creating what duo for MGM?`Tom and Jerry
Who's first release was 'Talking Heads 77'?`Psycho Killer
Who is Kermit D Frog's girlfriend?`Miss Piggy
After who was Deana Carter named?`Dean Martin
What is Tina Turner's real name?`Anne Mae Bullock
His films include?` Spartacus, The Vikings, and Ulysses.?`Kirk Douglas
What comic strip character is Beetle Bailey's sister?`Lois
What is Blondie's maiden name?`Oop
Who released a chart-busting album in 1976 which featured 'The Lido Shuffle'?`Boz Scaggs
What was Lucy's maiden name on 'I Love Lucy'?`McGillicuddy
What was Wilma Flintstone's maiden names?`Slaghoople
What was Betty Rubble's maiden name (The Flintstones)?`Mcbricker
What was the name of Ashley Wilkes' plantation in "Gone With the Wind"?`Twelve Oaks
Who says, "Th-th-th-that's all folks!"?`Porky pig
In what did someone squish her hands to make the sound of E.T. walking?`Jelly
Who played Steve Erkel in 'Family Matters'?`Jaleel White
What is the name of the film in which Steven Segal's character dies?`Executive Decision
Who wrote the opera 'The Giant'?`Sergei Prokofiev
Who wrote the oprea 'La Traviata'?`Guiseppe Verdi
Band: Elvis Costello and the ___________ ?`Attractions
What country singer/songwriter (and sometimes actor) is known as "the country outlaw"?`Willie Nelson
This movie starring Marlon Brando won the best picture award in 1972.?`The Godfather
_____ in the name of love?`Stop
In what city does Fat Albert live?`Philadelphia
Who is Tippi Hedren's daughter?`Melanie Griffith
In which opera does Leporello entertain a vengeful jilted lover?`Don Giovanni
Name Li'l Abner's favorite Indian drink?`Kickapoo joy juice
Which of Paul Simon's musical characters was told to hop on the bus?`Gus
Who said 'you'd be surprised how much it costs to look this cheap'?`Dolly Parton
Name the band: songs include "Heart of Glass, The Tide is High"?`Blondie
Who played Dr. Frankenfurter in the pop-culture film 'The Rocky Horror Picture Show?`Tim Curry
What is the drummer's name in 'The Muppet Show'?`Animal
In the TV series 'Seinfeld', who does Michael Richards play?`Kramer
What is a Hurdy-Gurdy?`Fiddle
Name the band: songs include "Forgiven Not Forgotten, Runaway"?`The Coors
Which actor said, "Love means never having to say you're sorry"?`Ryan O'Neil
This was the sequel to "The Empire Strikes Back"?`Return of the Jedi
The Hard Rock Cafe is named after a song by what band?`The Doors
In the TV series 'Seinfeld', who plays Kramer?`Michael Richards
This film starring Richard Beymer and Natalie Wood won the best picture Oscar for 1961?`West Side Story
What is the name of the Family Circus's dog?`Barf
Formerly with Spencer Davis, he went on to form Traffic with Dave Mason. He is?`Steve Winwood
In the Gene Pitney how many hours was it from Tulsa?`24
What is tattooed on Glen Campbell's arm?`Dagger
Fat Albert and friends was created by ______ ?`Bill Cosby
Who sings and plays the theme song for the TV show 'Frasier'?`Kelsey Grammer
Who played Matt Helm in the movies?`Dean Martin
In which London recording studios did The Beatles record the majority of their work?`Abbey Road
Who is married to Eddie Van Halen?`Valerie Bertanelli
Who married Mutt Lange?`Shania Twain
At the end of "Planet of the Apes" what protruded from the rocks?`Statue of Liberty
Turn, Side and Why does it always rain on me are all songs from what UK band?`Travis
What was the Oscar-winning theme song from "Breakfast at Tiffany's"?`Moon River
John Travolta, Samuel Jackson, Uma Thurman starred in which 1994 Quentin Tarantino film?`Pulp Fiction
What was Keanu Reeves' computer world alias in 'The Matrix'?`Neo
Who plays the character of the only escapee from Alcatraz in the movie "The Rock"?`Sean Connery
Nick Nolte and Eddie Murphy star in this 1982 film?`48 Hours
What is the name of the whale that swallowed Pinocchio?`Monstro
Who played Dr. Kildare?`Richard Chamberlain
An Andy Panda cartoon gave birth to a famous, cantankerous bird. Name him?`Woody woodpecker
Film Title: The Last Days of _________. (a city)?`Pompeii
Which 1960's group sang a song inspired by 'Alice In Wonderland'?`The Jefferson Airplane
Who produced 'Sgt Pepper's Lonely Hearts Club Band'?`George Martin
Famous Phrase: Who knows The ______?`Shadow
What was the name of Speed Racer's car?`The Mach Five
'White Room' was a hit off which Eric Clapton album?`Cream
Mickey Mouse is known as what in Italy?`Topolino
An adventurous penguin named Tennessee Tuxedo had a sidekick named _______?`Chumley
In 1962 Chubby Checker had a hit with a pop song and novelty dance that remains famous today. What was that dance?`The Twist
What is Kenny G's real surname?`Gorelick
In the film 'The Day Of The Jackal', who played the Jackal?`Edward Fox
Which character sang, "When you wish upon a star..." in Disney's "Pinocchio"?`Jiminy Cricket
Name the apartments the Jetson's live in?`The Skypad Apartments
Kelsey Grammer sings and plays the theme song for which TV show?`Frasier
As what is Merle Haggard also known as?`Okie from Muskogee
Alvin & Simon's brother was ________?`Theo
In the film 'Pretty Woman', for who was Goldie Hawn the body double?`Julia Roberts
Who did Pat Sajak play on the soapie 'Days Of Our Lives'?`Kevin Hathaway
Film Title: An Officer and a _________?`Gentleman
What film marked James Cagney's return to the screen after 20 years?`Ragtime
Name the town that Fred, Wilma, Barney, and Betty lived in?`Bedrock
What term is used for the speed at which a piece of music is played?`Tempo
Who played the lead in the movie "The Mask"?`Jim Carrey
Who sang 'Mull of Kintyre'?`Wings
What film did John Wayne win his only Oscar for?`True Grit
Porky Pig had a girlfriend named ________?`Petunia
Who sang the song "Pretty Woman"?`Roy Orbison
This female artist enjoyed sucess on both popular and country & western stations with such tunes as "Let Me Be There" and "Have You Never Been Mellow"?`Olivia Newton-John`olivia newton john
Who played the first James Bond?`Sean Connery
Who was the original voice of Mickey Mouse?`Walt disney
Where did George of the Jungle live?`Imgwee Gwee Valley
What is Dennis the Menace's last name?`Mitchell
The film "Crouching Tiger, Hidden Dragon" takes place in which dynasty?`Ching
Who is lead guitarist for Guns 'n Roses?`Slash
Who was the only songwriter to win the Eurovision Song Contest twice?`Johnny Logan
The song "Matchmaker, Matchmaker" came from which musical play?`Fiddler On The Roof
Which 1980's Pink Floyd album was made into a film that starred Bob Geldof, and featured the artwork of cartoonist Gerald Scarfe?`The Wall
What was used for blood in the film 'Psycho'?`Chocolate syrup
Who played Hopalong Cassidy?`William Boyd
A graphical representation of the guitar fingerboard, used to teach someone to play a guitar without actually learning how to read musical notes?`Tablature
What famous singer was known to give automobiles to complete strangers?`Elvis Presley
Who played the title role in 'Mad Max'?`Mel Gibson
What came out of Milton's head?`Steam
Benny and Cecil were at odds with whom?`John
Who sang 'Bad Case Of Loving You'?`Robert Palmer
Where do Rocky and Bullwinkle play football?`Wossamotta U
Who was the frontman of Nirvana?`Kurt Cobain
In 1975 Jack Nicholson won the best actor Oscar for his role in this film.?`One Flew Over the Cuckoo's Nest`one flew over the cuckoos nest
Name the band: songs include "Get Down & Get With It, Mama We're All Crazy Now"?`Slade
Who recorded the 1969 hit "Space Oddity"?`David Bowie
Who directed the film 'Ordinary People'?`Robert Redford
Who played the title role in the 1978 version of 'Superman'?`Christopher Reeve
What was Marilyn Monroe's given name at birth?`Norma Jean Mortenson
Who began his professional career with Black Sabbath?`Ozzy Osbourne
Who was the sexy star of Barberella?`Jane Fonda
Actor: __________ Savalas?`Telly
What is the official birthplace of country music?`Bristol
Who wrote the song 'Do They Know It's Christmas' with Midge Ure?`Bob Geldof
What instrument does Woody Allen play?`Clarinet
Term meaning 'to gradually decrease in volume'?`Decrescendo
He wrote the operas "The Magic Flute" and "The Marriage of Figaro"?`Wolfgang Amadeus Mozart
In 'La Traviata', who sings 'Sempre Libera'?`Violetta
What do the initials B.B. stand for in B.B. King's name?`Blues Boy
Name the musical film named after a state?`Oklahoma
Which magician did Lothar assist?`Mandrake
On what T.V. show could Tom Terrific be found?`Captain Kangaroo
What was Ben Stiller's character called in 'Mystery Men'?`Mr. Furious`mr furious
What is the name of Yogi Bear's best freind?`Boo Boo
Who sang 'Rescue Me'?`Fontella Bass
What was Betty Grable's nickname?`The Legs
Name the band: songs include "Psycho Killer, Road To Nowhere"?`Talking Heads
Name Alley Oop's girl friend?`Oola
French impressionist Claude _______?`Debussy
In the TV sitcom 'Married With Children', what is the dog's name?`Buck
Who was the first voice of Mickey Mouse?`Walt Disney
Where does young Anakin Skywalker come from?`Tatooine
Who was Dick Dastardley's pet?`Muttley
What actress has received the most Oscar nominations?`Katherine Hepburn
Who sang 'In The Air Tonight'?`Phil Collins
Which of Beethoven's symphonies was the legendary "Incomplete"?`The 9th Symphony`9th`9
Name the band: songs include "Let's Stick Together, The Price of Love"?`Bryan Ferry
What is the name given to the type of West Indian music made famous by artists such as Bob Marley and Peter Tosh?`Reggae
In the film 'American Hot Wax', who played the 'Mookie'?`Jay Leno
A set of graduated steel bars set in a frame and hit with a hammer, used in the orchestra?`Glockenspiel
What did George Harrison discover on the Witwatersrand?`Gold
For whom did Colonel Tom Parker act as manager?`Elvis Presley
Tess Trueheart married which plainclothes detective?`Dick Tracy
What is the name of Pierce Brosnan's first James Bond film?`Goldeneye
Who did the voices of Bugs Bunny, Sylvester and Tweety Pie?`Mel Blanc
What does the term 'DJ' mean?`Disc Jockey
What is Vanilla Ice's real name?`Robert van Winkle
Before Olive Oyl met Popeye she was engaged to someone. Who was he?`Ham Gravy
Name the dog in the Yankee Doodle cartoons?`Chopper
How many strings are there on a bass guitar?`Four`4
Who is Sally Brown's sweet baboo?`Linus
Who wrote the opera 'norma'?`Vincenzo Bellini
What is Reginald Dwight known as?`Elton John
She starred in the 1952 film, "Niagara"?`Marilyn Monroe
Who does the voice for Yoda in the Star Wars films?`Frank Oz
Who is stationed at Camp Swampy in the comic strips?`Beetle Bailey
Who starred in the film 'The Man With Two Brains'?`Steve Martin
Which planet was the "Planet of the Apes"?`Earth
What was Eric Clapton's nickname?`Slowhand
What two words are normally at the end of most movies?`The End
What was the name given to the popular genre of rock that arose in the Pacific Northwest (Seattle) in the early 1990s?`Grunge
This was the Beatle's first film?`A Hard Day's Night`a hard days night
What do the initials of the band NIN stand for?`Nine Inch Nails
Which Beatle wrote The Octopus's song?`Ringo Starr
Who wrote the opera 'Tosca'?`Giacomo Puccini
Who was always trying to get rent from Andy Capp?`Percy
Which band included rock greats Roy Orbison, Tom Petty, George Harrison, and Bob Dylan?`The Travelling Wilburys
What movie starred Nicholas Cage and John Travolta, one as a police officer, the other as a villain?`Face Off
Who was the oldest member of The Beatles?`Ringo Starr
What is Smokey Stover's job?`Fireman
About which family are the Godfather films?`Corleone
What is the name of Duddley Do-Right's horse?`Horse
The two rival gangs in "West Side Story" were the Sharks and the _________.?`Jets
What is the title of the 1996 sequel to "Terms of Endearment"?`Morning Star
Who recorded 'A Boy Named Sue'?`Johnny Cash
What was the name of George of the Jungle's pet elephant?`Shep
What kind of dog is Scooby Doo?`Great dane
Who was Barney Rubble's best friend?`Fred Flintstone
Who did a version of 'One Bourbon, One Scotch, One Beer' on his 1977 debut album?`George Thorogood
This 1974 film started a run of nostalgia culminating in the TV series "Happy Days"?`American Graffiti
From what platform does the 'Chattanooga Choo Choo' leave Pennsylvania station?`29
He was the voice of draco the dragon in the movie Dragonheart?`Sean Connery
What album holds the world record for copies sold?`Thriller
What character did Tex Avery first create upon arriving at MGM?`Screwball Squirrel
Who played the president of the U.S in 'Air Force One'?`Harrison Ford
What was the name of Luke's strange little advisor in "The Empire Strikes Back"?`Yoda
Actor: _______ Borgnine?`Ernest
Who was the Hulk's first friend?`Rick Jones
How many semitones are there in an octave?`12
Composer of the Brandenburg Concerti: J.S. ____?`Bach
What TV series from 1970-1974 starred Susan Dey?`Partridge Family
Who sings "Imitation Of Life"?`R.E.M.`rem
Who appeared in 'St. Elmo's Fire', 'The Scarlett Letter' and 'Striptease'?`Demi Moore
What type of plant does Broom Hilda sell?`Venus flytrap
Who played the murder victim in the original version of 'Psycho'?`Janet Leigh
Which was the first 'Indiana Jones' film?`Raiders Of The Lost Ark
Name Donald Duck's girlfriend?`Daisy Duck
Who directed 'The Shining'?`Stanley Kubrick
Who played the 'Wicked Witch of the West' in "The Wizard of Oz"?`Margaret Hamilton
Who drew the comic 'The Maxx'?`Sam Keith
Sung by Robert Palmer, '______ to love'?`Addicted
Who played the Agent james Bond in the 1966 film 'Casino Royale'?`David Niven
This electronic instrument's creator was surnamed Moog, and his models are worth a fortune! Other brands include Roland, Korg, and Casio?`Synthesizer
Who was the director of 'Terminator' and 'Titanic'?`James Cameron
What was Sir Alec Guinness's role in "Star Wars"?`Obi-Wan Kenobi`obiwan kenobi`obi wan kenobi
What is Dennis the Menace's last name?`Mitchell
Who was John Wayne's musical co-star in true grit?`Glen Campbell
She played the lead role in "Coal Miner's Daughter"?`Sissy Spacek
What was painted on Peter Fonda's helmet motorcycle helmet in 'Easy Rider'?`Stars and stripes
Which former Beatle released the hit single "My Sweet Lord"?`George Harrison
What other well known singer shares the same birthday as Elvis Presley (Jan 8)?`David Bowie
The Who's rock musical stars Elton John. It's called ________?`Tommy
Who is Scooby Doo's nephew?`Scrappy doo
In 'The Shining' what was the child's imaginary friend's name (the one who told him things that were going to happen)?`Tony
On 'The Lucy Show', who played Vivian Bagley?`Vivian Vance
An arrangement for five performers is called a__?`Quintet
Who sang 'You Can Call Me Al'?`Paul Simon
Who played the lead in the movie "Erin Brokovich"?`Julia Roberts
What does the Italian term "poco a poco" mean?`Little by little
What actress's real name was Frances Gumm?`Judy Garland
Who played the lead in the movie "The Matrix"?`Keanu Reeves
What did TVs IMF stand for?`Impossible Mission Forces
Who is Donald Duck's uncle?`Scrooge
What is the Pink Panther in the Pink Pather film?`A Diamond
What is the name of the rabbit in the film, "Bambi"?`Thumper
What did Peppermint Patty always call Charlie Brown?`Chuck
Film Title: Fahrenheit ________?`451
Who sang 'Islands In The Stream' with Kenny Rogers?`Dolly Parton
Who play Captian Jean-Luc Picard in Star Trek the Next Generation?`Patrick Stewart
Who wanted 'a lover with a slow hand'?`The Pointer Sisters
What is the destination of the plane at the end of the film "Casablanca"?`Lisbon
R. Kelly sings: 'If I can see it then I can do it, if I just believe it, there's nothing to it'. What's the song title?`I Believe I Can Fly
Whose theme song was Back In The Saddle Again?`Gene Autry
Who portrayed Moses in "The Ten Commandments"?`Charlton Heston
What film starred Rosie O'Donnell, Rita Wilson and Meg Ryan?`Sleepless in Seattle
Richard Strauss' majestic overture "Also Sprach Zarathustra" was the theme music for which Stanley Kubrick film?`2001: A Space Odyessy
This term means to play smoothly?`Legato
How many members are in the 'fairfield four'?`Five`5
What film is generally considered the worst film ever made?`Attack of the Killer Tomatoes
What is a cello's full name?`Violoncello
What song did Aretha Franklin sing in "The Blues Brothers"?`Think
Name the band: songs include "Doctor Doctor, Hold Me Now, Don't Mess With Dr Dream"?`Thompson Twins
Who sang 'All Right Now'?`Free
Country singer Vince ____?`Gill
What is Hawkeye's full name in M.A.S.H.?`Benjamin Franklin Pierce
How many symphonies did Beethoven complete?`Eight`8
What is Peter Parker's secret identity?`Spiderman
Before being married to Pamela Anderson what other famous actress was Tommy Lee married to?`Heather Locklear
Who is the autor of the song 'Blue Suede Shoes'?`Carl Perkins
Who was always trying to get rent from Andy Capp?`Percy
Who is the fastest mouse in all of Mexico?`Speedy Gonzalez
An adventurous penguin named Tennessee Tuxedo had a sidekick named _______?`Chumley
What was Citizen Kane's dying word?`Rosebud
Who is the male lead in the "Naked Gun" movies?`Leslie Nielsen
He directed "The Godfather"?`Francis Ford Coppola
Who is Steveland Morris better known as?`Stevie Wonder
In the 1996 version of "Romeo and Juliet", who played Juliet?`Claire Danes
Who did the music for the 1970's film 'Saturday Night Fever'?`Bee Gees
Who is the only singer to have No. 1 hits in the 50s, 60s, 70s, 80s and 90s in the United Kingdom?`Cliff Richard
Who was Chief Marshall of the Mickey Mouse Club?`Walt Disney
What famous classical composer continued to compose great music after becoming deaf?`Ludwig van Beethoven`Beethoven
His films include: Giant, Written on the Wind, and A Farewell to Arms?`Rock Hudson
What was Kevin Bacon's first big hit?`Footloose
Who co-starred with Julie Andrews in "Mary Poppins"?`Dick Van Dyke
Who is the voice of Darth Vadar?`James Earl Jones
In what year did both Peanuts and Beetle Bailey first appear?`1950
On 'Dragnet', who played officer Bill Gannon?`Harry Morgan
What is Hulk Hogan's real name?`Terry Bollea
Who played Scarlette O'Hara in "Gone With the Wind"?`Vivien Leigh
Casper the Friendly Ghost frolicked with which witch?`Wendy
Rolling Stones first hit was written by what group?`The Beatles
What city is also known as Music City, U.S.A.?`Nashville
Who played 'The Scorpion King' in the recent movie 'The Mummy Returns'?`Dwight Johnson
Name the late actor who played Obi-Wan Kenobi in Star Wars?`Alec Guiness
Who sang 'We've only just begun'?`Carpenters
Tippi Hedren is best known for her lead role in which film?`The Birds
What is the sequel to the film 'Every Which Way But Loose'?`Every Which Way You Can
What actor appeared in all three of these films: Straw Dogs, Midnight Cowboy, and The Graduate?`Dustin Hoffman
In which film did Jay Leno play 'Mookie'?`American Hot Wax
What are the separators on a guitar neck called?`Frets
When not fighting crime, what did Underdog do for a living?`Shoeshine boy
Who were the rivals of the T-Birds in the movie "Grease"?`Scorpions
What type of plant does Broom Hilda sell?`Venus flytrap
What was Eddie Murphy's character name in 'Beverley Hills Cop'?`Axel Foley
Who is stationed at Camp Swampy in the comic strips?`Beetle bailey
Who is Sally Brown's sweet baboo?`Linus van pelt
What's the name of the Mummy in the film "The Mummy"?`Imhotep
Who starred in the film version of 'To Kill A Mockingbird'?`Gregory Peck
Who is married to Valerie Bertanelli?`Eddie Van Halen
What's the name of B.B. King's guitar?`Lucille
In 1968, who released 'Carnival of life' and 'Recital'?`Lee Michaels
What night club did Ricky work at on 'I Love Lucy'?`The Tropicana
Who is Warren Beatty's sister?`Shirley MacLaine
Who was Fred Flinstone's best friend?`Barney Rubble
Who is Robert van Winkle?`Vanilla Ice
What song did Elton John and George Michael sing as a duet?`Don't Let The Sun Go Down On Me`dont let the sun go down on me
Who was the black assistant of Mandrake the Magician?`Lothar
Who was C3PO's sidekick in "Star Wars"?`R2D2
Who played the lead in the movie "Snatch"?`Brad Pitt
What was the first CD pressed in the USA?`Born In The USA
Who directed the movie "Blade Runner"?`Ridley Scott
Who sang 'Any Way You Want Me'?`Elvis Presley
Casper the Friendly Ghost frolicked with which witch?`Wendy
What did Dr. David Banner become when he got angry?`The Incredible Hulk
Who is the lead singer of 'The Doors'?`Jim Morrison
He was known as the "Elephant Man"?`Joseph Merrick
Porky Pig had a girlfriend named _______?`Petunia
Who released the double album 'Goodbye Yellow Brick Road' in 1973?`Elton John
Who played Eddie in the pop-culture film 'The Rocky Horror Picture Show?`Meat Loaf
What did Sheryl Crow do before she became a singer?`Teach
In what film did Whoopi Goldberg make her screen debut?`The Color Purple
"Joy to the World" was a hit in 1971 for what band with three lead vocalists?`Three Dog Night
The theme tune for 'Monty Python's Flying Circus' was written by which composer?`John Philip Sousa
Beethoven's Sixth Symphony shares it's popular name with a method of animal farming. What is it?`Pastoral
What was Keanu Reeves' first big film?`Point Break
What Procol Harem tune was based on the Bach cantata "Sleepers Awake"?`A Whiter Shade of Pale
Which British group holds the record for the album to remain in the US Billboard charts for the longest time?`Pink Floyd
Who played Bobby Ewing in the TV series 'Dallas'?`Patrick Duffy
Who played the mayor of the munchkins in 'The Wizard of Oz'?`Charlie Becker
What is Super Chicken's partners name?`Fred
What song was originally 'Good Morning To You' before the words were changed and it was published in 1935?`Happy Birthday To You
Who sang 'Beauty and the Beast'?`Celine Dion
Who released 'Tuesday Night Music Club' in 1993?`Sheryl Crow
Who was Dr. Zhivago's great love?`Lara
Who 'imagined' a better world?`John Lennon
This is a classic film about a huge gorilla?`King Kong
In 1981, who won song of the year with 'Sailing'?`Christopher Cross
Who directed the Movie 'Psycho' from Robert Bloch?`Alfred Hitchcock
What was the last movie of the late Brandon Lee?`The Crow
Randy Travis said his love was 'deeper than the ______'?`Holler
What is the mother's name in Family Circus?`Thelma
Who had, next to Samuel Jackson, a leading roll in 'Unbreakable'?`Bruce Willis
What was "Rocky's" last name?`Balboa
Who directed Citizen Kane?`Orson Welles
Who recorded the lengthy song "In-A-Gadda-Da-Vida" in 1969?`Iron Butterfly
Hanna-Barbera rose to fame by creating what duo for MGM?`Tom and Jerry
What is the name of the Family Circus's dog?`Barf
Who wrote the Nutcracker Suite?`Tchaikovsky
Who released 'Time, Love and Tenderness' in 1981?`Michael Bolton
When Tweety exclaimed, "I thought I saw a putty tat!", who did he see?`Sylvester
What band recorded the 1978 hit album "Briefcase Full of Blues"?`The Blues Brothers
In this 1968 film the husband of an unsuspecting young wife becomes involved with a witch's coven?`Rosemary's Baby
Name the Disney cartoon in which the character "Belle" appears?`Beauty and the Beast
What kind of eyes did the girl in "Lucy In The Sky With Diamonds" have?`Kaleidoscope
He directed the movie E.T.?`Stephen Spielberg
In which film did Henry Fonda play a fallen priest?`The Fugitive
Who played "Robin" to Val Kilmer's "Batman"?`Christopher O'Donnell
What was Elvis Presley's wife's first name?`Priscilla
Film Title: ______ (a number) Leagues Under the Sea.?`20000`20.000`20,000
In which Verdi opera does Violetta sing 'Sempre Libera'?`La Traviata
Who played in the film 'Ragtime' after 20 years offscreen?`James Cagney
Who played the lead in the movie "Braveheart"?`Mel Gibson
What musical instrument did Jack Benny play?`Violin
What was the average age of United States soldiers in the Vietnam war?`Nineteen`19
In the cartoons who was Hokie Wolf's sidekick?`Ding
Who sang about 'The Boogie Woogie Bugle Boy Of Company B'?`The Andrews Sisters
In 'La Traviata', what does Violetta sing?`Sempre Libera
In which film was Goldie Hawn the body double for Julia Roberts?`Pretty Woman
Name Jerry Garcia's long lived group?`The Grateful Dead
Name the band - songs include "Aqualung, Thick as a Brick"?`Jethro Tull
Who wrote the opera 'The Masked Ball'?`Giuseppe Verdi
Secret Identities: Jim Corrigan?`The spectre`spectre
In the TV series 'The Brady Bunch', what was Cindy's toy doll's name?`Kitty Carryall
Who sang about 'Commitment'?`Leann Rhimes
What character was banned in Finland because he didn't wear pants?`Donald Duck
In 1958, who had a pop music hit with 'Willie and the Hand Jive'?`Johnny Otis
In which Disney movie is the song "So This Is Love"?`Cinderella
How many strings does a harp have?`47`Forty Seven
This band's highly original video for "Whip it," characterized by red flower pot hats was criticized for being both sado-masochistic and racist?`Devo
What is Super Chicken's partners name?`Fred
Who is the main character in 'Touched By An Angel'?`Monica
Michael di Lorenzo was one of the lead dancers on which Michael Jackson music video?`Beat It
What classic rock band sang the song 'Paint It, Black'?`Rolling Stones
What color was Bullitt's car?`Green
How many freckles did Howdy Doody have?`Forty eight`48
Who played the role of Richard Blaine in Casablanca?`Humphrey Bogart
Which comic is drawn by Sam Keith?`The Maxx
Which actor won Oscars twice for 'best male performance' in the '90s?`Tom Hanks
Who sang 'Jet Airliner'?`Steve Miller Band
What is the only X Rated film to have won the best film Oscar?`Midnight Cowboy
What is Dennis the Menace's surname?`Mitchell
Who was the first female to enter the Billboard charts in 1985?`Whitney Houston
In the 70s Hit Captain Scarlet and the Mysterons what is the name of the company Scarlet works for?`Spectrum
What was the name of George of the Jungle's pet elephant?`Shep
Who played 'Johnny Mnemonic'?`Keanu Reeves
What was George of the Jungle always running in to?`A tree`tree
Miss Buckley is secretary to what commanding officer?`General Halftrack
Which actress won the 2002 Academy Award for best actress in a leading role, for her part in the movie, 'Monster's Ball'?`Halle Berry
Savage Garden took 13 nominations and 10 wins at which awards?`ARIA awards
Name the singer - songs include "Me & Bobby McGee, Mercedes Benz"?`Janis Joplin
With which period in music do we associate with composers such as Bach, Handel and Vivaldi?`Baroque Period`Baroque
Which movie is the highest grossing movie of all time?`Titanic
What is the name of the Volkswagen in the film, "The Love Bug"?`Herbie
This term means to play crisply, with the notes separated?`Staccato
Who sang 'Born In The USA'?`Bruce Springsteen
Russian modernist Igor _________?`Stravinsky
Which instruments is used to tune the orchestra?`Oboe
For which cartoon character was Beethoven a favourite composer?`Shroeder
Secret Identities: Boston Brand?`Deadman
Name the band - songs include "Sex & Drugs & Rock & Roll, I Want To Be Straight"?`Ian Drury and The Blockheads
From which station does the 'Chattanooga Choo Choo' leave?`Pennsylvania station`Pennsylvania
In 'Coronation Street', who is Ken and Denise's son?`Daniel
Mel Blanc, the voice of Bugs Bunny, was ironically allergic to what?`Carrots
Which native of Flint, Michigan, once advised us to "drive your Chevrolet through the USA"?`Pat Boone
Name Alley Oop's girl friend?`Oola
Which british group recorded the 1983 hit 'Owner Of A Lonely Heart'?`Yes
Gadzookie has a large, green friend. Who is he?`Godzilla
What was Jethro Tull before donating his name to a British epic rock group?`Agriculturist
Who was the Indian maiden in Johnny Preston's 'Running Bear'?`Little White Dove
How old was Leann Rhimes when she recorded her first album?`Eleven`11
Which brand of guitar is played by Jimmy Page, Slash, and Brian May?`Gibson Les Paul
What was the first cartoon to feature sound?`Steamboat willy
Pancho was whose faithful sidekick?`Cisco Kid
Which character in "Forrest Gump" loved shrimp?`Bubba
Who was Dick Dastardly's pet?`Muttley
The key of A major has ___ sharps?`Three`3
From where was Ricky in 'I Love Lucy'?`Cuba
What is Elton John's real name?`Reginald Dwight
What was Citizen Kane's first name?`Charles
What was the original name of "Little Rascals"?`Our Gang
What is Cape Town's major choir called?`Cape Town Philharmonia Choir
What was the original name of Paul McCartney's fictional church cleaner 'Eleanor Rigby'?`Miss Daisy Hawkins
Word meaning to gradually decrease in volume?`Decrescendo
Who was the first James Bond?`Sean Connery
Name the band - songs include "Monday Monday, California Dreamin"?`The Mamas and the Papas
Girlfriend of Lex Luther II?`Supergirl
Who married Shania Twain?`Robert "Mutt" Lange
Who recorded the 1957 hit "Tammy"?`Debby Reynolds
Who directed the film 'The Birds' from Daphne du Maurier?`Alfred Hitchcock
For which film did Art Carney win best actor Oscar in 1974?`Harry and Tonto
In a 1976 release, who wanted to 'fly like an eagle'?`Steve Miller Band
What film featured a cat named Mr. Bigglesworth?`Austin Powers
This magic word was in the movie, "Mary Poppins".?`Supercalifragilisticexpialidocious
Who was the first singer in Genesis?`Peter Gabriel
Where did George of the Jungle live?`Imgwee gwee valley
Who played the lead in the movie "Mission Impossible"?`Tom Cruise
Darth Vader was the villan in the movie, "____ Wars"?`Star
Vincent Vega appeared in which movie?`Pulp Fiction
Who is the lead singer of limp bizkit?`Fred Durst
Who appeared solo at the Woodstock festival after leaving 'The Lovin' Spoonful'?`John Sebastian
In the TV series 'The Fall Guy', who played Colt Seavers?`Lee Majors
What was the last Beatles album to be released before they broke up in 1970?`Let It Be
Who played Kevin Hathaway on the soapie 'Days Of Our Lives'?`Pat Sajak
Who was born on Krypton?`Superman
What was the name of Ross' pet monkey on 'Friends'?`Marcel
Secret Identities: Wally West?`The Flash`Flash
In "Gone With the Wind", Scarlett regains her wealth by investing in what type of business?`Sawmill
What city's police force did Charlie Chan work with?`Honolulu
Juliette Binoche won an academy award for best supporting role in which film?`English Patient
Who runs Andy Capp's favorite pub?`Jack and Jill
What was the first film directed by Robert Redford?`Ordinary People
What was the first cartoon character called?`Oswald the Rabbit
What composer was working on his 10th symphony at the time of his death?`Ludwig van Beethoven`Beethoven
Popeye's chief adversary has two names, Bluto and ______?`Brutus
What did Hannibal Lecter like to eat with liver?`Fava Beans
Who was 'hooked on a feeling'?`Blue Suede
Who is the elder statesman of 'british blues', and fronted 'The Bluesbreakers'?`John Mayall
What is Cher's maiden name?`Sarkassian
A __________ helps to set and maintain your tempo while playing?`Metronome
Actor __________ Nimoy?`Leonard
Which large tuned orchestral drum is also known as a kettledrum?`Tympani
In late 1957, Buddy Holly's solo release 'Peggy Sue' challenged which song recorded with The Crickets?`Oh Boy
Where does George Jetson work?`Spacely Sprockets
Name the band - songs include "Mystify, Listen Like Thieves, Original Sin"?`INXS
Photographer for Daily Planet?`Jimmy olsen
Band: " _________ And the Bad Seeds"?`Nick Cave
This was the first 3-D film?`Bwana Devil
Bill Justis was a studio musician when he recorded this 'sloppy' instrumental in october 1957?`Raunchy
Ian Gillain is the singer for this legendary band?`Deep Purple
Secret Identities: Jay Garrick?`The flash`Flash
Who shot Bruce Wayne's parents?`Chill
Name the band - songs include "Add It Up, Blister In The Sun, Kiss Off"?`Violet Femmes
Who always tried to kill Krazy Kat?`Captain marvel
Word meaning to play music smoothly?`Legato
Where are Rocket J. Squirel and Bullwinkle Moose from?`Frostbite Falls
Secret Identities: Clark Kent?`Superman
Who starred in the 1952 film 'Niagara'?`Marilyn Monroe
How old was Shirley Temple when she made her last film?`21
Who is Declan Patrick McManus better known as?`Elvis
Where did Mighty Mouse get his superpowers?`Supermarket
Who broke Batman?`Bane
On what LP Cover can we read the words 'Welcome Rolling Stones'?`Sergeant Pepper's Lonely Hearts Club Band
Who starred with John Travolta in the movie "Broken Arrow"?`Christian Slater
Whose films include 'Giant', 'Written On The Wind' and 'A Farewell To Arms'?`Rock Hudson
What is Batman's butler Alfred's last name?`Pennyworth
What is the stage name of Greta Gustafson?`Greta Garbo
Who starred in 'Conan The Barbarian'?`Arnold Schwarzenegger
What is the term used for 'slowly' in music?`Lento
Who wrote Tubular Bells?`Mike Oldfield
Who was a member of 'Crosby, Stills and Nash' and 'The Hollies'?`Graham Nash
Name the band - songs include "Black Night, Smoke On The Water"?`Deep Purple
As who is Terry Bollea known?`Hulk Hogan
To which elemetary school did TV's 'Brady Bunch' go?`Dixie Canyon Elementary
Who wrote the song 'Do They Know It's Christmas' with Bob Geldof?`Midge Ure
Name the European hit, now an animated series about underwater people?`The Snorks
What is the name of Jaleel White's character in the tv series 'Family ties'?`Steve Urkel
What was the name of the motel in the film "Psycho"?`Bates Motel
Who began his career with 'The Yardbirds' and established himself as one of the best rock guitarists of his generation?`Eric Clapton
Who played Louis in 'Interview With The Vampire'?`Brad Pitt
What kind of creature was Chewbacca in "Star Wars"?`Wookiee
She played Lois Lane in the 1978 film version of "Superman"?`Margot Kidder
In which movie did Bruce Willis play the role of Korben Dallas?`The Fifth Element
Secret Identities: Arthur Curry?`Aquaman
Who sings 'Sweet Home Alabama'?`Lynyrd Skynyrd
Benny and Cecil were at odds with whom?`John
The rolling stones first recorded song was?`Come On
Who plays the lead role in The Usual Suspects?`Kevin Spacey
What show/game has characters such as Bulbasaur and Pikachu?`Pokemon
Who always tried to kill Krazy Kat?`Captain Marvel
Who invented the electrical bass?`Leo Fender
What is the frog's name in 'The Muppet Show'?`Kermit D Frog`Kermit
What group's biggest-ever hit was Be My Baby?`The Ronettes
What was The Beatles' biggest hit single?`Hey Jude
Mentor of Titan had two children in the Marvel comics, Thanos and ____?`Ero
Which Australian duo took 13 nominations and 10 wins at the ARIA awards?`Savage Garden
This movie directed by Woody Allen won the best picture Oscar in 1978?`Annie Hall
Which superhero loves peace enough to kill for it?`Peacemaker
What was the relationship between Superman and Supergirl?`Cousins
Who played the 'Universal Soldier'?`Jean-Claude Van Damme
What Marlon Brando film was widely banned?`Last Tango In Paris
What country was the setting for "The King and I"?`Siam`Thailand
What was the name of the hit song released by 'The Romantics' in February 1980?`That's What I Like About You
What was the name of Speed Racer's car?`The mach five
What kind of dog is Scooby Doo?`Great dane
Singing without instrumental back up is called what?`a capella
In which film did Paul Newman and Robert Redford hold hands and jump into a river?`Butch Cassidy and the Sundance Kid
Secret Identities: Cliff Steele?`Robotman
Who played Garth in "Wayne's World"?`Dana Carvey
What was Elvis Presley's twin brother's name?`Garon
The Who had a guiness world record for what?`Loudest Band
What country was the setting for "The Sound of Music"?`Austria
Who discovered gold on the Witwatersrand?`George Harrison
This gypsy swing guitarist nearly had his left hand destroyed by fire as a child?`Django Reinhardt
In the film 'Hackers', how old was 'zero_kool' when he was first arrested?`Eleven`11
The film 'The Wizard Of ______'?`Oz
Barbara Streisand was the female lead in "Hello, Dolly". Who was the male lead?`Walter Matthau
Who sang 'I'm A Believer'?`The Monkees`Monkees
What was the working title for The Beatles' song, 'Yesterday'?`Scrambled Eggs
Who directed "Jurassic Park III"?`Joe Johnston
Who killed Superman?`Doomsday
How many Oscars did Ben Hur win?`Eleven`11
Andre Rieu and the Johann Strauss Orchestra are famous for what musical love piece?`Romeo and Juliet
Who was the Cisco Kid's faithful sidekick?`Pancho
Which singer/songwriter worked in a factory making toilets for airplanes before he recorded 'Aint No Sunshine'?`Bill Withers
How many strings are there on a standard guitar?`Six`6
This actress appeared in "St. Elmo's Fire", "The Scarlet Letter", and "Striptease"?`Demi Moore
What did Dagwood give up to marry Blondie?`A family inheritance`family inheritance`inheritance
Josie and the ________?`Pussycats
In what city does Fat Albert live?`Philadelphia
What is the name of the Indian musical instrument made popular in western rock by The Beatles and Ravi Shankar?`Sitar
Who played Queen Amidala in the latest 'Star Wars' film?`Natalie Portman
Which beatle was the first to release a solo record?`Ringo Starr
Who is Melanie Griffith's mother?`Tippi Hedren
He starred in, "City Lights"?`Charlie Chaplin
What group refused to have their pictures taken while they were not in their makeup?`KISS
What was the name of Han Solo's spaceship in "Star Wars"?`Millennium Falcon
Number of new Supermen after his "death"?`Four`4
Who wrote and preformed the soundtrack for Live and let die?`Paul McCartney and Wings
What song's words were changed and then published in 1935 as 'Happy Birthday To You'?`Good Morning To You
"He's So Fine", "One Fine Day" and "A Love So Fine" where hits for what fine group?`The Chiffons
What is the name of Beetle Bailey's sister?`Lois
Who is the lead vocalist of U2?`Bono
Name the band - songs include "Strange Brew, White Room"?`Cream
Who sang 'Islands In The Stream' with Dolly Parton?`Kenny Rogers
The standard major scale is also known as the _______ mode?`Ionian
With which period in music do we associate composers such as Tchaikovsky, Mendelssohn, and Chopin?`Romantic period`Romantic
Hang On Sloopy was the official rock song of which band?`Ohio
Who was Carl in Five Easy Pieces before going to Walton's Mountain?`Waite
Who did Patrick Duffy portray in the TV series 'Dallas'?`Bobby Ewing
This term means to play moderately slow and gracefully?`Adagio
Jerry Lee Lewis had Great _____ Of Fire?`Balls
Who played Brad Pitt's cop partner in the movie "Seven"?`Morgan Freeman
Name the fastest mouse in all of Mexico?`Speedy gonzalez
Which comedy duo did the famous, "Who's on first" routine?`Abbott and Costello
Name Hagar the Horrible's dog?`Snert
Who played the lead in the movie "Castaway"?`Tom Hanks
Who played commander Riker in 'Star Trek'?`Jonathan Frakes
How many strings are there on a violin?`Four`4
What is the name of the skunk in the film, "Bambi"?`Flower
This film starring Julie Andrews and Christopher Plummer wont he best picture Oscar for 1965?`The Sound of Music
Through 1963 this duo's total record sales exceeded 18 million with successes including "Cathy's Clown" and "Wake Up Little Suzie"?`The Everly Brothers
In the cartoons who was Hokie Wolf's sidekick?`Ding
What was Garth's last name in 'Wayne's World'?`Algar
With which period in music do we associate composers such as Beethoven, Mozart and Haydn?`Classical period`classical
Charles Laughton played Quasimodo in this film?`The Hunchback of Notre Dame
What character did Tex Avery first create upon arriving at MGM?`Screwball squirrel
Who starred as 'ouboet' in the first TV series of 'Orkney Snork Nie'?`Frank Opperman
Green Lantern's alter ego?`Hal jordan
On what T.V. show could Tom Terrific be found?`Captain kangaroo
The first 18 minutes of this movie is black and white and then turns to color?`Wizard of Oz
What was the first network series devoted entirely to rock and roll?`American Bandstand
Name the ranger who was always after Yogi Bear?`Rick
Secret Identities: Jonn Jonzz?`Martian manhunter
What instrument are you playing when you perform a rim shot?`Drums
What was Rocky's nickname in the ring?`The Italian Stallion`italian stallion
Alvin & Simon had a brother called ____?`Theodore
Who directed '2001: A Space Odyssey' and 'A Clockwork Orange'?`Stanley Kubrick
Who sang about Desmond and Molly Jones?`The Beatles
This movie/book is about the migration of poor workers from the dust bowl to the Californian fruit valleys?`The Grapes of Wrath
Which film preceded 'Magnum Force' and 'The Enforcer'?`Dirty Harry
Who was Lauren Bacall's first husband?`Humphrey Bogart
The initials of the band NIN stand for?`Nine Inch Nails
What was the name of Barney and Betty Rubble's son?`Bam Bam
Which country and western singer is known as the 'okie from muskogee'?`Merle Haggard
Who sang 'Forever and Ever, Amen'?`Randy Travis
She played a Polish refugee in "Sophie's Choice"?`Meryl Streep
Fifties rock "n" roll was revived by what greased hair, T-shirted, TV frequenting group?`Sha Na Na
What did Peppermint Patty always call Charlie Brown?`Chuck
Which German duo have sold over 85 million records?`Modern Talking
Crosby, Stills and Nash's debut album included a song about a girl and the colour of her eyes. Name that song?`Sweet Judy Blue Eyes
Bugs always finds himself at the wrong end of a gun, usually toted by either Elmer Fudd or who?`Yosemite Sam
Who plays many voices, such as Dr Nick, and Moe on 'The Simpsons'?`Hank Azaria
Who invented James Bond?`Ian Fleming
What was Dorothy's last name in "The Wizard of Oz"?`Gale
This film was a concert sequence of cartoons by Walt Disney?`Fantasia
What license plate number is on the Volkswagon on the cover of The Beatles' 'Abbey Road' Album?`281F
Who did Vivian Vance play on 'The Lucy Show'?`Vivian Bagley
Who played Dorothy in "The Wizard of Oz"?`Judy Garland
Who wrote 'Roll Over Beethoven'?`Chuck Berry
The director of Jaws, Raiders of the Lost Ark?`Stephen spielberg
Besides "Auld Lang Syne" and "For He's a Jolly Good Fellow", what is the most frequently sung song in English?`Happy Birthday
Secret Identities: Kay Challis?`Crazy jane
Which band is Eddie Vedder with?`Pearl Jam
Which basketball star played a genie in 'Kazaam'?`Shaquille O'Neal
Who is James Bonds Recurring Foe?`Ernst Stavro Blofeld
What is the longest running musical in Broadway history?`Cats
What Magician walked through the great wall of china?`David Copperfield
(FFI) What is the HP of the final boss (Chaos), in the original NES version?`2,000`2000
(FFI) Who is the true identity of Chaos?`Garland
(FFI) The protagonist is known as the...?`Warrior of Light
(FFI) What is the name of the secret mini-game?`15 Puzzle
(FFI) Who is the fiend of wind?`Tiamat
(FFI) Who is the fiend of water?`Kraken
(FFI) Who is the fiend of earth?`Lich
(FFI) Who is the fiend of fire?`Marilith
(FFI) Who or what teaches you how to view the map?`Broom
(FFI) Who is the blind witch?`Matoya
(FFI) What do you present to Bahamut after clearing the Citadel of Trials?`Rat's Tail`Rat Tail
(FFI) What are descendants of the "Sky People" called?`Lufenian`Lufaine`Lefeinish
(FFI) What is the name of the superboss residing in the deepest level of the Labyrinth of Time?`Chronodia
(FFII) Name the largest airship.`Dreadnought
(FFII) What is the Emperor's name?`Mateus
(FFII) Princess Hilda is the leader of which organization?`Wild Rose Rebellion
(FFII) Who is Maria's brother?`Leon
(FFII) Where do you find Ricard?`Inside Leviathan`Within Leviathan`In Leviathan
(FFII) Who is the "last Dragoon"?`Ricard`Gareth`Edward
(FFII) Who kills Ricard?`Dark Emperor`Emperor`Mateus
(FFII) Who is the last survivor living in Deist?`Elina`Elena`Kain
(FFII) Who is in love with Princess Hilda?`Gordon`Scott
(FFII) Who is Gordon's brother?`Scott
(FFII) What is the only thing that can destroy the Dreadnought?`Sunfire
(FFII) Sunfire can only be carried using?`Egil's Torch`Egil Torch
(FFII) What was the object that killed Josef?`A Boulder`Boulder`Rock
(FFII) Who is Josef's daughter?`Nelly`Nellie`Molly
(FFII) Who has the ability to talk to animals?`Guy`Gus
(FFII) Minwu serves which family?`Fynn
(FFII) What sound does the Emperor make when defeated?`Ungaahhh`Ungahhh
(FFII) Name the key to Kashuan Keep.`Goddess's Bell`Goddess Bell
(FFII) Who kidnapped Josef's daughter?`Borghen`Borgan
(FFII) Minwu offers his life in exchange for what?`Ultima Tome`Ultima
(FFII) Where is the Ultima Tome located?`Mysidian Tower
(FFIII) Who was Xande's mentor?`Great Magus Noah`Noah
(FFIII) Who has feelings for Ingus?`Princess Sara Altney`Sara
(FFIII) The Djinn's curse turns people into?`Ghosts`Ghost
(FFIII) What item is required to seal the Djinn?`Mythril Ring
(FFIII) Which animal does Refia hate?`Toad
(FFIII) Who mind-controlled King Gorn?`Gigameth`Gigames
(FFIII) What does Gigameth turn into?`Garuda
(FFIII) Who is Refia's adopted father?`Takka`Taca
(FFIII) Name the hometown of Luneth and Arc.`Ur
(FFIII) What gender is the Legendary Smith?`Female
(FFIII) Excluding Xande, name Noah's two other disciples. (\_\_\_ and \_\_\_)`Doga and Unei`Unei and Doga`Dorga and Unei`Unei and Dorga`Doga and Unne`Unne and Doga`Dorga and Unne`Unne and Dorga
(FFIII) Who is Desch's girlfriend?`Salina
(FFIII) Who is known as "The Maiden of Water"?`Aria Benett`Aria`Elia
(FFIII) Luneth and Arc were adopted by?`Topapa and Nina`Topapa`Nina
(FFIII) What is the "unknown metal" that is required to get Ultima Weapon?`Orichalcum
(FFIII) What gift did Xande's mentor bestow upon him?`The gift of mortality`Mortality
(FFIII) What is the gender of the Cloud of Darkness?`Genderless`None
(FFIV) Which floor on the Tower of Zot are the Magus Sisters fought? (Answer without numerics)`Fifth`Five
(FFIV) What item was used to cure Rosa's desert fever?`Sand Pearl
(FFIV) Rosa has feelings for Kain. True/False?`False
(FFIV) Name an airship present in the game.`Enterprise or Falcon`Falcon`Enterprise
(FFIV) It was later revealed that Golbez was being mind-controlled by who?`Zemus
(FFIV) Who originally summoned the Mist Dragon?`Rydia's mother`Mother of Rydia
(FFIV) Cecil marries Rosa. True/False?`True
(FFIV) Who does Edge have a crush on?`Rydia
(FFIV) Who is the Queen of Eidolons?`Asura
(FFIV) Which castle guards the Fire Crystal?`Damcyan
(FFIV) Which castle guards the Wind Crystal?`Fabul
(FFIV) Which castle guards the Earth Crystal?`Toroia
(FFIV) Which village guards the Water Crystal?`Mysidia
(FFIV) What is Edge's real name?`Edward Geraldine`Edward
(FFIV) Who is Cecil's father?`KluYa
(FFIV) What item was given to Cecil by Edward to aid in battle against the Dark Elf?`The Whisperweed`Whisperweed`Twin Harp
(FFIV) Which monster swallowed Rydia?`Leviathan
(FFIV) What does Cid use to seal the entrance to the underworld?`A bomb`Bomb
(FFIV) What item is used to wake Yang up in the Sylph Cave?`Frying Pan
(FFIV) Rydia never learns the spell, Fire, due to trauma. True/False?`False
(FFIV) What is the name of Tellah's daughter?`Anna
(FFIV) What is the name of Kain's father?`Richard
(FFIV) The elusive Pink Tail is an item drop from...?`Flan Princess
(FFIV) What is the name of the "Home to all Eidolons"?`Feymarch
(FFIV) What is Golbez's real name?`Theodor
(FFIV) Tellah died after casting what magic spell?`Meteor
(FFIV) Who is Cecil's brother?`Golbez`Theodor
(FFIV) What crystal was exchanged for Rosa's safety?`Earth Crystal`Earth
(FFIV) What is the name of Cecil's son?`Ceodore Harvey`Ceodore
(FFIV) What is the true identity of the King of Baron?`Cagnazzo`Kainazzo
(FFIV) Who is the Archfiend of Water?`Cagnazzo`Kainazzo
(FFIV) What is Cagnazzo's epithet?`The Drowned King`Drowned King
(FFIV) Who is the Archfiend of Earth?`Scarmiglione`Milon
(FFIV) What is Scarmiglione's epithet?`The Blighted Despot`Blighted Despot
(FFIV) Who is the Archfiend of Wind?`Barbariccia
(FFIV) What is Barbariccia's epithet?`Empress of the Winds`Empress of the Wind
(FFIV) Who is the Archfiend of Fire?`Rubicante
(FFIV) What is Rubicante's epithet?`Autarch of Flame`Autarch of the Flame
(FFV) What is the name of Cid's grandson?`Mid
(FFV) Besides Galuf & Dorgann, name one of the other two Warriors of Dawn.`Xezat`Kelger`Kelgar
(FFV) How many legendary weapons are there?`12
(FFV) What is Faris's full real name?`Sarisa Scherwil Tycoon
(FFV) Who is the king of Surgate?`Xezat
(FFV) "Lupine Attack" is a move used by who?`Kelger`Kelgar
(FFV) Which village has hidden vendors?`Phantom Village`Mirage Village`Phantom`Mirage
(FFV) How many minutes do you have to find & defeat Gogo before you run out of air? (Answer without numerics)`Seven
(FFV) What is the name of Bartz's mother?`Stella
(FFV) What is the name of Lenna's wind drake?`Hiryu
(FFV) Who has the ability to talk to moogles & chocobos?`Krile`Cara`Kururu
(FFV) What is the name of Bartz's chocobo?`Boko`Boco
(FFV) What prevented Galuf from falling victim to Siren's deception?`Amnesia
(FFV) Who is Faris's childhood friend + savior + pet?`Syldra
(FFV) What cures wind drakes from sickness?`Dragon Grass
(FFV) Who among the party owns a wind drake?`Lenna and Krile`Lenna`Krile`Reina
(FFV) Who is the "talking turtle"?`Ghido`Gill`Guido
(FFV) How many times do you face off against Gilgamesh? (Answer without using numerics)`Five
(FFV) Who is Galuf's granddaughter?`Krile
(FFV) How many times must the party flee in order to max out the Attack of the Chicken Knife?`254
(FFVI) Name the esper who found and took care of Terra in esper form.`Ramuh
(FFVI) 'Summons' are known as?`Espers`Esper
(FFVI) Who was responsible for awakening Terra's esper form?`Valigarmanda`Tritoch
(FFVI) Celes posed as who in an opera?`Maria
(FFVI) Who is Terra's father?`Maduin
(FFVI) Who is Edgar's brother?`Sabin
(FFVI) What was the command exclusive to Leo?`Shock
(FFVI) Who is Terra's mother?`Madeline`Madonna
(FFVI) General Leo had a Magitek infusion. True/False?`False
(FFVI) Name the first esper you encounter in the game.`Valigarmanda`Tritoch
(FFVI) Who first saves Terra and removes her slave crown?`Arvis
(FFVI) Who is the leader of The Returners?`Banon
(FFVI) Name a character that Gau refers to as "Mr. Thou".`Cyan or Sabin`Cyan`Sabin`Cayenne
(FFVI) How many permanent playable characters are there?`14
(FFVI) Which one of Mog's dances cannot be acquired in the World of Ruin?`Water Rondo
(FFVI) Who is the first esper you receive?`Ramuh
(FFVI) Who does Relm call a "fuddy duddy"?`Strago
(FFVI) Name Setzer's airship.`The Blackjack`Blackjack
(FFVI) What do you feed Cid with to help him recover in the World of Ruins?`Fish
(FFVI) What was Rachel doing with Locke that resulted in her loss of memories?`Treasure hunting`Treasure hunt
(FFVI) What name did Edgar go by in the World of Ruins?`Gerad
(FFVI) Name the monster the party must be swallowed by in order to find Gogo.`Zone Eater
(FFVI) What is Shadow's real name?`Clyde
(FFVI) Who was Shadow's partner-in-crime?`Baram
(FFVI) When Ultros says "Oh, that one's a tasty morsel!" who has he set his sights on?`Terra
(FFVI) Deathgaze is only encountered while riding which mode of transport?`Airship
(FFVI) What is the name of Shadow's dog?`Interceptor
(FFVI) Who was the original owner of The Falcon?`Darill
(FFVI) Name an esper who fell in love with a human.`Maduin or Odin`Maduin`Odin
(FFVI) How many espers are there in the game?`27
(FFVI) What is Locke's so-called profession?`Treasure Hunter
(FFVI) What can be won by betting Ultima Weapon in the Coliseum?`Gladius
(FFVII) What is Red XIII's real name?`Nanaki
(FFVII) Who is Sephiroth's mother?`Lucrecia Crescent`Lucrecia
(FFVII) Well-known katana.`Masamune
(FFVII) Sephiroth is right-handed. True/False?`False
(FFVII) What is the name of the move with the longest-running animation scene?`Sephiroth's Supernova`Supernova
(FFVII) What is Cid's occupation/role?`Pilot
(FFVII) What type of weapon does Cait Sith use?`Megaphone
(FFVII) With whom is Elena in love?`Tseng
(FFVII) Who is the Shinra employee controlling Cait Sith?`Reeve
(FFVII) What is the ultimate summon?`Knights of the Round
(FFVII) You get the Blue Magic, 'Beta', from which monster?`Midgar Zolom`Midgardsormr
(FFVII) What is the name of Cloud's level 4 Limit Break?`Omnislash
(FFVII) What is the name of Aerith's level 4 Limit Break?`Great Gospel
(FFVII) What is the name of Yuffie's level 4 Limit Break?`All Creation
(FFVII) What is the name of Tifa's level 4 Limit Break?`Final Heaven
(FFVII) What is the name of Barret's level 4 Limit Break?`Catastrophe
(FFVII) What is the name of Red XIII's level 4 Limit Break?`Cosmo Memory
(FFVII) What is the name of Cait Sith's level 4 Limit Break?`He doesn't have one`None`Nil`Invalid`Doesn't have one`Non-existent`doesnt have one
(FFVII) What is the name of Cid's level 4 Limit Break?`Highwind
(FFVII) What is the name of Vincent's level 4 Limit Break?`Chaos
(FFVII) What is the one FFVII spin-off that never left Japan?`Before Crisis
(FFVII) There exists a female of Red XIII's species. True/False?`True
(FFVII) Besides the Gold Chocobo, which Chocobo has the ability to traverse mountains?`Black Chocobo
(FFVIII) Who is Laguna's wife?`Raine
(FFVIII) Who is Squall's father?`Laguna Loire`Laguna
(FFVIII) Who is Squall's mother?`Raine Loire`Raine
(FFVIII) What is the true identity/name of the UFO?`PuPu
(FFVIII) In two words; what happens to Laguna when he gets nervous?`Leg cramp
(FFVIII) Where is Laguna's hometown?`Winhill
(FFVIII) From which tribe do the Mumbaas originate?`Shumi
(FFVIII) There are absolutely no moogles in Final Fantasy VIII. True/False?`False
(FFVIII) What is Cid's occupation/role?`Headmaster of Balamb Garden`Headmaster
(FFVIII) What is the name of the creature engraved in Squall's Revolver?`Griever
(FFVIII) Which monster interrupted Laguna while filming?`Ruby Dragon
(FFVIII) There is a map of the real world somewhere in Winhill. True/False?`True
(FFVIII) What is the fictional character mentioned by Seifer, 'Sorceress Knight', named as?`Zefer
(FFVIII) What is the name of the card game?`Triple Triad
(FFVIII) Squall's character design was heavily influenced by which real life actor?`River Phoenix
(FFVIII) What is the ultimate GF?`Eden
(FFVIII) What is the name of the group/organization which exists only to protect Ellone?`White SeeD
(FFVIII) Who is the headmaster of Galbadia Garden?`Martine
(FFVIII) Where can Headmaster Martine be found after Galbadia Garden was overtaken?`Fisherman's Horizon`Fisherman Horizon
(FFVIII) What is the name of the magazine that reports mysterious sightings?`Occult Fan
(FFVIII) Seifer, Fujin, and Raijin, make up what committee?`Disciplinary Committee`Disciplinary
(FFVIII) What is MiniMog's role?`A GF`GF
(FFVIII) Name the only spell which can only be drawn from an enemy.`Apocalypse
(FFVIII) What is the nickname given to Zell by Seifer?`Chicken wuss
(FFVIII) What always gets sold out in Balamb Garden cafeteria?`Hotdogs`Hot dogs
(FFVIII) How many attacks are there in Squall's Lionheart limit break?`17
(FFVIII) What is the only word Moombas know?`Laguna
(FFVIII) Who is the owner of Balamb Garden?`NORG
(FFVIII) What does GF stand for?`Guardian Force
(FFVIII) Who refers to Laguna as "Uncle Laguna"?`Ellone
(FFVIII) Who is Rinoa's father?`General Caraway`Fury`Fury Caraway
(FFVIII) Who is Rinoa's mother?`Julia Heartilly`Julia
(FFVIII) Name the phenomenon that causes monsters to fall from the moon.`Lunar Cry
(FFVIII) Rinoa is referred to as the "Princess" of which organization?`The Forest Owls`Forest Owls
(FFVIII) Name the 2 main members of The Forest Owls besides Rinoa. (\_\_\_ and \_\_\_)`Zone and Watts`Watts and Zone
(FFVIII) What is the name of the dirty magazines present in the game?`Girl Next Door
(FFVIII) What is General Caraway's first name?`Fury
(FFVIII) You need a certain series of magazines in order to upgrade your weapons. True/False?`False
(FFVIII) Where is Edea's orphanage located?`Cape of Good Hope
(FFVIII) Within the game, who is widely regarded as the best card player?`Queen of Cards`Card Queen`Ishtar
(FFVIII) In the entirety of the game, Fujin only gives one-word comments. True/False?`False
(FFVIII) Who are Laguna's sidekicks? (\_\_\_ and \_\_\_)`Ward and Kiros`Kiros and Ward
(FFVIII) Who are Seifer's sidekicks? (\_\_\_ and \_\_\_)`Fujin and Raijin`Raijin and Fujin
(FFVIII) You are never able to enter Zell's room. True/False?`False
(FFVIII) 'Eyes on Me' was sung by?`Faye Wong
(FFVIII) What is the name of the series of magazines needed to teach Zell new Limit Break moves?`Combat King
(FFVIII) There is a "hidden" Limit Break combat move for Zell. True/False?`True (Armageddon Fist)`True
(FFVIII) It is possible to use Selphie's "The End" Limit Break on the final boss. True/False?`True
(FFVIII) What is the name Rinoa's dog?`Angelo
(FFVIII) What is the name of Squall's ultimate Limit Break?`Lionheart`Lion Heart
(FFVIII) What is the name of Quistis's ultimate Limit Break?`Shockwave Pulsar
(FFVIII) What is the name of Rinoa's ultimate Limit Break?`Wishing Star/Angel Wing`Wishing Star`Angel Wing
(FFVIII) What is the name of Zell's ultimate Limit Break?`My Final Heaven/Armageddon Fist`Final Heaven`Armageddon Fist
(FFVIII) What is the name of Selphie's ultimate Limit Break?`The End
(FFVIII) What is the name of Irvine's ultimate Limit Break/shot?`Hyper Shot
(FFIX) What is Garnet's nickname?`Dagger
(FFIX) What is the name of the weapon Beatrix wields?`Save the Queen
(FFIX) Name the female member of Tantalus.`Ruby
(FFIX) Who wields a hammer in battle?`Cinna
(FFIX) Who is the female bounty hunter?`Lani
(FFIX) Besides Zidane and Kuja, which other Genome possesses a soul?`Mikoto
(FFIX) What is Zidane's race?`Genome
(FFIX) What cures Blank's petrification?`Supersoft
(FFIX) Who is the leader of the Tantalus crew?`Baku
(FFIX) What is the name of Zorn and Thorn's true form?`Meltigemini
(FFIX) What is the name of Queen Brahne's airship?`Red Rose
(FFIX) What is the name of the card game?`Tetra Master
(FFIX) How many "Hilda Garde" airships are there? (Answer without numerics)`Three
(FFIX) What is the nickname Zidane gives Steiner?`Rusty
(FFIX) You first meet Cid when he is not in human form but in the form of what?`An oglop`Oglop
(FFIX) Who turned Cid into an oglop?`His wife`Hilda Garde`Hilda
(FFIX) Who was responsible for turning Cid into a frog?`Doctor Tot`Dr Tot`Dr. Tot`Dr.Tot
(FFIX) Steiner commands a small army called the...`Knights of Pluto
(FFIX) Who does Vivi refer to as "grandpa"?`Quan
(FFIX) What is the name of the state a character enters when they are "riled up"?`Trance
(FFIX) Name a character who doesn't have a unique Trance command.`Steiner/Freya`Steiner`Freya
(FFIX) Beatrix can enter Trance. True/False?`False
(FFIX) While in Trance, Zidane's 'Skill' command changes to?`Dyne
(FFIX) While in Trance, Garnet's 'Summon' command changes to?`Eidolon
(FFIX) While in Trance, Vivi's 'Blk Mag' command changes to?`Dbl Blk
(FFIX) While in Trance, Quina's 'Eat' command changes to?`Cook
(FFIX) While in Trance, Eiko's 'Wht Mag' command changes to?`Dbl Wht
(FFIX) While in Trance, Amarant's 'Flair' command changes to?`Elan
(FFIX) How many "Black Waltzes" are there? (Answer without numerics)`Three
(FFIX) In the first battle of the game, you fight a man wearing a mask resembling a?`Blue dragon`Dragon`Wyvern`Blue wyvern
(FFIX) What is the name of the airship owned by the Tantalus Theater Troupe?`Prima Vista
(FFIX) There is a sidequest to find every member of the Nero family. True/False?`True
(FFIX) Who are known as the "Nero Brothers"? (\_\_\_ and \_\_\_)`Benero and Zenero
(FFIX) It is not possible to marry Quina with Vivi. True/False?`False
(FFIX) How many members of the Nero family are revealed in the game? (Answer without numerics)`Ten
(FFIX) What does Blank throw to Zidane in the Evil/Petrified Forest?`The World Map`World Map
(FFIX) Who is known as "Red"?`Amarant
(FFIX) Who does some black mages try to keep away from a chocobo egg?`Quina
(FFIX) What is Quina's favorite food?`Frogs`Frog
(FFIX) Steiner confesses his love for Beatrix. True/False?`True
(FFIX) The "eye in the sky" turns out to be?`The Invincible`Invincible
(FFIX) Who does Eiko have a crush on?`Zidane
(FFIX) Who was mainly responsible for saving Blank from petrification?`Marcus
(FFIX) Who are the "twin jesters"? (\_\_\_ and \_\_\_)`Zorn and Thorn`Thorn and Zorn
(FFIX) Who adopts Eiko?`Cid and Hilda`Cid`Hilda
(FFIX) Kuja does not have a tail. True/False?`False
(FFIX) Garnet originally had a horn. True/False?`True
(FFIX) Who originally requested the Tantalus crew to kidnap Garnet?`Regent Cid`Cid
(FFIX) What is the name of the sailing ship?`Blue Narciss
(FFIX) Who is Garnet's tutor/mentor?`Doctor Tot`Dr Tot`Dr. Tot
(FFIX) What does Kuja demand Zidane to obtain for him in exchange for the lives of his friends?`Gulug Stone
(FFIX) Eiko gives Zidane a kiss on the cheek. True/False?`False
(FFIX) Lani eventually settles in Madain Sari. True/False?`True
(FFIX) Who is the prince of Burmecia?`Puck
(FFIX) Vivi "expires". True/False?`True, much to everyone's dismay.`True
(FFIX) Who is Freya's lost love?`Sir Fratley`Fratley
(FFIX) What is the only monster that is fought as a group in the Festival of the Hunt?`Zaghnol
(FFIX) Who is the moogle with the shiniest coat?`Artemicion
(FFIX) In the game, who wrote the play, I Want To Be Your Canary?`Lord Avon
(FFIX) A large amount of various elements in the game draws inspiration from a famous playwright/poet, who is he?`William Shakespeare
(FFIX) Name a world present in FFIX.`Gaia or Terra`Terra`Gaia
(FFIX) Which continent does Cleyra belong to?`Mist continent`Mist
(FFIX) What is Garnet's true name?`Sarah
(FFIX) Name the monster that traps Vivi/Garnet.`Prison Cage
(FFIX) What is the name of Garnet's true mother?`Jane
(FFIX) Which continent does Daguerro belong to?`Forgotten continent`Forgotten
(FFIX) What is Cid's occupation/role?`Regent of Lindblum`Regent
(FFIX) Which moogle wears a leopard skin hood?`Stiltzkin
(FFX) Who is Yuna's father?`Braska
(FFX) Who is Wakka's younger brother?`Chappu
(FFX) What is the name of Tidus's home blitzball team?`Zanarkand Abes
(FFX) What is the name of Wakka's home blitzball team?`Besaid Aurochs
(FFX) What does Lulu wield as weapons?`Dolls`Doll
(FFX) Who is Tidus's father?Jecht
(FFX) Who created Sin?`Yu Yevon
(FFX) What color is Yuna's right eye?`Green
(FFX) Who refers to Yuna as "Yunie"?`Rikku
(FFX) What is one of Rikku's biggest fears?`Lightning`Thunder`Snake
(FFX) Who is the head commander of The Crusaders?`Wen Kinoc
(FFX) What was the original name for The Crusaders?`The Crimson Blades`Crimson Blades
(FFX) 'Summons' are known as?`Aeons`Aeon
(FFX) Lulu and Wakka gets married. True/False?`True
(FFX) Who is the fayth of aeon Anima?`Seymour's mother
(FFX) Who is Lady Yunalesca's husband?`Zaon
(FFX) What is the name of Rikku's brother?`Brother
(FFX) At the end of the game, what advice does Yuna give her people regarding lost friends or faded dreams?`Never forget them
(FFX-2) What is the name of the blitzball team of which Biggs and Wedge are a part of?`Gull Wings
(FFX-2) Complete the commercial tagline - "Last time she saved the world. This time it's \_\_\_."`personal
(FFX-2) Who is the leader of the Youth League?`Maevyn Nooj`Nooj
(FFX-2) Who sings alongside Yuna during her concert?`Lenne
(FFX-2) What is the title of the song sung during Yuna's concert?`1000 Words`Thousand Words
(FFX-2) What is the name of Yuna's signature pistols?`Tiny Bee
(FFX-2) What is the name of the Gullwings' airship?`The Celsius`Celsius
(FFX-2) What is the name of the rival group to Gullwings?`Leblanc Syndicate
(FFX-2) Who Yuna thought was Tidus from a sphere recording turned out to be \_\_\_.`Shuyin`Shuiin
(FFX-2) What are the names of Leblanc's two lackeys? (\_\_\_ and \_\_\_)`Ormi and Logos`Logos and Ormi
(FFX-2) After the events of FFX-2, Yuna & Tidus breaks up and Sin is revived. True/False?`True
(FFXIII) What is Lightning's real name?`Claire Farron`Eclair`Claire
(FFXIII) Where is Lightning's l'Cie brand?`Chest
(FFXIII) Who has the ability to sense beings from Pulse?`Dajh Katzroy`Dajh
(FFXIII) Who is the PSICOM officer who captured Sazh and Vanille?`Jihl Nabaat`Jihl`Nabaat
(FFXIII) Which fal'Cie branded Dajh?`Kujata
(FFXIII) Who is Jihl Nabaat's right-hand man?`Yaag Rosch`Yaag`Rosch
(FFXIII) What is the ultimate end-goal/Focus of l'Cie?`Destroy Cocoon
(FFXIII) Which fal'Cie serves as the main source of power for Cocoon?`Orphan
(FFXIII) What is the name of the enemy boss which resembles the Guard Scorpion from FFVII?`Manasvin Warmech
(FFXIII) What is the name of the enemy boss which resembles the Proud Clod from FFVII?`The Proudclad`Proudclad
(FFXIII) The fal'Cie, Kujata, is named after a summon of the same name from which FF series? (Answer in FF_)`FFVII`FF7
(FFXIII) The fal'Cie, Eden, is named after a summon of the same name from which FF series? (Answer in FF_)`FFVIII`FF8
(FFXIII) The fal'Cie, Anima, is named after a summon of the same name from which FF series? (Answer in FF_)`FFX`FF10
(FFXIII) The En-spell series of spells first originated from which FF series? (Answer in FF_)`FFXI`FF11
(FFXIII) Sazh's weapons are named after?`Stars & constellations`Constellations`Stars
(FFXIII) Name Vanille's eidolon.`Hecatoncheir
(FFXIII) Name Lightning's eidolon.`Odin
(FFXIII) Name Sazh's eidolon.`Brynhildr
(FFXIII) Name Snow's eidolon.`Shiva`Shiva sisters`Stiria and Nix`Nix and Stiria
(FFXIII) Name Hope's eidolon.`Alexander
(FFXIII) Name Fang's eidolon.`Bahamut
(FFXIII) What form does Shiva take in Gestalt Mode?`Motorcycle`Motorbike
(FFXIII) What form does Odin take in Gestalt Mode?`Horse
(FFXIII) What form does Brynhildr take in Gestalt Mode?`Car
(FFXIII) The city, Palumpolum, is named after? (\_\_\_ and \_\_\_)`Palom and Porom`Porom and Palom
(FFXIII) How many possible 3-man Paradigms/Optimas are there?`56
(FFXIII) How many combat roles are there? (Answer without numerics)`Six
(FFXIII) The act of changing Paradigms/Optimas in battle are officially called \_\_\_.`Paradigm Shift`Optima Change
(FFXIII) \_\_\_ and \_\_\_ make up the Shiva sisters.`Nix and Stiria`Stiria and Nix
(FFXIII) Shiva, Ifrit, Ramuh, Leviathan, Valefor, Carbuncle, Siren. Which one of these eidolons doesn't make an appearance in-game?`Leviathan
(FFXIII-2) What is Caius's full name?`Paddra Ballad-Caius`Paddra Ballad Caius
(FFXIV) What is the name of The Fiend?`Sephirot
(FFXIV) The Cloud of Darkness from FFIII makes an appearance as a boss in which raid?`World of Darkness
(FFXIV) Ozma from FFIX makes an appearance as a boss in which raid?`Weeping City of Mhach
(FFXIV) There was an event which featured Lightning from FFXIII, what is the name of this event?`Lightning Strikes
(FFXIV) What species handles the postal system in Eorzea?`Moogles`Moogle
(FFXIV) What is Bahamut Prime's signature move?`Tera Flare`Teraflare
(FFXIV) What is the identity of Phoenix?`Louisoix Leveilleur`Louisoix
(FFXIV) What does Teledji Adeledji raises as a pet?`Gil Turtle
(FFXIV) What is a Magitek Armor used as?`Mount
(FFXIV) In which region is the resort town, Costa del Sol, located in?`La Noscea
(FFXIV) Ultros & Typhon from FFVI makes an appearance as optional bosses in which NPC's storyline?`Hildibrand
(FFXIV) Who is the "duelist" who challenges adventurers and takes their weapons upon defeating them?`Gilgamesh
(FFXIV) Who is the Lord of the Inferno?`Ifrit
(FFXIV) Who is the Lord of the Crags?`Titan
(FFXIV) Who is the Lord of the Whorl?`Leviathan
(FFXIV) Who is the Lady of the Frost?`Shiva
(FFXIV) Who is the Lady of the Vortex?`Garuda
(FFXIV) Who is the Lord of Levin?`Ramuh
(FFXIV) Who is the Lord of the Hive?`Ravana
(FFXIV) Who is the Lord of the Mists?`Bismarck
(FFXIV) Who is known as 'The Black Wolf'?`Gaius van Baelsar`Gaius
(FFXIV) What is the password Minfilia uses to identify fellow members of the Scions of the Seventh Dawn?`Wild Rose
(FFXIV) Who attempts to steal Tupsimati from The Rising Stones?`Nabriales`Ascian Napriales`Napriales
(FFXIV) How many dragon killers are present on the Steps of Faith? (Answer without numerics)`Three
(FFXIV) Who was responsible for the destruction of the first Agrius model?`Midgardsormr
(FFXIV) Who is the Legatus of the XIVth Imperial Legion?`Gaius van Baelsar`Gaius
(FFXIV) Who is the Legatus of the VIth Imperial Legion?`Regula van Hydrus`Regula
(FFXIV) Who is Livia sas Junius's sister?`Lucia goe Junius`Lucia
(FFXIV) Who is the Tribunus of the XIVth Imperial Legion?`Nero tol Scaeva`Nero
(FFXV) What was the original/scrapped title of Final Fantasy XV?`Final Fantasy Versus XIII`Versus XIII
(FFXV) Name the character who was scrapped and replaced by Lunafreya Nox Fleuret.`Stella Nox Fleuret`Stella
(FFXV) Who is known as "The Dragoon"?`Aranea Highwind`Aranea
(FFXV) There is a sniper rifle (with useable scope) in the game. True/False?`True
(FFXV) What is the name of King Regis's car?`Regalia
(FFXV) What is the name of the puzzle-platformer style dungeon?`Pitioss Ruins`Pitioss
(FFXV) Name the lvl 120 superboss.`Nagifar
(FFXV) Name the lvl 110 superboss.`Ayakashi
(FFXV) Name the lvl 99 superboss.`Adamantoise
(FFXV) Which fish is generally regarded as the hardest to catch?`Pink Jade Gar
(FFXV) To upgrade your car to the Regalia Type-F, you need the Warped Wings, Unstable Stabilizer, and \_\_\_.`Strange Engine
(FFXV) The "creatures of the night" are known as?`Daemons`Daemon
(FFXV) How many floors does the deepest sealed-door dungeon have?`100
(FFXV) Shiva is also known as?`Gentiana
(FFXV) Complete this quote from Ignis, "That's it! I've \_\_\_!`Come up with a new recipe
(FFXV) What is the name of the monster-bird nesting in the Rock of Ravatogh?`Zu
(FFXV) There is a Royal Arm in the form of a gun. True/False?`False
(FFXV) Those with Lucis royal blood are able to use a skill to conjure specific weapons from thin air, what is this skill called?`Armiger Arsenal`Armiger
(FFXV) Name Lunafreya's white dog.`Pryna
(FFXV) Name Lunafreya's black dog.`Umbra
(FFXV) What is the brand of the cup noodles present in game?`Nissin
(FFXV) Who is Gladiolus's father?`Clarus Amicitia`Clarus
(FFXV) There is/was a glitch in the game which allowed the player to have Aranea join the party (not just assist during battle). True/False?`True
(FFXV) Biggs & Wedge are the lackeys of who?`Aranea Highwind`Aranea
(FFXV) Pryna was saved by who?`Prompto
(FFXV) The head of Ramuh's staff is modeled after which other summon from the FF series?`Ixion
(FFXV) There is a real-life car modeled after the Regalia produced by which automotive company?`Audi
(FFXV) How did Gladiolus get the (additional) horizontal scar on his forehead?`Fight with Gilgamesh`Trial of Gilgamesh`Gilgamesh`Gilgamesh trial`Gilgamesh fight
(FFXV) How did Gladiolus get the scar going down his right eye?`Protecting Noctis from a drunk`Protecting Noctis
(FFXV) What is the most valuable item you can get from playing Justice Monsters Five?`Wind-up Lord Vexxos`Wind up Lord Vexxos
(FFT) Who is known as the 'Silver Prince/Demon'?`Marquis Messam Elmdore`Marquis Elmdore`Marquis Messam Elmdore de Limberry`Elmdore de Limberry
(FFT) What is the name of the terrorist organization led by Wiegraf Folles?`Corpse Brigade`Death Corps
(FFT) Who is the Holy Dragon?`Reis Duelar`Reis`Duelar
(FFT) Who is the narrator of Final Fantasy Tactics?`Arazlam Durai`Arazlam
(FFT) Who is the optional boss found in the lowest level of Midlight's Deep?`Elidibus`Elidibs
(FFT) Who is Delita's sister?`Tietra Heiral`Tietra`Teta
(FFT) Who is Mustadio's love interest?`Agrias Oaks`Agrias
(FFT) Who is Princess Ovelia's bodyguard?`Lady Agrias Oaks`Agrias Oaks`Agrias
(FFT) When is Agrias's birthday?`1st of Cancer`Cancer 1`1 Cancer
(FFT) Who is Cidolfus Orlandeau's adopted son?`Orran Durai`Olan Durai`Orran`Olan
(FFT) What is Cidolfus Orlandeau's nickname?`Thunder God Cid
(FFT) Name the recruitable friendly Reaver.`Byblos
(FFT) What is the catalyst needed to turn Lucavi to Human form and vice versa?`Zodiac Stones`Zodiac Stone`Auracite
(FFT) Gaffgarion is employed by who?`Dycedarg Beoulve`Dycedarg
(FFT) What is the name of Ramza's father?`Barbaneth Beoulve`Barbaneth`Balbanes
(FFT) Where was Marquis Elmdore being held hostage/imprisoned at?`Sand Rat Sietch
(FFT) In FFT:WoTL, there is a secret playable character from FFXII, who is it?`Balthier
(FFT) Name one of Ramza's brothers.`Dycedarg or Zalbaag`Dycedarg`Zalbaag
(FFT) Who is the leader of the Lucavi?`Ultima`Altima
(FFT) What is Mustadio's gift to Agrias for her birthday?`Tynar Rouge`Lip Rouge`Lipstick
(FFT) Who is the founder of the Church of Glabados?`Saint Ajora Glabados`St Ajora`Saint Ajora`St. Ajora`Ajora`Ajora Glabados
(FFT) Who killed Tietra?`Argath Thadalfus`Argath`Algus
(FFT) Who becomes the host of the Lucavi, Belias?`Wiegraf Folles`Wiegraf
(FFT) Who becomes the host of the Lucavi, Adrammelech?`Dycedarg Beoulve`Dycedarg
(FFT) Who is the host of the Lucavi, Cuchulainn?`Alphonse Delacroix`Alphonse`Cardinal Delacroix
(FFT) Who was used to be the host of the Lucavi leader, Ultima?`Alma Beoulve`Alma
(FFT) Who is the host of the Lucavi, Hashmal?`Folmarv Tengille`Folmarv`Vormav
(FFT) Who is the host of the Lucavi, Zalera?`Marquis Messam Elmdore`Elmdore`Marquis Elmdore`Elmdore de Limberry`Marquis Messam Elmdore de Limberry
(FFTA) What is the name of the strongest (highest ATK) Sword in the game?`Chirijaden
(FFTA) What is the name of the strongest (highest ATK) Saber in the game?`Manganese
(FFTA) What is the name of the strongest (highest ATK) Knightsword in the game?`Excalibur2 or Sequence`Excalibur 2`Excalibur2`Sequence
(FFTA) What is the name of the strongest (highest ATK) Greatsword in the game?`Master Sword
(FFTA) What is the name of the strongest (highest ATK) Rapier in the game?`Femme Fatale
(FFTA) What is the name of the strongest (highest ATK) Greatbow in the game?`Max's Oathbow`Max Oathbow
(FFTA) What is the name of the strongest (highest ATK) Spear in the game?`Odin's Lance`Odin Lance
(FFTA) What is the name of the strongest (highest ATK) Katana in the game?`Masamune
(FFTA) Which non-generic character comes with the ability, Astra?`Ezel Berbier`Ezel`Berbier
(FFTA) Who is the inventor of Anti-Laws?`Ezel Berbier`Ezel`Berbier
(FFTA) Who is the first Totema you encounter?`Famfrit
(FFTA) What is the game's default Clan name?`Clan Nutsy`Nutsy
(FFTA) Llednar is a "reverse" image of who?`Mewt Randell`Mewt
(FFTA) Famfrit is the totema of which race?`Moogles`Moogle
(FFTA) Ultima is the totema of which race?`Nu Mou
(FFTA) Adrammelech is the totema of which race?`Bangaa
(FFTA) Exodus is the totema of which race?`Viera
(FFTA) Mateus is the totema of which race?`Humans`Human
(FFTA) Who is Marche's brother?`Doned Radiuju`Doned
(FFTA) What are the lawless areas known as?`Jagds`Jagd
(FFTA) What did Marche initially thought Bangaas were?`Lizards`Lizard`Lizardmen
(FFTA) Who saved Marche when he first warped to fantasy Ivalice?`Montblanc
(FFTA) It was later revealed that the dream world of Ivalice is actually a fantasy of whose?`Mewt Randell`Mewt
(FFTA) What is Ritz's natural hair color?`White
(FFTA) Which clan does Ritz originally belonged to?`Clan Ritz`Ritz
(FFTA) Who is Ritz's closest partner/comrade?`Shara
(FFTA) Ritz utilizes the viera job tree. True/False?`True
(FFTA) What is Cid's occupation/role?`Judgemaster`Judge Master
(FFTA) In real world Ivalice, what caused Cid to fall into depression?`The death of his wife`Death of his wife`Passing of his wife`Death of Remedi`Passing of Remedi`His wife died
(FFTA) Who is Mewt's mother?`Remedi`Queen Remedi
(FFTA) It is possible to recruit Llednar to your clan. True/False?`False
(FFTA) It is possible to recruit Judgemaster Cid to your clan. True/False?`True
(FFTA) Who is the true identity of Queen Remedi?`Li-Grim`Li Grim`Ligrim
(FFVII C.C.) Which real life singer served as the character design model for Genesis Rhapsodos?`GACKT
(FFVII C.C.) What's the title of Genesis's favorite book?`LOVELESS
(FFVII C.C.) Who is Zack's mentor?`Angeal
(FFVII C.C.) What's the name of Genesis's fan club?`Red Leather`Study Group
(FFVII C.C.) What's the name of Angeal's fan club?`Keepers of Honor
(FFVII C.C.) What's the name of Sephiroth's fan club?`Silver Elite
(FFVII C.C.) It's possible for Zack to have a fan club. True/False?`True
(FFVII C.C.) Who is the leader of Sephiroth's fan club?`Professor Hojo`Hojo
(FFVII C.C.) How many fan clubs does Genesis have? (Answer without numerics)`Two
(FFVII C.C.) What's the real full name of "Project G"?`Project Gillian
(FFVII C.C.) Who operates under the codename, "Black Suit"?`Cissnei
(FFVII C.C.) Who is Angeal's mother?`Gillian Hewley`Gillian
(FFVII C.C.) What's the true name for dumbapples?`Banora White
(FFVII C.C.) Who was the chief scientist in charge of Project G?`Dr. Hollander`Hollander
(FFVII C.C.) The naming scheme for Angeal's special moves is inspired by? (Hint: Christianity)`The Seven Deadly Sins`Seven Deadly Sins`7 Deadly Sins
(TYPE-0) What is Kurasame Susaya's nickname?`Ice Reaper
(TYPE-0) What is Tiz's real name?`Tohno Mahoroha
(TYPE-0) What is Joker's real name?`Lean Hampelmann
(TYPE-0) Who is the commanding officer of Class Zero?`Kurasame Susaya`Kurasame`Susaya
(TYPE-0) Who is No.00 of Class Zero?`Joker`Lean Hampelmann`Lean`Hampelmann
(TYPE-0) Who is No.01 of Class Zero?`Ace
(TYPE-0) Who is No.02 of Class Zero?`Deuce
(TYPE-0) Who is No.03 of Class Zero?`Trey
(TYPE-0) Who is No.04 of Class Zero?`Cater
(TYPE-0) Who is No.05 of Class Zero?`Cinque
(TYPE-0) Who is No.06 of Class Zero?`Sice
(TYPE-0) Who is No.07 of Class Zero?`Seven
(TYPE-0) Who is No.08 of Class Zero?`Eight
(TYPE-0) Who is No.09 of Class Zero?`Nine
(TYPE-0) Who is No.10 of Class Zero?`Tiz`Tohno Mahoroha`Tohno`Mahoroha
(TYPE-0) Who is No.11 of Class Zero?`Jack
(TYPE-0) Who is No.12 of Class Zero?`Queen
(TYPE-0) Who is No.13 of Class Zero?`King
(TYPE-0) Name a member of Class Zero who isn't assigned a number.`Rem Tokimiya or Machina Kunagiri`Rem Tokimiya`Rem`Tokimiya`Machina Kunagiri`Machina`Kunagiri
(TYPE-0) What is Ace's weapon of choice?`Cards`Card
(TYPE-0) What is Deuce's weapon of choice?`Flute
(TYPE-0) What is Trey's weapon of choice?`Bow
(TYPE-0) What is Cater's weapon of choice?`Magicite pistol`Gun`Pistol
(TYPE-0) What is Cinque's weapon of choice?`Mace
(TYPE-0) What is Sice's weapon of choice?`Scythe
(TYPE-0) What is Seven's weapon of choice?`Whipblade
(TYPE-0) What is Eight's weapon of choice?`Knuckles`Fists`Fist
(TYPE-0) What is Nine's weapon of choice?`Spear
(TYPE-0) What is Jack's weapon of choice?`Katana
(TYPE-0) What is Queen's weapon of choice?`Sword
(TYPE-0) What is King's weapon of choice?`Dual guns`Guns`Gun
(TYPE-0) What is Machina's weapon of choice?`Twin rapiers`Rapiers`Rapier
(TYPE-0) What is Rem's weapon of choice?`Twin daggers`Daggers`Dagger
(TYPE-0) Who is the NPC you can spy on to watch her in bikinis?`Emina Hanaharu`Emina
(DISSIDIA) Who is the Goddess of Harmony?`Cosmos
(DISSIDIA) Who is the God of Discord?`Chaos
(DISSIDIA) Who created the Warrior of Light?`Cid of the Lufaine`Cid
(BRAVE EXVIUS) Who is the "red" main character?`Rain
(BRAVE EXVIUS) Who is the "blue" main character?`Lasswell
(BRAVE EXVIUS) Who is the female main character?`Fina
(BRAVE EXVIUS) What is the name of Rain's father?`Raegen`Sir Raegen
(BRAVE EXVIUS) Who was responsible for awakening Dark Fina?`Veritas of the Waters`Waters
(BRAVE EXVIUS) What is the group name of the 6 antagonists clad in black?`Sworn Six of Paladia`Six Sworn Heroes of Paladia`The Veritas
(BRAVE EXVIUS) The Veritas originally comprised of how many members? (Answer without numerics)`Eight
(BRAVE EXVIUS) Which Veritas member destroyed the Earth Crystal?`Veritas of the Dark`Dark
(BRAVE EXVIUS) Who is the mad scientist?`Dr. Lazarov`Dr Lazarov`Lazarov
(BRAVE EXVIUS) Which Veritas member destroyed the Wind Crystal?`Veritas of the Heavens`Heavens
(BRAVE EXVIUS) What is the name of Lasswell's sword?`Purple Lightning`Shiden
(BRAVE EXVIUS) Who crafted the Purple Lightning?`Veritas of the Flame`Flame
(BRAVE EXVIUS) Which kingdom do the main characters hail from?`Grandshelt
(BRAVE EXVIUS) What is the name of Rain's mother?`Sophia
(BRAVE EXVIUS) What is Lid's occupation?`Airship engineer`Engineer
(RECORD KEEPER) What does the term, BSB, stand for?`Burst Soul Break
(RECORD KEEPER) What does the term, OSB, stand for?`Overflow Soul Break`Overstrike Soul Break
(RECORD KEEPER) What does the term, SSB, stand for?`Super Soul Break
(RECORD KEEPER) What does the term, USB, stand for?`Ultra Soul Break
(RECORD KEEPER) What does the term, CLSB, stand for?`Chain Limit Soul Break
(RECORD KEEPER) What is the name of the buff that prevents fatal damage once?`Last Stand
(RECORD KEEPER) There is a secret Dress Record for Cloud in cross-dressing form. True/False?`False
(RECORD KEEPER) What is the name of the main character?`Tyro`Deshi
(RECORD KEEPER) Who is known as "the female Tyro"?`Urara
(RECORD KEEPER) What type of Materia are bound to characters?`Legend Materia`Legend
(RECORD KEEPER) Final Fantasy: Record Keeper has its own unique OST album. True/False?`True
(RECORD KEEPER) It is possible to have a 8* relic. True/False?`True
(RECORD KEEPER) Which character has the highest growth rate (1-99)?`Onion Knight
(RECORD KEEPER) Name one of the characters given as a reward for pre-registers.`Tidus`Warrior
(RECORD KEEPER) The first ever event dungeon released was from which realm? (Answer in "FF_")`FFVII`FF7
(RECORD KEEPER) What is the name of the "realm" that has synergy bonus for all realms?'Beyond
(RECORD KEEPER) Name the first ever "meta" strategy.`Retaliate Meta`Retaliate`Reta`Reta Meta
(RECORD KEEPER) What is the name of the ability that has the power to reduce an enemy's chance of inflicting debuffs?`Affliction Break
(RECORD KEEPER) There is a Summon that hits more than 3x. True/False?`True
(RECORD KEEPER) It is possible to draw a 5* (or higher) relic from the free daily draw. True/False?`True
(RECORD KEEPER) "Mythril" is the in-game currency that is bought with real money. True/False?`False
(RECORD KEEPER) There is/was an exclusive invitation-only MVP club which you could join if you spent 20,000USD or more on in-game purchases. True/False?`(The condition is) False`False
(RECORD KEEPER) What is the first boss introduced for the official release of Multiplayer Raids?`Gilgamesh
(RECORD KEEPER) Name the material meant for augmenting.`Rosetta Stone
(RECORD KEEPER) Name the material necessary for reforging.`Dark Matter
(RECORD KEEPER) What is the official term for "costumes" which you can use to change your characters' sprite design?`Dress Records`Dress Record
(RECORD KEEPER) Who is the main character?`Tyro
(RECORD KEEPER) Who is the main character's mentor?`Dr. Mog`Dr Mog
(RECORD KEEPER) Name a character who can use books besides Tyro.`Alphinaud/Onion Knight`Alphinaud`Onion Knight
(RECORD KEEPER) Name one of the 4 non-core characters available at the release of the game.`Cloud/Kain/Wakka/Rydia`Cloud`Kain`Wakka`Rydia
Name the main composer for the Final Fantasy series.`Nobuo Uematsu
Name the main character designer for the Final Fantasy series.`Tetsuya Nomura
Which FF title first featured Blue Magic? (Answer in "FF_")`FFV`FF5
'Final Fantasy VII: Avenged Children' is a movie. True/False?`False
What is a moogle's favorite food?`Kupo nut
Name the first FF title where the logo included Yoshitaka Amano's signature. (Answer in "FF_")`FFX`FF10
Name the only non-FF game which is part of Ivalice lore.`Vagrant Story
Name the accessory that generally grants immunity to most debuffs.`Ribbon
What was 'Final Fantasy' originally named?`Fighting Fantasy
Who is 'The Man with the Machine Gun'?`Laguna
Who is the 'One Winged Angel'?`Sephiroth
Who is Gilgamesh's sidekick?`Enkidu
What is Gilgamesh's widely known nickname?`Greg
What armor does Gilgamesh wear?`Genji
Who is widely regarded as the 'Father of Final Fantasy'?`Hironobu Sakaguchi`Sakaguchi Hironobu
THE iconic duo. (\_\_\_ and \_\_\_)`Biggs and Wedge`Wedge and Biggs
THE male white mage.`Minwu`Ming-Wu`Minh`Mindu
The names of Biggs & Wedge were inspired by characters sharing the same name in which popular movie & franchise?`Star Wars
Carbuncle grants what buff?`Reflect
Siren deals what debuff?`Silence
The original North-America release of FFIV was actually Japan's FFII with drastic content cut and lower difficulty. True/False?`True
There is an official version of FFIV known as "Final Fantasy IV: Easy Type". True/False?`True
Many monsters, notably the Mind Flayer and Evil Eye (aka. Beholder), were inspired from which popular tabletop game?`Dungeons & Dragons`Dungeons and Dragons
What does the term, 'ATB', stand for?`Active Time Battle
Name one title from the main Final Fantasy series that does not feature EXP points. (Answer in "FF_")`FFII`FFXIII`FFX`FF2`FF13`FF10
Kirin grants what buff?`Regen
In the entire FFVII universe, how many known members of Turks are there in total?`17
Iconic painting.`Lakshmi's Portrait`Portrait of Lakshmi
Which title from the main FF series was the first to feature voice acting? (Answer in "FF_")`FFX`FF10
What is Odin's signature move?`Zantetsuken
What is Shiva's signature move?`Diamond Dust
What is Ramuh's signature move?`Judgment Bolt`Judgement Bolt
What is Titan's signature move?`Gaia's Wrath
What is Ifrit's signature move?`Hellfire`Inferno
What is Leviathan's signature move?`Tsunami`Tidal Wave
What is Diabolos' signature move?`Dark Messenger
What is Bahamut's signature move?`Mega Flare`Giga Flare`Megaflare`Gigaflare
What is Alexander's signature move?`Divine Judgment`Divine Judgement
What is Cactuar's signature move?`1000 Needles`10000 Needles
What is Tonberry's signature move?`Everyone's Grudge`Karma
What is Malboro's signature move?`Bad Breath
What is Goblin's signature move?`Goblin Punch
Flans are generally weak against...`Black Magic`Magic
Complete the name! _____ Tribal`Zidane
Complete the name! _____ Gainsborough`Aerith`Aeris
Complete the name! _____ Leonhart`Squall
Complete the name! _____ Strife`Cloud
Complete the name! _____ Fair`Zack
Complete the name! _____ Branford`Terra`Tina
Complete the name! _____ Pollendina`Cid
Complete the name! _____ Scherwiz`Faris
Complete the name! _____ Quen`Quina
Complete the name! _____ Kramer`Cid`Edea
Complete the name! _____ Loire`Laguna`Raine
Complete the name! _____ Heartilly`Rinoa`Julia
Complete the name! _____ Almasy`Seifer
Complete the name! _____ Katzroy`Sazh`Dajh
Complete the name! _____ Valentine`Vincent
Complete the name! _____ Farron`Claire`Eclair`Serah
Complete the name! _____ Villiers`Snow
Complete the name! _____ Guado`Seymour`Jyscal
Complete the name! _____ Beoulve`Ramza`Barbaneth`Zalbaag`Dycedarg`Alma`Barbanes
Complete the name! _____ Heiral`Delita`Tietra`Teta
Complete the name! _____ Thadalfus`Argus
Complete the name! _____ Folles`Wiegraf`Milleuda
Complete the name! _____ Madiuju`Marche
Complete the name! _____ Randell`Mewt`Cid
Complete the name! _____ Malheur`Ritz
Complete the name! _____ Crescent`Lucrecia`Freya
Complete the name! _____ Rhapsodos`Genesis
Complete the name! _____ Izunia`Ardyn
Complete the name! _____ Garamonde`Cyan`Cayenne
Complete the name! _____ Figaro`Edgar Roni`Edgar`Sabin Rene`Sabin
Complete the name! _____ Chere`Celes
Complete the name! _____ Gabbiani`Setzer
Complete the name! _____ Cole`Locke
Complete the name! _____ Arrowny`Relm
Complete the name! _____ Magus`Strago
Complete the name! _____ Palazzo`Kefka
Complete the name! _____ Klauser`Bartz`Butz
Complete the name! _____ Tycoon`Lenna`Reina`Sarisa
Complete the name! _____ Hewley`Angeal`Gillian
Complete the name! _____ Kreiss`Noel
Complete the name! _____ Geraldine`Edward`Edge
Complete the name! _____ Tokimiya`Rem
Complete the name! _____ Susaya`Kurasame
Complete the name! _____ Duelar`Reis
Complete the name! _____ Joanna Farrel`Rosa
Complete the name! _____ Harvey`Cecil`Ceodore`Theodor
Complete the name! _____ Swain`Babus`Abacus
Complete the name! _____ Fabool`Cid`Hildagarde
Complete the name! _____ Adelbert`Steiner
Complete the name! _____ Coral`Amarant
Complete the name! _____ Thadalfus`Argath`Algus
Complete the name! _____ Bunansa`Mustadio
Complete the name! _____ Durai`Orran`Olan`Arazlam
Complete the name! _____ Orlandeau`Cidolfus
Complete the name! _____ Seagill`Kiros
Complete the name! _____ Zabac`Ward
Complete the name! _____ Altney`Sara
Complete the name! _____ Haze`Cid
Complete the name! _____ Previa`Cid`Mid
Complete the name! _____ Baldesion`Krile`Galuf`Cara`Kururu
Complete the name! _____ Carol`Eiko
Complete the name! _____ Crescent`Freya
Complete the name! _____ Ornitier`Vivi
Complete the name! _____ Amicitia`Gladiolus`Iris`Clarus
How long is a MLS soccer match?`90 Mins`90`90m`90 minutes
What was Sleeping Beauty's given name?`Aurora
"Neuro" means related to the what?`Brain
Luke, I am your ...?`Father
Who was the first person to do a 900 degree in skateboarding?`Tony Hawk
Which metal band has a mascot named "Eddie"?`Iron Maiden
Whose motto is 'We are a legion. We don't forgive. We don't forget'?`Anonymous
Whose painting is used on Woody Allen's 'Midnight in Paris' movie poster?`Van Gogh`Vincent van Gogh
Whose quote is "fly like a butterfly sting like a bee"?`Muhammad Ali
Who is the writer of 'Game of Thrones'?`George R.R. Martin`George R R Martin`GRRM
Whose album is ARTPOP?`Lady Gaga
Who is the singer and leader of Radiohead?`Thom Yorke
Who is the soccer player that has scored the most goals in the World Cups?`Klose
Who is the swimmer that has won 28 Olympic medals?`Michael Phelps
Who is the only person on The Simpsons that has 5 fingers?`God
Who is the father of modern electromagnetism?`James Maxwell`maxwell
Who is the main character in Grey's Anatomy?`Dr. Meredith Grey`Meredith grey`meredith
Who is Peeta Mellark in love with?`Katniss Everdeen`Katniss
Who is the famous phrase "I am your father" spoken to?`Luke Skywalker
Who co-starred with Jackie Chan in Rush Hour 2?`Chris Tucker
Who won the FIFA World Cup in South Africa 2010?`Spain
Who won the FIFA World Cup in 2002?`Brazil
Who won the 2012 Champions League?`Chelsea
Who were the first users of papyrus?`Egyptians`Egyptian`Egypt
Who was the philosopher who said 'I only know that I know nothing'?`Socrates
Who was the only actor to win an Oscar afterhis death?`Heath Ledger
Who wore the number 23 for the Chicago Bulls?`Michael Jordan
Who was the main actor in the movie Click?`Adam Sandler
What actress was Sam's girlfriend in the movie Transformers 1 and 2?`Megan Fox
What character was JD's best friend in the TV series 'Scrubs'?`Turk
Who was Brad Pitt's partner in the 1995 film 'Se7en'?`Morgan Freeman
Who was Brad Pitt's first wife?`Jennifer Aniston
Who voiced Woody in the "Toy Story" trilogy?`Tom Hanks
Who stars in the movie "I am legend"?`Will Smith
What character says the famous salute "Live Long and Prosper"?`Mr. Spock`mr spock`spock
Who said "Time is a flat circle"?`Nietzsche
Who said that "objects which have no resultant force are either stationary or moving at constant velocity"?`Isaac Newton`Newton
Who released the album 'AM'?`Arctic Monkeys
Who plays the crazy person in the movie '12 Monkeys'?`Brad Pitt
Who is Thor's Father?`Odin
Who is the king of the gods in Greek mythology?`Zeus
Who is the creator of characters including Spider Man and The Fantastic Four?`Stan Lee
Who is the creator of "Family Guy"?`Seth MacFarlane
Who is the "black sheep" in Family Guy?`Meg
Who is Superman's sweetheart?`Lois Lane
Who is SpongeBob SquarePants' best friend?`Patrick Star`Patrick
Who is Spider-Man?`Peter Parker
Who is Mario's brother?`Luigi
Who is Bart Simpson's best friend?`Milhouse
Who is Bruce Wayne?`Batman
Who is Ned Stark's youngest daughter in the TV series 'Game of Thrones'?`Arya Stark`Arya
Who invented the telephone?`Alexander Graham Bell`Bell
Who invented the world's first successful airplane?`Wright brothers
Who is the main character in "The Lion King"?`Simba
Who created Mickey Mouse?`Walt Disney
Who composed the music for the film 'Tron: Legacy'?`Daft Punk
"Bharathanatiyam" is the national dance of what country?`India
"Mr. Pink" is the alias of a character in which Quentin Tarantion film?`Reservoir Dogs
"Taipei" is the capital city of which country?`Taiwan
Adam Levine is the lead singer of which group?`Maroon 5
At what age did Mozart write his first opera?`Twelve`12
Bananas are rich in what?`Potassium
Complete the title of the Oscar-nominated film starring Tom Cruise, 'The Last ...'?`Samurai
Diamonds are an allotropic form of what element?`Carbon
Due to which element does acid become acidic?`Hydrogen
Edmonton is the capital of which province in Canada?`Alberta
The Winter Olympic Games are celebrated every how many years?`Four`4
Fe is the symbol for which element?`Iron
Fraser Island belongs to what country?`Australia
Freddie Mercury was the singer of what band?`Queen
French Fries originate from which country?`Belgium
Heliophobia is the fear of?`Sunlight`The Sun`Sun
"15, 30, 40, game" is used for the scoring system of what sport?`Tennis
How is the speed of boats measured?`Knots
How many bytes are there in 1 kilobyte?`1024
How many cards are there in a deck of cards?`52
How many chambers are there in the human heart?`Four`4
How many fingers does a Simpsons character have?`Four`4
How many hearts does an octopus have?`Three`3
How many hours are there in a year?`8760
How many players are there in a cricket game?`Eleven`11
How many players are there in a Quidditch team?`Seven`7
How much is 2 raised to tenth power?`1024
What was Walter White known as by the drug cartels in Breaking Bad?`Heisenberg
If you multiply the base by the height, and then divide by 2, you're calculating the area of what geometric figure?`Triangle
If you want to go Stockholm, what country are you in?`Sweden
In 'The Simpsons', what sort of animal is Itchy?`Mouse
In an e-mail, what does CC mean?`Carbon Copy
In Breaking Bad, what colour are Marie's appliances?`Purple
In chess, how many differents directions can the queen move if she is in one corner of the board?`Three`3
In computer science, what does the acronym LAN stand for?`Local Area Network
In computer terms, what does CPU stand for?`Central Processing Unit
In Disney's Tangled, what was the name of Repunzel's animal side kick?`Pascal
In Divergent, what is the real name of the character named "Four"?`Tobias
In Doctor Who, how many hearts does the doctor have?`Two`2
In Doctor Who, what is the name of the Doctor's tin dog?`K9
In Greek mythology which monster is half goat, lion and snake?`Chimera
In Greek mythology, who was the god of the Underworld?`Hades
In tennis, what's the name of the point won directly with a serve?`Ace
How many rings is on the Olympic flag?`Five`5
What colour is Spock's blood?`Green
Whose nose grew when he told a lie?`Pinocchio
If you had pogonophobia what would you be afraid of?`Beards
Which country grows the most fruit?`China
Which company is owned by Bill Gates?`Microsoft
Triskadeccaphobia is the fear of what?`The Number 13`13`Thirteen`Number 13
Ictheologists study what?`Fish
Who or what lives in a formicarium?`Ants
Which part of the human body contains the most gold?`Toenails`toenail
La Giaconda is better known as what?`Mona Lisa
What is the largest state by area in the USA?`Alaska
What martial arts name means "gentle way"?`Judo
In Japan what is Seppuku Hari Kari?`Suicide
In which country would you find the Negev desert?`Israel
Which character has been played by the most actors?`Sherlock Holmes
Name an element Marie and Pierre Curie discovered?`Polonium & Radium`Polonium`Radium
What are Sarte, Neitzsche, Russell and Decartes?`Philosophers`Philosopher
Barry Allen was the alter ego of which DC comic superhero?`The Flash`Flash
Linus Torwalds invented and wrote what?`Linux kernel`Linux
What is the staple food of one third of the worlds population?`Rice
Jagger, Richards, Wyman, Jones, Watts, Stewart - members of which band?`The Rolling Stones`Rolling Stones
What digit does not exist in Roman Numerals?`Zero`0
In Texas Hold'em, how many cards are dealt in 'The Flop'?`Three`3
In the British sci-fi show "Doctor Who", what's the name of the spaceship that can travel through space and time?`TARDIS
In the first Harry Potter film, what was the name of Neville Longbottom's pet toad?`Trevor
In The Simpsons, how many children does Apu have?`Eight`8
In the TV show "The Big Bang Theory", What is Sheldon's catch phrase?`Bazinga
In what country was Osama bin Laden found in 2011?`Pakistan
In what Disney movie could you listen to the song 'A Whole New World'?`Aladdin
In what field sport the winner is the player who has the lowest score?`Golf
In what movie does Arnold Schwarzenegger go to Mars?`Total Recall
In what state is Area 51 located?`Nevada
In what TV series did Steve Urkel appear?`Family Matters
In which direction does the sun set?`West
In which European city can you visit the Louvre Museum?`Paris
On "Sponge Bob Square Pants", what kind of animal is Sandy?`Squirrel
On the show "Spongebob Squarepants" Spongebob lives is which type of fruit?`Pineapple
What is 26 in Roman numerals?`XXVI
What chemical element gives red wine its color?`Iron
What chess piece has the most freedom of movement?`Queen
What city does Batman protect?`Gotham
What color are Peter Pan's clothes?`Green
What color is a smurf?`Blue
What company makes the Radeon video cards?`AMD`ATI
What do the Olympic rings represent?`continents
What does BBC stand for?`British Broadcasting Company
What does E stand for in the formula E=mc2?`Energy
What day of the week does does Garfield hate?`Monday
What does RAM stand for?`Random Access Memory
What does the Q in Q-tip stand for?`Quality
What element has an atomic number of 69?`Thulium
What famous author was known for "The Iliad" and "The Odyssey"?`Homer
What hand is the most valuable in poker?`Royal flush
What happens when a star explodes?`Supernova
What is a perfect game scoring in bowling?`300
What is Sherlock Holmes's brother's first name?`Mycroft
What is the chemical symbol for gold?`Au
What is the French word for Thank You?`Merci
What is the integral of cos(x)?`sin(x)+c
What is the largest planet in the solar system?`Jupiter
What is the last name of the family in the TV series 'Family Guy'?`Griffin
What is the name given to a word or phrase that reads the same backward and forward?`Palindrome
What is the name of Iron Man's computer assistant?`Jarvis
What is the name of Mickey Mouse's dog?`Pluto
What is the name of our galaxy?`Milky Way
What is the name of restaurant where SpongeBob works?`The Krusty Krab`Krusty Krab
What is the name of Ron's sister in "Harry Potter"?`Ginny
What is the name of the actor who portrayed Jesse Pinkman on the TV series Breaking Bad?`Aaron Paul
What is the name of the battle where Napoleon was finally defeated?`Waterloo
What is the name of the cat in Stuart Little?`Snowy
What is the name of the cat that goes after Jerry?`Tom
What is the name of the component used to store energy in an electric field?`Capacitor
What is the name of the dog on Family Guy?`Brian
What is the name of the dwarf in Game of Thrones?`Tyrion
What is the name of the dynasty in China in 15th century?`Ming
What is the name of the giant bunny in "Donnie Darko"?`Frank
What is the name of the Greek goddess of wisdom?`Athena
What is the name of the lawyer in Breaking Bad?`Saul
What is the name of the main character in 'The Legend of Zelda'?`Link
What is the name of the Olympian goddess of love and beauty?`Aphrodite
What is the name of the water Greek God?`Poseidon
What is the number of the platform to take the Hogwarts Express?`9 3/4
What is the official language in Iran?`Farsi
What is the opposite colour of red?`Green
What is the planet in the solar system whose size is closest to that of the Earth?`Venus
What is the sum of the numbers 1 to 10?`55
What kind of tree gives acorns?`Oak
What organ processes the sodium in the body?`Kidney
What philosopher said the famous sentence 'I think, therefore I am'?`Descartes
What planet is the closest to the Sun?`Mercury
What planet was named after the God of War?`Mars
What Power Ranger was the leader (color)?`Red
What protocol is used by a router to assign dynamic IP addresses?`DHCP
What the binary number 1010 in decimal?`10
What scientist is famous for his three laws of physics?`Newton
What species was Chewbacca?`Wookie
What sport do you play if you are part of the NHL?`Hockey
What substance is injected to people with diabetes to reduce their hyperglycemia?`Insulin
What superhero was portrayed by Christian Bale?`Batman
What team of the NBA made Michael Jordan famous?`Chicago Bulls
What was Eminem's first album called?`Infinite
What was Muhammed Ali's real name?`Cassius Clay
What was Spock's race?`Vulcan
What was the first movie produced by Pixar?`Toy Story
What was the name of the ceremony where a Samurai would kill himself?`Seppuku
What's the abreviation of 'picture element'?`Pixel
What's the adjective used for the planes flying faster than the speed of sound?`Supersonic
What's the band that has won the most Grammy awards?`U2
What's the biggest mammal?`Whale
What's the chemical symbol of salt?`NaCl
What's the name of Snoopy's owner?`Charlie Brown
What's the name of the bar tender in The Simpsons?`Moe
What's the name of the cup of the National Hockey League?`Stanley Cup`Stanley
What's the name of the dance step popularized by Michael Jackson?`Moonwalk
What's the name of the instrument used to measure atmospheric pressure?`Barometer
What's the name of the lead singer of the band Radiohead?`Thom Yorke
What's the name of the princess from Beauty`Belle
What's the name of the protagonist in the TV series "Breaking Bad"?`Walter White
What's the name of the traditional Japanese art of paper folding?`Origami
What are Ethan Kath and Alice Glass better known as?`Crystal Castles
What's the square root of 144?`12
Which is Canada's largest province?`Quebec
Which is the only bird that can fly backwards?`Hummingbird
Which is the only mammal in the world unable to burp?`Horse
Which organ is responsible for producing insulin?`Pancreas
Which real city is taken by Gotham city in Batman movies?`Chicago
Which rock group is famous for the song "Stairway to Heaven"?`Led Zeppelin
Which sea is known by its high levels of salt?`Dead Sea
Which sports brand uses as its slogan the phrase "Just do it"?`Nike
Which state is known as the potato state?`Idaho
What did the Scarecrow want from the Wizard of Oz?`A brain`brain
What is Keanu Reeves character's Real name in "The Matrix" (1999)?`Thomas Anderson`Tom Anderson
What is the name of Han Solo's ship in "Star Wars"?`The Millennium Falcon`millennium falcon
What kind of car was used as a time machine in the "Back To The Future" movies?`A DeLorean`delorean
What is the name of the sequel to "101 Dalmations"?`102 Dalmations
What was Indiana Jones's real first name?`Henry
What actor is famous for saying 'I'll be back'?`Arnold Schwarzenegger`schwarzenegger
Who is famous for saying 'Make my day'?`Clint Eastwood`eastwood
In what movie did we first hear 'May the force be with you'?`Star Wars
How many legs does a spider have?`Eight`8
Where was the game of golf invented?`Scotland
What U.S. city is also called 'The Windy City'?`Chicago
What is the name of the bad guy in Peter Pan?`Captain Hook`Hook
What is the river named most often in the Bible?`Jordan
What is the Scottish word for lake?`Loch
Which planet is closest to the sun?`Mercury
How many moons does Mars have?`Two`2
Where were the 2000 Olympics held?`Sydney`Australia
What did Sir Galahad search for?`The Holy Grail`holy grail
What is the Spanish name for the South American capital which means 'good air'?`Buenos Aires
What is the capital of Hungary?`Budapest
What name is Paul Hewson better know as?`Bono
How many members in the guy group N'SYNC?`Five`5
Name a member of N'SYNC whose name does NOT start with the letter "J"?`Chris or Lance`Chris`Lance
What year was the movie Ben Hur with Charlton Heston made?`1959
What is a Wyvern?`A Type of dragon`Type of dragon`dragon
What year were PopTarts invented?`1964
What African country is only 8 miles from Spain?`Morocco
Which people created the sundial?`The Egyptians`Egyptians
Who did Paris, the ruler of Troy, select as the most beautiful goddess?`Aphrodite
What are Pyxis, Puppis, and Pavo?`constellations
How many deserts are in or extend into the United States?`Five`5
Name the 500,000 square mile desert that Mongolia and China share?`Gobi
What is the type of computer virus that is named after a device of trickery used in a famous mythological war?`Trojan Horse`trojan
What year was the World Wide Web developed?`1990
In what Swiss city was the World Wide Web first developed?`Geneva
What color are the Majestic mountains in "America the Beautiful"?`Purple
Who made his debut in Action Comics No.1?`Superman
What color is the center stripe on the American flag?`Red
How many of the seven dwarf's names do not end with "y"?`Two`2
How many planets are between Earth and the sun?`Two`2
What country covers an entire continent?`Australia
Who was the first woman to win a Nobel Prize?`Marie Curie`Curie
Who wrote Les Misérables?`Victor Hugo`Hugo
Who wrote the novel Nineteen Eighty-Four?`George Orwell`Orwell
How many stars are there on the Austrailian flag?`Six`6
In the sequence 2, 3, 5, 7, 11, 13, what number comes next?`Seventeen`17
What is the capital of Nova Scotia, Canada?`Halifax
Which country uses a Yen for money?`Japan
What country is the Aswan High Dam in?`Egypt
What did they use for croquet mallets in "Alice in Wonderland"?`Flamingoes`flamingos
What is the closest star to the Earth?`The sun`sun
What does a sphygmomanometer measure?`Blood pressure
When measuring acidity and alkalinity, what does "pH" stand for?`per hydroxide
Which poison smells like almonds?`Cyanide
Zeus created warriors called Myrmidons out of what creatures?`Ants`Ant
Vulcan blood is based on what metal?`Copper
What is the name given to the change in pitch accompanied by an approaching or receeding sound source?`Doppler Effect`Doppler
Which Roman god had two faces?`Janus
Name Captain Nemo's submarine?`Nautilus
In what ancient city did Alexander the Great die?`Babylon
What does HDD stand for?`Hard Disk Drive
What does USB stand for?`Universal Serial Bus
What does WWW stand for?`World Wide Web
What does URL stand for?`Uniform Resource Locator
What was the name of the first wide-scale peer-to-peer music sharing application?`Napster
What company first invented the modern mouse?`Xerox
How many bits are in a byte?`eight`8
Solve for X: 5x+4=24`Four`4
How many sides does a 'icosohedron' have?`Twenty`20
What color reflects light from all parts of the visible spectrum?`white
How many states begin with the letter "A"?`Four`4
How many times did Dorothy click her heels together?`Tree`3
What color is Lisa's necklace on The Simpsons?`white
What color is a giraffe's tongue?`black
Curious George's friend was The Man in the what color hat?`yellow
What's the capital of the Netherlands?`Amsterdam
What nationality was Aladdin?`Chinese
What Dr. Seuss character steals Christmas?`The Grinch`grinch
What's the primary color with the shortest name?`Red
What is the name for a male witch?`Warlock
What type of monster dies from a silver bullet?`Werewolf
What is the name of Harry Potter's owl?`Hedwig
Loch Ness is located in what country?`Scotland
How many stones did David carry into battle with Goliath?`Five`5
"I soiled my armor I was so scared!" is from which movie?`Monty Python and the Holy Grail`Monty Python
"I've been dead once, already. It's very liberating." is from which movie?`Batman
What's the only country to have played in every World Cup soccer tournament?`Brazil
What's the common term for the layout of a computer keyboard?`QWERTY keyboard`qwerty
What city attracted Van Gogh and Toulouse-Lautrec to its bohemian Montmartre district?`Paris
What unit of sound intensity commemorates an inventor's last name?`Decibel
In blackjack, a hand of Ace and Nine can count as Ten or what?`Twenty`20
What's the official language of Brazil?`Portuguese
What does the koala eat exclusively?`Eucalyptus
What's the most abundant element in the earth's crust?`Oxygen
What's the most abundant element in the universe?`Hydrogen
What's the most abundant element in the atmosphere?`Nitrogen
The Shatt-el-Arab (River of Arabia) is the confluence of which two other rivers?`Tigris and Euphrates`euphrates and tigris
Name the two families in Romeo and Juliet?`Montague & Capulet`montague and capulet`capulet and montague`capulet&montague
Which singer joined Mel Gibson in the movie Mad Max: Beyond The Thunderdome?`Tina Turner
Vodka, Galliano and orange juice are used to make which classic cocktail?`Harvey Wallbanger
Which American state is nearest to the former Soviet Union?`Alaska
In which year did Foinavon win the Grand National?`1967
At which battle of 1314 did Robert The Bruce defeat the English forces?`Bannockburn
Consecrated in 1962, what city is the Cathedral Church of St. Michael located in?`Coventry
On TV, who did the character Lurch work for?`Addams Family
Which children's classic book was written by Anna Sewell?`Black Beauty
How many tentacles does a squid have?`Ten`10
Which reggae singing star died 11th May 1981?`Bob Marley
Characters Charlie Allnut and Rosie Sayer appeared in which classic 1951 movie?`The African Queen
What is converted into alcohol during brewing?`Sugar
Which river forms the eastern section of the border between England and Scotland?`Tweed
Which Briton won an ice-skating Gold at the Lake Placid Olympics?`Robin Cousins
In what year was Prince Andrew born?`1960
What is the national game of the Basques?`Pelota
TV commercials for Campari launched the career of which actress?`Lorraine Chase
If cats are feline, what are sheep?`Ovine
A red giant star typically evolves when its central hydrogen has converted to what gas?`Helium
In the song, Heartbreak Hotel is on which street?`Lonely Street
What Greek mythological creature sprang from the blood of Medusa?`Pegasus
What type of animal is a macaque?`Monkey
‘Blue Monday’, said to be the most depressing day of the year, falls during which month?`January
The majority of the Amazon Rainforest is contained within which country?`Brazil
How many definite suicides occur in the plays of William Shakespeare?`13`thirteen
Bigarade sauce is traditionally made using which fruit?`Oranges`orange
Bras is French for which part of the body?`Arm`arms
In our solar system which is the 5th planet from the Sun?`Jupiter
Which letter is furthest to the right on a top letter row on a computer keyboard?`P
Bikram, Anusara, Kundalini and Iyengar are all types of which activity?`Yoga
What replaced the iron in the board game Monopoly?`Cat
People born on April 17th have which sign of the Zodiac?`Aries
Hinge, Saddle, Pivot and Gliding are all types of what in the human body?`Joint`joints
Gimpo International Airport is located in which Asian city?`Seoul
Siderodromophobia is the irrational fear of which mode of transport?`Trains`train
What was South Vietnam’s Ho Chi Minh City called before 1976?`Saigon
A titi is what type of animal?`Monkey
To what colour is the human eye most sensitive?`Green
Gabel is German for which item of cutlery?`Fork
In nature, Greco, Ostro, Libeccio and Sirocco are all types of what?`Winds`wind
What was disestablished as the state religion of Japan after WWII?`Shinto
What chemical element (Cu) is named after Cyprus?`Copper
Suva is the capital of which South Pacific island?`Fiji
James Augustus Hickey founded the first printed ‘what’ in India in 1780?`Newspaper
Hombro is Spanish for which part of the body?`Shoulder
Lake Mamry and Lake Drawsko are in which European country?`Poland
What type of flesh does a pescatarian eat?`Fish
Which animal represents the deadly sin of envy?`Snake
Which Asian country is known as the ‘Land of Smiles’?`Thailand
Lonicera is the Latin name for which garden plant?`Honeysuckle
Sitophilia is the use of what for sexual arousal?`Food
Which is the only planet in our solar system to have water in three states of matter: solid, liquid and gas?`Earth
Which country is bordered by the Gaza Strip, Israel, Libya and Sudan?`Egypt
What type of creature is a cichlid?`Fish
People born on the 1st March have which sign of the Zodiac?`Pisces
Gorgonzola cheese is from which country?`Italy
Dydd Sadwrn is Welsh for which day of the week?`Saturday
What is the title of the 2001 film in which Russell Crowe plays mathematician John Nash?`A Beautiful Mind
In April 1966, Bobbi Gibb became the first woman to run the entire distance of which marathon?`Boston Marathon`boston
For his part in which 1953 film did Frank Sinatra receive a Best Supporting Actor Oscar?`From Here To Eternity
For which fruit is the US state of Georgia famous?`Peach
Which is the financial centre and main city of Switzerland?`Zurich
Who is the only man (at 2009) to have won motorbike and F1 car World Championships?`John Surtees
In which city was Martin Luther King assassinated in 1968?`Memphis, Tennessee`memphis`memphis tennessee
In which county is the UK prime minister's official country residence Chequers?`Buckinghamshire
What is the word used to describe an animal/plant that is both male and female?`Hermaphrodite
In which country did the Mau Mau uprising (1952-60) occur?`Kenya
What does a numismatist study or collect?`Coins
Who captained Jules Verne's submarine Nautilus?`Captain Nemo`nemo
The llama belongs to the family of animals commonly called what?`Camels
In which 1979 film was the spaceship called Nostromo?`Alien
The Sheffield Shield is competed for in which sport?`Cricket
What is infant whale commonly called?`Calf
Alan Minter was undisputed World boxing champion at which weight?`Middleweight`middle weight
Which Latin term, usually applied to legal evidence, means 'at first sight'?`Prima Facie
What is the alternative common name for a Black Leopard?`Panther
In which bay is Alcatraz?`San Francisco Bay`san francisco
In which Dickens novel was Miss Havisham jilted on her wedding day?`Great Expectations
What is an otter's home called?`Holt
Who had a 1985 hit with Saving All My Love For You?`Whitney Houston
In Roman mythology, Neptune is the equivalent to which Greek god?`Poseidon
What is the only English language single word anagram of the word crouton?`Contour
What is the other name for Wildebeest?`Gnu
In which State would you find the city of Birmingham?`Alabama
Complete the name of the American Football team: 'Washington ...........'?`Redskins
How old is a horse when it changes from a filly to a mare?`Four Years`4`four
Robin Hood & Friar Tuck appear in which well-known novel, by Sir Walter Scott?`Ivanhoe
What is Canada's national animal?`Beaver
Which is the smallest member of the flute family?`Piccolo
Which Bond villain has been played by Telly Savalas, Donald Pleasance, Charles Gray, and Max Von Sydow?`Blofeld
Mace is one of the spices obtained from the tree Myristica Fragrams - what is the other?`Nutmeg
What is the colour of the bull of an archery target?`Gold`yellow
UNHCR is the United Nation's High Commission for what?`Refugees
A palmiped's feet are more commonly called what?`Webbed
Which animal is known as 'The Ship of the Desert'?`Camel
How many red stripes are on the American national flag?`Seven`7
In the children's television show, what is the name of the yellow Teletubby?`Laa-Laa`laa laa
British athlete Duncan Goodhew is associated with which sport?`Swimming
What colour rose is the title of a Thin Lizzy song?`Black
English wrestler Shirley Crabtree Jr was better known by what name?`Big Daddy
What is the name of the monster's creator in the 1818 novel of the same name by Mary Shelley?`Frankenstein`Victor
How many seconds in an hour?`3600`Three thousand six hundred
The Trafford Shopping Centre is in which English city?`Manchester
Actress Gwyneth Paltrow named her first child after which fruit?`Apple
What is the name of the blood-sucking worm sometimes used by doctors?`Leech
Which country has the most time zones?`Russia
Fictional characters Clark Kent, Lois Lane and Jimmy Olsen work for which newspaper?`The Daily Planet
Which is the most powerful chess piece?`Queen
What is the name of Batman's sidekick and ward?`Robin
In which ocean is Tahiti?`Pacific Ocean`Pacific
What color is the 'Little Corvette' in the 1983 single by Prince?`Red
The port of Dover is in which English county?`Kent
During which month of the year is Hogmanay celebrated?`December
Sir Christopher Wren designed which famous London cathedral?`St Paul’s`St. Paul`St paul`st. paul's
How is the number ten written in Roman numerals?`X
Which sign of the Zodiac is represented by the fish?`Pisces
What is 255 divided by 5?`51`fifty one
Which fictional character uses the expression 'Eat my shorts'?`Bart Simpson
In Greek mythology, who is the messenger god?`Hermes
What is the capital of Hungary?`Budapest
Which sport features line-outs, scrums and conversions?`Rugby
Which spice is known as the 'Master Spice'?`Pepper
Which 2009 animated film features a floating house suspended by helium balloons?`Up
The Golden Gate bridge is in which US city?`San Francisco
The Great Pyramid is in which country?`Egypt
Who was the father of English monarch Elizabeth I?`Henry VIII`King Henry VIII
Which fictional superhero goes by the name of Bruce Wayne?`Batman
There are how many in a gross?`144
Which fruit from Seville in Spain is usually used to make marmalade?`Orange
Singer Beyonce Knowles married which rapper in 2008?`Jay-Z
Who played Captain Jack Sparrow in the 'Pirates of the Caribbean' series of films?`Johnny Depp
What is the 'lead' in pencils made from?`Graphite`carbon
Pug, Boxer and Chow are all breeds of which animal?`Dog
Which body of water connects England and France?`The English Channel`english channel
What is the system of raised dots called which blind people use to read with their fingers?`Braille
Oil of Cloves is traditionally used to treat the pain in which part of the human body?`Teeth`tooth
What color 'Haze' is the title of a 1967 hit by Jimi Hendrix?`Purple
What is the capital of France?`Paris
Who is the voice of Princess Fiona in the Shrek series of films?`Cameron Diaz
'What's up Doc' is the catchphrase of which cartoon character?`Bugs bunny
Which US singer is known by the nickname J Lo?`Jennifer Lopez
On which fictional planet was Superman born?`Krypton
Who wrote the novel 'The Adventures of Huckleberry Finn'?`Mark Twain
Which nuts are traditionally used to make pesto sauce?`Pine`Pine nuts
The Sherlock Holmes Hotel is in which London street?`Baker Street`Baker
What colour, traditionally, are cabs in New York?`Yellow
Courgette is another name for which vegetable?`Zucchini
What is a group of lions called?`A pride`pride
What does ET stand for in the 1982 Steven Spielberg film?`Extra Terrestrial`extraterrestrial
Who was the first female Prime Minister of the UK?`Margaret Thatcher
Isabella 'Bella' Swan is the lead character in which series of vampire books?`Twilight
The terms Silver, Forked and Twister are all associated with which part of the body?`Tongue
What is the name of a small, ground-dwelling songbird and something done for fun?`Lark
Convict Magwitch appears in which novel by Charles Dickens?`Great Expectations
What is 1500 in Roman numerals?`MD
What is the national bird of New Zealand?`Kiwi
Which substance makes bread rise?`Yeast
Miel is French for which foodstuff?`Honey
What colour is The Old Kent Road on a Monopoly board?`Brown
How many seconds are there in an hour?`3600
Pavane, Polonaise and Polka are all types of what activity?`Dance
Which fictional superhero is known as 'The Man of Steel'?`Superman
Peter Parker is the alter-ego of which fictional superhero?`Spiderman
What is the name of the branch of biology that studies plants?`Botany
What are the native people of Australia called? `aborigine`Aborigines
Which US city did Scott McKenzie sing about in 1967?`San Francisco
Who is the Roman god of the sea?`Neptune
Which domestic animal was worshipped by the ancient Egyptians?`cat
What is the name of a long-bodied marine fish and a person who unscrupulously exploits or swindles others?`Shark
What is the national animal of Finland?`Brown bear
How many squares are on a chess board?`64`sixtyfour`sixty-four
In the human body, molars, canines and incisors are all what?`Teeth`tooth
What is a line called that goes straight from the center of a circle to the circumference?`Radius
Mount Etna is on which European island?`Sicily
The cup, or bowl, Jesus was said to have used at the Last Supper is known as 'The Holy ...'?`Grail
The musical "West Side Story" is based on which Shakespeare play?`Romeo and Juliet
Whose 1988 autobiography is entitled 'Moonwalk'?`Michael Jackson
What is the boiling point of water in degrees Farenheit?`212`two hundred and twelve
What is the first name of Bill and Hillary Clinton’s daughter?`Chelsea
How many days are there in the month of August?`31`thirtyone`thirty-one
What is the name of the fairy in the play ‘Peter Pan’ by J M Barrie?`Tinker Bell
What type of drink is claret?`Wine
In humans, what is the name of the front cutting teeth?`Incisor`Incisors
What is the longest river in North America?`Missouri River`Missouri
What is the name of the daughter of cartoon character Fred Flintstone?`Pebbles
What is the highest prime number between 1 and 100?`97`ninetyseven`ninety-seven
How many grams in half a kilo?`500`five hundred
What colour is the skin of a courgette?`Green
Gotham City is associated with which fictional superhero?`Batman
What breed of dog is known as a 'Sausage dog'?`Dachshund
Thomas the Tank Engine lives on which fictional island?`Sodor
What is the capital of Sweden?`Stockholm
During which month of the year are the US Presidential elections held?`November
What is the name of a Telly Tubby and an Italian river?`Po
What was the most common password used online in 2012?`Password
What colour shirts did the Italian Fascists wear under the leadership of Benito Mussolini?`Black
Pepe le Pew is what type of cartoon animal?`Skunk
Which US city was named after St Francis of Assisi?`San Francisco
Which bird lays the largest eggs?`Ostrich
In the game of Clue, what colour is the piece that represents Mrs Peacock?`Blue
What is the largest gulf in the world?`Gulf of Mexico`the gulf of mexico
Melbourne is the capital of which Australian state?`Victoria
How many squares are on a Spear's Games Snakes and Ladders board?`100`one hundred
Prince Albert, husband of British monarch Queen Victoria, was born in which modern-day country?`Germany
Which animal is depicted as the face of breakfast cereal Coco Pops?`Monkey
The countries Ghana, Nigeria and Kenya are all in which continent?`Africa
What colour is superhero Batman's Batphone?`Red
'The Grand Ole Opry' in America is famous for what type of music?`Country music`Country
The caber, kilts and bagpipes are all associated with with European country?`Scotland
Ancient Egyptian Cleopatra was said to have been killed by what type of snake?`Asp
What is the boiling point of water in degrees Celsius?`100
Which is the only bird in the Chinese Zodiac?`Rooster
Which legendary English outlaw 'stole from the rich to give to the poor'?`Robin Hood
Who played Han Solo in the 'Star Wars' series of films?`Harrison Ford
Who sang at half time at the US Super Bowl in February 2013?`Beyonce
In July 2013, who revealed that they were the secret author Robert Galbraith?`J K Rowling`j.k. rowling'j. k. rowling`jk rowling
What is the capital of Canada?`Ottawa
What colour is Teletubby Po in the children's television series Teletubbies?`Red
In the Harry Potter series of books, what animal does Sirius Black turn into?`Dog
Which famous artist spent four years painting the ceiling of the Sistine Chapel in Rome?`Michelangelo
In British legend, what is the name of King Arthur's sword?`Excalibur
What was the first team sport included in the Olympic Games?`Soccer`football
The White Rose Shopping Centre is in which English city?`Leeds
Which designer (brand) created the Kelly bag?`Hermes
Arctic King, Saladin and Tom Thumb are which types of vegetable?`Lettuce
The Galápagos Islands are a provincial territory of which South American country, 600 miles away on the same equatorial latitude?`Ecuador
What is a baby oyster called?`Spat
What is Bill Clinton's middle name?`Jefferson
In which country are the Sutherland Falls?`New Zealand
What is the largest flat fish species?`Halibut
What's the oldest university in the USA?`Harvard
In architecture, what is a lancet?`Window
Who invented jeans?`Levi Strauss`Levi
Which European city had the Roman name Lutetia?`Paris
What is the green pigment found in most plants that is responsible for absorbing light energy?`Chlorophyll
Yeomen Warders at the Tower of London are commonly known by what other name?`Beefeaters
What is the birthstone for April?`Diamond
Who invented the revolver (handgun)?`Samuel Colt`Colt
In which ocean is Ascension Island?`Atlantic
What is the USA state capital of California?`Sacramento
The Latin prefix 'dino' (as in dinosaur) means?`Terrible
Argan oil, chiefly from Morocco, used in cooking and cosmetics, is extracted from what?`Tree nut
Mocha is coffee with added...?`Chocolate
What African nation is known in parts of Asia by the local names of two of its famous cities Marrakech and Fes?`Morocco
What drink from the Camellia sinensis plant has green, black and white varieties?`Tea
The dermis and cutis are parts of the human...?`Skin
The Arabic word 'al' (AL) roughly translates in English to mean...?`The
Tallow, Beeswax, Spermaceti, and Paraffin are traditionally used in making...?`Candles
The famous self-styled anarchist web-hacking group founded in 2003 is called...?`Anonymous
Name the controversial detention camp established in 2002 by the USA in Cuba?`Guantanamo Bay
Mixing yellow and blue paint produces...?`Green
Based on Greek legend, a constant uncontrollable threat, especially to a safe/desirable situation, is called The Sword of...?`Damocles
The planet Jupiter has how many known moons?`Sixty-seven`sixty seven`67`sixtyseven
Barber, Debussy, Glass and Holst were all?`Composers
Marfona, Charlotte, Jersey, and Desiree are all types of...?`Potato
Mach 1 refers to the speed of...?`Sound
The hook symbol joined under a letter (e.g., to the letter C, to soften the sound) is a...?`Cedilla`cedilha
Zika disease, identified 1947 and epidemic in S America commencing 2015, is mainly transmitted by infected...?`Mosquitoes`mosquito
Alphabet became in 2015 the holding company of which vast tech corporation?`Google
What does IHOP stand for?`International House of Pancakes
Barbara Millicent Roberts (1959 - present) from Willows Wisconsin is better known as what iconic figure?`Barbie
According to DC Comics history, who was 'Nightwing' when he was younger?`Robin
Breitling, Fortis, Hublot and Longines are makers of...?`Watches`watch
What girl's name beginning with A was punningly chosen first when the UK decided in 2015 to 'name' its storms?`Abigail
Kola, Palm, Pecan and Betel are types of...?`Nuts`nut
Parka, Harrington, Crombie, and Anorak are types of...?`Coats`Jackets
A slot/fruit machine was originally known as a One-Armed...?`Bandit
The modern confection originally from Ancient Egypt and the Malva plant which gave the French word mauve is?`Marshmallow
Hex/Allen, Slot, Cross, and Phillips are types of...?`Screwdrivers`screwdriver
Name the famous naval base and natural port on Oahu island, Hawaii, which featured in the US entry to World War II?`Pearl Harbor
The classical composers Bach, Brahms, Handel, Strauss, and Schumann are all what nationality?`German
Philadelphia, Cheddar, Feta, and Paneer are all types of...?`Cheeses`cheese
From Latin 'sapo', saponification is a process of producing...?`Soap
What word is a flat-bottom boat, a football kick, a glassmaking tool, and a dented base of a wine bottle?`Punt
Turkish Van, Chartreux, Scottish Fold and Ragdoll are types of...?`Cats`cat
What popular orange-coloured citrus fruit is surprisingly a hybrid of the pomelo (25%) and mandarin (75%)?`Orange
What is the sweet clear liquid by-product from soap manufacture, used in laxatives, explosives and antifreeze?`Glycerine
At 2015 the biggest cause of death among UK men under 50 was?`Suicide
The US 1899-founded Gideons International organization is famous for distributing ___ to 200 countries for free?`Bibles
Angiosperm (from Greek 'angeion', bottle) is a major scientific classification of land plants which have seeds and...?`Flowers
Considered the oldest living land animal at 183yrs in 2016, on St Helena island, Sth Atlantic, Jonathan is a Seychelles Giant...?`Tortoise
The German surname and name-suffix Baum referred to living near or resembling a...?`Tree
What is removed from natural yogurt to produce Greek yogurt (also called labneh [Arabic] and strained yogurt)?`Whey
The famous website franchise which offers entertaining educational 18 minute talks videos is abbreviated to...?`TED
What Latin word meaning equal expresses a quality standard/norm (on or below or above etc), alluding to golfing performance?`Par
What creature's name is from Greek 'river horse'?`Hippopotamus`hippo
What orange spice/colouring comes from the crocus plant, often associated with rice?`Saffron
Wikipedia's spherical logo features what symbol for Greek W, also a fatty acid name?`Omega`Ω
What hugely popular cereal crop has varieties including Arborio (Italy), Ambemohar (India), Doongara (Australia), and Uruchimai (Japan)?`Rice
The human body's energy chemical is...?`Glucose
Who created the 1970s persona Thin White Duke, and subsequent brands Glass Spider and Tin Machine?`David Bowie
What was the Russian city of Stalingrad renamed in 1961, after Europe's longest river?`Volgograd
Who wrote/directed the movies The Hateful Eight and Inglourious Basterds?`Quentin Tarantino
The famous Ancient Roman marble statue 'Venus Callipyge' or 'Callipygian Venus' literally and artistically represents "Venus/Aphrodite of the beautiful..."?`Buttocks`butt
What Anglicized-French word referring to prestige derives from the verb to press?`Cachet
The motor theft crime abbreviated in the UK to TWOC (hence the slang verb 'twocking') stands for what?`Taking Without Owner's Consent
Besides humans, the most widely distributed mammals on Earth are...?`Whales`whale`killer whale`orca
Who controversially interviewed the on-the-run Mexican drug lord 'El Chapo' Guzman for Rolling Stone Magazine just before his 2015 capture?`Sean Penn
What sort of creatures are fulmars and petrels?`Birds`bird
Vaquita porpoise 'maw', an illegally trafficked delicacy in Chinese cuisine, priced upwards of $10,000/kilo, is the creature's...?`Swim bladder
When moving a cat to a new home, it is popularly and mythically believed that rubbing (What?) on its paws will stop it wandering away?`Butter
The Ancient Egyptian mummy/afterlife figure Anubis is typically half-man and half-?`Dog`fox`jackal`wolf
The US-originating paramilitary/police term SWAT stands for what?`Special Weapons And Tactics
The long-standing currency of Kenya, Uganda, and Tanzania (at early 2000s) is the...?`Shilling
Human urine passes from each kidney via the ureter to (What?)?`Bladder
With over one billion registered users, China's (claimed) largest smartphone messaging app is...?`WeChat
The brunch dish of poached eggs, muffins, bacon/ham and hollandaise sauce, popularized in New York City is 'Eggs...'?`Benedict
The 2015 Star Wars sequel is subtitled 'The Force...'?`Awakens
An annelid is a...?`Segmented Worm`worm
Fish are typically referred to as being (What?)-blooded?`Cold
A rock containing a mineral that can be viably extracted for use is called an...?`Ore
The most poisonous fungi, which usually kills anyone eating it, is the...?`Destroying Angel
How many cathedrals are in mainland UK (at early 2000s)?`42`fourtytwo`fourty-two`fourty two
What is the highest grossing hand-drawn animated film in history?`The Lion King
A rivulet is a miniature...?`river`stream
What instant messaging service was acquired in 2014 for $16billion by Facebook?`Whatsapp
The main character in the movie The Nightmare Before Christmas is...?`Jack Skellington
American Linus Pauling, 1954 Nobel Prizewinner, conceived a helical structure fundamental to...?`DNA
What deceptively challenging culinary dish is named from French 'lemele' (knife blade - alluding to shape)?`Omelette
The fictional character Norville Rogers is better known by the nickname...?`Shaggy
From Latin, casein is the main protein in?`Milk`cheese
What were Victorian English postmen called because of their uniforms (type of bird)?`Robins`robin
The popular geeky children's TV series about an anthropomorphic aardvark whose theme song was sung by Ziggy Marley is?`Arthur
Bengal gram, Garbanzo, and Kabuli chana are all better known as what legume?`Chickpea
What discipline contains 'asanas' including names such as Half boat, Full boat, Tree, and Happy Baby?`Yoga
Genever is the old word for what alcoholic drink?`Gin
The Almeria region, driest in Europe, used for filming many famous Cowboy/Western films, is in what country?`Spain
Kuala Lumpar Airport is which nation's main air terminal?`Malaysia
Ares, equating to the Roman god Mars, is the Greek god of...?`War
Lisa Gherardini (aka Lisa del Giocondo) is better known as the...?`Mona Lisa
English playwright Chrisopher Marlowe coined the phrase 'The face that launched a thousand ships' in his tragedy Doctor Faustus when referring to which mythical Greek figure?`Helen of Troy`Helen of Sparta`helen
A disabling attack on a website known as a DDoS stands for a 'Distributed (What of What?)'?`Denial of Service`distributed denial of service
What legendary ruler visited King Solomon in the Bible, and became a metaphoric/ironic term for a female with delusions of grandeur?`The Queen of Sheba
What famous French endurance motor racing track/city is named after the early inhabiting Cenomani Celtic people?`Le Mans
A term for a dark shape against a brighter background is named after 18th century French author/politician Etienne de (Who?)?`Silhouette
What word for sadness referred historically to human black bile in the ancient medical theory of the Four Humours or Four Temperaments?`Melancholy
The 'twi' in the word twilight originally meant?`Two`2
Bammy (Jamaica), Bannock (Scotland), Blaa (Ireland), Bublik (Poland), and Boule (France) are types of...?`Bread
The Han ethnic people constitute about 90% of which country's population?`China
What often poisonous compound, CN, found in fruit seeds and stones, named from Greek for dark blue, comprises Carbon and Nitrogen?`Cyanide
Research (Newcastle University 2015) suggests that Type-2 diabetes is reversible by a very small reduction of fat in what human organ?`Pancreas
The Cuban/Puerto Rican music/dance 'Salsa' means what in Spanish?`Sauce
Aquae Sulis is the Roman name for what aptly renamed English spa city?`Bath
What metal element, symbol B, was named after its natural mineral form, popularised for its use as a cleaning product in the 1880s?`Boron
A Muscovite refers to a native of what city?`Moscow
What famous ancient city is on the river Tiber?`Rome
A prebiotic induces growth in humans (and other living hosts) of beneficial...?`bacteria
The CAC40 is a main stock market index of which country?`France
Who was the God of Nature and associated with sexuality?`Pan
Who is the Goddess of the Rainbow?`Iris
Who is the God of Wealth?`Hades
Who is the God of Fire?`Hephaestus
Who is the God of Medicine and the son of Apollo?`Asclepius
What was Zephyrus (or Zephyr) the god of?`West Wind
Who is the God of the Underworld?`Hades
Who is the God of the Sea?`Poseidon
Who is the Goddess of the Night?`Nyx
Who is the Goddess of the Hearth?`Hestia
Who is the God of Trade and Commerce?`Hermes
Who is the Goddess of Agriculture?`Demeter
Who is the God of Thieves?`Hermes
Who is the God of Travelers?`Hermes
Who is the Goddess of Childbirth?`Eileithyia
Who is the God of Music?`Apollo
Who is the God of the Sun?`Apollo
Who is the King of the Gods?`Zeus
Who is the God of the Sky?`Zeus
Who is the God of Lightning?`Zeus
Who is the God of Law and Order?`Zeus
Who is Queen of the Gods?`Hera
Who is the Goddess of Marriage?`Hera
Who is the Goddess of Fertility?`Demeter
Who is the Goddess of Wisdom?`Athena
Who is the Goddess of Science?`Athena
Who is the Goddess of Defense and Strategic Warfare?`Athena
Who is the God of Poetry?`Apollo
Who is the Goddess of the Hunt?`Artemis
Who is the Goddess of Virginity?`Artemis
Who is the Goddess of Animals?`Artemis
Who is the God of War?`Ares
Who is the Goddess of Love?`Aphrodite
Who is the Goddess of Beauty?`Aphrodite
Who is the God of the Forge?`Hephaestus
Who is the God of Wine?`Dionysus
Who is the God of Ecstasy?`Dionysus
Who is the God of Celebrations?`Dionysus
Who is the God of the Theatre?`Dionysus
Who is the Goddess of mazes?`Ariadne
Who is the Goddess of Victory?`Nike
Who is the Goddess of the War Cry?`Alala
Who is the God of Endurance and Astronomy?`Atlas
Who is the primordial personification of the Earth?`Gaia
Who is the Priordial God of the Sky?`Ouranos`Uranus
Who is the Goddess of Strife?`Eris
Which titan is associated with memory?`Mnemosyne
Which goddess was associated with the spirit of divine retribution against those who succumb to hubris?`Nemesis
Which god is associated with winged shoes?`Hermes
Which god is associated with the stork?`Hermes
Which god is associated with a pouch or purse?`Hermes
Which god is associated with the anvil?`Hephaestus
Which god is associated with the hammer?`Hephaestus
Which god is associated with the quail?`Hephaestus
Which god is associated with a trident?`Poseidon
Which god is associated with the cadaceus?`Hermes
Which god is associated with the laurel wreath?`Apollo
Which god is associated with a bird-tipped scepter?`Hades
Which god is associated with tidal waves?`Poseidon
Which god is associated with the dolphin?`Poseidon
Which godess is associated with the Spring?`Persephone
Which god is associated with horses?`Poseidon
Which god is associated with the lightningbolt?`Zeus
Which god is associated with the eagle?`Zeus
Which god is associated with the oak tree?`Zeus
Which god is associated with earthquakes?`Poseidon
Which goddess is associated with the owl?`Athena
Which goddess is associated with the olive tree?`Athena
Which goddess is associated with the peacock?`Hera
Which goddess is associated with the cuckoo?`Hera
Which virgin goddess is associated with domesticity?`Hestia
Which goddess is associated with the pomegranate?`Persephone
Which goddess is associated with the harvest?`Demeter
Which goddess is associated with grain or wheat?`Demeter
Which goddess is associated with flowers?`Persephone
Which goddess is associated with the poppy?`Demeter
Which god is associated with the swan?`Apollo
Which god is associated with prophecy?`Apollo
Which goddess is associated with deer?`Artemis
Which goddess is associated with hounds?`Artemis
Which goddess is associated with the cypress tree?`Artemis
Which god is associated with bloodshed?`Ares
Which god is associated with the spear?`Ares
Which god is associated with the vulture?`Ares
Which goddess is associated with the dove?`Aphrodite
Which goddess is associated with myrtle?`Aphrodite
Which goddess is associated with the rose?`Aphrodite
Which god is associated with the grapevine?`Dionysus
Which god is associated with a cup?`Dionysus
Which god is associated with the panther?`Dionysus
Which god is associated with the pinecone?`Dionysus
Who is the wife of Hephaestus?`Aphrodite
Who is the only Olympian god with a mortal mother?`Dionysus
Who was Dionysus' mother?`Semele
Who had an affair on her husband with Ares?`Aphrodite
Who was the mother of Achilles?`Thetis
Who lost the contest for Athens to Athena?`Poseidon
Who made Apollo's lyre?`Hermes
From whom did Hermes steal cattle?`Apollo
Who is Apollo's twin?`Artemis
Who is Amiphitrite's husband?`Poseidon
Who is Apollo and Artemis' mother?`Leto
Who was born from Zeus' head?`Athena
Who is the eldest son of Cronus and Rhea?`Hades
Who is Hades' wife?`Persephone
Who is Persephone's mother?`Demeter
Who is Persephone's father?`Zeus
Who is the eldest of the Olympians?`Hestia
Who is the youngest of the Olympians?`Dionysus
Which god is the patron of Delphi?`Apollo
Who is Hera's husband?`Zeus
Which god is a cripple?`Hephaestus
Who is the Messenger of the Gods?`Hermes
Who is the son of Zeus and Danae?`Perseus
Who are the children of Zeus and Themis?`The Fates`fates
Who are the children of Zeus and Eurynome?`The Graces`graces
Who is the son of Zeus and Maia?`Hermes
Who are the children of Zeus and Mnemosyne?`The Muses`muses
Who is the son of Zeus and Alcmene?`Heracles`Hercules
Who is the son of Zeus and Semele?`Dionysus
Who killed the Minotaur?`Theseus
Who killed the Gorgon Medusa?`Perseus
What creature was half bull and half man?`Minotaur
Which hero completed 12 labors?`Hercules`Heracles
Which hero was invulnerable everywhere except his heel?`Achilles
Who gave Theseus magic thread to help him in the labyrinth of the Minotaur?`Ariadne
Who created the labyrinth of the Minotaur?`Daedalus
Who punished Minos for refusing to sacrifice a white bull?`Poseidon
Who does Hera turn into a cow after Zeus falls in love with her?`Io
Who is punished in Tartarus for killing his son and attempting to feed him to the Gods?`Tantalus
Who is punished in Tartarus by being forced to roll a boulder up a hill for an eternity?`Sisyphus
What monster looks like a lion with the head of a goat on its back and a tail with a snake's head?`Chimera
What serpentine monster with multiple heads was killed by Heracles?`Hydra
What monster was half woman and half snake?`Echidna
Who bragged that her many children were better than Leto's two (Apollo and Artemis) and was punished by Apollo killing all of her sons and Artemis killing all of her daughters?`Niobe
Which creature had the head of a human, the body of a lion, and the wings of a bird?`Sphinx
Who was the most beautiful woman in the world?`Helen of Troy`Helen`Helen of Sparta
Which hero had a prophecy which foretold that he would kill his father and marry his mother?`Oedipus
Which nymph was pursued by Apollo until she was turned into a laurel tree by her father?`Daphne
Who is the ferryman who guides souls across the river Styx?`Charon
What creature guards the entrance to the Underworld?`Cerberus
Where are the Titans imprisoned?`Tartarus
What type of tree was Adonis born from?`Myrrh
Who saved Andromeda from Cetus?`Perseus
Who created mankind?`Prometheus
Who stole fire from Mount Olympus?`Prometheus
Who represents the idea of "afterthought"?`Epimetheus
Who represents the idea of "forethought"?`Prometheus
Who was punished and condemned to forever hold up the sky?`Atlas
Who was the mother of King Minos?`Europa
Who was abducted by Zeus in the form of a white bull?`Europa
Who flew too close to the Sun and fell to his death when his wings melted?`Icarus
Which goddess fell in love with Endymion?`Selene
Which nymph was punished by Hera by being made to only be able to repeat the last few words spoken to her?`Echo
Who fell in love with his own image?`Narcissus
Who were the race of women warriors?`Amazons
Which Amazon participated in the Trojan War?`Penthesilea
Which daughter of Ares was the Amazon whose girdle Heracles was tasked with retrieving?`Hippolyta
Who led the expedition for the Golden Fleece?`Jason
Which sorceress helped Jason on his quest?`Medea
Which sorceress kept Odysseus for a year?`Circe
Who was the blind prophet of Apollo at Thebes?`Tiresias
What was the name of the white winged divine stallion?`Pegasus
Who was Pegasus' mother?`Medusa
Which of the three Gorgon sisters was mortal?`Medusa
Who boasted that her daughter Andromeda was more beautiful than the Nereids?`Cassiopeia
What monster encountered by Odysseus was on one side of a narrow channel of water and associated as a beautiful serpentine maiden?`Scylla
Which monster encountered by Odysseus was on one side of a narrow channel of water and is depicted as a whirlpool?`Charybdis
Who abducted Helen of Troy and started the Trojan War?`Paris
Who was Castor's twin?`Pollux
Who judged the divine contest between Aphrodite, Athena, and Hera?`Paris
Who threw the Apple of Discord?`Eris
Which goddess did Paris choose to give the Apple of Discord to?`Aphrodite
Who is Troy's greatest warrior in the Trojan War?`Hector
Whose body does Achilles drag around Troy after killing him?`Hector
Where was Achilles dipped to make most of him immortal?`Styx
Who is Achilles' companion who is killed by Hector while wearing Achilles' armor?`Patroclus
Who was the wife of Hector?`Andromache
Who famously only agreed to marry if her suitor could beat her in a foot race?`Atalanta
Who was the only female in the Argonauts?`Atalanta
What were the heroes who followed Jason called?`Argonauts
Who is the King of Troy during the Trojan War?`Priam
Who is Helen of Troy married to?`Menelaus
Who had the power of prophecy but was cursed so that no one would believe her prophecies?`Cassandra
Whose story is told by the epic poem "The Odyssey"?`Odysseus
Who wrote the epic poem "The Iliad"?`Homer
According to Hesiod's "Theogeny", who was born from Uranus' penis which had been cut off?`Aphrodite
Where was the famous female poet Sappho from?`Lesbos
What is the name of the driver of the Knight Bus?`Ernie Prang
In which month of the year is Harry Potter's birthday?`July
What is the Hogwarts School motto in English?`Never Tickle a Sleeping Dragon
In the Harry Potter, who killed Cedric Diggory in the Goblet of Fire?`Peter Pettigrew
Which late actor played Albus Dumbledore in the first two Harry potter films?`Richard Harris
Which animal is Hagrid allergic to?`Cats
What is the name of the wizarding pub in London in the Harry Potter novels?`The Leaky Cauldron
What make and model is the Weasley family’s flying car?`Ford Anglia
What is the name of Harry Potter’s pet owl?`Hedwig
The Hogwarts Express leaves which London station?`King’s Cross
To get into the Ministry of Magic via the visitor’s entrance, what number must be dialed?`62442`MAGIC
What is the name of the actor who plays Harry Potter in all the films?`Daniel Radcliffe
What is the title of the third Harry Potter book?`The Prisoner of Azkaban
What does N.E.W.T stand for in examinations at Hogwarts School? `Nastily Exhausting Wizarding Test
What is the name of the team sport, played by seven players on each team?`Quidditch
Which animal is James Potter's 'Patronus'?`stag`A stag
What is the name of the Charms Master at Hogwarts School?`Filius Flitwick`flitwick`professor flitwick
Who destroyed the last remaining Horcrux?`neville`neville longbottom
What do Ron and Hermione use to destroy Helga Hufflepuff's cup?`basilisk fang
When Harry attended his hearing at the Ministry of Magic, what colour paper aeroplanes flew into the lift at Level Four?`pale violet`violet
How many Chocolate Frog cards does Ron estimate he has in Harry Potter and the Philosopher's Stone?`500`five hundred
In the epilogue of Harry Potter and the Deathly Hallows, what job does Harry have?`auror
What is the only antidote to Basilisk venom?`phoenix tears
What is the symbol for Gryffindor house?`lion`a lion
In Harry Potter and the Philosopher's Stone which Gringotts vault was the Philosopher's Stone kept in?`713`seven hundred and thirteen
What is the symbol for Hufflepuff house?`badger`a badger
What creatures feed on positive human emotions?`dementors`dementor
What was Tom Riddle's mother's maiden name?`Gaunt
How many points is the Golden Snitch worth?`150`one hundred and fifty
What secret name do Harry, Ron and Hermione use to refer to Sirius Black?`snuffles
What month is Ron's birthday?`March
Which of Ron's brothers is a Gryffindor Prefect in Harry's first year?`Percy`Percy Weasley
How many Sickles are in a Galleon?`17`seventeen
In Harry Potter and the Prisoner of Azkaban, who orders a cherry syrup and soda with ice and umbrella from the Three Broomsticks?`Professor Flitwick`Flitwick`Filius Flitwick
Who tells Harry and Ron that people can be a 'bit stupid' about their pets?`hagrid
What is the name of Dumbledore's phoenix?`fawkes
What is the symbol for Slytherin house?`snake`a snake
Who is unanimously elected leader of Dumbledore's Army?`harry potter`harry
What does Professor Lupin give Harry to eat after his encounter with a Dementor?`chocolate
How many goal posts are there on a Quidditch pitch?`six`6
How many brothers does Ron have?`5`five
What creatures does Charlie Weasley work with in Romania?`dragons`dragon
What does O.W.L. stand for?`Ordinary Wizarding Level
What patronus does Luna Lovegood have?`rabbit
What was Harry's first broomstick?`nimbus 2000
What was the name of the female elf Dobby liked?`winky
What is Harry's youngest son's name?`albus
What is the symbol for Ravenclaw house?`eagle`an eagle
What was James Potter's school nickname?`Prongs
What is the proper name for the potion "Liquid Luck"?`Felix Felicis
What is Tonks's first name?`Nymphadora
What kind of creature is Buckbeak?`hippogriff
Who did Harry take to the Yule Ball?`parvati patil
What is the form of Hermione's patronus?`otter
Who is Voldemort's servant?`peter pettigrew`pettigrew
Why did the Ministry stop using owls for interroffice memos?`droppings`owl droppings`the droppings
How many muggles see the flying car in Harry Potter and the Chamber of Secrets on Ron and Harry's way to Hogwarts?`7`seven
What is Luna Lovegood's fathers name?`Xenophilius Lovegood`xenophilius
Which of the Hogwarts founders created the Chamber of Secrets?`salazar slytherin`slytherin
What Animagus form is taken by Sirius Black?`dog
Which spell is used to unlock doors?`alohomora
What color were the flames that came out of the Goblet of Fire?`blue
On which O.W.L. exam did Harry Potter get his worst score?`history of magic
How many players are on a Quidditch pitch at one time in a match?`14`fourteen
What is the name of the bookstore where students buy their books?`Florish and Blotts
Who wrote "A History of magic"?`Bathilda Bagshot
What is the name for the Hogwarts lake?`Black Lake`the black lake
Who was Harry's first crush?`Cho Chang
Who gave Harry his first broom?`Professor McGonagall`McGonagall`minerva mcgonagall
What do Hermione’s parents do for a living?`dentists`dentist
What is the name of Hermione's cat?`Crookshanks
Who does ginny go to the yule ball with?`Neville Longbottom`Neville
What is Professor Mcgonagall's transfiguraton form?`cat`a cat
What is the name of the dragon that Hagrid had?`Norbert
Who killed Bellatrix Lestrange?`Molly Weasley
What is voldemort's real full name?`Tom Marvolo Riddle
What are draco's parents' names?`Lucious and Narcissa`Narcissa and Lucious
Who is the headmaster of Durmstrang?`Igor Karkaroff`Karkaroff
Which arm is the dark mark on?`left
Which spell can levitate objects?`Wingardium Leviosa
Where does Hagrid take Harry to buy his school supplies?`Diagon Alley
What position does Harry play in Quidditch?`seeker
What subject does Professor McGonagall teach?`Transfiguration
Who is caretaker of Hogwarts?`Filch`argus filch
What is the name of Filch's cat?`Mrs. Norris
What is the name of the three-headed dog?`Fluffy
What gift does Hagrid give Harry in Diagon Alley?`hedwig`an owl`owl
A bezoar is a stone taken from the stomach of a ...?`goat
How many Horcruxes of Voldemort's are there?`7`seven
How many Unforgivable curses are there?`3`three
Who does Hermione go to the Yule Ball with in Harry Potter and the Goblet of Fire?`viktor krum`krum
Who kills Dumbledore?`snape`severus snape
Who became Seeker when Harry was banned from quidditch?`Ginny Weasley`Ginny
What color are unicorn foals?`pale gold`gold
Who has a famous acid-green Quik-Quotes Quill? `rita skeeter
What is the name of the vicious tree that Harry and Ron drove into in 'Harry Potter and the Chamber of Secrets'?`The Whomping Willow
Who was the Whomping Willow planted for?`remus lupin`lupin
Who has famous Rock Cakes? Hagrid
What is Hermione's middle name?`jean
How much was Dobby paid a month in the Hogwarts kitchen?`one galleon`1 galleon
What is Dumbledore's sister's name?`ariana
What did Dumbledore leave in his will for Ron?`deluminator
According to 'The Life and Lies of Albus Dumbledore', What was Doge's nickname?`dogbreath
What fruit must you tickle to get into the Hogwarts kitchen?`pear
Fill in the blank: "Holy _________, you're Harry Potter!!" - Hermione Granger?`cricket
What book does Hermione insist Ron and Harry read?`Hogwarts, A History
Who said it: 'We did it, we bashed them!"?`Peeves
Into how many pieces did Ron tear Percy's letter of congratulations on becoming a prefect before throwing it into the fire?`8`eight
Who is it: Deputy Headmisstress of Hogwarts?`professor mcgonagall`mcgonagall`minerva mcgonagall
Who is the 5th year Defense aganst the Dark Arts teacher?`Dolores Umbridge`professor umbridge
Who is also known as Padfoot?`sirius black
Who was a werewolf also known as mooney?`remus lupin
Who was nicknamed Wormtail, but Ron knew him as Scabbers?`peter pettigrew
Who was an animagus known as Prongs?`james potter
Who was petrified in book 2 and died in book 7?`colin creevey
What was the name of the charming young witch who was friends with Snape?`lily evans
Who is it: Keeper of Keys and Grounds at Hogwarts?`Hagrid
What is the name of the School of Witchcraft that Fleur Delacour attended?`Beauxbatons
What is the name of the school Victor Krum attended?`durmstrang
What is the name of the school that all witches and wizards attended in Britan?`hogwarts
What is the name of the place filled with witches and wizards and (if you can't apparate or haven't got any floo powder handy) can only be entered through the Leaky Cauldron?`Diagon Alley
What is the name of Voldemort's prized snake?`nagini
Who is Harry's cousin?`Dudley Dursley
What is the name of Harry's aunt?`petunia dursley
What is the name of Harry's uncle?`vernon dursley
Who is the Head of Hufflepuff?`professor sprout`sprout
Who is the Head of Ravenclaw?`Professor Flitwick`flitwick`filius flitwick
Who is the poltergist at Hogwarts?`peeves
What is the name of the twin that dies in the last book?`fred weasley`fred
What is the name of the twin that loses his ear in the last book?`george weasley`george
What is the name of the Weasley that (from book four until his apology in book seven) follows the ministry like a prat?`Percy weasley`percy
What is the name of the Weasley that works with dragons?`charlie weasley`charlie
What is the name of Ron's brother who works for Gringotts?`bill weasley`bill
What is the name of Ron's father?`arthur`Arthur Weasley
What is the name of the wizards prison?`azkaban
What is the name of the house that Luna Lovegood is in?`ravenclaw
What is the name for the house for people who didn't fit in any of the other houses?`hufflepuff
What house did the Sorting Hat suggest to Harry?`slytherin
What did Katie Bell touch that put her in Saint Mungos in year 6?`opal necklace
What is the last name of the three brothers who origanally owned the Deathly Hallows?`peverell
What is the name of the goons that follow Malfoy around as bodygaurds?`crabbe and goyle`goyle and crabbe
What is the term used for bodies bewitched to do as a Dark wizard bids?`inferi
What is the name of the landlord of the Leaky Cauldrons?`tom
What is the name of Draco's son?`scorpius
What is Mr. Malfoy's first name?`lucius
What did Hermione squeeze in Fred and George's room that punched her?`telescope
What was the name of Hagrid's half-giant brother?`grawp
What is the name of the sweet that makes you spew?`puking pastils
What did Lavender Brown call Ron?`won-won`won won
Who did Ron suddenly have an infatuation for, after accidentally eating some love potion meant for Harry?`romilda vane
Who in the 3rd year class wrote an essay on werewolves?`hermione`hermione granger
What is the name of the werewolf who bit Lupin?`fenrir greyback
What is the theme of the tapestry near the Room of Requirement?`trolls
What breed was Hagrid's pet dragon? `Norwegian Ridgeback
Who is the only one Peeves is afraid of?`The Bloody Baron
What animal's tail hair is the elder wand made of?`Thestral
What is the incantation that makes the dark mark appear?`Morsmorde
What is Cho Chang's Patronus?`swan
How many students are picked to become prefects from each house's fifth year house?`2`two
What is the age requirement for an Apparation License?`17
Who is the Hufflepuff ghost?`The Fat Friar
What is Padma Patil's Boggart?`cobra
What is the name of Neville's grandmother?`augusta`augusta longbottom
Where is the Hufflepuff common room?`kitchen
Where was the Voldemort's horcrux ring hidden?`Gaunt Shack
What page does Snape tell Harry's Defense Against the Dark Arts Class to turn to?`394
Who does Hermione try to turn into when using the Polyjuice Potion?`Pansy Parkinson
What did Dumbledore teach before he was Headmaster?`Transfiguration
In what country is Voldemort said to be hiding in from books 2-4?`Albania
In the movies Neville gives Harry Gillyweed before the Second Task. However, who gives it to him in the books?`Dobby
What color bubbles does Professor Flitwick make for Christmas in the first book?`Gold
What color is Tonks's hair when Harry first meets her? `purple
What is Buckbeak's alias?`Witherwings
What does the sign on Weasley's Wizard Wheezes say?`You-Know-Poo
What is the core of Cedric's wand?`Unicorn tail hair
Which unforgivable curse causes pain to the victim?`Crucio
Who is the Blacks' house elf?`Kreacher
Who gave Hermione her Time-Turner?`minerva mcgonagall`mcgonagall`professor mcgonagall
Which shop sells candy?`honeydukes
Who killed Alastor Moody?`voldemort`lord voldemort
Which unforgivable curse kills the victim?`Avada Kedavra
What flavor of ice cream does Hagrid buy Harry?`chocolate and raspberry`raspberry and chocolate
What form does the boggart take in the presence of Seamus Finnigan?`banshee
Which Quidditch team does Cho Chang support?`Tutshill Tornadoes
Who bows to Harry before he knows that he is a wizard?`Dedalus Diggle
What creature is hatched by putting a toad over a chicken's egg?`basilisk
Which type of dragon did Fleur Delacour have to face in the first atsk of the Tri-Wizard Tournament?`Common Welsh Green
Which one of the following subjects does Professor Vector teach?`arithmancy
What is Dumbeldore's patronus?`phoenix
What is considered Harry's 'trademark spell'?`Expelliarmus.
What is the core of Krum's wand?`dragon heartstring
Who was Dumbledore's predecessor as headmaster at Hogwarts?`Armando Dippet
What is Rowena Ravenclaw's aughter's name?`Helena
Many of the recipes used at Hogwarts are those of ___?`Helga Hufflepuff`hufflepuff
What house was Tonks in?`Hufflepuff
Which house was Umbridge in?`Ravenclaw
Educational Decree No. 30 declared that what wasn't allowed in the corridors?`Music
The Fat Friar was the Ghost of which house?`Hufflepuff
Who became the head of Slytherin house in the seventh book after Snape ran away (in the sixth book)? `Horace Slughorn`professor slughorn`slughorn
Who was the only death eater that was sorted into Gryffindor?`Peter Pettigrew`pettigrew
Who put Harry's name in the Goblet of Fire?`Barty Crouch Jr`barty crouch jr.
Who found Harry under his cloak on the train in Half Blood Prince?`Tonks
What creature is known to become violent when insulted?`hippogriff
What creature stopped Fleur from finishing the second challenge in the tri-wizard tournament?`Grindylows
What is the incantation for the spell that stuns people?`Stupefy
What spell removes your memory?`Obliviate
What is Ron Weasley's middle name?`Billius
From who does Hagrid borrow the flying motorbike he uses to deliver Harry to the Dursleys?`Sirius Black
How does one put Fluffy to sleep?`music
A wizard who can transform himself into an animal at will is called what?`animagus
The Slytherin common room is located where?`dungeons`the dungeons
Whose patronus is a goat?`Aberforth Dumbledore`aberforth
Sirius Black sends Harry what type of broom?`Firebolt
Hermione hides what artifact through most of the 3rd book/film?`Time turner
What is Severus Snape's mother's first name?`eileen
What magical plant does Harry use to breathe underwater in the 4th book?`gillyweed
What kind of ice cream treat did Harry Get at the zoo in the 1st book?`lemon ice pop
What was the name of the owl Percy got for becoming a prefect?`Hermes
How much Veela does Fleur DeLacour have in her?`1/4`quarter
Who says "Fight or be forgotten" when attacking?`Aatrox
Which champion is a member of the Darkin species?`Aatrox
Who says "Violence is elegance." (in game)?`Aatrox
Who created Tryndamere (in the lore)?`Aatrox
Who has a skill called "Dark Flight"?`Aatrox
Who says "Don't you trust me?" when picked in champion select?`Ahri
Who's a member of the Gumiho species?`Ahri
Who is the only female character with an Academy skin?`Ahri
Who has a Popstar skin?`Ahri
Whose dance is based on the dance from Run Devil Run by Girl's Generation (SNSD)?`Ahri
Ahri's release celebrated the launch of servers in which country?`South Korea
Who is the "Fist of Shadow"?`Akali
Who says "Another unworthy opponent." while attacking?`Akali
Whose dance is a reference to Beyonce's Single Ladies dance?`Akali
Who wields a pair of kamas?`Akali
Who was once a member of Zed's Order of Shadows?`Akali
Whose taunt is "You can't milk those."?`Alistar
Who is a member of the Minotaur species?`Alistar
Who has a Golden skin?`Alistar
Who was saved from The Fleshing by a young girl named Ayelia?`Alistar
Who has a free skin obtained by subscribing to Riot's Youtube channel?`Alistar
Who says "Let's find some friends." in game?`Amumu
Who used to have a skill called "Disgusting Sneeze"?`Amumu
Who has a Little Knight skin?`Amumu
Who does Nurse Akali give a shot to?`Amumu
Whose passive is called "Cursed Touch"?`Amumu
Who lives in the Ironspike Mountains?`Anivia
Who says "I shall endure." while attacking?`Anivia
Whose name is derived from a Latin word meaning "snow white"?`Anivia
Who froze Gnar?`Anivia
Who has a skill called "Crystallize"?`Anivia
Who is from the Voodoo Lands?`Annie
Who has the skill with the largest AP ratio?`Annie
Who is known as "The Dark Child"?`Annie
Who has a skill called "Molten Shield"?`Annie or Tibbers`Annie`Tibbers
Who is part of the faction "the Grey Order"?`Annie
Who is Avarosa' descendant?`Ashe
Who is the champion in the tutorial?`Ashe
Who says "I only need one shot!" while attacking?`Ashe
Who is Ashe married to?`Tryndamere
Who has the only non-ultimate ability with global range?`Ashe
Who has an Ashen Lord skin?`Aurelion Sol`aurelionsol
Whose name means "Golden Sun" in Latin?`Aurelion Sol`aurelionsol
Who is a servant to the Aspects?`Aurelion Sol`aurelionsol
Who creates the stars?`Aurelion Sol`aurelionsol
Who has a skill called "Comet of Legend"?`Aurelion Sol`aurelionsol
Who is Sivir related to?`Azir
Who has a Gravelord skin?`Azir
Who is the only champion who has only one option when leveling skills at level 1?`Azir
Who betrayed Azir?`Xerath
Whose shape resembles a Falcon after being in the Temple of the Falcon?`Azir
Who is the only champion that can C.C. Baron and Dragon?`Bard
Name a champion whose voice-over has no actual spoken words?`Rek'sai or Bard`Bard`Rek'sai`Reksai`rek sai
Who has two peg legs?`Bard
Whose passive is called "Traveler's Call"?`Bard
Who runs a dating service in the league?`Blitzcrank
Who says "Exterminate. Exterminate." while attacking?`Blitzcrank
Which champion used to have a skill that could kill poros?`Blitzcrank
Whose dance is a reference to the "Macarena"?`Blitzcrank
Who has a skin released to celebrate the release of the League of Legends Mac client?`Blitzcrank
Who has a skill called "Sear"?`Brand
Whose real name is Kegan Rodhe?`Brand
Who says "I'm on a short fuse." in game?`Brand
Who has an Apocalyptic skin?`Brand
Who froze Brand for many years?`Lissandra
Whose passive is called "Concussive Blows"?`Braum
Whose occupation is "Goat Herder"?`Braum
Who says "You hit like baby ram! No horns yet!" while attacking?`Braum
Who was the first champion to have a unique autoattack animation for turrets?`Braum
Who is the only champion who says something after recalling?`Braum
Who is Caitlyn's partner?`Vi
Who has a Safari skin?`Caitlyn
Who says "Time for a shakedown." in game?`Caitlyn
Who has the longest base range at level 1?`Caitlyn
Who uses cupcakes as a weapon?`Caitlyn
Who is also known as the Steel Shadow?`Camille
How old is Camille?`80`Eighty
What is Camille's last name?`Ferros
Whose family motto is "For family, I will give."?`Camille
Who says "Precision is the difference between a butcher and a surgeon." when picked?`Camille
Who does Cassiopeia betray?`Sivir
The Mythic Cassiopeia skin was released to celebrate the release of the server for which country?`Greece`Greek
Who has a skill called "Miasma"?`Cassiopeia
Who releases Renekton and Xerath?`Cassiopeia
Who says "There is no antidote for me." in game?`Cassiopeia
Who is the only champion from the Void with more than 6 letters in their name?`Cho'gath`chogath`cho gath
Who says "The daylight! It burns!" in game?`Cho'gath`chogath`cho gath
Who is "the Terror of the Void"?`Cho'gath`chogath`cho gath
Who has a Loch Ness skin?`Cho'gath`chogath`cho gath
Who is the only champion with two Legendary skins available for purchase in the store on a regular basis?`Cho'gath`chogath`cho gath
What does Corki fly?`Reconnaissance Operations Front Line (ROFL) Copter`Reconnaissance Operations Front Line Copter`ROFLcopter`ROFL copter
Who created Corki's plane?`Heimerdinger
Which champion has 3 legendary skins?`Corki
If Urfrider Corki crits, what does Urf throw?`Spatula
Name one of the owners of Piltover Customs?`Corki or Heimerdinger`Corki`Heimerdinger
Who was the first champion to have a recall animation?`Darius
Who is Darius' brother?`Draven
Between "The Blood Brothers", who is older?`Darius
Who is the "Hand of Noxus"?`Darius
Who says "I do not tolerate cowardice."?`Darius
Which faction did Diana belong to?`Lunari
Who says "Bring down the sun."?`Diana
Who has a Lunar Goddess skin?`Diana
Who is the antithesis to Diana?`Leona
Who has an ability called "Pale Cascade"?`Diana
Who is the Aspect of the Moon?`Diana
Who is known as the "Madman of Zaun"?`Dr. Mundo`Mundo`dr mundo`drmundo
What is Dr. Mundo's first name?`Edmundo
Who has a Corporate skin?`Dr. Mundo`Mundo`dr mundo`drmundo
What is Dr. Mundo use as a weapon on his Pool Party skin?`Ukelele
Which champion is apparently lactose intolerant?`Dr. Mundo`Mundo`dr mundo`drmundo
Who has a skin that was released to celebrate the server in Italy?`Draven
Whose name means "Hunter" in Old English?`Draven
Who has skin with a quote that references Sjokz ("Sjokz better interview me after this")?`Draven
Whose league page lists them as friends with themselves?`Draven
Who says "Man, I'm good."?`Draven
What is the Roman numeral carved into Ekko's bat?`XII`12`twelve
Where did Ekko get his weapon(his "bat")?`clock tower`clock`clock hand
Who thinks Ezreal is a poser?`Ekko
Who says "Time to start some trouble."?`Ekko
Who does Ekko tell to "Never go full robot."?`Viktor
Who can have the most movable pets on the map?`Elise
Whose real name is Elizabeth?`Elise
Who does Elise worship?`Vilemaw
Who has a skill called "Neurotoxin"?`Elise
What champion has the season 3 victorious skin?`Elise
Who has a Masquerade skin?`Evelynn
Whose title is the name of their old ultimate?`Evelynn (Agony's Embrace)`Evelynn
Who calls Ahri a "skank" and a "floozy" when using taunts?`Evelynn
Who killed Vayne's parents?`Evelynn
Who does Vayne refer to as "the Horned Woman"?`Evelynn
Who does Evelynn say "I can make you do a lot more than jingle, space man." in one of her taunts?`Bard
Aside from Evelynn, which champion could theoretically stay stealthed forever?`Teemo
Who found Wriggle's Lantern?`Ezreal
Who is the hermit shopkeeper on the Howling Abyss related to?`Ezreal
Who was the first champion to have an Ultimate skin?`Ezreal
Whose occupation is a cartographer?`Ezreal
Who is the only male Star Guardian?`Ezreal
Where did Ezreal find the amulet that allowed him to use magic?`Shurima Desert`Shurima
Who says "Time to get our hands dirty."?`Ezreal
Who is known as the "Harbinger of Doom"?`Fiddlesticks
Whose species is a scarecrow?`Fiddlesticks
Who has a Union Jack skin?`Fiddlesticks
What was Fiddlesticks' original occupation?`Executioner
Who says "Your bidding, master" when picked during champion selection?`Fiddlesticks
What is Fiora's last name?`Laurent
Who says "Insolent peasants!"?`Fiora
Who has a Nightraven skin?`Fiora
Who has a skill called "Bladework"?`Fiora
What is the name of Fiora's brother?`Ammdar
What is the name of Fizz's shark?`Chomper
Whose ult makes the corpses of small champions disappear?`Fizz
What does Fizz use as a weapon?`Seastone Trident
Who was born in the Guardian's Sea?`Fizz
Who says "I'll show them a watery grave."?`Fizz
Whose champion design is based on an axolotl?`Fizz
Who is also known as the "Walking National Monument"?`Galio
Who has a skill called "Justice Punch"?`Galio
Who created Galio?`Durand
Whose dance is from Beauty and the Beast?`Galio
What color is Galio in his legendary skin?`Red
Who is the only mage Galio likes?`Lux
Who does Captain Gangplank say "Prepare to be boarded." to?`Miss Fortune
Whose warship did Gangplank steal?`Swain
Who is Gangplank's ex-girlfriend?`Illaoi
Who has a skin that was released to celebrate the Brazil server?`Gangplank
Who eats fruit for one of their abilities?`Gangplank
Who incurred Zed's wrath after ransacking the Temple of the Jagged Knife?`Gangplank
What is Garen and Lux's family name?`Crownguard
Who is known as the "Might of Demacia"?`Garen
Who says "We are the vanguard."?`Garen
Who is Garen's love interest?`Katarina
Who can you get a free skin for by subscribing to Riot's twitter?`Garen
Who is known as "the Missing Link"?`Gnar
Whose age is about 4 human years?`Gnar
Who is the only Yordle with a tail?`Gnar
Whose name backwards references his weapon?`Gnar
Who tried to kill Gnar when he first awoke?`Rengar
Who is Gragas' drinking buddy?`Jax
Who owns Freljord's Avarosa Iceflow Glacier?`Gragas
Who has a Scuba skin?`Gragas
Who is known as the "Rabble Rouser"?`Gragas
Who says "If you're buying, I'm in!" when picked at champion select?`Gragas
What is the name of Graves' old gun?`Destiny
What is the name of Graves' new gun?`New Destiny
Who was Graves' partner in crime?`Twisted Fate
What is Graves' first name?`Malcolm
Who says "I ain't got time to bleed."?`Graves
Who is also known as the "Shadow of War"?`Hecarim
Who is the leader of the Iron Order?`Hecarim
Who killed Kalista?`Hecarim
Name one of the champions whose skull Headless Hecarim has on his belt?`Warwick or `Rengar`Warwick`Rengar
Whose joke is a reference to My Little Pony?`Hecarim
What is Heimerdinger's first name?`Cecil
Who created Master Yi's goggles?`Heimerdinger
Who gets the buff Eureka! when they get a pentakill?`Heimerdinger
Who has a Hazmat skin?`Heimerdinger
Who is known as the "Revered Inventor"?`Heimerdinger
If you were to destroy this champion's blades, he/she would die (according to lore)?`Irelia
Who has the highest potential tenacity in the game?`Irelia
Who is known as the "Will of the Blades"?`Irelia
Who says "This battle will be won."?`Irelia
Name one of the champions that has the Mantle of Decorum?`Irelia or Karma`Irelia`Karma
Who cannot damage any non-epic neutral monsters?`Ivern
What is the name of Ivern's summoned sentinel?`Daisy
Who felled the God Willow?`Ivern
Where was Ivern originally from when he was human?`Freljord
What does Ivern find scary?`Rift Herald
Who was once known as "the Cruel"?`Ivern
Who has the Victorious skin for season 2?`Janna
Who is known as the "Storm's Fury"?`Janna
What is Janna's last name?`Windforce
What is the name of Janna's bird companion?`Zephyr
Who is the only champion that can shield turrets?`Janna
Who says "For tranquility."?`Janna
Who is the "Exemplar of Demacia"?`Jarvan IV`j4`jarvan 4
Who says "Ours is but to do and die."?`Jarvan IV`j4`jarvan 4
Who has a skill called "Martial Cadence"?`Jarvan IV`j4`jarvan 4
Who impersonated Jarvan IV?`Leblanc
Who has a skin that references Lu Bu?`Jarvan IV`j4`jarvan 4
What does Jax use for a weapon (classic skin)?`Lamppost
What does Pax Jax weild as a weapon?`Cardboard Tube`Cardboardtube
Who has a Temple skin?`Jax
Who has a skill named "Relentless Assault"?`Jax
During one April Fools, Wriggle's lantern gained the passive to taunt which champion?`Jax
Who has the same dance reference as Jayce?`Malzahar
Who is Jayce's nemesis?`Viktor
Who helped Ezreal get into the restricted section of the Piltover library?`Jayce
Who was the 100th champion released?`Jayce
Who says "Our future will be bright."?`Jayce
Who is also known as the "Virtuoso"?`Jhin
Who does Jhin resent for also being an artist?`Sona
Who says "I live for the applause, you will die for it." as a direct reference to Lady Gaga?`Jhin
What is the name of Jhin's gun?`Whisper
Who has a skill called "Curtain Call"?`Jhin
Who says "I accidentally did that on purpose."?`Jinx
What is the name of Jinx's smaller gun?`Pow-pow`pow pow
What is the name of Jinx's bigger gun?`Fishbones
What is the name of Star Guardian Jinx's white gun?`Shiro
What is the name of Star Guardian Jinx's black gun?`Kuro
Who has a Firecracker skin?`Jinx
Who used to have a crush on Jinx before she went crazy?`Ekko
Who is related to the Ruined King (Blade of the Ruined King)?`Kalista
Who has the skill with the highest AD ratio in the game?`Kalista
Name one of the two champions whose dance is a reference to Game of Thrones?`Kalista or Riven`Kalista`Riven
Who has a skill called "Pierce"?`Kalista
Who says "You will never suffer enough!"?`Kalista
Who is known as "the Enlightened One"?`Karma
Who is the Duchess of Ionia?`Karma
Who has a Sakura skin?`Karma
Who has a skill called "Renewal"?`Karma
Who used to wield fans?`Karma
Who says "We all have a place among the divine. We have only to accept it."?`Karthus
Who has a skill called "Defile"?`Karthus
Who is the lead singer of the band "Pentakill"?`Karthus
Who does Karthus follow (in a worshipping manner)?`Kindred
Who has a Phantom skin?`Karthus
Who has a skill called "Void Stone"?`Kassadin
Who has followers called "The Preservers of Valoran"?`Kassadin
Who is trying to protect Valoran from the Void?`Kassadin
Who captured Kassadin's daughter?`Malzahar
Who says "You are null and void."?`Kassadin
Who is Katarina's sister?`Cassiopeia
Who is the head of the Du Couteau House?`Katarina
Who does Katarina treat as an emotional punching bag?`Talon
Who has a Red Card skin?`Katarina
Who has a skill called "Voracity"?`Katarina
Who is Kayle's sister?`Morgana
What champion has the same voice actress as Kayle?`Soraka
Which champion is the only champion capable of giving full invulnerability to damage?`Kayle
Who is the only female champion with a Riot skin?`Kayle
Who says "Are... You sure you're not in the wrong league?" as a taunt?`Kayle
Who is the band Pentakill's back up singer?`Kayle
What is the name of Kayn's weapon?`Rhaast
What is Kayn's first name?`Shieda
Who has a skill called "Blade's Reach"?`Kayn
What species is Kayn?`Human
What country was Kayn born in?`Noxus
Who is the "Heart of the Tempest"?`Kennen
Who has a Deadly skin which is a parody of Deadpool?`Kennen
Who says "The eyes never lie." when picked during champion select?`Kennen
What weapon does Arctic Ops Kennen use?`Kunai
Whose dance is a reference to an airflare?`Kennen
Who is known as the "Voidreaver"?`Kha'zix`Khazix`kha zix
Who has a skill called "Leap"?`Kha'zix`Khazix`kha zix
Who is Kha'zix's rival?`Rengar
Who says "change is good"?`Kha'zix`khazix`kha zix
Who is the only Voidborn champion without a True Damage component to their skillset?`Kha'zix`Khazix`kha zix
Who is part of the Spirits species?`Kindred
Aside from Kindred, who else's champion design is based on the idea of "Yin and Yang"?`Karma
Who has a Shadowfire skin?`Kindred
The "Tally-men" are followers of whom?`Kindred
Whose lore tells the story of Magga, a famous actress?`Kindred
Who has a skill called "Dance of Arrows"?`Kindred
What does Kled's secondary bar measure?`Courage
What is the name of Kled's friend and mount?`Skaarl
Who is also known as "The Great Hussar", "The Mountain Admiral", "The High General Marshal Sergeant", "Lord Colonel Major Centurion", "Rear Forward Brigadier Admiral", "Forward Admiral Major", "Sir Admiral Major", "Lieutenant Sergeant Commodore", "Sergeant General Colonel", "Sergeant Double Admiral", "High Major Commodore of the First Legion Third Multiplication Double Admiral Artillery Vanguard Company", and "Lord Major Admiral of the Second Legion's Forward Artillery-Cavalary Multiplication"?`Kled
What nation is Kled from?`Noxus
What immortal species is Kled's mount?`desert drakalops
Who says "Terror coming...daddy coming!"?`Kog'maw`kogmaw`Kog maw
Who has a Reindeer skin?`Kog'maw`kogmaw`Kog maw
Who is the "Mouth of the Abyss"?`Kog'maw`kogmaw`Kog maw
Who has an ability called "Icathian Surprise"?`Kog'maw`kogmaw`Kog maw
Whose dance is based on the Michigan J. Frog dance?`Kog'maw`kogmaw`Kog maw
Who says "Time to make an appearance."?`Leblanc
Whose name means "The White" in French?`Leblanc
Whose real name is Evaine?`Leblanc
Who is hunting Leblanc?`Kalista
Whose passive makes them stealth for 1 second?`Leblanc
What did Lee Sin want to become before he became a monk?`summoner
Who lit themselves on fire to protest Noxus?`Lee Sin`leesin
Who says "Their heartbeats quicken."?`Lee Sin`leesin
Who has a passive skill called "Flurry"?`Lee Sin`leesin
Who has a skin to celebrate the launch of League of Legends in Thailand?`Lee Sin`leesin
Who says "Twilight fades."?`Leona
Who was Leona's childhood friend?`Pantheon
Who has a skill called "Eclipse"?`Leona
What accessory reduces the amount of damage done by Leona's passive by 1?`sunglasses
What faction is Leona a part of?`The Solari`Solari
Who is the Aspect of the Sun?`Leona
What species is Lissandra?`Iceborn
Who lives in the Frostguard Citadel?`Lissandra
Aside from Lee Sin, who else is blind?`Lissandra
Who has the only in-game monologue?`Lissandra
Who is the only champion in game to have a target skill that can be self-cast but not ally-cast?`Lissandra
Who is Lucian's enemy?`Thresh
What was the name of Lucian's wife?`Senna
Who is also known as "The Purifier"?`Lucian
Whose occupation is "Undead Hunter"?`Lucian
Who says "Everybody dies. Some just need a little help." when picked in champion select?`Lucian
Who says "Please to meet you!" when picked in champion select?`Lulu
What is the name of Lulu's fae spirit companion?`Pix
Who is the only champion from the Glade?`Lulu
Who is the only champion with a Polymorph?`Lulu
In the Bittersweet Lulu skin, what does her Whimsy turn her enemies into?`Cupcakes`cupcake
Who says "Focus on the battle."?`Lux
Who has an Imperial skin?`Lux
Who considers Lux a rival in love?`Zoe
Who was the original Star Guardian?`Lux
Who is the only female with a commando skin?`Lux
Who is Lux supposedly dating?`Ezreal
Whose ult was originally named "Finales Funkeln"?`Lux
Who has a skin that is a reference to the anime Sailor Moon?`Lux
Who is allied with Maokai?`Malphite
Who has a skill called "Brutal Strikes"?`Malphite
Who has the only skill in the game that does AD but scales with AP (and armor)?`Malphite
Who says "I'm moving as fast as I can." in game?`Malphite
What species is Maokai?`Treant
Who has the highest base AD at level 1?`Maokai
Whose name is an anagram of "I am Oak"?`Maokai
Who has a skill called "Arcane Smash"?`Maokai
Name one of the two champions with the highest base armor at level 18?`Maokai or Poppy`Poppy`Maokai
Whose name is a pun on the word Mastery?`Master Yi`masteryi
Whose dance speed increases with their movement speed?`Master Yi`masteryi
Who wears the "Seven Lenses of Insight"?`Master Yi`masteryi
Name one of the two champions with the highest movement speed in the game?`Pantheon or Master Yi`Pantheon`Master Yi`masteryi
Who says "My blade is yours." when picked in champion select?`Master Yi`masteryi
What is the name of Miss Fortune's ship?`The Syren`Syren
What is Miss Fortune's first name?`Sarah
Who killed Miss Fortune's parents?`Gangplank
Who has the least base AD at level 18?`Miss Fortune
What are the names of Miss Fortune's pistols?`Shock and Awe
Whose name means the "Murder Emperor" in German?`Mordekaiser
Who has the longest DoT (damage over time) debuff in the game?`Mordekaiser
What is the name of Mordekaiser's mace?`Nightfall
Who is also known as "the Iron Revenant"?`Mordekaiser
Who says "You only need to click once, fool!" in game (breaking the fourth wall)?`Mordekaiser
Who plays guitar for the band "Pentakill"?`Mordekaiser
Who says "We'll bring them pain." when picked during champion select?`Morgana
Who has a skin that was released to celebrate the Latin America server?`Morgana
Who has the highest base AD among ranged champions at level 18?`Morgana
Who owned a bakery in Noxus called "Sinful Succulence" that was shut down by the Valoran Department of Health and now runs a food cart?`Morgana
Who has the season 4 Victorious skin?`Morgana
Who says "People and their air..."?`Nami
Who is a member of the Marai species?`Nami
As the Tidecaller, it is Nami's duty to retrieve what from the landdwellers?`Moonstone
Whose name means "Wave" in Japanese?`Nami
As a reference to The Little Mermaid, searching what word in the shop will show Boots of Speed for Nami?`Hat
Whose name means "Nose" in Latin?`Nasus
Whose dance is a reference to Snoop Dogg's "Drop it like it's hot" dance?`Nasus
Who is Nasus' brother?`Renekton
Whose name comes from the Greek word for "Knowledge"?`Nasus
Who is also known as the "Curator of the Sands"?`Nasus
Whose name means "sailor" in Greek?`Nautilus
Whose passive is called "Staggering Blow"?`Nautilus
Who says "The endless march." in game?`Nautilus
Whose name is a marine species of cephalopod?`Nautilus
Who has an idle animation where they do the Captain Morgan (rum) pose?`Nautilus
Who says "Mmm, the taste of coward." in game?`Nidalee
Who has an ability called "Takedown"?`Nidalee
Whose hidden passive gives nearby lower-leveled allied champions 5 experience every 5 seconds?`Nidalee
Who has a Pharoah skin?`Nidalee
Who has a Challenger skin made to celebrate the start of the 2016 season?`Nidalee
Who has a Haunting skin?`Nocturne
Who is also known as the "Eternal Nightmare"?`Nocturne
Who says "Are you my nightmare, or am I yours?"?`Nocturne
Who says "Embrace the darkness." when picked in champion select?`Nocturne
Who has an ability called "Shroud of Darkness"?`Nocturne
What is the name of the yeti that Nunu rides?`Willump
Who has a skin that a reference to Sesame Street characters?`Nunu
Who is Freljord's League Emissary?`Nunu
Who says "Swallowed you whole!" in game?`Nunu
Who has a skill called "Consume"?`Nunu
Who is Olaf allied with?`Sejuani
Who plays the drums in the band 'Pentakill'?`Olaf
Who is also known as the "Berserker"?`Olaf
Who says "Leave nothing behind!" when picked in champion select?`Olaf
Who has a skill called "Undertow"?`Olaf
Who says "I have sharp things."?`Orianna
What is Orianna's last name?`Reveck
What is Orianna's occupation?`Dancer
What was Orianna's father's name?`Corin Reveck`Corin
Who is Orianna's pet and protector?`The Ball`Ball
Who has the least base AD at level 1?`Orianna
Who has an ability called "Searing Charge"?`Ornn
Who crafted The Howling Abyss and the bridge above it?`Ornn
Who has a Thunder Lord skin?`Ornn
Who crafted Braum's Enchanted Ram Door?`Ornn
Who is known as the "Fire Below the Mountain"?`Ornn
Who crafted Fizz's Seastone Trident?`Ornn
What other profession has Pantheon always wanted to have?`Baker
Who is also known as the "Artisan of War"?`Pantheon
Whose weapons formerly belonged to someone named Zeonia?`Pantheon
What is Pantheon's real name?`Atreus
Who is the Aspect of War?`Pantheon
Who is a member of the Rakkor tribe?`Pantheon
Glaive Warrrior Pantheon was released to celebrate the server for which country?`Romania
Who inspired Galio to leave his silent purgatory to fight for the will of Demacia?`Poppy
Who was Poppy's mentor (the original owner of the hammer)?`Orlon
What is Poppy's favorite food?`Lollipops`Lollypop`lollipop
Who thinks that other Yordles are fluffy and disorganized?`Poppy
Who is the first champion to have full facial animation in game?`Poppy
Who is also known as Demacia's Wings?`Quinn
What is the name of Quinn's eagle?`Valor
Who has a Phoenix skin?`Quinn
Who is dating Jarvan IV (according to Riot Ransom)?`Quinn
Who does Valor (Quinn's eagle) not respect?`Garen
What is the name of Quinn's dead brother?`Caleb
Who has a skill called "Battle Dance"?`Rakan
What is Rakan's favorite human food?`Chocolate
What tribe do Rakan and Xayah belong to?`Lhotlan
What are Rakan's wings disguised as to blend in with humans?`His Cloak`cloak
Who has the lowest basic attack range of all ranged champions?`Rakan
Who has the least number of quotes?`Rammus
Who has a Molten skin?`Rammus
According to the dating service run by Blitzcrank, what is Rammus' best match?`A cactus`cactus
Name one champion that comes from The Plague Jungles?`Wukong or Rammus`Wukong`Rammus
Who says "ok."?`Rammus
Who has a skill called "Prey Seeker"?`Rek'sai`Reksai`Rek sai
What species is Rek'sai?`Xer'Sai`Xersai`Xer sai
Who is also known as the "Void Burrower"?`Rek'sai`Reksai`Rek sai
Which Voidborn has dwelt the longest in Runeterra?`Rek'sai`Reksai`Rek sai
Who is the only female Voidborn?`Rek'sai`Reksai`Rek sai
Name one of the two female champions without a humanoid form?`Anivia or Rek'sai`Rek'sai`Reksai`Rek sai`Anivia
Who is also known as the "Butcher of the Sands"?`Renekton
Who has an Outback skin which references Crocodile Dundee?`Renekton
Who drove Renekton insane?`Xerath
Who has a skill called "Dominus"?`Renekton
Who says "As I live, all will die!"?`Renekton
Who is also known as the "Pridestalker"?`Rengar
Who did rengar lose an eye to?`Kha'zix`Khazix`Kha zix
Who says "I seek only the strongest" while in game?`Rengar
Who has a skin that references Nightcrawler from the X-men series?`Rengar
Who has a skill called "Savagery"?`Rengar
Who killed the Ionian elder that Yasuo was trying to protect?`Riven
Who says "My spirit is not lost." in game?`Riven
Name a member of the "Crimson Elite"?`Katarina or Riven or Talon`Katarina`Riven`Talon
Who has a Redeemed skin?`Riven
Whose actions caused Riven to decide to wander in self-imposed exile?`Singed
Who is also known as the "Mechanized Menace"?`Rumble
Who thinks that Heimerdinger is a sellout?`Rumble
Who has a skill called "flamespitter"?`Rumble
Who says "Let's get in the fight!" when picked in champion select?`Rumble
What is the name of Rumble's robot?`Tristy
Who is also known as the "Rune Mage"?`Ryze
Who used to be known as the "Rogue Mage"?`Ryze
Who was the first champion to have 2 Harrowing skins?`Ryze
Who tells you to "Take this scroll and stick it somewhere safe."?`Ryze
Whose occupation is Warlock?`Ryze
Who was the first champion to have 9 skins?`Ryze
Who has a skin that is a reference to Elminster Aumar from Dungeons and Dragons?`Ryze Whitebeard`Ryze
What is the name of Sejuani's boar?`Bristle
Who has a skin that was released to celebrate the server in Russia?`Sejuani
What in-game item is Sejuani wearing in her Classic splash art?`Seeker's Armguard`seekers armguard
Who does Lissandra taunt by saying "Kneel before me and I will unleash your power!" (in game)?`Sejuani
Who is also known as the "Winter's Wrath"?`Sejuani
Who says "The joke's on you!" in game?`Shaco
Who has a skill called "Deceive"?`Shaco
Whose name is an anagram of "Chaos"?`Shaco
Who had a skin released to celebrate League of Legends' first anniversary in Korea?`Shaco
Who is "Valoran's first fully functioning homicidal comic"?`Shaco
Who has the only global teleport?`Shen
Who is the "Eye of Twilight"?`Shen
Who was the first champion to use energy as a resource?`Shen
Who is the leader of the Kinkou order?`Shen
Who says "A demonstration of superior judgement." when picked in champion select?`Shen
Who carries two ninjato?`Shen
Who was responsible for capturing and imprisoning Jhin?`Shen
Yellow Jacket Shen is a reference to Scorpion from which video game series?`Mortal Kombat
Who helped Shyvana kill the dragon who killed her father?`Jarvan IV`Jarvan 4`j4
Who hates being turned into a squirrel by Lulu?`Shyvana
Which Demacian disapproves of Shyvana due to her lack of self-control?`Garen
Who has a skill called "Flame Breath"?`Shyvana
Who has a skin that was made in celebration of the 2014 World Championship?`Shyvana
Who was the first champion ever created?`Singed
Who augmented Warwick?`Singed
Who supplies Gragas with brewing equipment?`Singed
Who invented the weapon used to destroy Master Yi's home village?`Singed
Who has a skill called "Fling"?`Singed
Who has the crown of Jarvan I embedded in their jaw?`Sion
Who has a kunai in their head?`Sion
Who performed the ritual to resurrect Sion?`Vladimir
Who has a skill called "Soul Furnace"?`Sion
Who is the Noxian tool of war?`Sion
Who has a skin that is a reference to Wonder Woman?`Sivir
Who has the Victorious skin from Season 5?`Sivir
Who is also known as the "Battle Mistress"?`Sivir
Who is the Heir of Shurima?`Sivir
Who has a skill called "Ricochet"?Sivir
Who is also known as "The Crystal Vanguard"?`Skarner
Who emerged from the Crystal Scar (Dominion map)?`Skarner
Which champion is a member of the Brackerns species?`Skarner
Who yells his own name after standing in a bush for a period of time (reference to Pokemon)?`Skarner
Who has a skill called "Fracture"?`Skarner
Who says "On all legs." in game?`Skarner
Who is a mute?`Sona
What is the name of Sona's weapon?`etwahl
What is Sona's last name?`Buvelle
Who says "Accelerated movement, I concur." in game?`Sona
Who is also known as the "Maven of the Strings"?`Sona
Who plays Keyboard for the band "Pentakill"?`Sona
Who is responsible for reviving Irelia and binding her life force to her blades?`Soraka
Who was Soraka betrayed by?`Warwick
Who says "This is my path" in game?`Soraka
Who has a Dryad skin?`Soraka
Who has a skill called "Equinox"?`Soraka
What is the name of Swain's raven?`Beatrice
Who is the leader of Noxus?`Swain
Whose personal warship is called the "Leviathan"?`Swain
What is Swain's first name?`Jericho
Who is also known as the "Master Tactician"?`Swain
Who says "A whole world to toy with."?`Syndra
Who is also known as the "Dark Sovereign"?`Syndra
Who has a skill called "Scatter the Weak"?`Syndra
Which child has power that Syndra is fascinated by?`Annie
Who does Syndra have an alliance with?`Zed
Name one of the two melee champions with the highest range?`Mordekaiser or Tahm Kench`Mordekaiser`Tahm Kench`tahmkench
Who is known as "the River King"?`Tahm Kench`tahmkench
Who has the most lines in the game?`Tahm Kench`tahmkench
Who says "Savor the misery."?`Tahm Kench`tahmkench
Who has a skill called "Devour"?`Tahm Kench`tahmkench
Whose race is "River Demon"?`Tahm Kench`tahmkench
What is Taliyah's favorite ice cream flavor?`Rocky Road
How old is Taliyah?`16`sixteen
Who nicknamed Taliyah "little sparrow"?`Yasuo
Who gave Yasuo the thread he uses to tie up his hair?`Taliyah
Who is Talon's rival?`Quinn
Who is also known as the Blade's Shadow?`Talon
Who has a skill called "Cutthroat"?`Talon
Who was Talon's old partner in crime?`Kavyn
Who does Taric supposedly have a crush on?`Ezreal
Who has an Emerald skin?`Taric
Who is also known as "the Shield of Valoran"?`Taric
Who is the Aspect of the Protecter?`Taric
Who was punished with the Crown of Stone?`Taric
Who has a passive called "Bravado"?`Taric
Who is the smallest champion in the game itself?`Teemo
Who is rumored to be Teemo's girlfriend?`Tristana
Who stopped Veigar during his evil plan in Bandle City?`Teemo
What type of poison does Teemo use in his blowgun?`Arjunta
Who has a Badger skin?`
Who was the original member of the Omega Squad?`Teemo
Who has a skill called "The Box"?`Thresh
Who has a skill that says "You have opened the box. Your prize: death." in the Death Recap?`Thresh
Who says "I am the thing under the bed"?`Thresh
Who has a Deep Terror skin?`Thresh
Who is also known as the "Chain Warden"?`Thresh
Who has a championship skin that was released to celebrate the 2013 Season 3 World Championship?`Thresh
Who can you get a free skin for if you like Riot on Facebook?`Tristana
Who has a Firefighter skin?`Tristana
What is the name of Tristana's Dragon in her Dragon Trainer Tristana skin?`Riggle
What is the name of Tristana's Gun?`Boomer
Who says "Here comes the boom!" in game?`Tristana
What is the name of Trundle's club?`Boneshiver
What species is Trundle?`Troll
Who did Trundle get his club from?`Lissandra
Not counting ultimate abilities, who has the largest AoE in the game?`Trundle
Who says "I'm not ugly, but they're about to be!" in game?`Trundle
Who has a skin that was released to celebrate the release of the server in Turkey?`Tryndamere
Who was named after the Riot Games CEO?`Tryndamere
Who has a Demonblade skin?`Tryndamere
Who is Tryndamere's nemesis?`Aatrox
Who says "This'll be a slaughter" when picked in champion select?`Tryndamere
Whose dance is a reference to Gangnam Style by Psy?`Twisted Fate
Who occasionally plays cards with Twisted Fate?`Ezreal
What is Twisted Fate's real name?`Tobias Foxtrot
Who is Twisted Fate's ex-girlfriend?`Evelynn
Who has a Magnificent skin that is both legendary and legacy?`Twisted Fate
Who says "Who's following me?" as a reference to the website twitch.tv?`Twitch
Who has a skill called "Ambush"?`Twitch
Who says "I'll be right under their noses." in game?`Twitch
Who is also known as the "Plague Rat"?`Twitch
Whose name translates to "Beast" in Norwegian?`Udyr
Who has a Spirit Guard skin?`Udyr
Who is also known as the "Spirit Walker"?`Udyr
Who killed Udyr's predecessor and mentor?`Lissandra
Where does Udyr live?`Freljord
Which character cannot max out all of their skills?`Udyr
Who brought Udyr to Ionia to calm his rage and meet the animal spirits that he uses?`Lee Sin`leesin
Who cut Urgot in the mines?`Baron Voss`Voss
In their original lore, who cut Urgot in half?`Garen
Whose dance is a reference to Kirby's victory dance?`Urgot
Who was Urf's Corpse sold to?`Butcher Urgot`Urgot
When Urgot was a soldier, who was his commanding officer?`Sion
In the original lore, who did Professor Stanwick Pididly resurrect?`Urgot
Whose ultimate used to be called "Hyper-Kinteic Position Reverser"?`Urgot
Who is the only male Heartseeker?`Varus
Whose name is the medical term for a joint deformity causing bowleggedness?`Varus
Who has an owl insignia on his chest?`Varus
Who guards the Pit of Pallas?`Varus
Who says "I am forsaken" in game?`Varus
Which champion is the formed from the fusion of two male lovers?`Varus
What is Vayne's first name?`Shauna
Who has an Aristocrat skin?`Vayne
Whose occupation is "Night Hunter"?`Vayne
Who is Vayne rumored to be investigating?`Leblanc
Who says "Let us hunt those who have fallen to darkness." when picked in champion select?`Vayne
Who has the most laugh emotes?`Veigar
Who tried to steal Bandle City's Mothership?`Veigar
Who can continuously increase their AP by using a skill?`Veigar
Who has a Leprechaun skin?`Veigar
Who has a Final Boss skin?`Veigar
Who says "I will swallow your soul."?`Veigar
Who learns about Valoran by disintegrating subjects?`Vel'koz`vel koz`velkoz
Who gains 3.141592 (pi) AD per level?`Vel'koz`vel koz`velkoz
Who is Vel'koz searching for?`Zilean
Whose occupation is "Knowledge Seeker"?`Vel'koz`vel koz`velkoz
Who says "Knowledge through... disintegration." when picked in champion select?`Vel'koz`vel koz`velkoz
Whose dance is the "Dougie"?`Vi
Whose name means "with force" in Latin?`Vi
Whose taunt is the "Ali Shuffle"?`Vi
Who has a Neon Strike skin?`Vi
Who has a skill called "Blast Shield"?`Vi
Who constructed Blitzcrank?`Viktor
Who did Professor Stanwick steal credit for creating Blitzcrank's sentience from?`Viktor
Who is also known as the "Machine Herald"?`Viktor
Who is the leader of The Evolution?`Viktor
Who has a skill called "Chaos Storm"?`Viktor
Who has a Nosferatu skin?`Vladimir
Who is also known as the "Crimison Reaper"?`Vladimir
What is Vladimir's blood type?`AB+`AB positive`AB`AB +
Who is a Hemomancer?`Vladimir
Who says "The rivers will run red." when picked in champion select?`Vladimir
Who has a Thunder Lord skin?`Volibear
What species is Volibear?`Ursine
Who says "Let the storm follow in my wake." when picked in champion select?`Volibear
Who has a skill called "Majestic Roar"?`Volibear
Who killed Urf?`Warwick
Who is also known as "the Uncaged Wrath of Zaun"?`Warwick
If you search for Urf in champion select, whose name pops up?`Warwick
Who is also known as Subject #1088?`Warwick
Who has a Hyena skin?`Warwick
Warwick betrayed Soraka to get her heart for who?`Singed
Who has the skill with the highest AD Ratio in the game?`Wukong
Who named Wukong, "Wukong"?`Master Yi`Yi
Who created Wukong's staff?`Doran
Who is the only champion with a stealth ability who is not classified as an assassin?`Wukong
What species are Rakan and Xayah?`Vastaya
Who has a skill called "Double Daggers"?`Xayah
Who is also known as "the Rebel"?`Xayah
Who did Xayah and Rakan fight in the "Wild Magic" Promo video?`Zed
Who has a Cosmic Dusk skin?`Xayah
Who has a Runeborn skin?`Xerath
Who has a skill called "Arcanopulse"?`Xerath
Who says "I will be free." when picked during champion select?`Xerath
Who had romantic feelings for a girl named Tabia, a girl who tried to stop their transformation?`Xerath
Who says "I will be free." when picked in champion select?`Xerath
Who spent a millennia locked up with Renekton?`Xerath
Who was rescued by Jarvan IV's grandfather?`Xin Zhao
Who has a skin that is a reference to Zhao Yun?`Xin Zhao
Whose occupation is the "Steward of the Lightshield Dynasty"?`Xin Zhao
Winged Hussar Xin Zhao was released to celebrate the server for which country?`Poland
Who is also known as the "Seneschal of Demacia"?`Xin Zhao
Who plays a Sakuhachi (type of flute) in their dance animation?`Yasuo
Who has a skill called "Steel Tempest"?`Yasuo
Who is also known as the "Unforgiven"?`Yasuo
What is the name of Yasuo's brother?`Yone
Whose champion design is based on the samurai?`Yasuo
What is Yorick's last name?`Mori
Whose ultimate used to be "Omen of Death"?`Yorick
Who plays the bass in the band 'Pentakill'?`Yorick
What type of weapon does Yorick weild?`Monk's Spade`monks spade`spade
Where was Yorick born?`Blessed Isles
Who is the Zaun Amorphous Combatant?`ZAC
Who is the only champion with 2 laugh animations?`Zac
Who is the only champion from Zaun who was raised by two loving parents?`Zac
Who is also known as the "Secret Weapon"?`Zac
Who has a skill called "Cell Division"?`Zac
Who killed Shen's father?`Zed
Who has a Shockblade skin?`Zed
Who established the Order of the Shadow?`Zed
Who is also known as the "Master of Shadows"?`Zed
Who says "I am the blade in the darkness."?`Zed
Who wears an earring on his left ear?`Ziggs
...is scared of Jinx because she always wants to hug him?`Ziggs
Who is the only champion who emotes without the player making them (i.e. laughing)?`Ziggs
Who is the Dean of Demolitions at the Yordle Academy in Piltover?`Ziggs
Who has a Master Arcanist skin?`Ziggs
Who does Zilean have an antagonistic relationship with?`Volibear
Who is from the country of Urtistan?`Zilean
Who joined the league to find a cure for chrono-displasia?`Zilean
Name a champion with only one damaging ability?`Tryndamere or Zilean`Tryndamere`Zilean
Name a champion with a non-ultimate ability that cannot be taken at level 1?`Azir or Zilean`Azir`Zilean
Who woke up Skarner?`Zilean
Which character's walk cycles can be toggled in game?`Zoe
Who is the Aspect of Twilight?`Zoe
Aside from Diana, who else is a part of the Lunari?`Zoe
What does Zoe like to eat?`Chocolate Mooncakes
Which character displays heterochromia (not counting Lulu's Bittersweet skin)?`Zoe
What does Zoe call Aurelion Sol?`Space Doggy
Who gains +1 movement speed when on the same team as Zyra?`Maokai
Who has a Wildfire skin?`Zyra
Whose passive causes Zyra to grow larger?`Leona
Where (region) did Zyra come from?`Kumungu
Who is also known as the "Rise of the Thorns"?`Zyra
Who has the highest base HP at level 1?`Tryndamere
Who has the highest base HP at level 18?`Alistar
Who has the lowest base HP at level 1?`Anivia
Who has the lowest base HP at level 18?`Gnar
Who has the lowest base armor?`Thresh
Who has the highest base armor?`Rammus
Who has the highest base mana at level 1?`Janna
Who has the highest base mana at level 18?`Kassadin
Who is able to obtain the most magic resist in the game (including items, masteries, abilities, etc)?`Xin Zhao
What is the name of the hermit shopkeeper on the Howling Abyss (hint: named after a Rioter)?`Lyte
What is the name of the Viking ghost shopkeeper on the Howling Abyss?`Greyor
Who bound the Viking's ghost to the Howling Abyss?`Avarosa
What is the name of the flying robot owned by the Hermit on the Howling Abyss (hint:named after a Rioter)?`Geeves
What is the capital city of Freljord?`Rakelstake
Against which neutral mob does crowd control last twice as long?`Rift Scuttler
Smiting which neutral mob will give summon a nature spirit that grants vision over the nearby crossroads for 95 seconds?`Greater Murk Wolf
Smiting which neutral mob will give you the buff "Gift of Heavy Hands"?`Ancient Krug
Which neutral mob gives +62 gold when killed?`Gromp
Which neutral mob gives +58 gold when killed?`Blue Sentinel
Which neutral mob gives the buff "Doom's Eve"?`Rift Herald
Which neutral mob will dance if Popstar Ahri dances near it?`Blue Sentinel
Which neutral mob will dance if any champion dances near it?`Rift Herald
Which neutral mob is the only mob with scaling armor and magic resistance after level 9?`Dragon
What is Baron Nashor's movement speed?`300`three hundred
What is the name of the type minion created by Banner of Command?`Anti-turret Cannon`antiturret cannon
What is the name of the continent that League of Legends is located on?`Valoran
Which champion is capable of having the most spell vamp?`Akali
Which summoner spell has a 240 second cooldown?`Heal
What is the name of the spider that lives in the Twisted Treeline?`Vilemaw
What franchise has the most championships in NBA history?`Boston Celtics` Celtics
What does NBA stand for?`National Basketball Association
How many teams are in the NBA?`30`thirty
How many conferences are in the NBA?`2`two
How many divisions are in the NBA?`6`six
Who is the only player to score 100 points in a single game?`Wilt Chamberlain
Who has the record for most points scored in a quarter?`Klay Thompson
Who is the youngest player to be drafted?`Andrew Bynum
Who is the oldest player to be drafted?`Bernard James
Who is the youngest player to record a triple double?`Lonzo Ball
Who is the youngest player to lead the league in scoring?`Kevin Durant
Which player had 5 consecutive 40+ point games in his rookie season?`Allen Iverson
Who is the youngest player to score 60+ points in a game?`David Thompson
Who is the youngest player to have 20+ rebounds in a game?`Dwight Howard
Who is the oldest player to have 20+ assists in a game?`Steve Nash
Who is the youngest player to reach 25,000 career points?`LeBron James`lebron
Who is the youngest player to reach 5,000 career assists?`Magic Johnson
Who is the youngest player to receive All-NBA First Team honors?`LeBron James`lebron
What team scored 186 points as an NBA record in a single game?`Detroit Pistons`Pistons
What team scored the fewest points (49) in a single game?`Chicago Bulls`Bulls
What team made the most 3-point field goals in a single game?`Houston Rockets`Rockets
What is the only team that doubled the points of their opponent in a regulation game?`Indiana Pacers`Pacers
What team had the largest margin of victory in a game?`Cleveland Cavaliers`Cavaliers`Cavs
What team had the most assists in a game?`Milwaukee Bucks`Bucks
What was the Golden State Warrior's record in the 2015-16 season?`73-9`73:9`73 to 9
What team had the worst record of 7-59 in a regular season?`Charlotte Hornets`Hornets`Charlotte Bobcats`Bobcats
What was the only number that Tim Duncan wore?`21
When did the Spurs retire number 21(MMDDYY)?`December 18, 2015`12/18/2015`12182015
What is Kawhi Leonard's career high points as of Jan 23, 2016?`41
What team had a winning streak of 33 in a regular season?`Los Angeles Lakers`Lakers
What was the longest losing streak by a team in a regular season?`28
What franchise has the highest winning percentage in history?`San Antonio Spurs`Spurs
Who has won the most MVP awards in NBA history?`Kareem Abdul-Jabbar`Kareem Abdul Jabbar
Name one of the 2 players who won the DPOY award 4 times during their career?`Ben Wallace or Dikembe Mutombo`Ben Wallace`Dikembe Mutombo
What player has won the most sixth man awards?`Jamal Crawford
When was the Larry O’Brien trophy created?`1977
Who is the most recent player to win MVP in back to back seasons?`Stephen Curry
How many MVP awards did Kobe Bryant win?`1`one
Who won MVP in 1993?`Charles Barkley
Who won MVP in 1990?`Magic Johnson
Who won back to back MVP awards in 2001-02 and 2002-03 seasons?`Tim Duncan
Who is the only player to win the MVP award in back to back seasons with different teams?`Moses Malone
Who is the only player to win MVP 3 years in a row?`Larry Bird
How many MVP awards has LeBron James won?`4`Four
How many MVP awards has John Stockton won?`0`Zero`None
Who is the first ever player to win MVP?`Bob Pettit
What team was Bill Walton on when he won MVP?`Portland Trailblazers`Trailblazers
Who did Bob McAdoo play for when he won MVP in 1975?`Buffalo Braves`Braves
Name one of the two players to win ROTY at 24 years old?`Elgin Baylor or David Robinson`Elgin Baylor`David Robinson
Who won ROTY in 2010?`Tyreke Evans
Who is the first ever player to win ROTY?`Don Menieke
With what team did Kevin Durant win ROTY?`Seattle Supersonics`Supersonics
Who won ROTY in 2002?`Pau Gasol
Who won ROTY in 1998?`Tim Duncan
Who won ROTY in 1993?`Shaquille O’Neal`Shaq
Who won ROTY in 1987?`Chuck Person
Who is the first ever player to win DPOY?`Sidney Moncrief
Who is the only point guard to win DPOY?`Gary Payton
Who is the only player to win DPOY 3 years in a row?`Dwight Howard
Who is the only player to win DPOY with 3 different teams?`Dikembe Mutombo
Who won back to back DPOY awards in 2014-15 and 2015-16?`Kawahi Leonard
In what year did Michael Jordan win DPOY?`1988
Who is the first ever player to win Sixth Man of the Year award?`Bobby Jones
Who is the only player to win the Sixth Man of the year award 3x?`Jamal Crawford
Name one of the only two players to win the Sixth Man of the Year award and to be inducted into the Hall of Fame?`Kevin McHale or Bill Walton`Kevin McHale`Bill Walton
Who won the Sixth Man of the year award in the 2007-08 season?`Manu Ginobili
Who is the only player to win the Sixth Man of the Year award with two different teams?`Jamal Crawford
Who won the Sixth Man of the Year award in the 2010-11 season?`Lamar Odom
Who won the Sixth Man of the Year award in the 2011-12 season?`James Harden
Who won the Sixth Man of the Year award in the 2004-05 season?`Ben Gordon
Who is the last player to win the Sixth Man of the Year award in back to back seasons?`Detlef Shrempf
Who is the first ever player to win Finals MVP?`Jerry West
Who is the only player to win Finals MVP on a losing team?`Jerry West
How many Finals MVP awards did Michael Jordan win?`6`six
Who is the only player to Finals MVP as a rookie?`Magic Johnson
Who is the only player other than Michael Jordan to win Finals MVP in 3 consecutive years?`Shaquille O'Neal`Shaq
Who is the first European player to win the Finals MVP award?`Tony Parker
Other than Kareem Abdul-Jabbar, who is the only player to win Finals MVP on different teams?`Lebron James`LeBron
Who won Finals MVP in 2011?`Dirk Nowitzki
Who is the youngest player to win Finals MVP?`Magic Johnson
Kareem Abdul-Jabbar is the oldest player to win Finals MVP, how old was he?`38`thirty eight`thirtyeight`thirty-eight
Who is the oldest player to win MVP?`Shaquille O'Neal`Shaq
How many times did Michael Jordan win All-Star game MVP?`3`three
In what year did Charles Barkley win All-Star MVP?`1991
How many times did Shaquille O'Neal win All-Star MVP?`1`one
How many times has Kobe Bryant won All-Star MVP?`4`four
Who is the youngest player to win All-Star MVP?`LeBron James`LeBron
Who is the all-time leader in points scored in the NBA All-Star game?`LeBron James`LeBron
What year did Kyrie Irving win All-Star MVP?`2014
Who is the first ever NBA All-Star MVP?`Ed Macauley
San Antonio ______?`Spurs
Dallas _________?`Mavericks`Mavs
Houston ________?`Rockets
Memphis __________?`Grizzlies
New Orleans ________?`Pelicans
Golden State ________?`Warriors
Los Angeles _______?`Lakers`Clippers
Sacramento _____?`Kings
Phoenix ____?`Suns
Portland _______?`Trailblazers
Oklahoma City _____?`Thunder
Utah ____?`Jazz
Minnesota ______?`Timberwolves
Denver _____?`Nuggets
Indiana _____?`Pacers
Cleveland ______?`Cavaliers`Cavs
Detroit _______?`Pistons
Milwaukee _____?`Bucks
Chicago ____?`Bulls
Miami _____?`Heat
Orlando _____?`Magic
Washington _______?`Wizards
Charlotte ______?`Hornets
Atlanta _______?`Hawks
Toronto _______?`Raptors
Philadelphia _____?`76ers
Boston ______?`Celtics
New York _____?`Knicks
Brooklyn _____?`Nets
What division are the San Antonio Spurs in?`Southwest
What division are the Sacramento Kings in?`Pacific
What division are the Denver Nuggets in?`Northwest
What division are the Milwaukee Bucks in?`Central
What division are the Washington Wizards in?`Southeast
What division are the Philadelphia 76ers in?`Atlantic
What arena do the San Antonio Spurs play in?`At&t Center`att center
What arena do the Dallas Mavericks play in?`American Airlines Center
What arena do the Houston Rockets play in?`Toyota Center
What arena do the New Orleans Pelicans play in?`Smoothie King Center
What arena do the Memphis Grizzlies play in?`FedExForum`FedEx Forum
What arena do the Golden State Warriors play in?`Oracle Arena
What arena do the Sacramento Kings play in?`Golden 1 Center
What arena do the Los Angeles Lakers/Clippers play in?`Staples Center
What arena do the Phoenix Suns play in?`Talking Stick Resort Arena
What arena do the Portland Trailblazers play in?`Moda Center
What arena do the Denver Nuggets play in?`Pepsi Center
What arena do the Utah Jazz play in?`Vivint Smart Home Arena
What arena do the Minnesota Timberwolves play in?`Target Center
What arena do the Oklahoma City Thunder play in?`Chesapeake Energy Arena
What arena do the Indiana Pacers play in?`Bankers Life Fieldhouse Center
What arena do the Cleveland Cavaliers play in?`Quicken Loans arena`The Q
What arena do the Detroit Pistons play in?`Little Caesars Arena
What arena do the Milwaukee Bucks play in?`BMO Harris Bradley Center
What arena do the Chicago Bulls play in?`United Center
What arena do the Miami Heat play in?`American Airlines Arena
What arena do the Orlando Magic play in?`Amway Center
What arena do the Charlotte Hornets play in?`Spectrum Center
What arena do the Washington Wizards play in?`Verizon Center
What arena do the Atlanta Hawks play in?`Philips Arena
What arena do the Toronto Raptors play in?`Air Canada Centre`Air Canada Center
What arena do the Boston Celtics play in?`TD Garden
What arena do the Philadelphia 76ers play in?`Wells Fargo Center
What arena do the New York Knicks play in?`Madison Square Garden`MSG
What arena do the Brooklyn Nets play in?`Barclays Center
What is the first team to win a championship?`Minneapolis Lakers`Los Angeles Lakers`Lakers
What team has lost the most NBA Finals series?`Los Angeles Lakers`Lakers
What team has the most appearances in the NBA Finals?`Los Angeles Lakers`Lakers
When was the most recent blow out in the NBA Finals?`2007
In what year did the Dallas Mavericks win their first championship?`2011
Who is the shortest player to ever play in the NBA?`Muggsy Bogues
Who won the NBA championship in 1978?`Washington Bullets`Bullets`Washington Wizards`Wizards
In what year did the Los Angeles Lakers upset the New Jersey Nets?`2002
What team won a championship in 1989, 1990 and 2004?`Detroit Pistons`Pistons
The Spurs won 5 championships and lost in 1 finals, what year did they lose?`2013
How many championships have the Philadelphia 76ers won?`3`three
What team lost in the 1981 and 1986 final?`Houston Rockets`Rockets
Who won the championship in 1983?`Philadelphia 76ers`76ers
In what year did Tracy McGrady win Most Improved Player award?`2001
Who won the Most Improved Player award in 2011?`Kevin Love
Who is the first European player to win the Most Improved Player award?`Gheorghe Muresan
Who is the first ever player to win the Most Improved Player award?`Alvin Robertson
What team has the most players to win the Most Improved Player award with 5 winners?`Orlando Magic`Magic
Who is the first ever coach to win the Coach of the Year award?`Harry Gallatin
Who is the Coach of the Year award names after?`Red Auerbach
In what year did Phil Jackson win the Coach of the Year award after coaching the Bulls to a 72 wins season?`1996
Who won Coach of the Year in the 2011 season?`Tom Thibodeau
What coach won Coach of the Year and led the Nuggets to a 57-win season, without having an NBA-All Star?`George Karl
How many coaches have won the Coach of the Year award 3 times?`3`Three
What coach won Coach of the Year award with a 33-48 record?`Johnny Kerr
Who won the Coach of the year award 3x with one team?`Gregg Popovich`Coach Pop
Who is the greatest coach of all time according to Lebron James?`Gregg Popovich`Coach Pop
Who was selected first overall in the 2016 NBA Draft?`Ben Simmons
Who was selected first overall in the 2017 NBA Draft?`Markelle Fultz
Who was selected first overall in the 2011 NBA Draft?`Kyrie Irving
Who was selected first overall in the 2003 NBA Draft?`LeBron James`LeBron
Who was selected first overall in the 1996 NBA Draft?`Allen Iverson
Who was selected first overall in the 1992 NBA Draft?`Shaquille O'Neal`Shaq
Who was selected as a high school player in the first round of the 2016 NBA Draft?`Thon Maker
Who is the only Canadian player that was selected in the 2016 NBA Draft?`Jamal Murray
How many international players were selected in the 2016 NBA Draft?`28`Twenty-eight`twenty eight`twentyeight
Who was selected first overall in the 2015 NBA Draft?`Karl-Anthony Towns
Satnam Singh was the only Indian player to be drafted into the NBA,what team selected him?`Dallas Mavericks`Mavericks`Mavs
Who was selected 19th overall by the Denver Nuggets in the 2016 NBA Draft?`Malik Beasley
Who was selected 4th overall by the Phoenix Suns in the 2016 NBA Draft?`Daragan Bender
Who was selected 12th overall by the Sacramento Kings in the 2016 NBA Draft?`Georgios Papagiannis
Who was the last player to be selected in the 2016 NBA Draft?`Tyrone Wallace
What was Shawn Marion's nickname?`The Matrix
Who was known as 'The Answer'?`Allen Iverson
What was Andre Kirilenko's nickname?`AK-47
Who was known as 'The Worm'?`Dennis Rodman
What was Gary Payton's nickname?`The Glove
Who was known as 'The Iceman'?`George Gervin
Who was known as 'Agent Zero'?`Gilbert Arenas
What was Glen Davis' nickname?`Big Baby
Who was known as 'The Mailman'?`Karl Malone
What is Vince Carter's nickname?`Vinsanity
What is Paul George's nickname?`PG13
Which team drafted Steve Francis 2nd overall in the 1999 draft, and traded him to the Rockets?`Vancouver Grizzlies`Grizzlies
What team selected Julius Erving 12th in the 1972 draft?`Milwaukee Bucks`Bucks
Who did the Boston Celtics draft 3rd overall in the 1997 draft?`Chauncey Billups
What team drafted Dirk Nowitzki 9th overall in the 1998 draft?`Milwaukee Bucks`Bucks
Which team drafted Ray ALlen 5th in the 1996 draft?`Minnesota Timberwolves`Timberwolves
Which team selected Penny Hardaway 3rd overall in the 1993 draft?`Golden State Warriors`Warriors
What team selected Scottie Pippen 5th overall in the 1987 draft?`Seattle Supersonics`Supersonics
What college did Magic Johnson go to?`Michigan State University`michigan state
What college did Larry Bird go to?`Indiana State University`Indiana State
What college did Michael Jordan go to?`University of North Carolina at Chapel Hill`North Carolina`UNC
What college did Kareem Abdul-Jabbar go to?`University of California, Los Angeles`UCLA
What college did Carmelo Anthony go to?`Syracuse University`Syracuse
What college did Tim Duncan go to?`Wake Forest University`Wake Forest
What college did Marcus Camby go to?`University of Massachusetts Amherst`Massachusetts`umass
What college did Shaquille O'Neal go to?`Louisiana State University`LSU
What college did Elton Brand go to?`Duke University`Duke
What college did Steve Francis go to?`University of Maryland`Maryland
What college did John Stockton go to?`Gonzaga University`Gonzaga
What college did Allen Iverson go to?`Georgetown University`Georgetown
What college did Wilt Chamberlain go to?`University of Kansas`Kansas
What college did Richard Hamilton go to?`University of Connecticut`Connecticut
What college did Nate Robinson go to?`University of Washington`Washington
What college did Dwayne Wade go to?`Marquette University`Marquette
What college did Anthony Davis go to?`University of Kentucky`Kentucky
What college did Jerry West go to?`West Virginia University`West Virginia
What college did Jeremy Lin go to?`Harvard University`Harvard
What team has the longest NBA Conference Finals appearance drought with 47 seasons?`Los Angeles Clippers`Clippers`LA Clippers
What team had the longest NBA Playoffs appearance drought with 15 seasons?`Los Angeles Clippers`Clippers`LA Clippers
In what year were the Vancouver Grizzlies and Toronto Raptors added to the NBA?`1995
What player's 89 points in his first three starts are the most by any NBA player since the NBA and ABA merged in 1976?`Jeremy Lin`Linsanity
What player had an NBA career lasting 3.9 seconds?`JamesOn Curry
What college has produced the most NBA players?`University of Kentucky`Kentucky
How many teams are still waiting for their first finals win?`12`Twelve
What team has the longest NBA Finals drought of 66 seasons?`Sacramento Kings`Kings
What team drafted Kobe Bryant as the 13th pick in the 1996 Draft?`Charlotte Hornets`Hornets
Who is the owner of the Charlotte Hornets?`Michael Jordan`Jordan
During Hurricane Katrina, what city did the New Orleans Hornets move to?`Oklahoma City`OKC
What is Ray Allen's first name?`Walter
What is Stephen Curry's first name?`Wardell
Who is Stephen and Seth Curry's father?`Dell Curry`Dell
What former NBA player owns 10% of all 'Five Guys Burgers' restaurants in the US?`Dr. Shaquille O'Neal`Shaquille O'Neal`Shaq
Who has the #1 all time miss count in the NBA?`Kobe Bryant`Kobe
What player died of a cocaine overdose 2 days after his draft night where he was the #2 pick?`Len Bias
How many 3 pointers did Shaq make over his whole career?`1`One
What player was stabbed 11 times in the face, back, and neck and still played all 82 games of the 2000-2001 NBA Season?`Paul Pierce
What team has won slightly more than one out of every four NBA Championships, making them the most successful sports franchise in North American history?`Boston Celtics`Celtics
What country wanted to be paid in wheat for allowing a 7'8½" (2.35m) tall Ri Myung-Hun to play in the NBA?`North Korea`Democratic People's Republic of Korea
In 1948, before the NBA had any black players, what exhibition basketball group beat the NBA Champion Lakers in a straight up game?`Harlem Globetrotters`Globetrotters
After what player was diagnosed with HIV, many NBA players claimed he shouldn't play because there could be a risk of contamination if he had an open wound?`Magic Johnson
The largest confirmed moose was 7'6" (2.33 m) tall at the shoulder, the same height as what Chinese NBA star?`Yao Ming`Ming Yao
What city is home to the only NBA game to have been forfeited on account of rain?`Seattle
Which NBA player once beat Michael Phelps in swimming at the age of 10?`Kris Humphries
What player holds the top spot of all-time career points with 38,387 points?`Kareem Abdul-Jabbar`Kareem Abdul Jabbar
What player holds the all-time NBA record of 28 field goals in a single game?`Kobe Bryant`Kobe
What player holds the all-time NBA record of 14 turnovers in a single game?`Jason Kidd
What current Clipper holds the all-time NBA record of a 63.31% career shooting percentage?`DeAndre Jordan
What is the most common number worn by players in NBA?`12`twelve
What NBA franchise has the most retired numbers hanging in the rafters?`Boston Celtics`Celtics
What player's number was retired by the Miami Heat even though he didn't play for the team?`Michael Jordan`Jordan
In which month and year was Overwatch released?`May 2016
On what map is the attacking team tasked with escorting an EMP device?`King's Row
What was the first map the Overwatch team developed for the game?`King's Row
What country is the practice range supposedly located in?`Russia
What country is Oasis located in?`Iraq
What was the name of the war between humans and omnics`Omnic Crisis`The Omnic Crisis
What does D.Va say when she self destructs her mech?`Nerf this
Who has the most expensive/rarest emote in the game?`D.Va
Who killed Mondatta?`Widowmaker
How old is Zenyatta?`20`twenty
What is D.Va's real name?`Hana Song
What is Tracer's real name?`Lena Oxton
Who has the lowest health in the game?`Zenyatta
Which character class has the most heroes?`Offense
Which character says "It's high noon" when his/her ultimate is used?`McCree
What was Tracer's fighter jet called?`the Slipstream`slipstream
Who helped Tracer with her chronal disassociation?`Winston
Who has an ability named Fire Strike?`Reinhardt
What was the name of the Lunar base that Winston lived at?`Horizan Lunar Colony
Who says "How Embarrassing!"`Winston
How many competitive points does it cost for golden weapons?`3000`three thousand
Whose ultimate is called Whole Hog?`Roadhog
What is a factory designed to manufacture Omnics called?`Omnium
What is the name of the rebel group Roadhog joined?`Australian Liberation Front
Whose bodyguard is Roadhog?`Junkrat
Who has a skin named Toa?`Roadhog
Who says "I'm a one-man apocalypse"?`Roadhog
What is Hanzo's family name?`Shimada
Who is Genji's mentor?`Zenyatta
Who has the ability Swift Strike?`Genji
Who has an achievement named Their Own Worst Enemy?`Genji
What country was Genji in during the time of the Overwatch recall?`Japan
Who has a skin named Chrysanthemum?`Mei
Who has an achievement named Cold Snap?`Mei
Who has an ability named Sentry Turret?`Symmetra
Who has an achievement named The Car Wash?`Symmetra
What is Symmetra obssessed with?`Order
How many seconds does Ana's sleep dart last?`5.5
Which terrorist organization does Widowmaker and Reaper work for?`Talon
Which character has the quote "What's An Aimbot?"?`Widowmaker
Who has an achievement named "Did That Sting?"?`Widowmaker
What was Widowmaker afraid of as a girl?`Spiders
Who has an ability named "Concussion Mine"?`Junkrat
Which hero's ultimate is called "RIP-Tire"?`Junkrat
Which hero has a skin called Jailbird?`Junkrat
Which hero is a fan of Lucio's music?`D.Va
Which hero is a fan of Mei and reads "Mei's Adventures"?`D.Va
Which hero is a fan of D.va?`Lucio
Which hero says "In Russia, Game Plays You"?`Zarya
Which hero has an achievement called "Power Overwhelming"?`Zarya
Which hero has an ability called "Particle Barrier"?`Zarya
What is Zarya's ultimate called?`Graviton Surge
What is Sombra's ultimate called?`EMP
Which hero has the skin Augmented?`Sombra
Which hero has the voice line "You're taking this very seriously."?`Sombra
Which hero has the achievement "Power Outtage"?`Sombra
Which hero's release was hinted at via an ARG?`Sombra
During the ARG which company's CEO did the hero want to "take down"?`Lumerico
Where is LumériCo's headquarters?`Dorado
Who is considered "the most powerful woman in Russia"?`Katya Volskaya
In the cinematic Infiltration which company's CEO was going to be assassinated?`Volskaya Industries
In the cinematic Infiltration who was secretly collaborated with the omnics?`Katya Volskaya
What is Torbjorn's ultimate called?`Molten Core
Who has an achievement called "Raid Wipe"?`Torbjorn
What country was Torbjorn in at the time of the Overwatch Recall?`Russia
Who helped Torbjorn design a prototype Biotic Rifle?`Mercy
Who is the shortest character in Overwatch?`Torbjorn
What does Mercy say when using her ultimate?`Heroes never die
Who has an achievement named "Group Health Plan"?`Mercy
Where was Mercy at the time of the Overwatch recall?`Iraq
In the Summer Games, what is Mercy's signature sport?`Badminton
What is the name of the Covert operations arm of Overwatch?`Blackwatch
Who was in charge of training Blackwatch agents?`Reaper
What is McCree's ultimate called?`Deadeye
Which hero has the achievement "Whoa There!"?`McCree
Where was McCree captured by Overwatch?`Route 66
What is Reapers ultimate called?`Death Blossom
Which hero has a skin named "Nevermore"?`Reaper
Which hero says "Haven't I killed you somewhere before?"`Reaper
Which hero has the achievement "Waste Not, Want Not"?`Reaper
What colour was the box in the comic Train Hopper?`Purple
Which hero has the voiceline "Young punks, get off my lawn"?`Soldier 76
What is the name of the Achievement that rewards Soldier 76's "cute spray"?`Target Rich Environment
Which gang did Soldier: 76 fight in "Hero"?`Los Muertos
What is the name of the girl Soldier:76 saves in "Hero"?`Alejandra
Which hero has the achievement "Storm, Earth and Fire"?`Reinhardt
Who accompanies Reinhardt as he wanders across Europe and repairs his armour?`Brigitte
What is the name of the gang Reinhardt fought in the second comic?`The Dragons
What country was Reinhardt in at the time of the Overwatch recall?`Greenland
Which hero is Reinhardt a fan of?`D.Va
What is the name of the Bastion skin gotten with the origins edition?`Overgrown
What is the name of the 4th web comic?`A Better World
Which hero has the achievement "Triple Threat"?`Bastion
What is the name of Bastion's bird companion?`Ganymede
What is Bastion's full model ID?`SST Laboratories Siege Automaton E54
How old is D.Va?`19`nineteen
How much health does D.Va have when she is not in her mech?`150
What is the model name of D.Va's mech?`MEKA
What does D.Va say when she uses her ultimate?`MEKA activated
In the first web comic who was blamed for the robbery?`McCree
What is the lowest competitive rank?`Bronze
What is the highest competitive rank?`Grandmaster
What damaged the watchpoint in Antarctica?`A Blizzard`blizzard
Who was the only survivor after the watchpoint in Antarctica was damaged?`Mei
How many competitive skill tiers are there?`Seven`7
How many competitive points are gained for wining a match?`Ten`10
How many competitive points are gained for a match that ended in a draw?`Three`3
What is the name of the music shop in Eichenwalde?`Die Zaubertröte`die zaubertrote
What is the name of the general that fought at Eichenwalde against the omnics?`Balderich von Adler
What is the payload in Eichenwalde?`A Battering Ram`battering ram
Who is in the limousine that the attacking team escorts in Hollywood?`HAL-Fred Glitchbot
What game can be seen on the monitor in the security room of Hollywood?`Hearthstone
What word is displayed during the Hollywood photo finish?`Fin
Do omnics and humans live as equals in Numbani?`Yes
In Numbani where must the attacking team escort Doomfist's gauntlet?`The Numbani Heritage Museum`Numbani Heritage Museum
The founding of Numbani is celebrated with which event?`Unity Day
In which country is Numbani?`Nigeria
Which hero is Ana's daughter?`Pharah
Which hero's ultimate is called "Barrage"?`Pharah
What does Pharah say when she uses her ultimate?`Justice Rains From Above
Which hero has a skin called Raptorion?`Pharah
Which hero has an achievement named "Clearing the area"?`Pharah
What is the name of Pharah's "Cute Spray" achievement?`Death From Above
What company does Pharah work for?`Helix Security International
What is the name of the omnic mercenary that appears in the comic "Mission Statement"?`Okoro
How old is Ana?`60`sixty
What is the name of Ana's ultimate?`Nano Boost
What does Ana say when she uses her ultimate?`You are powered up get in there
Which hero has a skin called Wasteland?`Ana
Which hero has the achievement "Enabler"?`Ana
What is the name of Ana's "Pixel Spray" achivement?`Naptime
What is the payload for Watchpoint: Gibraltar?`A Satellite Drone`satellite drone
Who is the reporter for Atlas News?`Olympia Shaw
What is the name of the language used by omnics?`Omnicode
In what year did the Omnic Crisis start?`2046
Which country was the first to be affected by the Omnic Crisis?`Russia
What is Lucio's full name?`Lúcio Correia dos Santos`Lucio Correia dos Santos
What is Lucio's ultimate called?`Sound Barrier
What does Lucio say when using his ultimate?`Oh Let's Break It Down`oh lets break it down
Which hero has a skin called "Breakaway"?`Lucio
Which hero says "Why Are You So Angry?"`Lucio
Which hero has an achievement called "The Floor is Lava"?`Lucio
What is Lucio's "Cute Spray" achievement called?`Supersonic
What was Lucio's first album called?`Synaesthesia Auditiva
What is the name of the 6th track on Lucio's album?`Maximum Tempo
What is the name of the law that deems any Overwatch activity illegal?`The Petras Act`Petras Act
What is the name of Soldier: 76's ultimate?`Tactical Visor
Which Overwatch hero used to be part of the "Deadlock Gang"?`McCree
In the comic Going Legit what was the name of the company that hired the heros?`Hyde Global
What is Widowmaker's real name?`Amélie Lacroix`Amelie Lacroix
What is the name of Widowmaker's "Cute Spray" achievement?`Smooth as silk
Which hero has the skins Odette and Odile?`Widowmaker
What is the name of the games narrator?`Athena
What is the name of D.Va's "Cute Spray" achievement?`Game over
What is the name of Ana's default voice line?`Justice delivered
What is the name of Bastion's default voice line?`Doo-woo`doowoo`doo woo
What is the name of D.Va's default voice line?`Love, D.Va`love d.va`
What is the name of Genji's default voice line?`A Steady blade
What is the name of Hanzo's default voice line?`Expect nothing less
What is the name of Junkrat's default voice line?`tick-tock-tick-tock`tick tock tick tock`ticktockticktock
What is the name of Lucio's default voice line?`To the rhythm
What is the name of McCree's default voice line?`Watch and learn
What is the name of Mei's default voice line?`Hang in there
What is the name of Mercy's default voice line?`I have my eye on you
What is the name of Pharah's default voice line?`Security in my hands
What is the name of Reaper's default voice line?`What are you looking at
What is the name of Reinhardt's default voice line?`I salute you
What is the name of Roadhog's default voice line?`The apocalypse
What is the name of Soldier: 76's default voice line?`I've still got it
What is the name of Sombra's default voice line?`Playing fair
What is the name of Symmetra's default voice line?`Such a lack of imagination
What is the name of Torbjorn's default voice line?`Hard work pays off
What is the name of Tracer's default voice line?`You got it
What is the name of Widowmaker's default voice line?`A single death
What is the name of Winston's default voice line?`Curious
What is the name of Zarya's default voice line?`Strong as the mountain
What is the name of Zenyatta's default voice line?`We are in harmony
How many glowing dots does Zenyatta have on his head?`9`nine
Which hero has a skin named "Sparrow?"`Genji
On which date did the Closed Beta for Overwatch start?`27 october`october 27
What is the name of Tracer's ultimate?`Pulse bomb
What does Tracer say when using her ultimate?`Time's up`times up
What is Tracer's real name?`Lena Oxton
What is Torbjorn's full name?`Torbjorn Lindholm
What is Soldier: 76's real name?`Jack Morrison
What is McCree's full name?`Jesse McCree
What is Ana's full name`Ana Amari
What is Reinhardt's full name?`Reinhardt Wilhelm
What is Mei's full name?`Mei-Ling Zhou
What is Mercy's real name?`Angela Ziegler
What is Genji's full name?`Genji Shimada
What is Widowmaker's real name?`Amelie Lacroix
What is Zenyatta's full name?`Tekharta Zenyatta
What is Hanzo's full name?`Hanzo Shimada
What is Pharah's real name?`Fareeha Amari
What is Roadhog's real name?`Mako Rutledge
What is Junkrat's real name?`Jamison Fawkes
What is Symmetra's real name?`Satya Vaswani
What is Lúcio's full name?`Lucio Correia dos Santos
What is D.VA's real name?`Hana Song
What is Zarya's real name?`Aleksandra Zaryanova
Which character's ultimate has the highest DPS`Roadhog
In the Beta, Junkrat's ultimate was adapted from one designed for another character. Who was that?`Bastion
How much health per second does Zenyatta's ultimate heal?`300`three hundred
What is the cooldown in seconds for Genji's Dash?`8`eight
What is the cooldown in seconds for Mcree's Roll?`8`eight
What is the cooldown in seconds for Hanzo's Sonic Arrow?`20`twenty
What is the cooldown in seconds for Orisa's Fortify?`12`Twelve
What is the cooldown in seconds for Sombra's Translocator?`4`Four
What is the cooldown in seconds for Reapers Shadow Step?` 10`Ten
What is the cooldown in seconds for Tracer's Recall?`12`twelve
What is Pharah's Ultimate called?`Barrage
What is Genji's Ultimate called?`Dragonblade
What is McCree's Ultimate called?`Deadeye
What is Reaper's Ultimate called?`Death Blossom
What is Soldier: 76's Ultimate called?`Tactical Visor
What is Sombra's Ultimate called?`EMP
What is Tracer's Ultimate called?`Pulse Bomb
What is Bastion's Ultimate called?`Configuration: Tank`Configuration:Tank`Configuration Tank
What is Hanzo's Ultimate called?`Dragonstrike
What is Junkrat's Ultimate called?`RIP-Tire`RIPtire`RIP Tire
What is Mei's Ultimate called?`Blizzard
What is Torbjörn's Ultimate called?`Molten Core
What is Widowmaker's Ultimate called?`Infra-Sight`Infra Sight`InfraSight
What is D.Va's Ultimate called?`Self-Destruct`Self Destruct
What is Orisa's Ultimate called?`Supercharger
What is Reinhardt's Ultimate called?`Earthshatter
What is Roadhog's Ultimate called?`Whole Hog
What is Winston's Ultimate called?`Primal Rage
What is Zarya's Ultimate called?`Graviton Surge
What is Ana's Ultimate called?`Nano Boost
What is Lúcio's Ultimate called?`Sound Barrier
What is Mercy's Ultimate called?`Resurrect
What are Symmetra's Ultimates called?`Teleporter and Shield Generator`Teleporter & Shield Generator`Teleporter Shield Generator`Shield Generator Teleporter`Shield Generator & Teleporter`Shield Generator and Teleporter
What is Zenyatta's Ultimate called?`Transcendence
How much Total health does Genji have?`200
How much Total health does McCree have?`200
How much Total health does Pharah have?`200
How much Total health does Reaper have?`250
How much Total health does Soldier: 76 have?`200
How much Total health does Sombra have?`200
How much Total health does Tracer have?`150
How much Total health does Bastion have?`300
How much Total health does Hanzo have?`200
How much Total health does Junkrat have?`200
How much Total health does Mei have?`250
How much Total health does Torbjörn have?`200
How much Total health does Widowmaker have?`200
How much Total health does D.Va (in Mech form) have?`600
How much Total health does D.Va (in pilot form) have?`150
How much Total health does Orisa have?`400
How much Total health does Reinhardt have?`500
How much Total health does Roadhog have?`600
How much Total health does Winston have?`500
How much Total health does Zarya have?`400
How much Total health does Ana have?`200
How much Total health does Lúcio have?`200
How much Total health does Mercy have?`200
How much Total health does Zenyatta have?`200
What is the name of Bastion's bird?`Ganymede
What is the name of the gang based in Dorado?`Los Muertos
What is Mei's robot called?`Snowball
What is Punch kid's Name?`Timmy
What is Punch kid's older brother's name?`Brian
How much health does a small health pack heal?`75
How much health does a large health pack heal?`250
How many Heroes were available to play at launch?`21
Which Omnic Organization were Zenyatta and Mondatta formerly a part of?`Shambali`the Shambali
Orignally when Overwatch was released players could choose to stack multiples of any hero on any team,it was later limited to 1 of each hero per team, and an arcade mode where heros tacking was again possble was added, what is this mode called?`No Limits
Which of these does the most damage? Genji's shuriken, Winstons leap, Ana's Rifle or Junkrats Grenade?`Ana's Rifle`ana`rifle`anas rifle
On which map was this screenshot taken? http://i.imgur.com/d02tYI5.jpg`Dorado
On which map was this screenshot taken? http://i.imgur.com/VFDOLXR.jpg`Dorado
On which map was this screenshot taken? http://i.imgur.com/XLgLEdh.jpg`Kings Row`King's Row
On which map was this screenshot taken? http://i.imgur.com/fbW965j.jpg`Hanamura
On which map was this screenshot taken? http://i.imgur.com/NMQDM7y.jpg`Hanamura
On which map was this screenshot taken? http://i.imgur.com/vxqkKQ0.jpg`Kings Row`King's Row
On which map was this screenshot taken? http://i.imgur.com/ZyVeLTU.jpg`Lijiang Tower
On which map was this screenshot taken? http://i.imgur.com/Yk8vqgn.jpg`Hollywood
On which map was this screenshot taken? http://i.imgur.com/3WKgUfA.jpg`Hollywood
On which map was this screenshot taken? http://i.imgur.com/uMcjqeW.jpg`Hollywood
On which map was this screenshot taken? http://i.imgur.com/G7xpRlQ.jpg`Hollywood
On which map was this screenshot taken? http://i.imgur.com/KXLulKa.jpg`Oasis
On which map was this screenshot taken? http://i.imgur.com/cNjKeE3.jpg`Oasis
On which map was this screenshot taken? http://i.imgur.com/2qrMC16.jpg`Volskaya Industries`Volskaya
On which map was this screenshot taken? http://i.imgur.com/xuO8PDw.jpg`Volskaya Industries`Volskaya
On which map was this screenshot taken? http://i.imgur.com/qgyW1LF.jpg`Volskaya Industries`Volskaya
On which map was this screenshot taken? http://i.imgur.com/h8zqtSf.jpg`Oasis
On which map was this screenshot taken? http://i.imgur.com/YlMy2iE.jpg`Lijiang Tower
On which map was this screenshot taken? http://i.imgur.com/5bXsDP1.jpg`Lijiang Tower
Over the design period for Overwatch, Bastion had several different ults before he got Tank mode how many including his current one did he have?`4: a mine, bouncing grenades, shooting though walls and tank mode`4
What was the first seasonal event in Overwatch called?`The Summer Games`Summer Games
What name was given to the Halloween event in Overwatch?`Halloween Terror
What name was given to the Halloween themed Brawl, which featured waves of Zombie Omnics?`Junkenstein's Revenge`Junkensteins Revenge
What was the name of the Christmas themed event in Overwatch?`Winter Wonderland
What was the name of the Lunar New Year themed event in Overwatch?`Year of the Rooster
In April of 2017, players could play a Historic Overwatch event. What was its name?`Uprising`Omnic Uprising
The Overwatch short Alive, featuring Widowmaker and Tracer, was set on which map?`King's Row`Kings Row
The Overwatch short Dragons, featuring Genji and Hanzo, was set on which map?`Hanamura
The Overwatch short Infiltration, featuring Sombra, Widomaker and Reaper, was set on which map?`Volskaya Industries`Volskaya
The Overwatch short Recall, featuring Winston and Reaper, was set on which map?`Watchpoint Gibraltar`Watchpoint: Gibraltar`Gibraltar
The Overwatch short Hero, featuring Soldier 76, was set on which map?`Dorado
What is the Undercover section of Overwatch called?`Blackwatch
What is Gary's name in the Japanese anime?`Shigeru
Which Pokémon is found at Sky Pillar?`Rayquaza
In Ruby/Sapphire/Emerald you receieve an egg in Lavaridge town. Which Pokémon hatches from the egg?`Wynaut
Zorua/Zorark's illusion ability let's the take the name and appearance of which Pokémon in your party?`6th`last`6`sixth
"This Pokémon is said to live in a world on the reverse side of ours, where common knowledge is distorted and strange." Who's that Pokémon?`Giratina
What is Giratina's Hidden Ability?`Telepathy
What is Honchkrow's Hidden Ability?`Moxie
What is the only Pokémon type to not yet have a Gym that specializes in it?`Dark
What two types are the only types that are both not very effective against each other?`Bug and Fighting`fighting and bug`bug/fighting`fighting/bug`bug fighting`fighting bug`bug & fighting`fighting & bug`bug-fighting`fighting-bug
Name a bug Pokémon that can learn Fly?`Volcarona`Genesect
What Pokémon type is the most common among legendary/mythical Pokémon?`Psychic
Mow Rotom's typing was originally Electric and what?`Ghost
Who is the only Flying type with Levitate?`Fan Rotom`rotom fan`fan-rotom`rotom-fan
Who is the champion of the Hoenn region in Ruby/Sapphire?`Steven
What is Steven's signature Pokémon as champion of Ruby/Sapphire?`Metagross
Where do you find Groudon/Kyogre?`Cave of Origin`origin cave
Of the following Pokémon, which one is NOT found in trophy garden in Diamond/Pearl/Platinum: Ditto, Chansey, Pikachu?`Pikachu
Who is the Elite Four member who makes an appearance in both Kanto's and Johto's Pokémon league as Elite Four only?`Bruno
What HM does Ash teach his Greninja in the anime?`HM1`hm 1`Cut`1
Who won the Sun/Moon Nuzlocke challenge?`Grant`Gearhead`gearhead7
How many semi-pseudo Legendary Pokémon are there?`7`seven
What is a pseudo Legendary Pokémon that is NOT a dragon type?`Metagross or Tyranitar`Metagross`Tyranitar
"It disguises itself as a tree to avoid attack. It hates water, so it will disappear if it starts raining." Who's that Pokémon?`Sudowoodo
"It can freely change its body's color. The zigzag pattern on its belly doesn't change, however." Who's that Pokémon?`Kecleon
"A ball that is more effective as more turns are taken in battle." What kind of Pokéball is it?`Timer ball`Timer
What item do you need to evolve a Seadra?`Dragon Scale`Dragonscale
"A cozy ball that makes Pokémon more friendly." What Pokéball is this?`Luxury ball`Luxury
Norman is the Gym Leader of which city?`Petalburg
What town is Ash from?`Pallet Town
What is the region in Pokémon Colosseum called?`Orre
What is the name of Team Snagem's leader?`Gonzap
Shadow Lugia in Pokémon XD: Gale of Darkness is also known as...?`XD001
How do you evolve Eevee into Umbreon in Pokémon XD: Gale of Darkness?`Moon Dust
In Fire Red/Leaf Green, you encountered a legendary dog (Suicune, Raikou, Entei) based on your ________?`Starter Pokémon`starter pokemon`starter
In Gold/Silver/Crystal/Heart Gold/Soul Silver, Team Rocket stole an item and hid it in the Cerulean City Gym. What is the name of this item?`Machine Part
What is the name of a gym leader who becomes an Elite Four member in the next generation?`Koga or Iris`Koga`Iris
In Generation 1, this move can be countered for infinite damage on the turn it breaks a Substitute. What is this move?`Guillotine
Which Pokémon excluding Smeargle, can learn the most one-hit KO moves?`Lapras
Which starter type always comes first in the Pokédex?`Grass
What is the only move to start with a Y?`Yawn
What ability is a copy of Huge Power?`Pure Power
What ability is a copy of Clear Body?`White Smoke
What ability is a copy of Rough Skin?`Iron Barbs
What ability is a copy of Shell Armor?`Battle Armor`Battle armour
What ability is a copy of Emergency Exit?`Wimp Out
What ability allows the successful use of Sleep Talk without being asleep?`Comatose
What is the priority of Fake Out?`+3`Three`3
What is the priority of Extreme Speed?`+2`Two`2
What is the priority of Protect?`+4`Four`4
What pokémon has the ability Flower Gift?`Cherrim`Sunshine Cherrim
What pokémon has the ability Fur Coat?`Furfrou`Persian Alola`alola persian
What is the most common ability?`Levitate
What is the most common type?`Water
What was the only Dragon type move in Generation 1?`Dragon Rage
Who was the only Dragon type Pokémon introduced in Generation 2?`Kingdra
What must Sneasel be holding to evolve?`Razor Claw
What move must Piloswine know to evolve?`Ancient Power
What Pokémon evolves at the highest level?`Zweilous
What must Gligar be holding to evolve?`Razor Fang
How many pokémon were introduced in Generation 1?`151`one hundred and fifty one
Who is the only Pokémon to have a Pokédex number of #000?`Victini`MissingNo.
Who is the only Pokémon besides Ditto that learns Transform?`Mew
How many status conditions are there?`6`six
How many One Hit KO moves are there?`4`Four
Who is the only Generation 5 Mega Pokémon?`Audino
What is the only ability that has 3 copies of it, but with different names?`Mold Breaker`Teravolt`Turboblaze
Name a special attack priority move?`Vacuum Wave`Water Shuriken
What is the only priority multi-hit attack?`Water Shuriken
What is the only type in Generation 1 besides Normal that is not super-effective against anything?`Dragon
What berry reduces damage from Ice type attacks?`Yache Berry`Yache
What berry reduces damage from Rock type attacks?`Charti Berry`Charti
What berry reduces damage from Ground type attacks?`Shuca Berry`Shuca
What does a Custap berry increase?`Priority
What does a Ganlon berry increase?`Defense`Def
What does a Wide Lens boost?`Accuracy
What is the strongest Tier?`Anything Goes`AG
What move must Bonsly know to evolve?`Mimic
What egg group do all babies belong to?`Undiscovered
What is the only Generation without a Rock type Gym(or Island Kahuna)?`5`V`Five
What type has the fewest special attacking moves?`Rock
Who is the Elite Four Champion in Generation 2?`Lance
Who uses the infamous catch phrase 'Smell ya later'?`Blue
Where can Red be battled in Generation 2?`Mt. Silver`Mt Silver
Who is the Elite Four Champion in Generation 1?`Blue
How many different types of Evolutionary Stones are there?`9`Nine
The Unova Region is based off of what real life city?`New York City`New York`NYC
The Kalos Region is based off of what real life city?`Paris
The Alola Region is based off of what real life location?`Hawaii
How many different pokémon types are there?`18`Eighteen
How many types have been introduced since Generation 1?`3`Three
Who has the highest base attack stat?`Mewtwo X`Mega Mewtwo X
Who has the highest base HP stat?`Blissey
Who has the highest base special attack stat?`Mewtwo Y`Mega Mewtwo Y
Who has the highest base special defense stat?`Shuckle
Who has the highest base defense stat?`Shuckle
Who is tied with Mega Mewtwo X & Y with the highest base stat total?`Mega Rayquaza
Who has the highest base speed stat?`Deoxys Speed`Deoxys S
Who is the antagonistic team in Generation 6?`Team Flare`Flare
Who is the antagonistic team in Generation 5?`Team Plasma`Plasma
Who is the 'God' pokémon?`Arceus
Name a starter with a dual type?`Bulbasaur`Rowlet
What starter evolution line has more than 2 types, excluding megas?`Rowlet`Dartrix`Decidueye
Who is the first pokémon in the National Dex?`Bulbasaur
What Generation was Marill introduced in?`2`Two`II
What move must Yanma know to evolve?`Ancient Power
What move must Lickitung know to evolve?`Rollout
As Rain is to water, Sandstorm is to ______?`Rock
What Pokémon is the unofficial mother to Cubone and Marowak?`Kangaskhan
Who is the only legendary pokémon that can be either gender?`Heatran
What level does Cosmoem evolve?`53`fiftythree
What is the largest egg group?`Field`Field Egg Group
What Pokémon game first introduced a playable female character?`Crystal`Pokemon Crystal
Who is the leader of Team Rocket?`Giovanni
What is the signature move of Volcanion?`Steam Eruption
What is the only move Smeargle cannot use, but can copy?`Hyperspace Fury
What is the only move Smeargle cannot copy?`Chatter`Struggle
What is the signature move of Arceus?`Judgment
What is the signature move of Genesect?`Techno Blast
What does OU stand for?`Overused`Over Used
Smogon is German for what pokémon?`Koffing
How many Pokémon are there in the national dex?`802`eight hundred and two
Pseudo-Legendary Pokémon require a base stat total of what?`600`six hundred
How many Pseudo-Legendary Pokémon are there?`8`Eight
What Pokémon is fighting with Nidorino in the opening for Pokémon Blue and Red?`Gengar
How do you evolve Clefairy?`Moon Stone`Moon stone
What is the max happiness (friendship)?`255
What was the first game to include happiness (friendship) for Pokémon?`Pokemon Yellow`Yellow
Happiness (friendship) is mainly needed to evolve what type of Pokémon?`Baby Pokemon`Baby
Happiny must be holding what to evolve?`Oval Stone
The grand prize for winning the lottery in Pokémon is what?`Master Ball`Masterball
Safari Balls have the same catch rate as which other ball?`Great Ball`Greatball
What does Pokémon stand for?`Pocket Monster
How many forms does Furfrou have?`10`Ten
How many forms does Vivillon have?`20`twenty
What special move does Rock Star Pikachu know?`Meteor Mash
What is the only two type attack move?`Flying Press
Abilities were introduced in what generation?`3`Three
The Special/Physical split happened in what generation?`4`Four
Mew, Celebi, Jirachi, Arceus, Keldeo, and Diancie are all examples of what kind of pokémon?`Mythical pokemon`Mythical
What is Heracross' Hidden Ability?`Moxie
What is Exploud's Hidden Ability?`Scrappy
What is the Hidden Ability of Durant?`Traunt
What item increases the amount of HP returned from HP-draining moves?`Big Root
Which generation did not introduce any new fossils?`2 or 7`2`Two`7`Seven
How many weaknesses does Bug/Steel have?`1`one
How many immunities does Normal/Ghost have?`3`three
How many weaknesses does Grass/Ice have?`7`Seven
What type is the rarest type?`Ice
How many resistances does Steel have?`10`Ten
What is the rarest mono typing?`Flying
What Pokémon has the most type immunities?`Shedinja
What is the only Pokémon to have a lower base stat total than its pre-evolved form?`Shedinja
What Generation introduced the most new Pokémon?`5`Five`V
What is the lowest level any Pokémon naturally evolves at?`7`Seven
What Pokémon can be bought for 9999 coins in Pokémon Red?`Porygon
How many forms does Rotom have, excluding Pokédex Rotom?`7`seven
Dread, Earth, Pixie, Insect and Mind are all examples of what?`Plates`Plate
How many evolutions does Eevee have?`8`Eight
Cities in the Kanto Region take their name from what?`Colors`Colours`color`Colour
Rayquaza must know what move in order to Mega evolve?`Dragon Ascent
What level does Wartortle evolve at?`36
What is the only Pokémon that recieved both a pre-evolution and evolution in the same generation?`Roselia
What Pokémon has the lowest base stat total?`Sunkern
What Pokémon is known as "The Being of Knowledge"?`Uxie
What year was the first Pokémon game released?`1996
What Pokémon has the most forms?`Unown
What Pokémon has over a billion different sprites/models?`Spinda
What is the only move an Unown can learn?`Hidden Power
Hidden Power's type is based off of a Pokémon's what?`IV`IVS
What does IV stand for?`Individual Values`Individual Value
What does EV stand for?`Effort Values`Effort value
What is the max number of EVs a Pokémon can have?`510
What is the max IV a Pokémon can have in a stat?`31
What is the only way Shaymin-Sky can revert back into Shaymin during a battle?`Being frozen`Frozen`Freeze
What item transforms Shaymin into Shaymin-Sky?`Gracidea Flower`Gracidea
What item transforms the Forces of Nature trio into their Therian Forme?`Reveal Glass
What stone evolves a Floette?`Shiny Stone`Shiny
What does HM stand for?`Hidden Machine
What Pokémon that can evolve has the highest base stat total?`Porygon2`Porygon 2
How many HMs were in Generation 1?`5`five`05
In what Generation did Flash become a TM?`4`IV`four
What is the first badge of the Kanto Region?`Boulder Badge`Boulder
What is the only Pokémon with the same base stat total as its pre-evolution?`Scizor
What is the heaviest Pokémon?`Cosmoem`Celesteela
What is the biggest Pokémon by height?`Wailord
What stat does the ability Rattled raise upon activation?`Speed`spe
What is Blue's starter Pokémon in Yellow Version?`Eevee
Most Professors in Pokémon games are named after what?`Trees`Tree
What Pokémon requires you to turn your DS upside down to evolve?`Inkay
What Pokémon evolves only in the rain?`Sliggoo
What item do you need to find Shaymin in Generation IV?`Oak's Letter`oaks letter`oak letter
Where can Mewtwo be found in Pokémon Red and Blue?`Cerulean Cave
What item summons Arceus?`Azure Flute
How many spoons does Mega-Alakazam have?`5`five
What Generation first introduced shiny Pokémon?`2`II`two
Confusion damage is based off of what stat?`Attack Stat`Attack`Atk stat`Atk
How much HP does Leftovers cure every turn?`1/16`sixteenth`6.25%`one sixteenth
What is the slowest move in the game?`Trick Room
What is a special attack move that also makes contact?`Draining Kiss`Grass knot`Infestation`Petal dance`Trump card`Wring out
What move has the highest base power?`Explosion
How much do moves that hit multiple targets have their damage reduced by?`25%`1/4`Quarter`fourth
What move has the highest chance to Freeze the target?`Secret Power
What was Blizzard's accuracy in Generation 1?`90%`ninety`90
What Generation introduced the most new moves?`1`one`I
What is the lowest Accuracy for any ghost move?`100%`100
What type besides Normal was immune to Ghost in Generation 1?`Psychic
What is Super Effective against Poison besides Psychic and Ground in Generation 1?`Bug
What type of Pokémon can always escape from trapping moves and abilities?`Ghost
What determines whether you successfully run away from a battle?`Speed Stat`Speed`Spe
What Pokémon can evolve twice without leveling up?`Porygon
What type has the most amount of moves?`Normal
What was the first Pokémon created?`Rhydon
What Pokémon can learn every TM and HM?`Mew
What is Mewtwo's birthday?`February 6th`February 6`Feb 6th`Feb 6`2/6
What day can Lapras be found in Union Cave (Generation II)?`Friday
How many turns do weather effects last unboosted?`5`five
Can you name one of Meloetta's forms?`Pirouette`Aria
What is the signature move of the Swords of Justice?`Sacred Sword
What move transforms Keldeo into Resolute Form?`Secret Sword
What is the only Pokémon from Generation 6 that can Mega evolve?`Diancie
What Pokémon is called the 'Legendary Pokémon'?`Arcanine
How much does a Choice Scarf increase your Speed by?`x1.5`50%`half`fifty`1.5`150%
Was the Ghost type Special or Physical prior to Generation 4?`Physical
Besides Fairy, what type can Hidden Power not become?`Normal
What type has the fewest physical moves?`Fairy
What type has the fewest damage-dealing moves?`Fairy
What type has the fewest non-damaging moves?`Dragon
What is the most commonly gained type through Mega evolving?`Dragon
Who is the fastest non-legendary Pokémon?`Ninjask
What is the only type Greninja cannot become?`Fairy
What non-legendary Pokémon has the highest base attack?`Mega Heracross
What is the only type Grass has not been paired with?`Fire
Parental Bond's second hit is what percent of the first hit's damage?`25%`quarter`1/4`fourth
What ability specifically protects against being frozen?`Magma Armor
Name a Pokémon that has the ability Levitate and another ability?`Bronzong`Bronzor`duskull`giratina
Can you name a Pokémon in the Tao Trio?`Reshiram`Zekrom`Kyurem
Name a Ground move that can hit a Flying type Pokémon?`Sand Attack`Thousand Arrows
What is the last Pokémon in alphabetical order?`Zygarde
What is the only Pokémon to have more than one category?`Hoopa
What stat does Calcium increase?`Special Attack`special atk`Spa`Sp atk`Spatk
How many EV's does a Iron, Zinc or Protein increase a stat by?`10`ten
Which Pokémon is the only Semi-Pseudo Legendary from Kalos?`Noivern
What type was added to Alolan Raichu?`Psychic
Which Pokémon was originally intended to be the mascot (which is now Pikachu)?`Clefairy
Which Pokémon is the only Ground type Psuedo-Legendary?`Garchomp
Which Psuedo-Legendary has more than one immunity?`Hydreigon
Which Psuedo-Legendary has the highest Special Defense stat?`Goodra
Which Shadow Pokémon was owned by Evice (final boss) in Pokémon Colosseum?`Tyranitar
Which Psuedo-Legendary's pre-evolution changes its type upon evolution to the final stage?`Dragonite`Tyranitar
What is the most common typing across all fossil pokémon?`Rock
Z Bug move is called what?`Savage Spin-Out`savage spinout`savage spin out
Z Ice move is called what?`Subzero Slammer
Pikashunium Z gives Pikachu what Z move?`10,000,000 Volt Thunderbolt`10000000 volt thunderbolt`10 million volt thunderbolt`10MV thunderbolt
Guardian of Alola requires what item to use?`Tapunium Z
Which Bug type Pokémon gains an additional typing upon Mega evolution?`Pinsir
Snorlium Z upgrades which move?`Giga Impact
Z weather moves raise what stat?`Speed`Spe
What is the only Pokémon exclusive Z-move that is a status move?`Extreme Evoboost
What Pokémon is codenamed UB-02 Beauty?`Pheromosa
The individual base stats of all the Ultra Beasts are what?`Prime Numbers`Prime`Primes
What is the only GameCube game to fall under Generation II?`Super Smash Bros. Melee`Super smash bros melee`Melee
What is the first float in the Super Smash Bros. Melee stage Poké Floats?`Squirtle
Which starter from Generation II cannot be found in a Pokéball in Super Smash Bros. Melee?`Totodile
International Police agent Anabel can be battled where in Pokémon Emerald?`Battle Tower
Which game can you catch the most legendaries in?`Omega Ruby and Alpha Sapphire`Omega Ruby`alpha sapphire`Alpha sapphire and omega ruby
Who runs and maintains the Pokémon Bank?`Brigette
The Substitute doll was orignally based off of which Pokémon?`Rhydon
The MissingNo. glitch in Red and Blue duplicates which item in your bag?`6th`6`sixth`Six
What NPC Trainer has used the most unique Pokémon species in the series?`N
What NPC is noted as speaking 'very fast', and has his text speed always set to fast?`N
Which Pokémon game(s) have multiple difficulty levels?`Black and White 2`White and black 2`Black 2 and white 2`black 2`white 2`BW2`black white 2`white black 2
Beast Balls have a catch rate multiplier of what when not used on an Ultra Beast?`x0.1`0.1`0.1x`10%`1/10
Which Pokémon joined Lucario as the second Steel and Fighting type?`Cobalion
What is the only Ice move with negative priority?`Avalanche
To do the MissingNo. glitch in Gen 1, who must you talk to first?`Old Man`Oldman
How many Unown forms are there?`28
What is Charjabug's ability?`Battery
What does TCG stand for?`Trading Card Game
What Generation introduced Hidden Abilities?`V`5`five`black and white
What ability increases Special Attack by x1.5 when burned?`Flare Boost
What is the most common ability that is exclusively a hidden ability?`Rattled
What ability is a copy of Filter, but is unaffected by Mold Breaker?`Prism Armor`prism armour
RKS System will change your type if you are holding a what?`Memory`memory drive`memory disc
Besides Super Luck what ability increases your critical hit ratio?`Merciless
EP038 of the Pokémon anime was broadcasted once, then subsequently banned for reportedly causing what?`Epileptic Seizures`Seizures
What unreleased Pokémon was first featured in Pokémon: The First Movie - Mewtwo Strikes Back?`Donphan
What is the only pseudo-legendary Ash has owned?`Goodra
The Marsh Badge is awarded by which Gym Leader?`Sabrina
What is the only game where Lance doesnt use a Dragonite?`Pokemon Stadium
Besides Ditto what other pokémon is capable of breeding, but cannot be obtained through breeding?`Manaphy
What suprising Pokémon can Skitty infamously breed with?`Wailord
What move can be used outside of battle to heal your Pokémon?`Soft-Boiled`Soft boiled`Softboiled`Milk drink`milkdrink
How many eyes do the Regi's have?`7`Seven
What is the only Pokémon that learns Light of Ruin?`Eternal Flower Floette`eternal floette
Pokémon Generations featured a protagonist from every generation except VII and what?`IV`4`four
What type has been a gym or trial captain type in every generation?`Electric
What Ground type Pokémon does Blue have as the champion in Generation I?`Rhydon
The following Pokémon can be found in which city: Voltorb, Omanyte, Kangaskhan, Lapras?`Fuchsia City`Fuchsia
What is the only Pokémon whose branched evolutions both evolve further?`Wurmple
A glitch in Generation 1 allowed Pikachu or Eevee (Jolteon) to evolve after leveling up without an evolutionary stone, if what Pokémon finished the battle?`Growlithe
What Pokémon is known as the Trio Master of the Legendary Birds?`Lugia
To unlock the Regi's caves you must have who in the front of your party?`Relicanth
What is the base power of Explosion in generation 2-4 during damage calculation?`500
Whose Pokémon storage system (PC) are you using in Generation 3?`Lanette`Lanettes`Lanette's
How many boxes did you have in your PC in Generation 3?`14`fourteen
What is the only HM with a unique type?`Rock Smash
Generation IV introduced Defog and what other HM?`Rock Climb
Who is the only Pokémon that is a Fighting and Ice type?`Crabominable
Which Pokémon had the highest base Attack stat in Generation 1 and 2 (there are two, name one)?`Dragonite`Tyranitar
Who is the tallest Steel Pokémon?`Steelix
Eevee, Alomomola, and Girafarig are all what?`Palindromes`palindrome
What is the only game to not require Surf (or Lapras/Sharpedo) in order to reach the Elite Four?`Black and White`White and black`black white`white black`white`black`black & white`white & black
Kyogre, Sharpedo and what other Pokémon have unique surfing sprites in Omega Ruby and Alpha Sapphire?`Wailmer
Which Generation 2 Pokémon has the lowest base Speed stat?`Shuckle
Name one of the only two damaging moves whose animation plays out even if it has no effect or misses?`Explosion`Self-Destruct`self destruct`selfdestruct
Which Generation 4 Pokémon has the lowest base Speed stat?`Munchlax
Yo! Champ in the ______!?`Making
Darmanitan gains what type in Zen Mode?`Psychic
Shelmet will only evolve if traded for a what?`Karrablast
Which Generation 7 Pokémon has the lowest base Speed stat?`Pyukumuku
Which Baby Pokémon has the highest base stats total?`Munchlax
What Pokémon is a boss in Subspace Emissary?`Rayquaza
Sawsbuck's forms are based off of what?`Seasons`season`the season`the seasons
What item protects aginst effects caused by using a contact move on a target?`Protective Pads`protective pad
What Generation II item boosts Attack by 2 stages then confuses the holder?`Berserk Gene
What item boosts binding move's damage?`Binding Band
What virus can Pokémon catch?`Pokerus
What item boosts binding move's turn length?`Grip Claw`gripclaw
What Egg Group does Ditto belong to?`Ditto Egg Group`ditto`ditto group
What is the only Egg Group to contain a Pokémon of every type?`Undiscovered Egg Group`Undiscovered`undiscovered group
What was the first pokémon to have gender differences?`Nidoran
S.S. Aqua goes from Olivine City to where?`Vermilion City`Vermilion
What is the ferry called in Hoenn?`S.S. Tidal`ss tidal
What company makes the core-series Pokémon games?`GAME FREAK inc.`gamefreak inc.`gamefreak inc`game freak inc`gamefreak`game freak
What item is used to summon Dialga?`Adamant Orb
What is the only Pokémon to lose the ability to breed upon evolving?`Nidoran Female`female nidoran`f Nidoran`nidoran f`girl nidoran`nidoran girl
What Pokémon is the final ballon in Secret Super Training in Pokémon X or Y?`Mega Aggron`Mega Tyranitar`Mega-Aggron`Mega-Tyranitar
What Steel move does not check Accuracy, excluding Z-moves?`Smart Strike
What is Jirachi's Signature Move?`Doom Desire
What Pokémon has the most unique TCG cards?`Unown
What rare location appears randomly in Ruby/Sapphire/Emerald?`Mirage Island
Where is the only place to find a Liechi Berry in Hoenn?`Mirage Island
In Ruby/Sapphire/Emerald Pokéblock feeders in the Safari Zone attract Pokémon based on their what?`Nature
What is the only Baby Pokémon with a branched evolution?`Tyrogue
Which one of the following is NOT defined as a baby pokémon: Budew, Riolu, Tyrogue, Chingling, Eevee, Togepi?`Eevee
Which Pokémon has the highest base HP of all Fire-type Pokémon?`Entei
"It's found crawling on beaches and seafloors. The coral that grows on Corsolas head is as good as a five-star banquet to this Pokémon." What pokémon is this?`Mareanie
Roark's father is the Gym leader of what city?`Canalave city`canalave
How many Rock-type Gym leaders are there in total (including all generations)?`4`four
What is Blaine's strongest Pokémon in Red/Blue/Yellow?`Arcanine
What Pokémon does this guy give you http://imgur.com/a/4QGNl ?`Shuckle
What Pokémon is given to you here http://imgur.com/a/p2il2 ?`Aerodactyl
What Pokémon does his guy want for his Talonflame http://imgur.com/a/L06JT ?`Bewear
This Gym leader specializes in what type of Pokémon http://imgur.com/a/hGp7I ?`Rock`rock type
What Pokémon is unique to this route(119) and can only be found in the grass http://imgur.com/a/8xj2G ?`Tropius
What Pokémon is unique to this route(119) and can only be found by fishing http://imgur.com/a/8xj2G ?`Feebas
Who is this http://i.imgur.com/yW5VlAy.png ?`Ethan
This Wormadam is Bug and what other type http://i.imgur.com/KN84zOV.png ?`Steel
What Badge is this http://i.imgur.com/bq7pO9f.png ?`Soul Badge`Soul
What Badge is this http://i.imgur.com/uNA1qIc.png ?`Balance Badge`balance
This is the symbol for what http://i.imgur.com/1kSfua0.png ?`Team Valor`Valor
What item is this http://i.imgur.com/ENr8xkN.png ?`King's Rock`Kings rock
What city is this http://i.imgur.com/AGWh0QY.png ?`Lilycove City`Lilycove
What item is this http://i.imgur.com/aE0K6WT.png ?`Hyper Potion
What berry is this http://i.imgur.com/zHQKMI5.png ?`Rawst Berry`Rawst
Who's that Pokémon http://i.imgur.com/VdqNOJR.png ?`Kingler
Who's that Pokémon http://i.imgur.com/9r7j6vX.png ?`Pikachu
Who is the Gym leader of this Gym http://i.imgur.com/uAFrxDh.png ?`Morty
What item is this http://i.imgur.com/60CIAkJ.png ?`Pokeblock Case
What Region is this http://i.imgur.com/1SDz8Vt.png ?`Sinnoh
What Region is this http://i.imgur.com/Y9FRa1b.png ?`Hoenn
Who's that Trainer http://i.imgur.com/BotTQX0.png ?`Hilbert
Who's that Trainer http://i.imgur.com/XT9YYCA.png ?`Whitney
What letter is this http://i.imgur.com/CBxO0Vl.png ?`G
Who's that Trainer http://i.imgur.com/9aQmUCo.png ?`Kris
Who's that Trainer http://i.imgur.com/FHr6z9u.png ?`Koga
What legendary is found here http://i.imgur.com/blmTRT1.png ?`Zapdos
What legendary is found here http://i.imgur.com/ihgTwAr.png ?`Suicune
Which of the following is not a real forme of Florges http://i.imgur.com/frZl8LY.png ?`#2`2
Which of the following is not a real forme of Vivillon http://i.imgur.com/pnOTZMS.png ?`#6`6
What kind of ball is this http://i.imgur.com/vyrULUt.png ?`Timer Ball`Timer
What type is this in Pokémon TCG http://i.imgur.com/N1qd6ra.png ?`Dragon
What type is this card http://i.imgur.com/kmU1x27.jpg ?`Colorless`colourless
What item is this http://i.imgur.com/0Hs5gwa.png ?`Thunderstone`Thunder Stone
What item is this http://i.imgur.com/tSmriuj.png ?`Dawn Stone`Dawnstone
What is the name of Anakin Skywalker's Mother?`Shmi Skywalker`Shmi
Who is Darth Vader?`Anakin Skywalker`Anakin
What was the name of the Grand-Moff who controlled the Death-Star?`Grand-Moff Tarkin`Tarkin
How many sith lords could there be at one time?`Two`2
Who was the chancellor before Chancellor Palpatine?`Chancellor Valorum`Valorum
What was the name of Anakin Skywalker's Apprentice in Star Wars: The Clone Wars?`Ashoka`Ashoka Tano
Where did Luke grow up?`Tatooine
Who shot first?`Han Solo`Han`Solo
Who wrote the original Star Wars music soundtrack?`John Williams`Williams
Where did Rey grow up?`Jakku
What was the cartel family who ruled over Tatooine?`The Hutt Cartel`The Hutts`Hutt`Hutts`Hutt Cartel
Finish The Quote: This is how liberty dies___`with thunderous applause
Who played Chewbacca?`Peter Mayhew`Mayhew
Who played Han Solo?`Harrison Ford`Ford
Who played Luke Skywalker`Mark Hamill`Hamill
What is the name of the song when Han solo gets stabbed?`Torn Apart
Who played Leia Skywalker?`Carrie Fisher`Fisher
Who played Rey?`Daisey Ridley`Ridley
In The Force Awakens, what is Finn's Stormtrooper ID?`FN-2187
Who voiced Darth Vader?`James Earl Jones`Jones
Who is the most hated character in the star wars universe?`Jar Jar Binks`Binks`jarjar`jar jar
Who Played Finn?`John Boyega`Boyega
Who Plays Poe Dameron?`Oscar Isaac`Isaac
Who created Star Wars?`George Lucas`Lucas
What was the cloning planet in Episode II, Attack of the Clones?`Kamino
Who voiced Yoda and controlled the puppet yoda in the original trilogy?`Frank Oz
Who played Ben Kenobi?`Sir Alec Guinness`Guinness
Finish The Quote: Why, you stuck up, half-witted, scruffy-looking____`Nerf herder
What was 2187?`Leia's Cell
Who failed Anakin?`Obi Wan Kenobi`Obi Wan`Kenobi
Finish The Quote: I find your lack of faith ____`disturbing
Finish The Quote: You underestimate my ___`power
Finish The Quote: May the ___ be with you.`force
Who said "He was too dangerous to be kept alive"?`Palpatine`The Emperor`Mace Windu`Windu
Who said "Army or not, you must realise you are doomed"?`Grievous`General Grievous
Finish The Quote: Always 2 there are ______`a master and an apprentice
How many lines did Luke have in The Force Awakens?`none`nada`zero`0
How many lines did Boba Fett have in all of the movies?`18`eighteen
True or False: Darth Vader was born on the same day as Luke and Leia.`True
Finish The Quote: I love you. ____.`I know
What system was blown up by StarKiller Base?`The Hosnian System`Hosnian
What planet was blown up by The Death Star?`Alderaan
Who learned a path to immortality?`Qui Gon Jinn`Qui Gon`Obi Wan`Obi Wan Kenobi`Yoda`Anakin`Vader`Darth Vader
What planet did Obi Wan exile himself to?`Tatooine
What planet did Yoda exile himself to?`Dagobah
What planet was the Rebel Base on in "A New Hope"?`Yavin 4
What planet was the Rebel Base on in "The Empire Strikes Back"?`Hoth
What planet was the Rebel Base on in "Return of the Jedi"?`No planet
What planet was the Resistance Base on in "The Force Awakens"?`D'Quar
Who was the Sith Lord who was before Palpatine?`Plagueis`Darth Plagueis`Darth Plagueis the Wise
Who said the line "It's a Trap?"`Ackbar`Admiral Ackbar
What forest moon is the second Death Star orbiting?`Endor
What is the name of the Clone often shown fighting alongside Anakin Skywalker?`Captain Rex`Rex
What is the name of the Clone often shown fighting alongside Obi-Wan Kenobi?`Commander Cody`Cody
Who was Count Dooku's Original Master?`Yoda
What was the name of the Sith Assassin in The Clone Wars?`Asajj Ventress`Ventress
What command told the clones to kill all Jedi?`Order 66`66
What planet did Padmé Amidala come from?`Naboo
What planet had two suns?`Tatooine
What planet was the sight of Obi-Wan's failure of Anakin?`Mustafar
What is Emperor Palpatine's sith name?`Darth Sidious`Sidious`Sid
What command told the clones to capture the Chancellor?`Order 65`65
What Clones did not commit order 66?`Captain Rex`Rex`Wolfe`Commander Wolffe`Gregor`Commander Gregor
Who was The Grand Inquisitor before he became an agent of the Sith?`A temple guard`temple guard
True or False: Most of the Inquisitors were temple guards.`True
Who was the leader of the pirates?`Hondo`Hondo Onaka`Onaka
What planet was General Grievous hiding on?`Utapau
What planet had the Nightsisters?`Dathomir
Which Jedi Master died on Felucia?`Aayla Secura
Which Jedi Master died on Mygeeto?`Ki Adi Mundi
Which planet did the CIS die on?`Mustafar
Finish The Quote: Not even the ___ survived.`Younglings
How many names did Dooku have?`2`two
Who was Darth Tyranus?`Count Dooku`Dooku
Who voiced Darth Bane in Star Wars: The Clone Wars?`Mark Hamill`Hamill
Who plays Kylo Ren?`Adam Driver`Driver
Who is Kylo Ren's Father?`Han Solo`Han`Solo
What is the name of the order Ren belongs to?`The Knights of Ren`Knights of Ren
Who killed Qui-Gon Jin?`Darth Maul
Who "killed" Darth Maul in the movies?`Obi-Wan Kenobi`Obi-Wan`Kenobi
What planet do wookies come from?`Kashyyyk
What is the name of the Anthology Film set to release in December of 2016?`Rogue One`Star Wars:Rogue One
How fast did the Millennium Falcon do the Kessel Run?`12 Parsecs
What is the name of the new astromech droid in TFA?`BB-8
According to C-3PO, Why wouldn't Han recognize him in TFA?`Red Arm`The Red Arm
What was Han Solo frozen in?`Carbonite
Who betrayed Han Solo in Cloud City?`Lando Calrissian`Lando`Calrissian
How many titles/names did Palpatine have?`4`four
What planet did Yoda find Darth Bane on?`Korriban
Who created the rule of 2?`Darth Bane
What other TV show did Mark Hamill guest voice on?`Avatar The last Airbender`ATLA
How many lines did Darth Maul have in the movies?`5`five
What species was Darth Maul?`Dathomirian Zabrak
What ship did Han Solo pilot?`Millennium Falcon`Falcon
True or False: Tatooine was filmed in Tunisia.`True`T
True or False: George Lucas left a dragon skeleton in a Tunisian Desert`True`T
Who played Supreme Leader Snoke in TFA?`Andy Serkis`Serkis
How many limbs did Anakin lose?`5`five
How many limbs did Luke lose?`1`one
What was Rex in command of? `The 501st`501st`501st Legion
What was Jabba's "pet"?`Rancor
How many Star Wars films did George Lucas intend to create before he changed his mind?`9`Nine
What was the original title of "Return of the Jedi"?`Revenge of the Jedi
Who was supposed to take Dooku's place as the sith lord?`Jar Jar Binks`Binks`Jar Jar
What is the name of the Leader of the Gungans?`Boss Nass`Nass
What is JJ Abrams nick name?`Jar Jar Abrams
Who is Kanan Jarrus' apprentice? `Ezra`Ezra Bridger
Who was the actor that portrayed Darth Vader?`David Prowse`Prowse
Who sought out Darth Maul to save him?`Savage Opress`Opress
What planet do the Mon Calamari come from?`Mon Cala
What City-Planet is the center of all politics in the Republic?`Coruscant
What species is Watto?`Toydarian
Who framed Ahsoka Tano?`Barriss Offee
How many blades does a temple guards lightsaber have?`two`2
Where did Obi Wan, Padme, and Anakin go to be executed?`Petranaki Arena
Where was Arc Trooper Echo fatally injured and captured to be used against the Republic?`The Citadel
What Jedi General turned to the dark side?`General Krell`Krell
What Squad consisted of Echo, Fives, Heavy, Droidbait and Cut Up?`Domino`Domino Squad
Where did 3/5ths of the Domino Squad die?`Rishi Station
What clone died in the Droid Attack Of Kamino?`99`ninety-nine`ninety nine`ninetynine
Who chanted "For the Republic" before he died?`Commander Thorn
Who became leader of the Banks and died soon after?`Rush Clovis`Clovis
What ability did Emperor Palpatine and Count Dooku have?`Sith Lightning`Lightning
What is the name of the first (known) female stormtrooper?`Captain Phasma`Phasma
Who did Obi Wan Love?`Duchess Satine
How many Stormtroopers hit a main character?`1`one
What was the name of Jabba's Right-Hand Man?`Bib-Fortuna`Bib Fortuna`Fortuna
What was the name of the Bounty Hunter sent to the Jedi Temple to steal a holocron in Star Wars: The Clone Wars?`Cad Bane`Cad`Bane
Where did the Clone Wars begin?`Geonosis
Who is the general of the First Order?`General Hux`Hux
Who plays General Hux in TFA?`Domhnall Gleeson`Gleeson
Who plays Unkar Plutt in TFA?`Simon Pegg`Pegg
Who played Obi-Wan Kenobi in the prequel trilogy?`Ewan McGregor`McGregor
Who plays Shmi Skywalker in the Prequel Trilogy?`Pernilla August`August
How many movies has Chewbacca been in?`5`five
Who is Kylo Ren?`Ben Solo
Who plays young Anakin Skywalker in The Phantom Menace?`Jake Lloyd`Lloyd
Who plays teenage Anakin Skywalker?`Hayden Christensen`Christensen
What was the name of General Grievous' Superweapon in Star Wars: The Clone Wars?`Malevolence
Who was the model for the Clone Trooper?`Jango Fett
What was the name of the radical government group on Mandalore?`Deathwatch
What was the name of the bar that Ben & Luke met Han Solo?`Mos Eisley`Mos Eisley Cantina`Chalmun's`Chalmun's Cantina`Chalmun's Spaceport Cantina
What is the name of Boba Fett's Ship?`Slave 1
What is the name of Anakin Skywalker's astromech droid?`R2-D2`R2d2`R2 D2
What was the name of the protocol droid made by Anakin Skywalker?`C-3PO`c3PO`C 3PO
What is the name of Obi-Wan Kenobi's Astromech droid?`R4-P17`R4p17`R4 P17
What is Captain Rex's Clone number?`CT-7567`7567`ct7567`ct 7567
Who is Hera Syndulla's father?`Cham Syndulla`Cham
Who voices Obi-Wan Kenobi in Star Wars: The Clone Wars?`James Arnold Taylor`James Taylor`Taylor
What is the name of the blue bounty hunter in the first season of Clone Wars?`Cad Bane
What planet was under separatist attack in the Clone Wars Movie? Christophsis
What color is Obi-Wan's Lightsaber?`Blue
What color is Mace Windu's Lightsaber?`Purple
What color is Darth Vader's Lightsaber?`red
What color is Count Dooku's Lightsaber?`red
What color is Darth Sidious' Lightsaber?`red
What color is Yoda's lightsaber?`green
What color is Anakin Skywalker's lightsaber?`blue
What color is Qui-Gon Jin's lightsaber?`green
What color is Luke Skywalker's first lightsaber?`blue
What color is Luke Skywalker's second lightsaber?`green
What color is Rey's lightsaber?`blue
What color is Kylo Ren's lightsaber?`Red
What color is Ahsoka Tano's First Lightsaber?`Green
What color were Ahsoka Tano's Dual Lightsabers?`White
What color is Luminara Unduli Lightsaber?`Green
What color is Kid-Ad Mundi's Lightsaber?`Blue
What color are Asajj Ventress' lightsabers?`Red
What color are Darth Maul's lightsabers?`Red
What color were uniforms did the Emperor's royal guards wear?`Red
What color uniforms did First Generation clones wear?`White
What color detailing did Captain Rex have on his uniform?`Blue
What were the name of the mobile sphere-like droids that could pop up into a turret?`Droidekas
Where were the droid factories located in Episode II, Attack of the Clones?`Geonosis
How many Inquisitors are after The Rebels in the 2nd season?`2`two
Who was the Trade Federation Leader?`Nute Gunray `Nute `Gunray
Who was the leader of the Techno Union?`Watt Tambor`Watt`Tambor
What creature was in the Sand Pits of Carcoon?`Sarlacc
How many clones were ready when Obi Wan went to Kamino?`200000`200,000`two hundred thousand
Where was the secret Jedi temple in Star Wars: Rebels?`Lothal
Who did Ezra meet on Morriban?`Maul
Who killed 2 of the 3 new inquisitors in Star Wars Rebels season 2 finale?`Maul
Who did Ahsoka fight in the Star Wars Rebels season 2 finale?`Darth Vader`Vader
Who blinded Kanan?`Maul
What color is Ezra’s new lightsaber in season 3?`Green
Where does Maul take Ezra?`Dathomir
Who does Maul see in his vision?`Obi Wan
Who is Fulcrum in season 1 of rebels?`Ahsoka
Who is Fulcrum in season 3 of rebels?`Agent Kallus`Kallus
Who is the new Admiral that psi is happy thats canon?`Thrawn
What race is Grand Admiral Thrawn?`Chiss
Who built/designed the Death Star?`Galen Erso`Galen
Who is the 3rd tv series character to get the spotlight in a star wars film?`Saw`Gerrera`Saw Gerrera
Who is Galen Erso’s Daughter?`Jyn Erso`Jyn
Who was in charge of the death star before Tarkin?`Krennic
Who is the Mon Cala Admiral in Rogue One?`Raddus
What does Sabine find in Maul’s home on dathomir?`The Dark Saber`Dark Saber
Who is the Mandalorian that Kanan captures?`Fen Rau`Fen`Rau
What is the name of the protocol droid in Rogue One?`K-2SO`k2so
What was the name of the male lead in Rogue One?`Cassian
What title did Cassian hold?`Fulcrum
What planet held the Death Star plans?`Scarif
Where was Saw Gerrera hiding?`Jedha
Which protagonists die in Rogue One?`Everyone`all of them`everybody
What Troopers accompany Krennic?`Death Troopers
How did Rogue One recreate Tarkin?`CGI
Where is Darth Vaders Castle?`Mustafar
Where is the Star Wars rebel crew during Rogue One?`Scarif
What is the name of Star Wars: Episode VIII?`The Last Jedi
Who does Obi Wan duel on Tatooine?`Maul
Where does Qui Gon die?`Naboo
Where does Adi Galia die?`Florum
What pirate appears in Rebels?`Hondo
What force being shows itself in rebels season 3?`The Bendu`Bendu
I am one with the force, and _____?`the force is with me
Are Jedha and Scarif destroyed?`No
Who is the leader of the Imperial Super Commandos?`Gar Saxon`Saxon
Who is the leader of the now destroyed Protectors?`Fen Rau`Rau
What do the Rebels find on Geonosis?`the last geonosian`a geonosian queen egg`genosian queen egg`last genosian
What color is Ezra’s Lightsaber?`Blue`Geeen
What is the name of the Imperial pilot who defected to the Rebels in Rogue One?`Bodhi Rook`Bodhi
Who was the commander in charge of construction of the second Death Star?`Moff Jerrod`Moff Jer Jerrod
Where are C-3P0's ears located?`neck`his neck
What is the last name of the father-daughter pair who had a hand in the design of the Victory and Imperial Class Star Destroyers as well as the A-Wing fighter?`Blissex
In Legends canon who was the secret lover of Grand Moff Tarkin?`Admiral Daala
What is the official service designation of the standard TIE Fighter?`ln`TIE ln
Who founded the Tibanna Gas Mining facility called Cloud City?`Lord Ecclessis Figg`Lord Figg`Figg
What docking bay berth housed the Millenium Falcon when Luke Skywalker boarded it for the first time?`94
The designation of the garbage compactor on the first Death Star where the Dianoga assaulted the escaping rebels was?`3263827
What Detention Block did the Empire place Princess Leia in upon her arrival to the Death Star?`AA-23`AA23
What ancient Wookie hero is Chewbacca's namesake?`Bacca
What model of light freighter is the Millenium Falcon?`YT-1300`YT1300
What was the name of the Imperial Star Destroyer that sent a boarding party over to Tantive IV?`Devestator
What was the name of the Imperial Star Destroyer that crashed onto the surface of Jakku?`Inflictor
What was the capital of the New Republic prior to its relocation to Hosnian Prime and subsequent destruction at the hands of the First Order?`Chandrilla
Who is the manufacturer of the sport blaster carried by Princess Leia at the Battle of Endor?`Sorosub
What was Emperor Palpatine's First name?`Sheev
Who was Darth Maul's mother?`Nightsister Talzin`Talzin`Mother Talzin
Name the homeworld of the ancient Sith species?`Moraband`Korriban
Who is the only pilot to survive the tactical assaults on both Death Stars?`Wedge Antilles
The first article of the Resol'nare (Six Actions) of the Mandalorian Codex demands that warriors wear what?`armor
Can you name the company that manufactures the Z-6 Jetpack commonly associated with Mandalorian culture?`Mitrinomon Transports`Mitrinomon
Who modernized the Resol'nare (Six Actions) of the Mandalorian Codex for modern use prior to the Clone Wars?`Jaster Mereel`Mereel
Who is Jango Fett in relation to Jaster Mereel?`adopted son`son
What is the homeworld of the Mereel line of Journeyman Protectors?`Concord Dawn
In Legends canon what race is Grand Admiral Thrawn?`Chiss
The name of the Imperial Officer that was choked by Darth Vader on the Death Star for his lack of faith was?`General Cassio Tagge`Tagge`Cassio Tagge
Can you name the leader of the Onderon Resistance against the newly formed Empire at the conclusion of the Clone Wars?`Saw Gerrera`Gerrera
What is the literal interpretation of the words Teräs Käsi?`steel hands
Who is the most notable force sensitive to couple Teräs Käsi techniques into their lightsaber style?`Darth Maul`Maul
Which block variant of the X-Wing Fighter was flown by the Rebellion for the duration of the Galactic Civil War?`T-65B`T65B
What rank did Luke Skywalker hold during The Battle of Hoth?`Commander`cmdr
Who was Luke's gunner during The Battle of Hoth?`Dak Ralter`Dak
What was the callsign of the Rouge Squadron Snowspeeder that located Luke and Han on Hoth?`Rogue 2`Rogue Two
What is the deignation of the red Astromech Droid that breaks down after Uncle Owen Purchased it from the Jawas?`R5-D4`R5D4
What is the name of the Great Pit in which the Sarlacc resides?`Great Pit of Carkoon`Carkoon
What ship does Luke claim to bullseye Womp Rats in?`T-16 Skyhopper`T-16`t16
How many TIE fighters pursue the Millenium Falcon during its escape from the first Death Star?`4`four
What is the name of the head of the Alliance at the time of the Battle of Endor?`Mon Mothma
Who was the Rebel ground commander during the Battle of Hoth?`General Rieekan`Rieekan
Who was the Imperial ground commander during the Battle of Hoth?`General Veers`veers
Who was the Imperial fleet commander prior to the jump to the Hoth System?`Admiral Ozzel`ozzel
Who succeeds Admiral Ozzel as the Imperial fleet commander after the jump into the Hoth system?`Admiral Piet`Captain Piet`piet
What is the name of the cyborg in charge of Cloud City's administrative functions during Lando Calrissian's tenure as governor?`Lobot
Why must the payload during the assault on the first Death Star be Proton Torpodoes?`The exhaust port is ray-shielded`ray shield`ray shielded`ray shielding
What race were the spies who acquired the plans to the second Death Star for the Alliance?`Bothan`bothans
Who wass Wedge Antilles gunner during the Battle of Hoth?`Wes Janson`Janson
What does AT-AT stand for?`All Terrain Armored Transport
What was the name of Darth Vader's flagship from the Battle of Hoth to the Battle of Endor?`Executor
What was the callsign of the shuttle the Rebels used to penetrate the shield and land on Endor?`Tydirium
What was Wedge Antilles comm designation during the Battle of Yavin?`Red Two`red 2
What was Luke Skywalker's comm designation during the Battle of Yavin?`Red Five`red 5
What was Biggs Darklighter's comm designation during the Battle of Yavin?`Red Three`red 3
What does Luke tell Uncle Owen he wants to pick up at Toche Station?`power converters
What language do the Moisture vaporators speak on the Lars Farmstead?`binary
What does Darth Vader disallow the assembled bounty hunters to do in their pursuit of the Millenium Falcon and its crew?`disintegration`disintegrations
What does Admiral Piet call the assembled bounty hunters on his Star Destroyer bridge?`scum
What is the designation of the Stormtrooper that Luke Skywalker assumes the identity of on the first Death Star?`TK-421`tk421
How many landspeeders are in the Lars garage?`Two`2
What it the total amount of payment Obi-Wan Kenobi guarantees Han Solo while in Mos Eisley Cantina?`10,000 Galactic Credits`ten thousand`10,000`10000
What is damaged that prevents the Falcon from going to lightspeed during its escape from Hoth?`The Hyperdrive Motivator`hyperdrive motivator
What battle does Lando joke about his participation being a factor in securing the rank of General in the Alliance?`Battle of Taanab`tanaab
Can you name the Rodian Bounty Hunter who confronts Han Solo about his overdue payment to Jabba?`Greedo
What planet does Princess Leia name as the location of the Rebel Base during interrogation on the first Death Star?`Dantooine
What is the name of the substance Luke is submerged in on Hoth to accelerate the healing process of his wounds?`Bacta
Where is Luke ambushed by Tusken Raiders during his search for R2-D2 and Ben Kenobi?`Jutland Wastes`jutland
How fast does Han Solo claim the Millenium Falcon made the Kessel Run in?`less than 12 parsecs`under 12 parsecs`under twelve parsecs`less than twelve parsecs`12 parsecs`twelve parsecs`<12 parsecs
What is the original name given to the blood elves?`Sin'dorei`sin dorei`sindorei
Dalaran once rested in Silverpine Forest before being transported to Northrend, True or False?`False
The curse of flesh was the cause behind the creation of the dwarves, True or False?`True
Onyxia used to spy on Stormwind in the guise of a chief advisor. What did she call herself while under her human form?`Lady Katrana Prestor`katrana`katrana prestor
Which of the following is the only raid in world of warcraft where you can play a game of chess?`Karazhan
At level 46, what instance are you probably doing?`Zul'Farrak`zulfarrak
You were grinding in Western Plaguelands when you found Wildheart Bracers, which class would want this?`Druid
Which boss at the start of the battle yells out, "New toys? For me? I promise I won't break them this time"?`XT-002 Deconstructor`xt002`deconstructor`xt002 deconstructor`xt002deconstructor
"You call on da beast, you gonna get more dan you bargain for!", is a quote by which shapeshifting boss?`Nalorakk
"I think I made an angry poo poo. It gonna blow!" is a classic line from which Icecrown Citadel boss?`Rotface
Which former bully now five man dungeon boss yells out "Blades of Light!"?`Herod
In lore, who was apprenticed to Medivh the prophet?`Khadgar
who was formerly Jaina Proudmoore's beloved, before he turned to the Scourge?`Arthas
who is the Dragon ruler of the Blackrock Mountain?`Nefarion
Who is the Dragonqueen of the Red Dragonflight?`Alexstrasza
Who was elected 25 000 years ago as chief lieutenant of Sargeras?`Kil'Jaeden`kiljaeden`kil jaeden
Who is the major deity worshipped by the Night Elves?`Elune
Of what race were the naga before they mutated?`Night Elves`nightelves
Who is the fabled creator of the land, in Tauren Mythology?`Earth Mother`earthmother
Of which nation was the old Lordaeron capital?`Arathor
Which Elemental Lord was represented by water?`Neptulon
If an item or piece of equipment is considered 'epic', what color represents it?`Purple
What is the name of the eye that warlocks use to scout ahead?`Kilrogg
What tier 11 armor set is designed for Priest's?`Mercuria
What is the tier 6 armor set designed for Warlocks?`Malefic
What is the tier 6 armor set that is designed for Mages?`Tempest
What is the tier 6 armor set that is designed for Warriors?`Onslaught
What is the tier 10 armor set that is designed for Death Knight's?`Scourgelord
What is the tier 18 armor set that is designed for Rogue's?`Felblade
What is the tier 10 armor set that is designed for Paladin's?`Lightsworn
What profession do you need to be to make a linen shirt?`Tailoring
Crusader is a product of which profession?`Enchanting
What profession is able to make Flask of Titans?`Alchemy
What is the highest level you can get to in "The Wrath of the Lich King"?`80
What is the name of the Lich King's sword?`Frostmourne
What's the name of the mountain that borders Burning Steppes and Searing Gorge?`Blackrock
What level is required to fly?`60
What is the name of the place that borders the Wetlands and Arathi Highlands?`Thandol Span`Thandol Valley
What is the name of the place in Dun Morogh that is browned out on the map if not yet discovered that borders Ironforge to the west and Northgate Outpost to the east?`Ironforge Airfield
On which continent is Theramore Isle located?`Kalimdor
Felwood is a level 45-50 zone, True or False?`True
Which Molten Core boss has two hounds guarding him?`Golemagg
How many minions does the fourth boss of Molten Core, Garr, have?`Eight`8
Finish this Ragnaros quote, "Too soon! You have awakened me too soon, ______!"`Executus
Everyone put on your Onyxia Scale Cloaks! If you don't, you could be afflicted by what?`Shadowflame
The Prophet Skeram is the first boss of The Temple of Ahn'Qiraj, he has a single target attack that dishes out gobs of nature damage when he is not being tanked in melee range. What is it?`Earth Shock`earthshock
The spell called Rebirth can be used to bring back a dead player "during" combat, what class can use it?`Druid
There is a rare monster you need to kill for two achievements in Northrend. His name is Old Crystalbark. Where can this monster be found?`Borean Tundra
Leading the Cavalry is an achievement you get for collecting fifty mounts, but what special mount do you get for completing it?`Albino Drake
"I will freeze you from within until all that remains is an icy husk!" This is yelled by which boss in Icecrown Citadel?`The Lich King`lich king
Which Pit Lord says: "Illidan is an arrogant fool! I will crush him and reclaim Outland as my own!"?`Magtheridon
Which Vanilla boss yells "TASTE THE FLAMES OF SULFURON!"?`Ragnaros
"I serve a new master now, mortals!" is yelled by which Firelands boss?`Alysrazor
...So Thousand Needles is flooded. During what campaign did that happen?`Cataclysm
Where is it possible to get your 'Sea Legs' and the ability to breathe under the sea?`Vashj'ir`vashj ir`vashjir
In "Mists of Pandaria", you can become what newly introduced class?`Monk
What is the name of the area that the Horde garrison is located?`Frostwall
What is the name of the area that the Alliance garrison is located?`Lunarfall
The First Aid profession starts you off making bandages of what material?`Linen
In which region of the game would you be likely to find Frostweave Cloth to be used for First Aid?`Northrend
Archaeology was the fourth of the core professions to be introduced. It was added during which expansion?`Cataclysm
How many resources does a team need in Arathi Basin to win?`1600`sixteen hundred`one thousand six hundred`one thousand and six hundred
In what region is the Alliance Arena Battlemaster in Kalimdor situated?`Tanaris
Who is the Mushan world boss in Pandaria?`Galleon
Who is the final boss in the Blackrock Foundry raid?`Blackhand
Who is the storm watcher in the Vault of Archavon?`Emalon
Who is The king of Utgarde?`Ymiron
Who is the partner of 'Romulo' found in Karazhan?`Julianne
Which eredar betrayed the draenei of Argus to take his place as the sinister hand of the dark titan Sargeras?`Archimonde
After falling to Grommash's blade, who did Gul'dan reanimate to serve the Burning Legion?`Mannoroth
Who was The Thunder King found in Throne of Thunder?`Lei Shen
Which race was the first mortal race on Azeroth?`Trolls
What's the name of Thrall's wolf companion?`Snowsong
What is the capital city of the Naga?`Nazjatar
Who was the creator of the Burning Legion?`Sargeras
Who was the Dreadlord who enslaved Garithos?`Detheroc
Who are the Powerful, magical race found in Pandaria, resembling humanoid Chinese guardian lions?`Mogu
What is the Enhancement Shaman artifact weapon?`Doomhammer
What is the Protection Paladin artifact weapon?`Truthguard
What is the Retribution Paladin artifact weapon?`Ashbringer
What is the Beast Mastery Hunter artifact weapon?`Titanstrike
What is the Arms Warrior artifact weapon?`Stromkar
Who did the Titans imprison deep within Ulduar to save Azeroth?`Yogg-Saron`Yogg'saron`yoggsaron`yogg saron
Which dungeon was featured in the Leeroy Jenkins video?`Upper Blackrock Spire
Which boss do you fight in the Eye of Eternity?`Malygos
Who says 'No, old friend. You've freed us all.'?`Thrall
Who says 'If the world is to live free from the tyranny of fear, they must never know what was done here today!'?`Bolvar Fordragon`Bolvar
Which race has the racial ability 'Diplomacy'?`Human
Which race has the racial ability 'Cultivation'?`Tauren
Which race has the racial ability 'Command'?`Orc
Which race has the racial ability 'Aberration'?`Worgen
Who says 'FACE THE WRATH OF THE SOULFLAYER!'?`Hakkar
What creature says 'YOU NO TAKE CANDLE!'?`Kobold
Who did Thrall name Orgrimmar after?`Orgrim Doomhammer`doomhammer
What is Rexxar's father's name?`Leoroxx
Who was the Head Priestess of Elune before the War of the Ancients and Tyrande's mentor?`Dejahna
What was the name of Ner'zhul's late wife?`Rulkan
Who sent Garrosh back in time?`Kairoz
Who was Varian Wrynn's father?`King Llane`Llane
What was Illidian Stormrage known as?`The Betrayer
Who is the elemental lord of earth on Azeroth?`Therazane
Who lost the Horde the Second War?`Gul'dan`Guldan
Which Sha is located in the Shado-Pan Monastery?`Hatred
What was the original Hyjal Worlds Tree's name?`Nordrassil
Who was the first Warchief of the Horde?`Blackhand
What is the attempted World Tree in Northrend?`Vordrassil
Who's the oldest of the Windrunner sisters?`Alleria
Who is the final boss in Ulduar?`Algalon
How many quests can your quest log hold?`25`twenty five`twenty-five`twentyfive
When Deathwing was an aspect what was he the aspect of?`Earth
Where do the Drakkari live?`Zul'Drak`zul drak`zuldrak`zul-drak
What was teh name of Highlord Mograine's sword?`Ashbringer
Who Did Illidan Fight In Order To Claim The Title Of Ruler of Outlands?`Magtheridon
Which race crash landed into Azeroth?`Draenei
Who was the first Death Knight on Azeroth?`Teron Gorefiend
What rare mob on Timeless Isle drops a mount?`Huolon
What is the mount called that drops from mythic Blackhand`Ironhoof destroyer
Originally the Draenei did not exist when the Burning Crusade was being thought up. What race was originally planned to be Alliance but eventually canned?`Pandaren`Panda
Name the scrapped battleground from Classic WoW?`Azshara's Crater`azshara`azshara crater
How many quests do you need to complete for the achievement that gives you the title "the Seeker"?`3000`three thousand
How many fragments is Val'anyr broken into?`30`thirty
Which raid instance made an appearance in original WoW, and in the Wrath of the Lich King Expansion?`Naxxramas
Who built Karazhan?`Medivh
Where is the Cleft of Shadow located?`Orgrimmar
What is the name of the pirate faction that plagues the goblins of the Steamwheedle Cartel?`Bloodsail Buccaneers`Bloodsail`Buccaneers
Arthas Menethil was prince of where?`Lordaeron
When a warlock summons their dreadsteed, which world does it come from?`Xoroth
What raid instance is located in Stranglethorn Vale?`Zul'Gurub`Zul Gurub`zulgurub`zul-gurub
What is the racial enemy of the tauren?`Centaurs
What non-combat vanity pet is completely unattainable by Horde players?`Sprite Darter
Where would you find Timmy the Cruel?`Stratholme
The entrance to Blackwing Lair is found inside what instance?`Upper Blackrock Spire
What zone contains the settlement of Darkshire?`Duskwood
What is the name of the goblin camp in Dustwallow Marsh?`Mudsprocket
What profession uses the fish Oily Blackmouth?`Alchemy
What faction gives you a quest involving the almighty Booterang?`Netherwing
Where would you find Old Blanchy?`Westfall
Where would you find Young Blanchy?`Old Hillsbrad Foothills`Hillsbrad`Hillsbrad Foothills
What famous addon announces boss abilities in raids?`Deadly Boss Mods`DBM
Who is the current leader of the Darkspear Troll tribe?`Vol'jin`Vol jin`voljin`vol-jin
What is the name of the level 60 kitty that roams The Exodar?`Nibblet
The rogue talent Mutilate requires what?`Dual-wielding daggers`Dual daggers`2 daggers`daggers
Which boss requires your raid to bring along a fishing pole?`The Lurker Below`The Lurker`Lurker Below
What is the approximate location of Newman's Landing in Stormwind? (North,East,West,South)`West`W
Name that NPC: "I'm gonna light you up, sweet cheeks!"`Millhouse Manastorm`Millhouse`MillhouseManastorm
What is Lil Timmy's title?`Boy with kittens`Kittens
Who is the King of Stormwind?`Varian Wrynn
The highly sought-after Tome of Polymorph: Turtle drops from what boss?`Gahz'ranka`gahz ranka`gahzranka`gahz-ranka
What staff is also known as "the squidstick"?`Terestians Stranglestaff`Stranglestaff`Terestian
Name the leader of Darnassus.`Tyrande
The Blood Elf zone in the ghostlands is called?`Tranquillien
The Tauren racial mount is the:`Kodo
The outlands faction in Nagrand that is allied with the Horde is called?`The Mag'har`Mag'har`mag har`maghar
The Sunreavers are a group of blood elves who represent the horde in Dalaran. They get their name from their leader Archmage ________Sunreaver?`Aethas
What is the name of the Shaman Tier 1 set?`Earthfury`The Earthfury
In the 25 man raid "The Eye" how many orbs did Kael'Thas have?`3`three
The achivement "And They Would All Go Down Together" reads: Defeat the 4 Horsemen in Naxxramas on Normal Difficulty, ensuring that they all die within __ seconds of each other.`15`fifteen
In the Windrunner family there were 4 siblings, 3 sisters and 1 brother, name him.`Lirath
What is the name of the raid wing in which Algalon the Observer is located in?`Celestial Planetarium
Medivh (the last Guardian of Tirisfal) chooses to shapeshift into which form?`Raven
High Priest Thekal dropped the Raptor Mount? (T/F)`False`F
What world boss was walking around in Azshara?`Azuregos
What title does killing the Lich King on 25 Heroic give?`The Light of Dawn`Light of Dawn
The Last boss of Icecrown Citadels Scarlet Halls is named Princess...?`Lana'thel`Lana thel`Lanathel`lana-thel
As a Moonkin spec, what Eclipse should you begin spamming Wrath?`Solar Eclipse`Solar
What is the Rogues main AOE ability called when a circle appears around them and small daggers fly outward from their body?`Fan of Knives
The staff that is dropped from Festergut on 10 man mode is called Abra________?`Cadaver
Name the homeworld of the ethereals.`K'aresh`K aresh`Karesh
What is the name of Tirion Fordring's gray stallion?`Mirador
Who was the first satyr to be created?`Xavius
Name one of the three young twilight drakes guarding twilight dragon eggs in the Obsidian Sanctum?`Tenebron`Vesperon`Shadron
What evidence drove Prince Arthas to slaughter the people of Stratholme during the Third War?`Tainted grain`grain
What is the highest rank bestowed on a druid?`Archdruid
This queen oversaw the evacuation of her people after the Cataclysm struck and the Forsaken attacked her nation`Queen Mia Greymane`Mia Greymane`Mia
This emissary of the Horde felt that Silvermoon City was a little too bright and clean.`Tatai
Arthas's death knights were trained in a floating citadel that was taken by force when many of them rebelled against the Lich King. What was the fortress's name?`Acherus
Before she was raised from the dead by Arthas to serve the Scourge, Sindragosa was part of what dragonflight?`Blue dragonflight`Blue
Before the original Horde formed, a highly contagious sickness began spreading rapidly among the orcs. What did the orcs call it?`Red Pox`redpox
The Ironforge library features a replica of an unusually large ram's skeleton. What was the name of this legendary ram?`Toothgnasher
Where is Coldridge Valley located?`Dun Morogh
What is the name of the buff you recieve after eating food made with your Cooking profession?`Well Fed
Which boss says: "The Menagerie is for guests only"?`The Curator`Curator
Where is Karazhan?`Deadwind Pass
Where is the ogre Chok'sul?`Loch Modan
When fishing in "World of Warcraft", you may come across an item called 'The 1 Ring'. What rarity type is this item?`uncommon
You're now level 63 in Zangarmarsh, you find a Glowcap which you can collect off the ground, but you have no quest for it, where do you turn it in?`Sporeggars
Where is the High Elven Quel'Lithien Lodge?`Eastern Plaguelands
What type of weapon did Malfurion craft for Broxigar the Red?`Axe
Hakkar the Houndmaster, Mannoroth the Destructor and Archimonde the Defiler fought together in what war?`War of the Ancients
Mannoroth once took commands from an elf, what was the name of this elf?`Azshara
The Maelstrom is a product of what great event?`Sundering`The Sundering
Tomb of Sargeras was previously a temple for whom?`Elune
Eredun is the language of what race?`eredar`demon
Name one of the two leaders of the New Council of Tirisfal.`Med'an`Jaina Proudmoore`Jaina`med an`medan
Med'an is half-human, quarter orc and quarter _______?`Draenei
What is the name of the staff Med'an used to defeat Cho'gall with?`Atiesh
The original death knights were created by Gul'dan for whom?`Orgrim Doomhammer
Before the Well of Eternity was destroyed, Illidan filled seven vials with its water. One of these vials were acquired by Dath'Remar and used to create what?`Sunwell`The Sunwell
Which titan blessed Alexstrasza's younger sister Ysera, with a portion of nature's influence?`Eonar
Brown is the default color for which class?`Warrior`Warriors
Dark Blue is the default color for which class?`Shaman`Shamans
Dark Green is the defualt color for which class?`Demon Hunter`Demon Hunters
What Death Knight specialization have a permanent Ghoul pet?`Unholy
The Death Knight class has its own special weapon enchanting ability called __________.`Runeforging
What class specialization give access to the ability: Emancipate`Retribution
What class specialization give access to the ability: Overpower`Arms
What class specialization give access to the ability: Flames of Xoroth`Destruction
What class specialization give access to the ability: Premeditation`Subtlety
What class specialization give access to the ability: Ironbark`Restoration`Resto
Who killed Cenarius in the Third War?`Grom Hellscream`grom
How many playable races are there prior to Warlords of Draenor?`13`thirteen
What is the language of the Forsaken called?`Gutterspeak
What is the language of the Dwarves called?`Dwarvish`Dwarven
What is the language of the Dragons called?`Draconic
What is the language of the Murlocs called?`Nerglish
What does [Zug-zug] mean in Orcish?`Okay`ok
What does [Sha] mean in Draenei?`Light
What does [Lok'tar ogar] mean in Orcish?`Victory or Death
What does [Bal'a dash] mean in Thalassian?`Greetings`hello
What does [Medivh] mean in Thalassian?`Keeper of Secrets
What Horde race is missing: [Blood Fury], [Berserking], [Magic Resistance], [Touch of the Grave], [War Stomp]..."`Goblin
What Alliance race is missing: [Stoneform], [Escape Artist], [Shadowmeld], [Every Man for Himself], [Gift of the Naaru]...`Worgen
Gaining exalted status with the Sha'tari Skyguard grant access to what mount?`Nether Ray
Gaining exalted status with the Golden Lotus grant access to what mount?`Riding Crane`Crane
Gaining exalted status with the Kurenai & Mag'har grant access to what mount?`Talbuk
What mount can drop in Sethekk Halls?`Raven Lord
What mount is awarded by the achievement: [Pandaren Ambassador]`Pandaren Kite`Kite
What mount can drop from Ultraxion in Dragon Soul? (________ 12-B)`Experiment
What mount can drop from the Madness of Deathwing boss event in Dragon Soul? (Life-Binder's ________)`Handmaiden
What mount can Gretta the Arbiter award as a quest reward? (White ____ ____)`Polar Bear
What land only mount can drop in Firelands? (________ of Alysrazor)`Flametalon
What mount is awarded by the achievement: [Guild Glory of the Cataclysm Raider]`Dark Phoenix
What mount is awarded by the achievement: [Glory of the Icecrown Raider (10)] (__________ Frostbrood Vanquisher)`Bloodbathed
What is the mount Uncle Bigpocket sells for 120,000g called? (______ __________ Yak)`Grand Expedition
[Subdued Abyssal Seahorse] is awarded from what quest?`Abyssal Ride`The Abyssal Ride
The best arena players in season 11 were rewarded with what mount? (C________c Gladiator's Twilight Drake)`Cataclysmic
To ride with 280% increased movement speed you need what riding proficiency?`Artisan
Achievement: There are even more critters in Pandaria. They also need /love. (To All the ________ I Once Caressed)`Squirrels
Achievement: Kill 100,000 critters.`Crittergeddon
Achievement: Get killed by Deathwing.`Stood in the Fire
Achievement: Win a need roll on a superior or better item above item level 185 by rolling 100.`Needy
Achievement: Obtain a vanity pet.`Can I keep him
What was the Black Temple called before it got taken by demons?`Karabor
What kind of entity has corrupted most of the Black Dragonflight?`Old Gods`Gods
In what zone can Lethlor Ravine and Scar of the Worldbreaker be found?`Badlands
In what zone can the Ruins of Auberdine be found?`Darkshore
In what zone can Bloodhoof Village be found?`Mulgore
In what zone can Halaa be found?`Nagrand
When Ner'zhul as the Lich King merged with Arthas, it all became clear, that Ner'zhul was ___`Gay
Who was the former king of Azjol-Nerub?`Anub'arak`Anub arak`anubarak
Who was the main leader of Cult of the Damned?`Kel'Thuzad`Kel Thuzad`kelthuzad
Right after killing his father, Arthas Menethil went to the Balnir Farmstead in order to resurrect whom?`Invincible
Arthas Menethil joined the Knights of the Silver Hand at what age?`19`ninteen
Gul'dan raised what ancient city from the seafloor some years ago?`Suramar
[Un'Goro] means [God Lands] in what tongue?`Qiraji
[Draenor] means [Exile's Refuge] in what language?`Draenei
Before serving the Lich King in undeath, Sapphiron served whom?`Malygos
Muradin, Magni and Brann are part of what family dynasty?`Bronzebeard
Who is the main leader of Darkmoon Faire?`Silas Darkmoon
What is the name of the capital of the Zandalar Tribe and all other troll tribes on Azeroth?`Zuldazar
Which expansion introduced Pet Battles?`Mists of Pandaria`mop
Quote: Men, women and children... None were spared the master's wrath. Your death will be no different.`Falric
Quote: All that you know will fade..`Yogg-Saron`Yogg'saron`yoggsaron`yogg saron
What is the name of the thirteenth rank in the Horde PvP system?`Warlord
Discovering all zones award what title?`The Explorer`Explorer
Raising 40 Reputations to exalted status award what title?`The Exalted`Exalted
The races of the nerubians, qiraji and the mantid were once one people, they were the ____?`Aqir
Quote: We are the Forsaken. We will slaughter anyone who stands in our way.`Sylvanas Windrunner`Sylvanas
Quote: The final shred of light fades, and with it, your PITIFUL, MORTAL, EXISTENCE!`Ultraxion
Where can Lucifron be fought?`Molten Core
Ragnaros is voiced by whom?`Chris Metzen`Metzen
Thrall named the zone Durotar after whom?`Durotan
Kul Tiras consists mostly of what race?`Human
What is the name of the tribe that founded the nation Stromgarde?`Arathi
The group Sons of Lothar got its name from what brave warrior?`Anduin Lothar
What is the capital of Antigua and Barbuda?`Saint John's`saint johns`st johns`st. johns`st john's`st. john's`saintjohns`saintjohn's`stjohns`stjohn's`st.johns`st.john's
What is the capital of Argentina?`Buenos Aires
What is the capital of Armenia?`Yerevan
What is the capital of Australia?`Canberra
What is the capital of Austria?`Vienna
What is the capital of Azerbaijan?`Baku
What is the capital of Bahamas?`Nassau
What is the capital of Bahrain?`Manama
What is the capital of Bangladesh?`Dhaka
What is the capital of Barbados?`Bridgetown
What is the capital of Belarus?`Minsk
What is the capital of Belgium?`Brussels
What is the capital of Belize?`Belmopan
What is the capital of Benin?`Porto-Novo`porto novo`portonovo
What is the capital of Bhutan?`Thimphu
Name one of Bolivia's capitals?`La Paz`Sucre
What is the capital of Bosnia and Herzegovina?`Sarajevo
What is the capital of Botswana?`Gaborone
What is the capital of Brazil?`Brasilia
What is the capital of Brunei`Bandar Seri Begawan`bandarseribegawan
What is the capital of Bulgaria?`Sofia
What is the capital of Burkina Faso?`Ouagadougou
What is the capital of Burundi?`Bujumbura
What is the capital of Cabo Verde?`Praia
What is the capital of Cambodia?`Phnom Penh
What is the capital of Cameroon?`Yaoundé`yaounde
What is the capital of Canada?`Ottawa
What is the capital of Central African Republic?`Bangui
What is the capital of Chad?`N'Djamena`ndjamena`n djamena
What is the capital of Chile?`Santiago
What is the capital of China?`Beijing
What is the capital of Colombia?`Bogotá`Bogota
What is the capital of Comoros?`Moroni
What is the capital of the Republic of the Congo?`Brazzaville
What is the capital of the Democratic Republic of the Congo?`Kinshasa
What is the capital of Costa Rica`San Jose`Sanjose
What is the capital of Cote d'Ivoire?`Yamoussoukro
What is the capital of Croatia?`Zagreb
What is the capital of Cuba?`Havana
What is the capital of Cyprus?`Nicosia
What is the capital of Czech Republic?`Prague
What is the capital of Denmark?`Copenhagen
What is the capital of Djibouti?`Djibouti
What is the capital of Dominica?`Roseau
What is the capital of Dominican Republic?`Santo Domingo`santodomingo
What is the capital of Ecuador?`Quito
What is the capital of Egypt?`Cairo
What is the capital of El Salvador?`San Salvador`sansalvador
What is the capital of Equatorial Guinea?`Malabo
What is the capital of Eritrea?`Asmara
What is the capital of Estonia?`Tallinn
What is the capital of Ethiopia?`Addis Ababa`addisababa
What is the capital of Fiji?`Suva
What is the capital of Finland?`Helsinki
What is the capital of France?`Paris
What is the capital of Gabon?`Libreville
What is the capital of Gambia?`Banjul
What is the capital of Georgia?`Tbilisi
What is the capital of Germany?`Berlin
What is the capital of Ghana?`Accra
What is the capital of Greece?`Athens
What is the capital of Grenada?`St. George's`st georges`st george's`st.george's`stgeorges`stgeorge's
What is the capital of Guatemala?`Guatemala City
What is the capital of Guinea?`Conakry
What is the capital of Guinea-Bissau?`Bissau
What is the capital of Guyana?`Georgetown
What is the capital of Haiti?`Port-au-Prince`port au prince`portauprince
What is the capital of Honduras?`Tegucigalpa
What is the capital of Hungary?`Budapest
What is the capital of Iceland?`Reykjavik
What is the capital of India?`New Delhi`newdelhi
What is the capital of Indonesia?`Jakarta
What is the capital of Iran?`Tehran
What is the capital of Iraq?`Baghdad
What is the capital of Ireland?`Dublin
What is the capital of Israel?`Jerusalem
What is the capital of Italy?`Rome
What is the capital of Jamaica?`Kingston
What is the capital of Japan?`Tokyo
What is the capital of Jordan?`Amman
What is the capital of Kazakhstan?`Astana
What is the capital of Kenya?`Nairobi
What is the capital of Kiribati?`South Tarawa`southtarawa
What is the capital of Kosovo?`Pristina
What is the capital of Kuwait?`Kuwait City`kuwaitcity
What is the capital of Kyrgyzstan?`Bishkek
What is the capital of Laos?`Vientiane
What is the capital of Latvia?`Riga
What is the capital of Lebanon?`Beirut
What is the capital of Lesotho?`Maseru
What is the capital of Liberia?`Monrovia
What is the capital of Libya?`Tripoli
What is the capital of Liechtenstein?`Vaduz
What is the capital of Lithuania?`Vilnius
What is the capital of Luxembourg?`Luxembourg
What is the capital of Macedonia?`Skopje
What is the capital of Madagascar?`Antananarivo
What is the capital of Malawi?`Lilongwe
What is the capital of Malaysia?`Kuala Lumpur`kualalumpur
What is the capital of Maldives?`Male
What is the capital of Mali?`Bamako
What is the capital of Malta?`Valletta
What is the capital of the Marshall Islands?`Majuro
What is the capital of Mauritania?`Nouakchott
What is the capital of Mauritius?`Port Louis`portlouis
What is the capital of Mexico?`Mexico City`mexicocity
What is the capital of Micronesia?`Palikir
What is the capital of Moldova?`Chisinau
What is the capital of Monaco?`Monaco
What is the capital of Mongolia?`Ulaanbaatar
What is the capital of Montenegro?`Podgorica
What is the capital of Morocco?`Rabat
What is the capital of Mozambique?`Maputo
What is the capital of Myanmar (Burma)?`Naypyidaw
What is the capital of Namibia?`Windhoek
What is the capital of Nauru?`Yaren District`yarendistrict
What is the capital of Nepal?`Kathmandu
What is the capital of the Netherlands?`Amsterdam
What is the capital of New Zealand?`Wellington
What is the capital of Nicaragua?`Managua
What is the capital of Niger?`Niamey
What is the capital of Nigeria?`Abuja
What is the capital of North Korea?`Pyongyang`pyong yang
What is the capital of Norway?`Oslo
What is the capital of Oman?`Muscat
What is the capital of Pakistan?`Islamabad
What is the capital of Palau?`Ngerulmud
What is the capital of Palestine?`Ramallah
What is the capital of Panama?`Panama City`panamacity
What is the capital of Papua New Guinea?`Port Moresby`portmoresby
What is the capital of Paraguay?`Asunción`asuncion
What is the capital of Peru?`Lima
What is the capital of Philippines?`Manila
What is the capital of Poland?`Warsaw
What is the capital of Portugal?`Lisbon
What is the capital of Qatar?`Doha
What is the capital of Romania?`Bucharest
What is the capital of Russia?`Moscow
What is the capital of Rwanda?`Kigali
What is the capital of Saint Kitts and Nevis?`Basseterre
What is the capital of Saint Lucia?`Castries
What is the capital of Saint Vincent and the Grenadines?`Kingstown
What is the capital of Samoa?`Apia
What is the capital of San Marino?`San Marino`sanmarino
What is the capital of Sao Tome and Principe?`São Tomé`sao tome`saotome
What is the capital of Saudi Arabia?`Riyadh
What is the capital of Senegal?`Dakar
What is the capital of Serbia?`Belgrade
What is the capital of Seychelles?`Victoria
What is the capital of Sierra Leone?`Freetown
What is the capital of Singapore?`Singapore
What is the capital of Slovakia?`Bratislava
What is the capital of Slovenia?`Ljubljana
What is the capital of Solomon Islands?`Honiara
What is the capital of Somalia?`Mogadishu
Name of the capitals of South Africa?`Pretoria`Cape Town`capetown`Bloemfontein
What is the capital of South Korea?`Seoul
What is the capital of South Sudan?`Juba
What is the capital of Spain?`Madrid
What is the capital of Sri Lanka?`Sri Jayawardenepura Kotte`srijawawardenpurakotte`Kotte
What is the capital of Sudan?`Khartoum
What is the capital of Suriname?`Paramaribo
What is the capital of Swaziland?`Mbabane
What is the capital of Sweden?`Stockholm
What is the capital of Switzerland?`Bern
What is the capital of Syria?`Damascus
What is the capital of Taiwan?`Taipei
What is the capital of Tajikistan?`Dushanbe
What is the capital of Tanzania?`Dodoma
What is the capital of Thailand?`Bangkok
What is the capital of Timor-Leste?`Dili
What is the capital of Togo?`Lomé`lome
What is the capital of Tonga?`Nuku'alofa`nukualofa
What is the capital of Trinidad and Tobago?`Port of Spain`portofspain
What is the capital of Tunisia?`Tunis
What is the capital of Turkey?`Ankara
What is the capital of Turkmenistan?`Ashgabat
What is the capital of Tuvalu?`Funafuti
What is the capital of Uganda?`Kampala
What is the capital of Ukraine?`Kyiv`Kiev
What is the capital of United Arab Emirates?`Abu Dhabi`abudhabi
What is the capital of the United Kingdom?`London
What is the capital of the United States of America?`Washington, D.C.`washingtondc`washington dc`washington d.c.`washington, dc`washington,d.c.`washington,dc`washingtond.c.
What is the capital of Uruguay?`Montevideo
What is the capital of Uzbekistan?`Tashkent
What is the capital of Vanuatu?`Port Vila`portvila
What is the capital of the Vatican City (Holy See)?`Vatican City`vatican city
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.