Skip to content
Snippets Groups Projects
Commit 92fd71e2 authored by Christian Witte's avatar Christian Witte
Browse files

questions inserted

parent 33d385c1
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,13 @@ public <basicFunctionalities> = <question1> | <question2> | <question3> | <quest
<startServing> = continue | tobi continue;
<stop> = tobi stop;
<dummy> = take | look;
<question1> = question one;
<question2> = question two;
<question3> = question three;
<question4> = question four;
<question5> = question five;
<question6> = question six;
<question7> = question seven;
<question8> = question eight;
<question9> = question nine;
<question10> = question ten;
<question1> = what time is it;
<question2> = what is your name;
<question3> = what is your teams name;
<question4> = what is the answer to the ultimate question about life the universe and everything;
<question5> = what is the capital of poland;
<question6> = which country grows the most potatoes;
<question7> = which country grew the first orange;
<question8> = how many countries are in Europe;
<question9> = what is the oldest most widely used drug on earth;
<question10> = which fish can hold objects in its tail;
......@@ -4,6 +4,7 @@ grammar basicFunctionalities;
public <basicFunctionalities> = <question1> | <question2> | <question3> | <question4> | <question5> | <question6> | <question7> | <question8> | <question9> | <question10> | <startServing> | <stop>;
<startServing> = continue | tobi continue;
<stop> = tobi stop;
<dummy> = take | look;
<question1> = question one;
<question2> = question two;
<question3> = question three;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment