From 94444f4d2a03b41441cb47d6c34bcc6fd3f9de07 Mon Sep 17 00:00:00 2001
From: Linus Schwarz <linus.schwarz@uni-bielfeld.de>
Date: Fri, 23 Jun 2023 14:17:16 +0200
Subject: [PATCH] Fixed some things in question grammar

---
 .vscode/settings.json               |  3 +
 psGrammar/tasks/gpsr/questions.jsgf | 94 ++++++++++++++---------------
 2 files changed, 50 insertions(+), 47 deletions(-)
 create mode 100644 .vscode/settings.json

diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000..5d7d7306
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+    "ros.distro": "noetic"
+}
\ No newline at end of file
diff --git a/psGrammar/tasks/gpsr/questions.jsgf b/psGrammar/tasks/gpsr/questions.jsgf
index 3bd9cc4e..6b4c3044 100644
--- a/psGrammar/tasks/gpsr/questions.jsgf
+++ b/psGrammar/tasks/gpsr/questions.jsgf
@@ -5,53 +5,53 @@ 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>|<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?;
+<predef1>  = Whos the most handsome person in Canada;
+<predef2>  = How many time zones are there in Canada;
+<predef3>  = Whats the longest street in the world;
+<predef4>  = How long is Yonge Street in Ontario;
+<predef5>  = Whats the name of the bear cub exported from Canada to the London Zoo;
+<predef6>  = Where was the Blackberry Smartphone developed;
+<predef7>  = What is the worlds 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 Canadas only desert;
+<predef22> = How big is Canadas 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?;
+<predef25> = Whats the origin of the Comic Sans font;
+<predef26> = What is a nanobot;
+<predef27> = How small can a nanobot be;
+<predef28> = Why wasnt 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?;
+<predef35> = Who is the worlds first android;
+<predef36> = What is a Mechanical Knight;
+<predef37> = What was the first computer in pass the Turing test;
+<predef38> = What does Moravecs paradox state;
+<predef39> = What is the AI knowledge engineering bottleneck;
+<predef40> = Why is Elon Musk is worried about AIs 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;
-- 
GitLab