Assignment 3: Access

Credit Weight: 25% of your final grade

You must download data files to complete each textbook exercise. Refer to the Assignment 3 Dropbox page to locate these files.

Instructions: General

Each exercise will require you to create or modify one or more files. The assignment instructions state exactly how the file names for the results should be constructed. For example, for Assignment 3, the instructions require the input file Acc1Loans.accdb.

Save this file as Acc1Loans_LastFirst.accdb

Replace LastFirst with your name, e.g., Acc1Loans_ SmithJane.accdb

Each exercise will specify which created or modified files should be submitted for marking.

Access Exercise 1: Small Business Loans

You are employed as a technical supervisor at a lending firm for small business loans. You will learn how to populate an Access table, work with a form that can be used to add, delete, and modify member loan records, apply a filter to a table, and locate loan officer information through a query.

Modify Data in a Table

You will open an original database file and save the database with a new name. You will then modify, add, and delete information using tables and forms.

  1. Open the Acc1Loans.accdb file and save the database as Acc1Loans_LastFirst.accdb.
  2. Open the Loan Officers table in Datasheet view. Update the database with the information below.
First NameLast NameEmail AddressPhone ExtTitle
JohnBadmanjohn_badman@loanofficer.comx1757Loan Officer
StanDuppstan_dupp@loanofficer.comx6720Senior Loan Officer
HerbAvoreherb_avore@loanofficer.comx2487Loan Officer
PollyEstherpolly_esther@loanofficer.comx8116Senior Loan Officer
StrawberryFieldsstrawberry_fields@loanofficer.comx3219Loan Officer
AnnSerdifoneann_serdifone@loanofficer.comx5962Managing Loan Officer
  • Close the Loan Officers table.
  • Open the Loans table in Datasheet view. Add a new record with the following information:
OfficerID:5
MemberID:15
LoanAmount:7,000
Term:36 months
InterestRate:15.41%
Payment:$244.07
Grade:D
IssueDate:12/15/21
LoanStatus:Late (31–120 days)
  • Open the Maintain Members form. In record 3 (for Brynn Anderson, MemberID 13), add a new loan to the subform:
OfficerID:5
LoanAmount:17,000
Term:36 months
InterestRate:4.35%
Payment:$300.45
Grade:B
IssueDate:9/1/21
LoanStatus:Fully Paid
  • Use the Navigation bar to search for MemberID 16 and edit the subform so that the InterestRate is 0.1254 instead of 0.1899 for the LoanID 47.
  • Close the Maintain Members form.

Sort a Table and Use Filter By Form

You will sort the Loan table and apply a filter to display only loans with an interest rate less than 11% and a term of 36 months.

  • Sort the records in the Loans table by the IssueDate field in descending order (newest to oldest).
  • Use the Filter By Form feature to apply filters to display only loans that have a rate of less than 11% (<0.11) and a term of 36 months.
  • Close the table and save the changes.

Apply a Selection Filter and Sort a Query

You are interested in quickly filtering the data in the Loans, Officers, and Members query based on a specific loan officer. You will then sort the filtered results to view the loans by loan status.

  1. Open the Loans, Officers, and Members Query in Datasheet view.
  2. Use a Selection filter to show only the loans managed by the loan officer whose name is John Badman.
  3. Sort the query by LoanStatus in alphabetical order. Save and close the query.

Back Up a Database and Add an Application Part

You will first back up the database to reinforce the importance of backing up stored data. You will also add an application part to the database.

  1. Create a backup copy of your database, accepting the default file name.
  2. Add a Comments application part, selecting the option One ‘Loans’ to many ‘Comments’.  Select the LoanStatus field as the field from the Loans table and sort this field ascending. Name the lookup column Status and then click on the Create command button.
  3. Open the Comments table. In row 1, enter Current in the Status column, select 12/23/2021 for the Comment Date, and enter the comment Loan 47 rate changed from 18.99% to 12.54%
  4. Click on the Click to Add column heading and select the Short Text option. Change the Field1 column heading to Explanation.Enter the text Entry error in the Explanation column in row 1.
  5. Close the Comments table. Right-click on the Comments table in the navigational pane and rename it Interest Rate Changes.
  6. Close the database and exit Access.
  7. Submit the Acc1Loans_LastFirst.accdb file and its backup file for marking.

Access Exercise 2: Fantastic Foods

