Skip to content
Snippets Groups Projects
questions.jsgf 3.51 KiB
#JSGF V1.0;
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> | <predef37> | <predef38> | <predef39> | <predef40> | <predef41> | <predef42> | <predef43>|<predef44> |<predef45> |<predef46> |<predef47> |<predef48> |<predef49> |<predef50>;
<predef1>  = (who s 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 r c m p);
<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 three famous male canadians);
<predef24> = (name three famous female canadians);
<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 worlds 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 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 p d f files);