ICTWEB514 Student Assessment Pack(1)

docx

School

Victoria University *

*We aren’t endorsed by this school

Course

514

Subject

Civil Engineering

Date

Apr 3, 2024

Type

docx

Pages

25

Uploaded by DeaconResolve13469

Report
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Unit Result Sheet This form is to be completed by the assessor and is used to record the student assessment Outcome/result for each Unit of Competency. All student submissions (Outlined below) are to be attached to this sheet before placing on the student academic file. Student results are not to be entered into the Student database unless all relevant paperwork is completed and attached to this sheet. Students must complete all assessment tasks as satisfactory (S) to be Competent (C) Student Use Student ID No NTCA230483 Student Name Mandeep Kaur Unit Code ICTWEB514 Unit Ti t le Create dynamic web pages A s s es s or U s e O n l y Initial Submission Re-Submission Please attach the following documentation to this sheet Assessment Outcome Re Assessment Outcome Assessment 1 Written Assessment S NS NA S NS NA Assessment 2 Project S NS NA S NS NA Final Assessment Result for this uni t: C / NYC Comments: A s s ess o r : I declare that I have conducted a f air , valid, reliable and flexible assessment with t his student, and I have provided appropriate f eedback. Assessor Name: Signature: Date: Student Declaration: I declare that I have been assessed in this unit, and I have been advised of my result. I am also aware of my appeal rights. Name: Mandeep Kaur. Signature Mandeep Kaur Date: Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 1 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: ICTWEB514 Create dynamic web pages Assessment Tool Assessment Resource Summary Assessment Type This is a summative assessment, which requires the assessment to be conducted in conditions that are safe and replicate the workplace Assessment Tasks Unit Assessment Task 1 Written Assessment Unit Assessment Task 2 Project Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 2 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Assessment Cover Sheet Please complete cover sheet clearly and accurately for assessment tasks and other types of evidence you submit for your course. All student assessment tasks submissions including any associated checklists where applicable, are to be attached to this cover sheet. Student Use Student ID No NTCA230483 Student Name Mandeep Kaur Unit Code ICTWEB514 Unit Title Create dynamic web pages Assessment No. 1 Assessment Method Written Assessment Initial Submission Re-Submission Student Declaration I declare that: These tasks are my own work. None of this work has been completed by any other person These tasks are not plagiarised or colluded with any other student/s. I have correctly referenced all resources and reference texts throughout these assessment tasks. I have read and understood NTCA’s policy on Plagiarism, cheating and collusion and understand that if I am found to be in breach of this policy, disciplinary action may be taken against me by NTCA. I have a copy of my assessment work with me, which I can produce if the original is lost. Student Signature: Mandeep Kaur Submission Date: Assessor Use Only Outcome Satisfactory / Not Satisfactory Assessor Feedback: Assessor Name: Signature: Date: Student Submission Receipt: Your submission has been received. Please keep a copy of this record. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 3 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Student ID & Name : ……………………………….…………………….….. Submission Date: ………………….. ……………………………. Unit Code : ………………………………..……………… Assessment No & Method: ……………………………………..….…….. …………. Initial Submission Re-Submission Received By (Name): …………………………………….…. Signature: …………………..……….. Date: ………………….. ……………….. The results will be updated within twenty-one (21) days from your final submission . Please check your student portal regularly to make sure that your results are updated. If there are any discrepancies, please discuss with the Trainer/Student Support Officer. Assessment Task 1: Written Assessment Task instructions This is an individual assessment. The purpose of this assessment task is to assess the students’ knowledge essential to work and communicate effectively in an ICT environment in a range of contexts and industry settings. To make full and satisfactory responses you should consult a range of learning resources, other information such as handouts and textbooks, learners’ resources and slides. All questions must be answered in order to gain competency for this assessment. You may attach a separate sheet if required. You must include the following particulars in the footer section of each page of the attached sheets: o Student ID or Student Name o Unit ID or Unit Code o Course ID or Course Code o Trainer and assessor name o Page numbers You must staple the loose sheets together along with the cover page. You must attach the loose sheets chronologically as per the page numbers. This is the first (1) unit assessment task you have to successfully complete to be deemed competent in this unit of competency. The Written Assessment is comprised of Twenty-One (21) written questions. You must respond to all questions and submit them to your Trainer/Assessor. You must answer all questions to the required level, e.g. provide the number of points, to be deemed satisfactory in this task. You will receive your feedback within two weeks - you will be notified by your Trainer/Assessor when results are available. Questions: Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 4 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Question 1 : Write in your own 100-150 words, the difference between http:// and https://. Ans. HTTP (Hypertext Transfer Protocol) is the foundation of data communication on the web, transmitting information in plain text. HTTPS (HTTP Secure) is the secure version of HTTP, encrypting the data transmitted to protect sensitive information like login credentials and payment information from interception. Question 2 : Explain how can you maintain session state in the web tier? (50-100 words) Ans. Session state in the web tier can be maintained using cookies, session variables, or URL rewriting. These methods store user-specific data across multiple HTTP requests, ensuring a continuous user experience during a web session. Question 3 : Explain how HTTP Protocol is stateless by design? (50-100 words) Ans. HTTP is stateless by design, meaning each request from a client to a server is independent; the server doesn't retain user information between different requests. This design simplifies server design but requires additional methods, like cookies, to maintain state. Question 4 : Summarise in 30-60 words the explanation of each of the following concepts: 4.1. Authentication- Verifying the identity of a user or system. 4.2. Hypertext transfer protocol (HTTP)- A protocol for transferring hypertext requests and information on the web. 4.3. Session management- Handling the exchange of information throughout a user's session on a website. 4.4. Stateless programming- A design approach where each transaction is independent and doesn't rely on previous interactions. 4.5. Web security- Measures and protocols to protect websites and web applications from cyber threats. Question 5: Answer the following questions regarding “programming control structures”: 5.1. Prepare a list of four “programming control structures”. – If-else statements - Loops (for, while) - Switch-case statements - Function calls 5.2. How else “programming control structures” are known as? - They are also known as "flow control structures. Question 6: What are the three (3) types of CSS? Ans. 1. Inline CSS 2. Internal CSS 3. External CSS Question 7: Discuss three (3) strategies for designing cross-browser compatible and responsive websites. Ans. 1. Use responsive design principles. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 5 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: 2. Employ CSS resets for uniform styling. 3. Conduct extensive cross-browser testing. Question 8 : Prepare a list of three main web-browsers you must use to test your website. Ans. 1. Google Chrome 2. Mozilla Firefox 3. Microsoft Edge Question 9: What are syntax and semantics of a programming language? Answer using 20-40 words. Ans. Syntax refers to the rules and structure of code, while semantics is about the meaning and logic behind the code. Question 10: What is difference between client and server-side scripting? Answer using 20-40 words. Ans. Client-side scripting runs on the user’s browser for frontend interaction. Server-side scripting runs on the server, handling backend processes. Question 11: What are the most popular server-side scripting languages and framework? Answer using 20- 40 words. Ans. Python (Django, Flask) JavaScript (Node.js) PHP (Laravel) Question 12: What is data storage requirements? Answer using 20-40 words. Ans. Data Storage Requirements refers to the capacity, performance, and type of data storage needed to efficiently store and manage digital information. Question 13: Why is data storage important? Answer using 20-40 words. Ans. Essential for preserving information integrity, enabling data retrieval, and supporting business continuity and decision-making. Question 14: What are the four (4) debugging techniques? Ans. 1. Code review 2. Logging Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 6 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: 3. Breakpoints 4. Automated testing Question 15: Explain debugging tools using 30-60 words? Ans. Debugging tools are software applications used to test and debug program code. They help identify, isolate, and fix programming errors or bugs. Question 16: Identify four (4) coding techniques currently in practice. Ans. 1. Object-Oriented Programming 2. Functional Programming 3. Procedural Programming 4. Test-Driven Development Question 17: What are different types of coding? Identify three (3) types. Ans. 1. Procedural Coding 2. Object-Oriented Coding 3. Event-Driven Coding Question 18: Identify three (3) items you must consider while planning, implementing, and monitoring the cyber security procedures and protocols. Ans. 1. Regular risk assessments 2. Implementation of strong access controls 3. Continuous monitoring and updating of security protocols Question 19: What are the 4 types of cyber-attacks that you must consider to assess the effectiveness of your cyber security procedures and protocols. Ans. 1. Phishing attacks 2. Ransomware attacks Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 7 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: 3. Denial-of-Service (DoS) attacks 4. Malware attacks Question 20: Explain the web development standards to build dynamic websites using 30-60 words. Ans. Web development standards ensure accessibility, responsiveness, and compatibility across various browsers and devices for dynamic websites. Question 21: Identify three (3) organisational and legislative procedures that apply on building dynamic websites. Ans. 1. Data protection and privacy laws (like GDPR) 2. Accessibility standards (like WCAG) 3. Security compliance standards (like ISO/IEC 27001) Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 8 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Assessor Checklist: Assessment Task 1 (Written Assessment) Questions Satisfactory Q1. Yes No Q2. Yes No Q3. Yes No Q4. Yes No Q5. Yes No Q6. Yes No Q7. Yes No Q8. Yes No Q9. Yes No Q10. Yes No Q11. Yes No Q12. Yes No Q13. Yes No Q14. Yes No Q15. Yes No Q16. Yes No Q17. Yes No Q18. Yes No Q19. Yes No Q20. Yes No Q21. Yes No Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 9 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Assessment Cover Sheet Please complete cover sheet clearly and accurately for assessment tasks and other types of evidence you submit for your course. All student assessment tasks submissions including any associated checklists where applicable, are to be attached to this cover sheet. Student Use Student ID No NTCA230483 Student Name Mandeep Kaur Unit Code ICTWEB514 Unit Title Create dynamic web pages Assessment No. 2 Assessment Method Project Initial Submission Re-Submission Student Declaration I declare that: These tasks are my own work. None of this work has been completed by any other person These tasks are not plagiarised or colluded with any other student/s. I have correctly referenced all resources and reference texts throughout these assessment tasks. I have read and understood NTCA’s policy on Plagiarism, cheating and collusion and understand that if I am found to be in breach of this policy, disciplinary action may be taken against me by NTCA. I have a copy of my assessment work with me, which I can produce if the original is lost. Student Signature: Mandeep Kaur Submission Date: Assessor Use Only Outcome Satisfactory / Not Satisfactory Assessor Feedback: Assessor Name: Signature: Date: Student Submission Receipt: Your submission has been received. Please keep a copy of this record. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 10 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Student ID & Name : ……………………………….…………………….….. Submission Date: ………………….. ……………………………. Unit Code : ………………………………..……………… Assessment No & Method: ……………………………………..….…….. …………. Initial Submission Re-Submission Received By (Name): …………………………………….…. Signature: …………………..……….. Date: ………………….. ……………….. The results will be updated within twenty-one (21) days from your final submission . Please check your student portal regularly to make sure that your results are updated. If there are any discrepancies, please discuss with the Trainer/Student Support Officer. Assessment Task 2 - Project Task instructions This is the second (2) assessment task you have to successfully complete to be deemed competent in this unit of competency. This assessment task requires you to complete a project. You are required to perform the following activities in this assessment task: o Prepare a project proposal. o Prepare a website. o Test and debug the web document functionality. You will receive your feedback within two weeks - you will be notified by your trainer/assessor when results are available. You must attempt all activities of the project for your trainer/assessor to assess your competency in this assessment task. This assessment task requires you to assume/ take on the role of a Website Developed. You must analyse the client requirements to prepare and debug website. You must prepare project proposal as per the provided template. Project Students are required to perform the following activities in this assessment task: a. Prepare a project proposal b. Prepare a website c. Test and debug the web document functionality The project is to assess the skills and knowledge required to develop interactive and engaging website, using a range of features from various, appropriate languages. To complete this activity students are required to participate in a meeting using the template provided: When conducting the meeting, you are required to: Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 11 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Greet the team members. Discuss the following: o Prepare to create dynamic web pages o Create dynamic content o Test and finalise dynamic web pages Ensure the understanding of the team members. Gather feedback from the team members. o Use listening and questioning to elicit the views of others and to clarify or confirm understanding Discuss the roles and responsibilities of the team members. The team member will: Clarify their doubts of the team members Provide feedback on the improvements required After the meeting, you are then required to: Prepare the meeting minutes template. Complete the assessments activities, as mentioned. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 12 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Meeting agenda template: Date/Time: 13 Sep 2023 Location: Classroom Chairperson: Mandeep Kaur Meeting Attendees: Full names and roles Mandeep Kaur, Avtar Singh, Sukhraj Kaur, Gurmeet Singh Agenda Item/Topic Discussion/Outcomes Action Officer Due Date Welcome Opening remarks and introduction of the meeting's objectives. Mandeep Kaur 20 Sep 2023 ( Agenda item 1) Topic? Preparing Dynamic Web Pages/ Outline the process and requirements for creating dynamic web pages. Team Member 20 Sep 2023 ( Agenda item 2) Topic? Creating Dynamic Content/ Discuss strategies for generating engaging and dynamic content. Team Member 20 Sep 2023 ( Agenda item 3) Topic? Testing and Finalizing Web Pages/Establish protocols for testing and finalizing web pages. Team Member 20 Sep 2023 Summary Overall Summary Decision/s Action/s if any ( Recap of discussions and decisions.) Team Member 20 Sep 2023 Next Meeting time/date 25 Sep 2023 Meeting closed at: Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 13 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Minutes are a true and accurate record of the meeting Approved/confirmed by whom? Chairperson 13 Sep 2023 Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 14 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Meeting minutes template: Minutes of Meeting Meeting Objective: To discuss and plan the creation, testing, and finalization of dynamic web pages for the project. Attendees: Mandeep Kaur, Avtar Singh, Sukhraj Kaur, Gurmeet Singh Venue: Classroom Date: 13 Sep 2023 No. Points Discussed Actions Suggested Target Date 1. Welcome and Introduction Introduction to the meeting's purpose by [Chairperson]. 20 Sep 2023 2. Preparing Dynamic Web Pages Plan the creation of dynamic web pages. Assign tasks to [Team Member]. 20 Sep 2023 3. Creating Dynamic Content Strategy for generating dynamic content discussed. [Team Member] to lead content creation. 20 Sep 2023 Signature of attendee 1: Signature of attendee 2: Mandeep Kaur Avtar Singh Signature of attendee 3: Signature of attendee 4: Sukhraj Kaur Gurmeet Singh Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 15 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 16 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Assessment activity a In this assessment activity, you are required to prepare a project proposal. Your project proposal and website must be based upon the following scenario: Scenario: A commercial winery would like an e-commerce Website with checkout facilities, which could be used to e- market and e-sell all its range of red and white wines and associated products including coolers, openers etc. They also require home page, site map, blogs and contact us page on their website. They have provided you the following instructions to develop the website: 1. They need a universal navigation panel on their website for all web pages. 2. They want you to select a template that complements their business slogan “The best drinks in the town.” The slogan should appear on each page under the website logo. 3. Images used should be available “free to use” and/or “labelled for reuse” and do not breach any copyright or license. 4. Detailed description for all the services organization offers need to be included on the respective webpages. Information on each webpage should be between 200 to 250 words. 5. Checkout requires user to enter their contact information and shipping address. 6. You must include username, email address, password, confirm password, first name, last name, gender, full address including street, suburb, postcode, and state, phone number and submit and reset options. 7. You must provide appropriate validation requirements in terms of characters required for each of the above-mentioned fields. 8. Mouseover and mouse out styles should be included for submit and reset buttons. 9. Assuming your trainer/assessor as the client, you are required to gain client approval on project proposal, development of website and testing and debugging the web document functionality. 10. You must test the website and code in a variety of web browsers for responsiveness and accessibility. Requirements: Before you develop the website, you must prepare a project proposal. Your project proposal must be approved by your trainer/assessor before you start working on your website. Your project proposal must determine the following: Necessary dynamic functionality required in terms of special purpose tools, equipment and materials, industry software packages, the web server, the client requirements, the security policy, functionality, and scope requirements after analyzing the requirements mentioned in the scenario. Appropriate language required to achieve that functionality. Prepare a website design brief for each webpage. Necessary web document requirements Website design analysis The proposal should also contain as a minimum, the following “Project Management Deliverables”: Project Charter Kick-Off Meeting Minutes Stakeholder Analysis Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 17 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Preliminary Project Scope Statement and functional requirements Level 1 – Work Breakdown Structure (WBS) You must document your response in the project proposal template provided. (Template 1) You must speak with your trainer/assessor to confirm project brief and project proposal. You need to: Use oral skills to conduct the presentation by discussing the requirements. Use listening skills to record the responses. You must confirm whether the project proposal have been developed successfully, and to undertake any remedial work based on feedback received from your trainer/assessor. You must submit the copy of your final project proposal to your trainer/assessor for this assessment activity. Template 1: Project proposal template Purpose Provide a statement about the purpose of this document. The purpose of this document is to outline the development of a dynamic, responsive e-commerce website for a commercial winery, focusing on marketing and selling a range of wines and related products. Working Title for the Proposed Project The working title is an interim title. It may change once the project is approved . Include both the abbreviation and long title. The working title for the project is the Winery Online Marketplace (WOM)”. Project Charter An objective is a high-level description or statement of the overarching rationale for why the project is being conducted and should be directly related to the Corporate Objectives and the business driver(s) for the project. It focuses on what the project is going to achieve, rather than what is produced. A project can have one or more objectives, which do not need to be measurable. Each should be listed as a single sentence. The objective of the Winery Online Marketplace Project is to create a comprehensive, user-friendly e- commerce platform that effectively showcases and sells wines and wine-related products, aligning with the winery's brand image and business slogan. Project Complexity Provide a statement as to the expected complexity of the proposed project as well as an outline of how you have made this assessment. This information provides stakeholders/senior management with the opportunity to discuss and agree the complexity of the project. If it is decided the project is complex, a fully documented Business Case may be required. This project is of moderate to high complexity, involving intricate web design, e-commerce integration, dynamic content creation, and ensuring compliance with copyright and licensing for images. The complexity assessment is based on the multifaceted nature of web development, user experience design, secure checkout processes, and cross-browser compatibility. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 18 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Feasibility Statement The project is feasible with the organization's current resources and expertise. It requires a coordinated effort in web development, design, and content management to deliver a quality e-commerce solution within the proposed timeline. Consultation Provide a summary of any consultation with stakeholders undertaken to date and their respective levels of support for the concept. Initial negative support may indicate increased risk for the proposed project. Kick-Off Meeting Minutes Stakeholder Analysis Include minutes from the initial project meeting, documenting the discussions and decisions made. Perform an analysis of all stakeholders involved in the project, based on the case study information. 1. Proposed Scope Based on the information outlined above, begin to scope the project that will implement the recommended option and describe how the project will be managed. Ans. Define the scope of the project, detailing what will be implemented and how the project will be managed. 2. Scope Definition Outline the broad scope of the proposed project, including any assumptions or constraints that may be relevant. Ans. Document any assumptions made during the planning phase and outline the scope of work clearly. Table <n>: <Project> Proposed Scope Element Detail Objective To develop a dynamic e-commerce website for the commercial winery that facilitates the online marketing and selling of their wine products and accessories. Outcome Increased online sales and market reach, improved customer engagement, and streamlined online purchasing process. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 19 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Output A fully functional e-commerce website with home page, product pages, a universal navigation panel, blog, site map, contact page, and checkout facilities. Quality Criteria The website must be responsive, user-friendly, secure, and comply with all legal requirements for e-commerce, including copyright laws for images and data protection regulations. Assumptions It is essential that assumptions made during the planning process are recognized and recorded, for example resource availability, environment, technology, security etc. The main assumptions are: Resource Availability : The project team will have access to the necessary technical and human resources throughout the project lifecycle. Technology : The current technological infrastructure is sufficient to support the development, hosting, and maintenance of the e-commerce platform. Security : Adequate security measures are available and can be implemented to safeguard the website and user data, in compliance with relevant cybersecurity standards and privacy laws. Market Conditions : The demand for purchasing wine and related products online will continue to grow or remain stable. Supplier and Logistics : The winery has reliable suppliers and logistics in place to handle an increase in sales volume due to the new e-commerce platform. Scope of Work The scope of work is defined as the processes that are required to produce the project outputs. The following table initially identifies all of the project work that clearly falls within the scope of the project, that which is outside the scope, and any work that requires further consideration. Table <n>: <Project Title> Scope of Work Part of the Project (Inside Scope) Responsibility Not Part of the Project (Outside Scope) Responsibility Uncertain or Unresolved Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 20 of 25
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Web Design and Development Web Development Team Product Manufacturin g Winery Production Department Integration with existing Inventory Management Systems Content Creation Marketing Team Physical Shipping and Handling Logistics Partner Selection and procurement of third-party e-commerce tools Secure Checkout System IT Security Team In-person Sales Retail Staff Real-time shipping cost calculation based on user location Testing and Quality Assurance QA Specialists Warehouse Management Warehouse Staff User training and support post-launch SEO and Digital Marketing Digital Marketing Team Retail Store Management Store Managers Legal compliance and data protection measures Work breakdown structure Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 21 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Performance Criteria/Performance Checklist Your task must address the following performance criteria/ performance checklist. To be assessed as satisfactory (S) in this assessment task the participant needs to demonstrate competency in the following critical aspects of evidence S N/S Trainer/Assessor to complete (Comment and feedback to students) a) Prepared project proposal using the template provided. b) Project proposal was based on the client requirements. c) Project proposal determined the necessary dynamic functionality required in terms of special purpose tools, equipment and materials, industry software packages, the web server, the client requirements, the security policy, functionality and scope requirements after analysing the client requirements. d) Language used was appropriate to achieve the functionality. e) Necessary web documents were established. f) Website design analysis was conducted and documented. g) Project Charter was in line with the specified client requirements. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 22 of 25 Deliverable Based Example WBS <Project Name> (1) Function 1 (1.1) Deliverable One (1.1.1) Work Package One (1.1.2) Work Package Two (2) Function 2 (2.1) Deliverable One (2.1.1) Work Package One (3) Function 3 (3.1) Deliverable One (3.2) Deliverable Two (3.3) Deliverable Three (4) Function 4 (4.1) Deliverable One (4.2) Deliverable Two (4.2.1) Work Package One (5) Function 5 (5.1) Deliverable One (5.2) Deliverable Two (5.2.1) Work Package One
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: h) Kick-off meeting minutes were included in the project proposal. i) Stakeholder analysis was conducted and was based on given case study. j) Project scope defined the project that will implement, the recommended option and described how the project will be managed k) Included any assumptions and scope of project was documented. l) Work breakdown structure was effective and was in line with the client requirements. m) Confirmed project brief and proposal with the trainer/assessor. Used oral skills to conduct the presentation by discussing the requirements Used listening skills to record the responses Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 23 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Assessment activity b This assessment activity is in in continuation to the previous assessment activity. In this assessment task, you are required to develop a website. You must use produce dynamic web pages that include both client and server-side dynamic content to create efficient and effective code to meet technical requirements. Your website should include: Web-pages according to the requirements and functionality specified in the project proposal. Layout should be consistent and responsive to different viewport sizes Main section takes up 80% of the screen width, and the aside section takes up 20% of the screen width. Mouseover and mouseout styles have been applied using JavaScript for buttons and links. Performance Criteria/Performance Checklist Your task must address the following performance criteria/ performance checklist. To be assessed as satisfactory (S) in this assessment task the participant needs to demonstrate competency in the following critical aspects of evidence S N/S Trainer/Assessor to complete (Comment and feedback to students) a) Produced dynamic web pages that include both client and server-side dynamic content to create efficient and effective code to meet technical requirements b) Web pages prepared were in accordance with the client specifications and functionality specified in the project proposal. c) Layout was consistent and responsive to different viewport sizes. d) Website pages main section took 80% of total proportion of the screen and the 20% was kept aside as screen width. e) Mouseover and mouseout styles were applied using JavaScript for buttons and links. Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 24 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Level 11, 190 Queen St, Melbourne, 3000 Tel: 03 9606 0032 | Web: Assessment activity C This assessment activity is in in continuation to the previous assessment activity. In this assessment task, you are required to test and debug the web document functionality in a variety of web browsers (at least three (3)). Using the project proposal developed in the assessment activity a, you are required to test your website to ensure that all requirements have been met. You must confirm whether the website and all of its functionalities have been developed successfully, and to undertake any remedial work based on feedback received from your trainer/assessor. You must submit the copy of your website to your trainer/assessor for this assessment activity. Performance Criteria/Performance Checklist Your task must address the following performance criteria/ performance checklist. To be assessed as satisfactory (S) in this assessment task the participant needs to demonstrate competency in the following critical aspects of evidence S N/S Trainer/Assessor to complete (Comment and feedback to students) a) Tested and debugged the web document functionality in a variety of web browsers (at least three (3)).   b) Considered the client requirements when testing the functionality of the website. Navigation panels were tested. Slogan was checked if it appears on each page. Tested the username, email address, password, confirm password, first name, last name, gender, full address including street, suburb, postcode, and state, phone number and submit and reset options. Mouseover and mouseout styles were tested for submit and reset buttons.   c) Confirmed whether the website and all of its functionalities have been developed successfully.   d) Undertook any remedial work, if required, based on feedback received from your trainer/assessor.   Document: ICTWEB514 Student Assessment Pack | Version: 1.1 | Page 25 of 25
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help