Fantastic Foods is an importer of exotic foods from all over the world. You landed a summer internship with the company and discovered that their product lists and the suppliers they buy from are stored in Excel workbooks. You offer to help by using your newly gained knowledge of Access to create a relational database for them.

You will begin by importing the workbooks from Excel into a new Access database. Your manager mentions that she also wants a table that specifies food categories so that it is possible to relate products sold to specific categories in the database. You will create a table from scratch to track categories, create relationships between the tables, and create some baseline queries.

Create a New Database

You will examine the data in the Excel worksheets to determine which fields will become the primary keys in each table and which fields will become the foreign keys so that you can join them in the Relationships window.

  1. Open the Acc2Suppliers.xlsx Excel workbook, examine the data, and then close the workbook.
  2. Open the Acc2Products.xlsx Excel workbook, examine the data, and then close the workbook.
  3. Create a new, blank database named Acc2Foods_LastFirst.accdb. Close the new blank table created automatically by Access without saving it.

Import Excel Data to the Suppliers Table

You will import the Excel workbook that contains supplier information into a Suppliers table.

  • Click the External Data tab. Click New Data Source, point to From File in the Import & Link group and then select Excel.
  • Navigate to and select the Acc2Suppliers.xlsx workbook to be imported as a new table in the current database.
  • Place a check mark in the First Row Contains Column Headings option.
  • Set the SupplierID field Indexed option to Yes (No Duplicates).
  • Select SupplierID as the primary key when prompted and accept the table name Suppliers. Do not save the import steps.
  • Open the Suppliers table in Datasheet view to examine the data. Close the table.


Import Excel Data to the Products Table

You will import the Excel workbook that contains the product information into the Products table.

  1. Import the Acc2Products.xlsx workbook, set the ProductID Indexed option to Yes (No Duplicates), and then select ProductID as the primary key.
  2. Accept the table name Products.
  3. in Design view, change the Field Size of the QuantityPerUnit field to 25. Set the Field Size of the ProductID and CategoryID fields to Long Integer.
  4. Save the changes. Open the table in Datasheet view to examine its contents. Close the table.

Create a Categories Table

You will create a new table that will enable Fantastic Foods to associate each product with a food category in the database.

  1. Create a new table in Design view and save the table as Categories.
  2. Add the following fields in Design view and set the properties as specified:
  3. Add the primary key field as CategoryID with the Number data type and Number assigned to a new category. (type the period) as the Description. Set the Caption property to Category ID.
  4. Add CategoryName with a Short Text data type and Name of food category. (include the period)as the Description. Change its field size to 15. Set the Caption property to Category Name and the Required property to Yes.
  5. Add CategoryDescription with the Long Text data type. Set the Caption property to Category Description.
  6. Switch to Datasheet view and save the table when prompted. Close the table.

Add Data to the Categories Table

You will add eight records to the Categories table to give you sample data to test in the database.

  • Add the following records to the Categories table, and then save and close the table.
Category IDCategory NameCategory Description
1BeveragesSoft drinks, coffees, teas
2CondimentsSauces, relishes, seasonings
3ConfectionsDesserts, candies, sweet breads
4Dairy ProductsCheeses
5Grains/CerealsBreads, pasta, cereal
6Meat/PoultryPrepared meats
7ProduceDried fruit, bean curd
8SeafoodSeaweed and fish

Create Relationships

You will create the relationships between the Suppliers, Products, and Categories tables using the Relationships window.

  1. Add all three tables to the Relationships window.
  2. Join the primary key field in the Categories table with its foreign key counterpart in the Products table. Select the Enforce Referential Integrity and Cascade Update Related Fields check boxes.
  3. Join the primary key field in the Suppliers table with its foreign key counterpart in the Products table. Select the Enforce Referential Integrity and Cascade Update Related Fields check boxes.
  4. Save and close the Relationships window.

Use the Query Wizard

You will use the Simple Query Wizard to create a query of all products that you import in the seafood category.

  • Add the ProductName, SupplierID, and CategoryID fields from the Products table in that order.
  • Save the query as Seafood Products.
  • In Design view, add a criterion to include only products with 8 as the CategoryID. Sort the query results in ascending order by ProductName.
  • Run, save, and close the query.

Copy and Modify a Query in Design View

