From 56d2a8621f91c9e91d1afe377295283702c9fbd2 Mon Sep 17 00:00:00 2001 From: M-Wagemann <michel.wagemann@uni-bielefeld.de> Date: Fri, 23 Jun 2023 13:06:10 +0200 Subject: [PATCH] add gpsr questions --- psGrammar/tasks/gpsr/questions.jsgf | 89 +++++++++++++++++++++++------ 1 file changed, 72 insertions(+), 17 deletions(-) diff --git a/psGrammar/tasks/gpsr/questions.jsgf b/psGrammar/tasks/gpsr/questions.jsgf index 89b00a21..ded2f97d 100644 --- a/psGrammar/tasks/gpsr/questions.jsgf +++ b/psGrammar/tasks/gpsr/questions.jsgf @@ -4,21 +4,76 @@ grammar questions; public <question> = [(tobi | biron | robot)] (<quest_predef>); -public <quest_predef> = <predef1> | <predef2> | <predef3> | <predef4> | <predef5> | <predef6> | <predef7> | <predef8> | <predef9> | <predef10> | <predef11> | <predef12> | <predef13> | <predef14> | <predef15> | <predef16>; -<predef1> = who invented the c programming language; -<predef2> = when was the c programming language invented; -<predef3> = when was the b programming language invented; -<predef4> = where does the term computer bug come from; -<predef5> = who invented the first compiler; -<predef6> = which robot is used in the open platform league; -<predef7> = which robot is used in the domestic standard platform league; -<predef8> = which robot is used in the social standard platform league; -<predef9> = (what is | whats) (your teams name | your team name | the name of your team); -<predef10> = what time is it; -<predef11> = what day is today; -<predef12> = do you have dreams; -<predef13> = in which city will next years robocup be hosted; -<predef14> = what is the origin of the name canada; -<predef15> = what is the capital of canada; -<predef16> = what is the national anthem of canada; +public <quest_predef> = <predef1> | <predef2> | <predef3> | <predef4> | <predef5> | <predef6> | <predef7> | <predef8> | <predef9> | <predef10> | <predef11> | <predef12> | <predef13> | <predef14> | <predef15> | <predef16>|<predef17> |<predef18> |<predef19> |<predef20> |<predef21> |<predef22> |<predef23> |<predef24> |<predef25> |<predef26> |<predef27> | <predef28> | <predef29> | <predef30> | <predef31> | <predef32> | <predef33> | <predef34> | <predef35> | <predef36> | <predef10> | <predef11> | <predef12> | <predef13> | <predef14> | <predef15> | <predef16>|<predef17> |<predef18> |<predef19> |<predef20> |<predef21> |<predef22> |<predef23> |<predef24> |<predef25>; +<predef1> = Who's the most handsome person in Canada?; +<predef2> = How many time zones are there in Canada?; +<predef3> = What's the longest street in the world?; +<predef4> = How long is Yonge Street in Ontario?; +<predef5> = What's the name of the bear cub exported from Canada to the London Zoo in 1915?; +<predef6> = Where was the Blackberry Smartphone developed?; +<predef7> = What is the world's largest coin?; +<predef8> = In what year was Canada invaded by the USA for the first time?; +<predef9> = What year was Canada invaded by the USA for the second time?; +<predef10> = What country holds the record for the most gold medals at the Winter Olympics?; +<predef11> = Who coined the term Beatlemania?; +<predef12> = Why is Canada named Canada?; +<predef13> = When was The Mounted Police formed?; +<predef14> = When was The Royal Canadian Mounted Police formed?; +<predef15> = How big is the RCMP?; +<predef16> = What else is Montreal called?; +<predef17> = Where is The Hotel de Glace located?; +<predef18> = How many tons of ice are required to build The Hotel de Glace?; +<predef19> = How many tons of snow are required to build The Hotel de Glace?; +<predef20> = Can I visit the Hotel de Glace in summer?; +<predef21> = Where is Canada's only desert?; +<predef22> = How big is Canada's only desert?; +<predef23> = Name 3 famous male Canadians.; +<predef24> = Name 3 famous female Canadians.; +<predef25> = What's the origin of the Comic Sans font?; +<predef26> = What is a nanobot?; +<predef27> = How small can a nanobot be?; +<predef28> = Why wasn't Tron nominated for an award by The Motion Picture Academy?; +<predef29> = Which was the first computer with a hard disk drive?; +<predef30> = When was the first computer with a hard disk drive launched?; +<predef31> = How big was the first hard disk drive?; +<predef32> = What does CAPTCHA stands for?; +<predef33> = What was the first computer bug?; +<predef34> = Name all of the robots on Mars.; +<predef35> = Who is the world's first android?; +<predef36> = What is a Mechanical Knight?; +<predef37> = What was the first computer in pass the Turing test?; +<predef38> = What does Moravec's paradox state?; +<predef39> = What is the AI knowledge engineering bottleneck?; +<predef40> = Why is Elon Musk is worried about AI's impact on humanity?; +<predef41> = Do you think robots are a threat to humanity?; +<predef42> = What is a chatbot?; +<predef43> = Are self-driving cars safe?; +<predef44> = Who invented the compiler?; +<predef45> = Who created the C Programming Language?; +<predef46> = Who created the Python Programming Language?; +<predef47> = Is Mark Zuckerberg a robot?; +<predef48> = Who is the inventor of the Apple I microcomputer?; +<predef49> = Who is considered to be the first computer programmer?; +<predef50> = Which program do Jedi use to open PDF files?; + + + + + + + + + + + + + + + + + + + + +<predef9> = (what is | whats) (your teams name | your team name | the name of your team); -- GitLab