Skip to main content

Demonstrate academic skills appropriate to the level of study

ASSESSMENT BRIEF
Subject Code and Name MGT502 Business Communication
Assessment Assignment 2 – Proposal and Report
Individual/Group Individual
Length Proposal – 1000 words
Learning Outcomes This assessment addresses the following subject learning outcomes:
a) Demonstrate academic skills appropriate to the level of study
b) Demonstrate research skills and referencing appropriate to the level of study
c) Critically analyse texts and/or multi-modal material in a business context
d) Identify and apply effective communication methods within a business and academic environment
e) Evaluate the use and importance of technology in presenting business communication
Submission Proposal – by 23:59 (Sydney time) Friday of Module 4
Report – by 23:59 (Sydney time) Friday of Module 5
Weighting Proposal – 20%
Report – 30%
Total Marks Proposal – 20 marks
Report – 30 marks
Context:
Tertiary students are expected to demonstrate research skills and the ability to critically analyse the value of research sources in a business style report. This assessment is delivered in two parts, a proposal and then a business report. In the first part of the assessment you must write a 1000-word report that proposes what you will write about in your second assessment. The topic is of your choosing and will have been designed in your response to the first assessment. In the second part of the assessment you must write the report in no more than 2000 words.
MGT502 Assessment Brief 2 Digital Resource Analysis Page 1 of 3
Instructions:
Use the following structure for designing your proposal:
• Introduction – state the purpose of your proposal and list any assumptions or limitations under which your proposal is to be read
• Background – use the research you conducted in assessment 1 to clarify the topic further and state how you will apply the evidence you gathered
• Context – provide a context of the organisation that you will use in your report to demonstrate relevance or to implement your chosen strategy
• Proposal – provide a high-level outline that shows what you are intending to include in your report
The proposal document serves to provide you with a blueprint of the content for the report you will write. Following the structure from module 2, write the report. It is expected that you will demonstrate:
• A comprehensive understanding of the topic you have chosen
• Evidence of research and application of reliable and relevant evidence
• Critical analysis and the ability to develop coherent arguments
• Effective communication in the form of professional writing skills, presented in a report format, and
• Effective referencing skills Submission Instructions:
Submit the assignment through the submission box provided in Blackboard.
If this is a Turnitin submission box, remember you can submit the assignment as many times as you like before the due date in order to inspect the similarity index. You should do this and then make changes if you see where Turnitin has highlighted where citations are needed.
MGT502 Assessment Brief 2 Digital Resource Analysis Page 2 of 3
Learning Rubric: Assessment 2 – Proposal and Report
Assessment Criteria Fail
(Unacceptable)
0-49% Pass
(Functional)
50-64% Credit
(Proficient) 65-74% Distinction
(Advanced)
75 -84% High Distinction (Exceptional)
85-100%
Part A: Proposal Outline
50%
The proposal does not effective show that the writer has an understanding of their chosen topic and the background. The proposal displays an understanding of the selected topic but is largely descriptive.
The proposal accurately and succinctly displays an understanding of the selected topic.
The proposal accurately and succinctly displays an understanding of the selected topic.
The proposal expertly and succinctly displays an understanding of the selected topic.
Part A: Proposal
Structure
50%
The proposal has not
demonstrated how you
will outline the topic into a report structure.
The proposal has demonstrated a very basic outline of how you will outline your topic into a report structure.
The proposal has
successfully demonstrated how you
will outline the topic into a report structure, but is lacks some deep analysis. The proposal has demonstrated a wellstructured outline on the report topic with some further analysis.
The proposal has successfully and expertly demonstrated an analysis of how the report will be structured.
Part B: Report Writing
70%
The report is primarily descriptive, has very little or no business style and the meaning is frequently unclear. To improve you need to demonstrate basic business knowledge by further research.
The report writing generally demonstrates some business style and demonstrates a reasonable ability to discuss the topic. To improve you need to show further research and document evidence.
The report shows a reasonable understanding of business style and demonstrates a sound ability to discuss the topic. To improve you can show further analysis of the topic. The report shows a high-level of business writing style and demonstrates a good level of discussing the topic. Your work is insightful and well thought out.
The report shows skilled use of business writing style and can demonstrate outstanding ability to discuss the topic. You have shown originality of thought and need little or no improvement.
Part B: Report Structure
20%
Ideas and information are not organised according to sections expected in the report. The information is partly categorised into report sections, however this needs improving The information has been structured but would be made clearer with better organisation. The organisation and formatting of information into the report sections is very clear and organised. The use of sections is thoughtful. Information is presented in an exceptionally clear and organised manner.
Part B: Referencing
10%
There are consistent mistakes in using the required referencing style.
There are some mistakes in using the required referencing style.
There are minimal mistakes made in using the required referencing style. There are minimal formatting errors in using the required referencing style.
The are not mistakes in using the required referencing style.
MGT502 Assessment Brief 2 Digital Resource Analysis Page 3 of 3
CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com
 

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...