Register Login
Internet / AI Technology University (ITU/AITU)
Created by info@itofthefuture.com
Welcome Anonimous.User to this quiz related to Speech.

Read the question and choose correct answers. Time is limited to 40 seconds!

Important! Do not forget to rank the quality of the question (from bad to excellent).
An initiator of the quiz will get royalty score for QnAs created by her/him and can win the Top Creativity Prize.
Question:
speech/argument.swfThe computer in a new federation starship is supposed to have a lingual
interface. You are responsible for implementing the following feature:
When someone in engineering calls "bridge" or "engineering to bridge"
the com channel should open. The command to trigger this channel is
"comEngBridge". How would you do it? (Identify all correctly formatted
JSGF files that react on the speech input "bridge" and alternatively
"engineering to bridge".)

#JSGF V1.0;
grammar com.javaschool.communication;
<source> = engineering to;
<target> = bridge;
public [<source>] <bridge> = <comEngBridge>;



#JSGF V1.0;
grammar com.javaschool.communication;
public <comEngBridge> = engineering to bridge | bridge;



#JSGF V1.0;
grammar com.javaschool.communication;
<source> = engineering to
<target> = bridge
public <source> <bridge> | <bridge> = <comEngBridge>



#JSGF V1.0;
grammar com.javaschool.communication;
<source> = engineering to;
public <comEngBridge> = [<source>] bridge;



#JSGF V1.0;
grammar com.javaschool.communication;
<source> = engineering to;
<target> = bridge;
public <comEngBridge> = [<source>] <bridge>;



#JSGF V1.0;
grammar com.javaschool.communication;
<source> = engineering to;
public [<source>] bridge = <comEngBridge>;



#JSGF V1.0;
grammar com.javaschool.communication;
<source> = engineering to
<target> = bridge
public <comEngBridge> = <source> <bridge> | <bridge>



#JSGF V1.0;
grammar com.javaschool.communication;
public [engineering to] bridge = <comEngBridge>;



#JSGF V1.0;
grammar com.javaschool.communication;
public <comEngBridge> = [engineering to] bridge;



Rank the Quality of the Question from "-10" (bad) or "0" (not clear) to 10 (correct) or even 20 (very good!)
-10 (bad/wrong) 0 (not clear) 10 (correct) 20 (very good!)
Your summary report will be available to you and your instructor. Thank you for your work!!!