You want to create a query that displays category names rather than their CategoryIDs. This will show which seafoods, meat, and poultry products are currently imported. You will copy the Seafood Products query and modify it by deleting a field, then adding an additional table and field.

  • Copy the Seafood Products query and paste it using Seafood Or Meat/Poultry as the query name.
  • Open the Seafood Or Meat/Poultry query in Design view and delete the CategoryID column.
  • Add the Categories table to the top pane of the query design window. Add the CategoryName field to the last column of the design grid and set its criterion to “Seafood” or “Meat/Poultry”.
  • Run, save, and close the query.


Create a Multitable Query

You will create a query that identifies suppliers and their associated products. Because there is a relationship between the two tables, you can now pull data from each of them together as usable information.

  • Create a query in Design view that includes the Suppliers and Products tables. The query should list the company name, contact name, phone number (in that order), then the product name and the product cost (in that order).
  • Sort the query by company name in ascending order, then by product cost in descending order.
  • Run, close, and save the query as Company by Product List.

Use a Total Row to Summarize Data in a Query

You determine that the data in the Company by Product List query could be summarized with a Total row. You will group the records by company name and count the number of products you buy from each of them.

  • Copy the Company by Product List query and paste it using Summary of Company by Product as the query name.
  • Open the Summary of Company by Product query in Design view and delete the ContactName, Phone, and ProductCost columns.
  • Click Totals in the Show/Hide group on the Query Tools Design tab. Click in the Total row of the ProductName field, click the arrow, and then select Count. The records will be grouped by the company’s name, and the products for each company will be summarized.
  • Modify the field name of the second column to Product Count: ProductName to make the field name more identifiable.
  • Click Run in the Results group. Twenty records should display in the Datasheet results. These display the product count for each company that supplies your organization.
  • Save and close the query.

Finalize the Database

  • Adjust any column widths in the created queries so that all data is displayed in the datasheet results.
  • Close the database and exit Access.
  • Submit Acc2Foods_LastFirst.accdb for marking.


Access Exercise 3: Superior Games

Superior Games, a boardgame manufacturer, has hired a new CEO. She has asked for your assistance in providing summaries of data that took place before she started with the company. To help her with her strategic planning, you will create queries to perform data analysis on the sales data.

Based on your meeting, you plan on creating four queries. One query will find orders with minor delays. Another query will summarize company revenue and cost by country. A third query will be used to help evaluate payments made by customers on their orders. The final query will calculate the total sales by sales representative title.

Database File Setup

You will open the Superior Games database and use Save As to make a copy of the database. You will add yourself as a Sales Representative to the employee table.

  1. Open Acc3Games.accdb and save the database as Acc3Games_LastFirst.accdb.
  2. Open the Sales Reps table. Add yourself as a sales rep. Fill in all information, including the RepID field. Set your Title to Managing Partner, salary to $105,144, and the country field to Canada.
  3. Close the Sales Reps table.

Shipping Efficiency Query

You will create a query to calculate the number of days between the date an order was placed and the date the order was shipped for each order. This will allow you to determine which orders took more than 30 days to ship. The salespeople will then be required to review the records and report the source of each order’s delay. The CEO thinks there may be issues with one of the products and would like data to back that up.

  • Create a query using Query Design. Add the Customers, Orders, and Product tables. From the Customers table, include the fields FirstName, LastName, and Phone (in that order). From the Orders table, include the fields OrderID, OrderDate, and ShippedDate (in that order).
  • Run the query and examine its records. Save the query as Shipping Efficiency.
  • Add a calculated field named DaysToShip in column 7 to calculate the number of days taken to fill each order. This expression will include the OrderDate and ShippedDate fields and should result in a positive number.
  • Run the query and examine its results. Save the query.
  • Add criteria to limit the query results so that only orders that took more than 30 days to ship are included.
  • Add the Quantity field from the Orders table and the ProductName field from the Products table to the query (in that order). Sort the query by ascending LastName.
  • Add the caption Days to Ship to the DaysToShip field, and then switch to Datasheet view to review the results. Adjust the column widths to display all data.
  • Save and close the query.

Revenue and Cost by Country Query

