Dialogue pour étudier la grammaire : les articles
Objectifs :
* l’article défini
* l’article indéfini
* commander au restaurant
DIALOGUE
agent = navigator.userAgent.toLowerCase();
name_ff = "firefox";
name_op = "opera";
if (agent.indexOf(name_ff.toLowerCase())>-1 || agent.indexOf(name_op.toLowerCase())>-1) {
pbwp_audio = document.getElementById('audioplayer-535b482b8d8f7b236079a78c851a032a');
pbwp_audio.style.display = "none";
pbwp_audio_fallback = document.createElement('embed');
pbwp_audio_fallback.setAttribute('type', 'application/x-shockwave-flash');
pbwp_audio_fallback.setAttribute('flashvars', 'audioUrl=http://www.podcastfrancaisfacile.com/wp-content/uploads/2017/07/dialogue_2_articles_restaurant.mp3');
pbwp_audio_fallback.setAttribute('src', 'http://www.podcastfrancaisfacile.com/wp-content/plugins/pb-oembed-html5-audio-with-cache-support/3523697345-audio-player.swf');
pbwp_audio_fallback.setAttribute('width', '400');
pbwp_audio_fallback.setAttribute('height', '27');
pbwp_audio_fallback.setAttribute('quality', 'best');
pbwp_audio.parentNode.insertBefore(pbwp_audio_fallback, pbwp_audio.nextSibling);
}
La cliente : S’il vous plaît.
Le serveur : Oui ?
La cliente : Je vais prendre la formule à 15 euros.
Le serveur : Oui, comme entrée ?
La cliente : Je vais prendre la salade au chèvre chaud.
Le serveur : La salade au chèvre chaud. Oui, et comme plat ?
La cliente : Le plat du jour, qu’est-ce que c’est ?
Le serveur : Le plat du jour, c’est le saumon grillé ou le steak frites.
La cliente : Je vais prendre le steak frites.
Le serveur : Comme cuisson ?
La cliente : À point.
Le serveur : Comme dessert, il y a le fondant au chocolat ou la tarte tatin.
La cliente : Je vais prendre la tarte tatin.
Le serveur : Alors, la formule à 15 euros avec la salade au chèvre chaud, le steak frites à point, et la tarte tatin. Vous prenez une boisson ?
La cliente : Une carafe d’eau, s’il vous plaît.
QUESTIONS :
agent = navigator.userAgent.toLowerCase();
name_ff = "firefox";
name_op = "opera";
if (agent.indexOf(name_ff.toLowerCase())>-1 || agent.indexOf(name_op.toLowerCase())>-1) {
pbwp_audio = document.getElementById('audioplayer-72d189952a40c7098ed3031ce0d977cc');
pbwp_audio.style.display = "none";
pbwp_audio_fallback = document.createElement('embed');
pbwp_audio_fallback.setAttribute('type', 'application/x-shockwave-flash');
pbwp_audio_fallback.setAttribute('flashvars', 'audioUrl=http://www.podcastfrancaisfacile.com/wp-content/uploads/2017/07/restaurant_question.mp3');
pbwp_audio_fallback.setAttribute('src', 'http://www.podcastfrancaisfacile.com/wp-content/plugins/pb-oembed-html5-audio-with-cache-support/3523697345-audio-player.swf');
pbwp_audio_fallback.setAttribute('width', '400');
pbwp_audio_fallback.setAttribute('height', '27');
pbwp_audio_fallback.setAttribute('quality', 'best');
pbwp_audio.parentNode.insertBefore(pbwp_audio_fallback, pbwp_audio.nextSibling);
}
* La cliente prend quelle formule ?
* Elle prend quel plat ?
* Elle prend quel dessert ?
* Est-ce qu’elle prend une boisson ?
VRAI – FAUX :
agent = navigator.userAgent.toLowerCase();
name_ff = "firefox";
name_op = "opera";
if (agent.indexOf(name_ff.toLowerCase())>-1 || agent.indexOf(name_op.toLowerCase())>-1) {
pbwp_audio = document.