After watching \”On the way to school\” 2013,
please answer the following:
Consider how much time these children are alone with no adult supervision, why do they continue to go to school?
Do you consider these students poor or rich?
Are these children appear happy or sad? Why?
How does the older generation feel about education vs the students? How about in your own generation vs your parents? Are they similar or different?
Do we in the United States value education the same way? Why or why not?
How do these students help each other on the way? Do they seem bitter that they have to help each other?
How is it that despite these long journeys the students still have the energy to learn in school?
How do each of the students respond to their teachers? Do they respect them or not? How does this show in the film?
No need to use sources. Use your own words if possible.
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 });