The CEO is considering the financial impact of shipping to other countries. She asked for a query showing the total revenue and total cost for each country to which orders are being shipped. She hopes to understand the distribution of revenue across the world more clearly.

  1. Create a query using Query Design by adding the Customers, Orders, and Products tables. Add the Country field from the Customers table. Set the field’s Total row to Group By. Save the query as Revenue and Cost by Country.
  2. Add a calculated field named TotalRevenue in the second column. This field should multiply the quantity ordered (from the Orders table) by the unit price for that item (from the Products table). Format the calculated field as Currency and change the caption to Total Revenue. Change the Total row for the TotalRevenue field to Sum.
  3. Add a calculated field in the third column named TotalCost. This field should multiply the quantity ordered (from the Orders table) by the unit cost for that item (from the Products table). Format the calculated field as Currency and add a caption of Total Cost. Change the Total row to Sum.
  4. Run the query. Examine the results. Save the query and return to Design view.
  5. Add the OrderDate field and create criteria for that field so that only orders made between 7/1/2021 and 12/31/2021 are displayed. This expression will display only orders that were completed during the second half of 2021. Change the Total row to Where.
  6. Run the query and view the results. Adjust column widths to display all data. Save and close the query.

Customer Payments Query

The CEO wants the salespeople to discuss financing with customers. To assist with this, she asked you to create a query showing the impact on price for prior orders. This way, the reps can give customers a comparison with an order they have already placed. For the moment, she is considering a 5% interest rate, paid over 12 months. She wants you to leave the results as negative numbers.

  1. Create a Customer Payments query by adding the Customers, Orders, and Products tables while in Design view.
  2. Add the FirstName and LastName from the Customers table.
  3. In the third column, create a calculated field called OrderTotal that multiplies the Quantity from the Orders table by the Price Per Unit from the Products table. Change its caption to Order Total.
  4. Use the Expression Builder and the following PMT function parameters to add a new field named SamplePayment in the fourth column.
  5. Use 0.05/12 for the rate argument (5% interest, paid monthly).
  6. Use the number 12 for the num_periods argument (12 months).
  7. Use the calculated field [OrderTotal] for the present_value.
  8. Use the value 0 for both future_value and type.
  9. Change the Total row to Expression for the SamplePayment field. Note: If your version of the Access application yields an aggregate function error, change its Total row to Sum.
  10. Change the SamplePayment field’s format to Currency and its Caption to Sample Payment.
  11. Run the query and examine the results. Adjust column widths to display all data. Save and close the query.

Revenue by Sales Rep Query

The company is planning to evaluate the success of each tier of sales representative. You will provide a list of total revenue earned by each sales rep tier for years 2020 and 2021. You will add a Total row which will calculate the total revenue generated by all sales representatives.

  • Create the Revenue by Sales Rep query by adding the Sales Reps, Orders, and Products tables while in Design view.
  • Add the Title field from the Sales Rep table.
  • Add the calculated TotalRevenue field to the second column by multiplying the Quantity from the Orders table and the PricePerUnit from the Products table. Change its Caption to Total Revenue, its formatting to Currency and its Total row to Expression. Note: If your version of the Access application yields an aggregate function error, change its Total row to Sum.
  • Change the sort order so that the title tier with the highest TotalRevenue is first and the lowest TotalRevenue is last.
  • Run the query and examine the summary records of the four sales rep tiers.
  • Use the Totals option in the Home tab’s Records Group to add a total row that calculates total revenue for all four tiers. Adjust column widths to display all data.
  • Save and close the query. Close the database and exit Access.
  • Submit the Acc3Games_LastFirst.accdb file for marking.
Order Now

Get expert help for Assignment 3: Access and many more. 24X7 help, plag-free solution. Order online now!

Universal Assignment (March 9, 2026) Assignment 3: Access. Retrieved from https://universalassignment.com/assignment-3-access/.
"Assignment 3: Access." Universal Assignment - March 9, 2026, https://universalassignment.com/assignment-3-access/
Universal Assignment October 21, 2022 Assignment 3: Access., viewed March 9, 2026,<https://universalassignment.com/assignment-3-access/>
Universal Assignment - Assignment 3: Access. [Internet]. [Accessed March 9, 2026]. Available from: https://universalassignment.com/assignment-3-access/
"Assignment 3: Access." Universal Assignment - Accessed March 9, 2026. https://universalassignment.com/assignment-3-access/
"Assignment 3: Access." Universal Assignment [Online]. Available: https://universalassignment.com/assignment-3-access/. [Accessed: March 9, 2026]

Please note along with our service, we will provide you with the following deliverables:

Please do not hesitate to put forward any queries regarding the service provision.

We look forward to having you on board with us.

Most Frequent Questions & Answers

