EDU70001 Mathematics in the Primary Classroom
Assessment 1: Essay Word limit: 1500 (+/- 10%) Weighting: 30%
Due date: 9am AEST Monday 6 April (Week 5)
Assessment overview
The assessment requires you to write an essay that discusses mathematics assessment in the
primary school context. In your discussion you will compare and critically evaluate the benefits and
limitations of various forms of assessment in mathematics.
Assessment details
You are required to respond to the following essay question:
To receive maximum marks you must demonstrate clarity and understanding of the topic and
offer interpretation of the issues and implications in conjunction with a high level of
scholarship by demonstrating use of APA style referencing.
Assessment criteria
1. Research and reporting on types of assessment.
2. Application of theory and links to practice.
3. Depth and breadth of understanding.
4. Academic expression and referencing.
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 });

