Impératif et pronom
Rappel :
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-e4eb5711d8bbc840cd601a6460e6bd7d');
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/02/rappel-imperatif-pronom-perso_01.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);
}
Les pronoms personnels COD se placent après le verbe à l’impératif dans les phrases affirmatives.
Exemples :
Donne le pinceau ! Donne-le !
Regarde ta soeur ! Regarde-la !
Tu me parles ? Parle-moi !
→ Cas du pronom EN à l’impératif
Exercice :
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-8cc355e789666a333b727a207fdf839b');
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/02/exercice-pronom-imperatif_01.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);
}
Exemple :
Passe la balle !
→ Passe-la !
1. Donne le couteau !
→ Donne-le !
2. Prends les sacs !
→ Prends-les !
3. Écoutez bien la leçon !
→ Écoutez-la bien !
4. Reprenez le bus !
→ Reprenez-le !
5. Analysez bien cette situation !
→ Analysez-la bien.
6. Coupez cet arbre !
→ Coupez-le !
7. Prenez-nos affaires !
→ Prenez-les !
8. Expliquez cette notion !
→ Expliquez-la !
9. Faites vos devoirs !
→ Faites-les !
10. Écrivez votre nom sur ce document !
→ Écrivez-le sur ce document !