Universal Assignment Services is the best place to get help in your all kind of assignment help. We have 172+ experts available, who can help you to get HD+ grades. We also provide Free Plag report, Free Revisions,Best Price in the industry guaranteed.

We provide all kinds of assignmednt help, Report writing, Essay Writing, Dissertations, Thesis writing, Research Proposal, Research Report, Home work help, Question Answers help, Case studies, mathematical and Statistical tasks, Website development, Android application, Resume/CV writing, SOP(Statement of Purpose) Writing, Blog/Article, Poster making and so on.

We are available round the clock, 24X7, 365 days. You can appach us to our Whatsapp number +1 (613)778 8542 or email to info@universalassignment.com . We provide Free revision policy, if you need and revisions to be done on the task, we will do the same for you as soon as possible.

We provide services mainly to all major institutes and Universities in Australia, Canada, China, Malaysia, India, South Africa, New Zealand, Singapore, the United Arab Emirates, the United Kingdom, and the United States.

We provide lucrative discounts from 28% to 70% as per the wordcount, Technicality, Deadline and the number of your previous assignments done with us.

After your assignment request our team will check and update you the best suitable service for you alongwith the charges for the task. After confirmation and payment team will start the work and provide the task as per the deadline.

Yes, we will provide Plagirism free task and a free turnitin report along with the task without any extra cost.

No, if the main requirement is same, you don’t have to pay any additional amount. But it there is a additional requirement, then you have to pay the balance amount in order to get the revised solution.

The Fees are as minimum as $10 per page(1 page=250 words) and in case of a big task, we provide huge discounts.

We accept all the major Credit and Debit Cards for the payment. We do accept Paypal also.

Popular Assignments

Assignment Quantitative CASP RCT Checklist

CASP Randomised Controlled Trial Standard Checklist:11 questions to help you make sense of a randomised controlled trial (RCT)Main issues for consideration: Several aspects need to be considered when appraising arandomised controlled trial:Is the basic study design valid for a randomisedcontrolled trial? (Section A)Was the study methodologically sound? (Section B)What are

Read More »

Assignment Qualitative CASP Qualitative Checklist

CASP Checklist: 10 questions to help you make sense of a Qualitative researchHow to use this appraisal tool: Three broad issues need to be considered when appraising a qualitative study:Are the results of the study valid? (Section A)What are the results? (Section B)Will the results help locally? (Section C) The

Read More »

Assignment Topics

PS3002 Assignment TopicsDear studentsPlease choose one of the topics below. Please note that if you are repeating this subject, you cannot choose the same topic that you did previously in this subject.patellar tendinopathyinstability of the lumbar spinehamstring strainperoneal tendinopathyhip – labral tear.hip osteoarthritispatellofemoral instabilityankylosing spondylitisanterior cruciate ligament rupture (conservative management)quadriceps

Read More »

Assessment 2 – Report

Assessment 2 – Report (1200 words, 30%)PurposeTo demonstrate an understanding of the purpose and application of evidence-based dietary advice and guidelinesLearning objectives1.Review and analyse the role and function of macronutrients, micronutrients and functional components of food in maintaining health2.Understand digestion, absorption and metabolism of food in the human body and

Read More »

Assessment 2 – Individual Case Study Analysis Report

Southern Cross Institute,Level 2, 1-3 Fitzwilliam Street, PARRAMATTA NSW 2150 & Level 1, 37 George Street PARRAMATTA NSW 2150Tel: +61 2 9066 6902 Website: www.sci.edu.auTEQSA Provider No: PRV14353 CRICOS Provider No: 04078ªPage 1 of 16HRM201 Human Resources ManagementSemester 1, 2026Assessment 2 – Individual Case Study Analysis ReportSubmission Deadline: This Week,

Read More »

ASSESSMENT 2 BRIEF HPSYSD101 The Evolution of Psychology

HPSYSD101_Assessment 2_20240603 Page 1 of 7ASSESSMENT 2 BRIEFSubject Code and TitleHPSYSD101 The Evolution of PsychologyAssessment TaskAnnotated BibliographyIndividual/GroupIndividualLength2,000 words (+/- 10%)Learning OutcomesThe Subject Learning Outcomes demonstrated by successful completion of the task below include:b) Examine the significant figures, events and ideas present in the history of psychology.c) Identify and relate the

Read More »

Assessment 1 – Individual Case Study Analysis Report

