Assignment Question
Choose one of the Court Métrage below. Watch the Court Métrage several times. Watch several times to understand, with French subtitles. Watch and take notes over what is happening. Be able to describe the characters and what is going on in the short film.
4) When you have watched the Court Métrage and taken notes, write a summary over what happened in the court métrage. This should be written using appropriate verb tenses. Since you are describing what happened in the past, you should predominantly be using passé composé, imparfait and plus-que-parfait. You must ask at least two questions following the summary. This could be questions that you have about the court métrage OR this could be comprehension questions that you may expect me to ask you. You may ask for revisions to your written portion before submitting your final. Email me to ask for feedback.
5) Answer the comprehension questions over your Court Métrage posted in D2L.
6) For your spoken presentation, you will record yourself talking about the Court Métrage. You are responsible for describing the characters and recounting what happened in the Court Métrage. Be sure to include your personal reaction to the Court Métrage. Did you like it? What emotions or feelings did it evoke in you?
- 1) Bon appétit (7 minutes) : https://youtu.be/5f6pRB5c3vs
- 2) Victoire (5 minutes) : https://youtu.be/U4oED88LNdw
- 3) Une soirée inoubliable (8 minutes) : https://youtu.be/Cs5s_S-Nd08
- 4) Effet Domino (6 minutes) : https://youtu.be/EVnKmSNGunM
- 5) Je sais pas quoi (4 minutes) : https://youtu.be/XBfAnUiYVTw
Read through instructions carefully. This is a two part assignment, one is a summary and other is answering questions.
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });