Skip to content
Snippets Groups Projects
Commit 9cfafce1 authored by skoester's avatar skoester
Browse files

fixed some errors

parent d7a69a60
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ public <task> = (<location_task> | <item_task> | <interact_task>);
<locations> = [the] (kitchen | bathroom | corridor);
<nav_commands> = (((move | go | navigate) to) | (get into) | exit | leave);
<nav_commands> = (((move | go | navigate) to) | (get into) | from | exit | leave);
<furniture> = (shelf | (diner table));
......@@ -27,20 +27,19 @@ public <task> = (<location_task> | <item_task> | <interact_task>);
<item_destination> = ( [<person>] [at | to] [<locations>]);
<items> = ([the] (coffee | crackers));
<items> = ([the] (coffee | crackers | milk));
<interact_task> = ((<talk_with_person> | <interact_with_person>) [[(and | then)] <task>]);
<talk_with_person> = <talk_commands> ((something about (<person> | <name>)) | (the day of the month));
<talk_with_person> = <talk_commands> ((something about <person>) | (the day of the month));
<talk_commands> = tell | report | answer | introduce;
<interact_with_person> = (<memory_commands> [<pron>] [<person>] [(in front of you) | ([<noname>] [the] <locations>)]);
<person> = [<noname> | <pron>] (yourself | person | him | her | them | he | she | (the person));
<names> = (tobi);
<person> = [<noname> | <pron>] (yourself | person | him | her | them | he | she | (the person) | tobi | mary | female | male);
<talk_commands> = (((introduce | (tell something about)) <person>) | (the day of the month));
<memory_commands> = follow | memorize | find;
......
......@@ -22,7 +22,7 @@ public <task> = <question1> | <question2> | <question3> | <question4> | <questio
<question17> = which ty character said live longand prosper;
<question18> = in which state would you find the city birmingham;
<question19> = which hills divide england from scotland;
<question20> = what continent has the fewest flowering plants,
<question20> = what continent has the fewest flowering plants;
<question21> = what is canadas national animal;
<question22> = what is the alternative common name for a black leopard;
<question23> = what in cornwall is the most southerly point of mainland britain;
......
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