HOS203 Contemporary Accommodation ManagementSemester 1, 2026Assessment 1 – Individual Case Study Analysis Report (10%)Submission Deadline: This Week, at 11:59 pm (Week 4)Overview of this AssignmentFor this assessment, students are required to analyse an assigned case study about hospitality industry relevant regulations and/or operational and accreditation failures of a hospitality organisation.

Read More »

Assessment Brief PBHL1003FOUNDATIONS OF HEALTH AND HEALTH CARE SYSTEMS

Assessment BriefPBHL1003FOUNDATIONS OF HEALTH AND HEALTH CARE SYSTEMSTitleAssessment 2 TypeEssay Due DateWeek 6 Monday 14 April 2025, 11:59pm AEST Length1000 words Weighting60% Academic IntegrityNO AI SubmissionUse Word Document – submit to Blackboard / Assessments Tasks & Submission / Assessment 2 Unit Learning OutcomesThis assessment task maps to the following Unit

Read More »

Assignment 4 – Intersection Upgrades and Interchange Station Design

CIVL5550: Civil Infrastructure DesignAssignment 4 – Intersection Upgrades and Interchange Station DesignDue: This WeekSubmission Instructions:1.Submit a report of approximately 10 pages, covering the following:Part 1: Intersection Upgrade Design•Propose upgrade schemes for two sign-controlled intersections and one signalized intersection•Use SIDRA to evaluate the performance of both the original and upgraded intersections•Use

Read More »

Assessment Brief 1

1 of 14Assessment Brief 1Assessment DetailsUnit Code Title NURS2018 Building Healthy Communities through Impactful PartnershipsAssessment Title A1: Foundations of Community Health Promotions ProjectAssessment Type ProjectDue Date Week 4, Monday, 22nd of September 2025, 11:59pm AESTWeight 40%Length / Duration 1200 wordsIndividual / Group IndividualUnit Learning Outcomes(ULOS)This assessment evaluates your achievement of

Read More »

Assignment 1 – Digital Stopwatch

Assignment 1 – Digital StopwatchThis assessment is an individual assignment. For this assignment, you are going to implement the functionality for a simple stopwatch interface as shown above. The interface itself is already provided as a Logisim file named main.circ . Your assignment must be built using this file as

Read More »

Assessment Background Country Profile

BackgroundCountry ProfileKiribati is an island nation situated in the central Pacific Ocean, consisting of 33 atolls2 and reef islands spread out over an area roughly the size of India (see Figure 1).i Yet, Kiribati is also one of the world’s smallest and most isolated country. A summary of Kiribati’s key

Read More »

Assessment 3: PHAR2001 INTRODUCTORY PHARMACOLOGY

PHAR2001 INTRODUCTORY PHARMACOLOGYAssessment 3: Case StudyASSESSMENT 1 BRIEFAssessment Summary Assessment titleAssessment 3: Case study Due DateThursday Week 6, 17 April at 11:59 Length•The suggested number of words (not a word limit) for the individual questions within the case study is as indicated at the end of each individual question. Weighting50%

Read More »

Assessment Module 1 Healthcare Systems Handout

Module 1Healthcare Systems HandoutGroup AgendasHealth Professionals: You got into health to help people. However, as an owner and operator of a multidisciplinary practice, you need to see many patients to cover the cost of equipment, technology, office and consumables, and pay your staff. The Medicare benefit doesn’t cover the rising

Read More »

Assessment 2 – Case study analysis 

Assessment 2 – Case study analysis  Description  Case study analysis  Value  40%  Length  1000 words  Learning Outcomes  1, 2, 3, 4, 5, 6, 7  Due Date  Sunday Week 9 by 23:59 (ACST)  Task Overview  In this assessment, you will choose ONE case study presenting a patient’s medical history, symptoms, and relevant test

Read More »

Assessment NURS2018: BUILDING HEALTH COMMUNITIES

NURS2018: BUILDING HEALTHCOMMUNITIES THROUGH IMPACTFULPARTNERSHIPSAssessment 1 Template: Foundation of Community Health Promotion projectOverall word count excluding the template wording (63 words) and reference list:Introduction to health issue:The case study, increase breast screening in Muslim women living in Broadmeadows,Melbourne, focuses on addressing the low participation rates in breast cancer screening amongMuslim

Read More »

Assessment EGB272: Traffic and Transport Engineering (2025-s1)

EGB272: Traffic and Transport Engineering (2025-s1)ashish.bhaskar@qut.edu.auPage 1 of 8Assessment 1A (15%) Cover PageIndividual component: 5%Group component: 10%You are expected to submit two separate submissions:Individual Submission (5%): Each student must submit their own individual report. Details of the individual report are provided in Section 3.1, and the marking rubric is in

Read More »

Assessment 3 – Essay: Assessment 3 Essay rubric

Unit: NUR5327 – Management and leadership in healthcare practice – S1 2025 | 27 May 2025Assessment 3 – Essay: Assessment 3 Essay rubricLearning Objective 5:Differentiate drivers forchange and proactively leadhealth professionalresponses to changing anddynamic environmentsFails toidentify aclear plannedchange ordoes not linkit to thestrategic plan.0 to 7 pointsIdentifies aplannedchange, butthe link

Read More »

Assessment 2 – Case study analysis 

Assessment 2 – Case study analysis  Description  Case study analysis  Value  40%  Length  1000 words  Learning Outcomes  1, 2, 3, 4, 5, 6, 7  Due Date  Sunday Week 9 by 23:59 (ACST)  Task Overview  In this assessment, you will choose ONE case study presenting a patient’s medical history, symptoms, and relevant test

Read More »

Assessment 1 PPMP20009 (Leading Lean Projects)

Term 1, 2025PPMP20009 (Leading Lean Projects)1Assessment 1 – DescriptionAssessment title Case study reportAssessment weight 40% of the unit marksReport length 3000 wordsMaximum 8 pages excluding references and appendicesReport format MS Word or PDFSubmission type IndividualSubmission due by Friday, Week 6Assessment objectiveThe purpose of this assessment item is to help you

Read More »

Assignment Maternity – Paramedic Management

Title-Maternity – Paramedic ManagementCase Study – Home Birth Learning outcomes1. Understand the pathophysiology and prehospital management of a specific obstetric condition.2. Develop a management plan for a maternity patient.3. Examine models of care available for maternity patients.4. interpret evidence that supports paramedic care of the maternity patient and neonate.5. Demonstrate

Read More »

Assignment Guidelines for Cabinet Submissions

Guidelines for Cabinet SubmissionsGENERALThe purpose of a Cabinet submission is to obtain Cabinet’s approval for a course of action. Ministers may not have extensive technical knowledge of the subject matter -and may have competing calls on their time. It is, therefore, important that Cabinet submissions are presented in a consistent

Read More »

Assignment Secondary research structure

Dissertation – Secondary Research – Possible Structure and Content GuideA front cover stating: student name, module title, module code, Title of project moduleleader, supervising tutor and word count.Abstract (optional and does not contribute to your word count)This should be an overview of the aim of the critical review, the methodology

Read More »

Assignment E-Business and E-Marketing

Module HandbookFaculty of Business, Computing and DigitalIndustriesSchool of Business(On-campus)E-Business and E-MarketingModule.2025-26􀀀Contents Module Handbook 1Contents 2Module Introduction 3Module Leader Welcome 3Module Guide 5Module Code and Title 5Module Leader Contact Details and Availability 5Module Team Tutors Contact Details and Availability 5Module Teaching 5Module Intended Learning Outcomes 5Summary of Content 6Assessment and Deadlines

Read More »

Assignment II: Computational Fluid Dynamics (CFD) Analysis of

CRICOS Provider 00025B • TEQSA PRV12080 1MECH3780: Computational MechanicsAssignment II: Computational Fluid Dynamics (CFD) Analysis ofGeneralised Cardiovascular Medical DevicesIntroduction:In this assignment, you will develop your CFD capability by analysing a benchmark casefrom a validation study sponsored by the U.S. Food & Drug Administration (FDA) and fundedby the FDA’s Critical Path

Read More »

LCRM301 Researching criminology

LCRM301 Researching criminology Worksheet 1 This worksheet will be disseminated to students in Week 3 and will assist them in the planning and development of the second assessment task: literature review. PART 1: Refining your topic The topic I am interested in is: I am interested in this topic because:

Read More »

ASSESSMENT TASK 2 – COURT APPLICATION

APPENDIX B: ASSESSMENT TASK 2 – COURT APPLICATION (30% OF FINAL MARK)General informationThis Assessment task is worth 30 marks of your final mark.The task is either making (Applicant) or opposing (Respondent) an application before the Supreme Court in your respective state based on a fact scenario, which will be uploaded

Read More »

Can't Find Your Assignment?