COM419 Web Technologies Assignment

Southampton Solent University Assessment Brief

Assessment Details

Unit Title:Web Technologies
Unit Code:COM419
Unit Leader:Darren Cunningham
Level:4
Assessment Title:Event Website
Assessment Number:AE1
Assessment Type:Practical with Supporting Documentation
Restrictions on Time/Word Count:1500 words
Consequence of not meeting time limit:The supporting documentation should not exceed the word count as stated above. Any words written after the 1500-word limit will not be taken into consideration. There is no lower word limit – You will not be penalised for submitting under the word limit
Individual/Group:Individual
Assessment Weighting:100%
Issue Date:1/4/2022
Hand In Date:13/05/2022
Planned Feedback Date:20 working days after submission
Mode of Submission:On-line via ‘Solent Online Learning’
Anonymous MarkingYes

Scenario

The bit you get to choose!

This scenario will be based around an ‘event’.

In order to try and cater towards your interests and thus spark ideas and creativity, your event can be one of the following:

  • A music festival
  • A non-music festival (basically, instead of bands have something else – i.e. comedy)
  • A convention like ‘comic con’ – obviously give it your own name and theme.

Whatever you chose it should have a ‘line-up’ of acts/guests/participants

The Scenario

It goes without saying that the pandemic was tough for the live entertainment industry and people in general.

Now, with restrictions lifted, the live entertainment industry is looking to get back on its feet and the general public are looking for things to do away from their homes.

You have been asked to develop a marketing website for an event (in line with the choice you made above).

The organisers are giving you a lot of freedom in terms of branding and design, just make sure the website is themed appropriately.

This is a promotional website – it is not a ticket selling website (assume they will use something like ticket master for that), thus you need not concern yourself with the selling or booking of tickets.

There are some core requirements that this website must have (at absolute minimum):

  • Line up – It must promote the different acts/guests that are expected.
  • Stages/categories – Like most events, this will have multiple things happening simultaneously (like how music festivals have different stages) – Our event will be no different. Themed ‘stages’/’areas’ (depending on your choice) should be represented on the website.
  • This event will take place on the 39th July through to the 31st July – This should be very clear!
  • An FAQ or advice page – Just a page to inform people of what they can do in advance (i.e., mention any possible COVID precautions)
  • A contact us page – this must have an appropriate HTML form on it.

Additional notes

Regarding the theme and layout of this website, that is up to you. Style your website as you feel appropriate – in the way that you envision when you imagine an event like this.

Take music festivals for example:

  • Reading and download traditionally go for darker themes.
  • Glastonbury goes for a more ‘earthy’ kind of theme.
  • Isle of Wight is normally a little more vibrant.
  • Bestival normally announces a theme each year and creates branding around that.

In other words, you have creative freedom over how it should look, as long as it is appropriate.

Tasks

There are two elements to this assessment:

  • A website – based on the above scenario.
  • Supporting documentation – To be submitted as a word or pdf document alongside the website.

The Website

The main element of this assessment is the development of a website based on the scenario (see previous page).

I have provided detailed grading criteria (page 4) which will state what the website must do to achieve the different grades.

You must only use the following to develop this website:

  • HTML
  • CSS
  • JavaScript
  • Node JS
    • Express
    • MySQL
    • EJS

Any technologies that were not covered in this unit will not be counted and any features developed using them will be overlooked.

(Bootstrap and JQuery, whilst mentioned in the unit, are not to be used)

Supporting Documentation

This will be a brief and concise document that will be written after you have completed your website.

It should detail the following.

  • Very clear and concise evidence that your website meets the requirements as set out in the scenario (above) and the grading criteria (below)
  • Proof that your website conforms to W3C standards (use their online validator)
  • Explanation of the client-side and server-side components used in the construction of the website.
  • Legal and ethical considerations
    • What legal considerations have been made? (Sourcing images from websites like pexels for example)
  • What makes the website accessible? (i.e. alt text on images)
  • (Where applicable) – What security considerations have been made.
  • Testing – Show basic evidence of testing (The website works on different browsers etc)

What you should submit

You will need to upload two files to Solent Online learning:

  • A .zip file containing your web project.
  • A word document or PDF containing the supporting documentation.
  • The .zip file and the word/pdf document should be uploaded as separate files.

Attention!

To speed up the marking process, it would be helpful if you:

  • Use your student ID as the name for your submitted files. For example, if your student ID is 123456 then you should submit a .zip file called 123456.zip and either a word document or a pdf called 123456.docx or 123456.pdf respectively
  • Please use port number 5000.
  • When the marker downloads your submission they will do the following to make it run – You should ensure that this will work
    • Unzip the zip file
    • Open the now unzipped project folder in VSCode
    • In the terminal run: npm install
    • In the terminal run: node index.js
    • The marker should now be able to view the website by going to http://localhost:5000

Grading Criteria

Here is what the website needs to do to:

To Achieve an F Grade

Any of the following will result in an F (or S) grade being awarded:

  • The submission does not run in a node environment, or the features are not accessible using custom URLs
  • The website uses unapproved technologies that are not in line with those listed on the previous page.
  • The website has little to no layout
  • Very poor practice has been demonstrated.
    • i.e. using deprecated HTML tags that style the page rather than CSS
  • The requirements (listed in the scenario) have not been met and/or the criteria for the D grade (below) have not been met.
  • The submitted website is very similar to a class task – has perhaps been slightly restyled or just given different content.
  • No client-side JavaScript has been added to the website at all
  • No supporting documentation has been submitted
  • A .zip file containing the website was not submitted
  • The supporting documentation is off topic or does not follow the points requested

in the ‘supporting documentation’ section of this brief.

  • The supporting documentation must be submitted outside of the .zip file and must generate a Turnitin report.
  • The use of bad, rude or offensive language/imagery. This includes its usage as

‘filler text.’

  • Lack of professionalism – Similar to the previous point. Attempts to prank the marker, redirect them to unrelated material, or otherwise hinder them from carrying out their duties.
  • Evidence of plagiarism or collusion

To Achieve a D Grade

To achieve a D grade, the website should:

  • Meet all the requirements listed in the Scenario.
  • Have a basic layout
  • Include some basic JavaScript functionality
  • A basic Express app has been set up using Node JS. The website should be navigable using routes. Templating should be used where needed.
  • At least one part of the website retrieves information from the database (i.e., line up)
  • Mostly conform to W3C standards
  • An up-to-date package.json file has been provided.
  • All functionalities should be easy to navigate to. Content that cannot be navigated to by browsing the website or content that is behind broken links will not be considered.
  • The homepage should load from the default route (i.e., the marker should be able to go to http://localhost:5000/ and the home page will load)

The above should be documented in the supporting evidence, along with along with all points mentioned on page 3 of this document (supporting documentation section).

To Achieve a C Grade

To achieve a C grade, (in addition to the D criteria) the website should:

  • Fully conform to W3C Standards
  • Be responsive to different devices and adjust well to different screen sizes. Media queries should be demonstrated.
  • Work on different browsers, specifically Chrome, Firefox and Edge
  • The form (as required in the scenario) should have some simple validation –

performed by a JavaScript

  • Retrieve data from a MySQL database and display it on the page.
    • The stages and line up information should be retrieved from the database
  • The contact us form, when submitted, should now store the information in the database.
  • An up to date .sql file has been provided in the project folder. This is important! If you don’t include it then the marker cannot recreate your database, which means your database won’t work on their machine. If it does not work, then the C criteria is not met
  • General good practice should be observed i.e.
    • an organised folder structure with images, styles and scripts separated appropriately
    • Using stylesheets appropriately and not repeating code by having an individual stylesheet for each page.

The above should be documented in the supporting evidence, along with all points mentioned on page 3 of this document (supporting documentation section).

  • Supporting documentation includes an explanation of the databases involvement on the website. It should also indicate the usage of HTTP GET and POST.

To Achieve a B Grade

To achieve a B grade, (in addition to the C criteria) the website should:

  • In general, the website should not break. There should not be errors in the developer console (on the browser or in node) as you navigate the website or use features (including the ones below)
  • An additional page should be created for an activity that you should come up with. This ‘activity’ will be interactive and involve JavaScript. It might make your life easier if you develop this for a younger audience.
    • This should be original and not taken from the internet.
    • Can be any kind of activity (i.e., a guess the picture game where you have an image covered up by squares that vanish when you click them etc.)
  • Supporting documentation is strengthened by further reading (i.e. in to accessibility or security issues)

The above should be documented in the supporting evidence, along with all points mentioned on page 3 of this document (supporting documentation section).

To Achieve an A4 or A3 Grade

To achieve an A4 or A3 grade, the website should:

  • Meet the D, C and B criteria (listed above) with no exceptions or leniency
  • Look professional – would be publishable for its intended purpose
  • Include a search feature that demonstrates AJAX
  • Include AJAX for at least one other feature.

The above should be documented in the supporting evidence, along with all points mentioned on page 3 of this document (supporting documentation section).

  • How AJAX is incorporated into your website should be included in the supporting documentation

To Achieve an A2 or A1 Grade

To achieve an A2 or A1 grade, the website should:

  • Meet the D, C, B and A4/A3 criteria (listed above) with no exceptions or leniency
  • Should have AJAX throughout – especially where database connections are involved
  • Provides an additional feature that allows for multiple years to be looked up. For example, by default the website should display this year’s line-up. However, the user should also be able to view what past events have occurred.

The user should then be able to select a year and then view the line-up for the given year.

  • The database will be needed for this.

The above should be documented in the supporting evidence, along with all points mentioned on page 3 of this document (supporting documentation section).

Learning Outcomes

This assessment will enable students to demonstrate in full or in part the learning outcomes identified in the unit descriptors.

Late Submissions

Students are reminded that:

  1. If this assessment is submitted late i.e. within 5 working days of the submission deadline, the mark will be capped at 40% if a pass mark is achieved;
  2. If this assessment is submitted later than 5 working days after the submission deadline, the work will be regarded as a non-submission and will be awarded a zero;
  3. If this assessment is being submitted as a referred piece of work then it must be submitted by the deadline date; any Refer assessment submitted late will be regarded as a non-submission and will be awarded a zero.

http://portal.solent.ac.uk/documents/academic-services/academic-handbook/section- 2/2o-assessment-principles-and-regulations.pdf?t=1534423842941

Extenuating Circumstances

The University’s Extenuating Circumstances procedure is in place if there are genuine circumstances that may prevent a student submitting an assessment. If students are not ‘fit to study’, they can either request an extension to the submission deadline of 5 working days or they can request to submit the assessment at the next opportunity (Defer). In both instances students must submit an EC application with relevant evidence. If accepted by the EC Panel there will be no academic penalty for late submission or non-submission dependent on what is requested. Students are reminded that EC covers only short term issues (20 working days) and that if they experience longer term matters that impact on learning then they must contact the Student Hub for advice.

A summary of guidance notes for students is given below:

http://portal.solent.ac.uk/documents/academic-services/academic-handbook/section- 2/2p-extenuating-circumstances.pdf?t=1534423896787

Academic Misconduct

Any submission must be students’ own work and, where facts or ideas have been used from other sources, these sources must be appropriately referenced. The University’s Academic Handbook includes the definitions of all practices that will be deemed to constitute academic misconduct. Students should check this link before submitting their work.

Procedures relating to student academic misconduct are given below:

http://portal.solent.ac.uk/support/official-documents/information-for- students/complaints-conduct/student-academic-misconduct.aspx

Ethics Policy

The work being carried out by students must be in compliance with the Ethics Policy. Where there is an ethical issue, as specified within the Ethics Policy, then students will need an ethics release or an ethical approval prior to the start of the project.

The Ethics Policy is contained within Section 2S of the Academic Handbook: http://portal.solent.ac.uk/documents/academic-services/academic-handbook/section- 2/2s-university-ethics-policy.pdf

Grade marking

The University uses a letter grade scale for the marking of assessments. Unless students have been specifically informed otherwise their marked assignment will be awarded a letter grade. More detailed information on grade marking and the grade scale can be found on the portal and in the Student Handbook.

http://portal.solent.ac.uk/documents/academic-services/academic-handbook/section- 2/2o-annex-2-assessment-regulations-grade-marking-scale.pdf?t=1534424273208

Guidance for online submission through Solent Online Learning (SOL)

http://learn.solent.ac.uk/onlinesubmission

Order Now
No Fields Found.
Universal Assignment (July 1, 2025) COM419 Web Technologies Assignment. Retrieved from https://universalassignment.com/com419-web-technologies/.
"COM419 Web Technologies Assignment." Universal Assignment - July 1, 2025, https://universalassignment.com/com419-web-technologies/
Universal Assignment June 29, 2022 COM419 Web Technologies Assignment., viewed July 1, 2025,<https://universalassignment.com/com419-web-technologies/>
Universal Assignment - COM419 Web Technologies Assignment. [Internet]. [Accessed July 1, 2025]. Available from: https://universalassignment.com/com419-web-technologies/
"COM419 Web Technologies Assignment." Universal Assignment - Accessed July 1, 2025. https://universalassignment.com/com419-web-technologies/
"COM419 Web Technologies Assignment." Universal Assignment [Online]. Available: https://universalassignment.com/com419-web-technologies/. [Accessed: July 1, 2025]

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

Nursing Ethics and Law – Henry Pearson Case Study

Nursing Ethics and Law – Henry Pearson Case Study Course Code & NameNUR1103 |Context of Professional PracticeAssessment Item and NameAssessment THREE | Case StudyAssessment Item TypeEssay/ Case studyDue Date & TimeWeek 10 | 15th March 23:59 hrsLengthEssay is 1200 words + or – 10%Marks and WeightingOverall mark is out of

Read More »

NUR3397 – Complex Care Case Study Presentation

Course Code & NameNUR3397 |Complex Care AAssessment Item and NameAssessment TWO | PresentationAssessment Item TypeIndividual oral presentationDue Date & TimeWeek 10 | 22nd April 23:59 hrsResults data will be returned to you three weeks after your submission dateLength12-15 minute oral presentation recorded to ZOOM cloud + or – 10%Marks and

Read More »

AI in Recruitment: Legal and Ethical Implications for Harmony Haven

PurposeThis assessment helps you demonstrate report-writing skills essential for HR and other professional roles. It develops your research abilities, including sourcing, reviewing, and synthesizing academic and non-academic literature. Strong report-writing skills support informed business decisions, enhancing your ability to assist managers and advance your career. AI in Recruitment: Legal and

Read More »

Youth Justice Crisis: Indigenous Incarceration in Australia

issues During Impact Root  cause Youth justice crisis ongoing Disproportionate indigenous youth incarcerations reports of abuse eg Don Dale Low age of criminal responsibility (10) – Systemic racism and overpolicing – Lack of diversion and rehabilitation pathways Word: 1000 Topic selected: Youth Justic Crisis, Assessment 1: Conflict Analysis Exercise –

Read More »

PV System Design and Energy Analysis for Residential Use

Executive Summary Provide a brief summary of the key methods and key results, max 500 words. 1.         Introduction (aims and objectives and brief description of the system studied and methods of the next sections) approximately half a page 2.         Solar irradiation analysis Provide location and data used. Provide hourly GHI,

Read More »

Assignment 3: Statistical Analysis and Recommendations for Enhancing HDI

Student Name:               Your full name Student ID:                     Your Student ID Make sure to delete the instructions!! Introduction: Include a succinct introduction at the start of your report. You may write a few sentences about purpose of this report, the type of analysis, or any other relevant information (about 50 words).

Read More »

Brian Old Age Case study Assignment

Assessment 1 – Written AssessmentAssessment TypePurposeDescriptionWritten AssignmentThe purpose of this assessment is to broaden each student’s understanding of the modulecontent using a case study and assessment toolsCase Study: Brian is an 84-year-old retired farmer in a rural area in Northern Territory. Hewas recently assessed following a minor motor vehicle accident

Read More »

Assessment name: Portfolio of planning cycle

Assessment name: Portfolio of planning cycleDue Date: Friday 13 June 11:59pmWeighting: 50%Length: 2000 wordsTask Description: This Portfolio is comprised of two tasks. You must submit your assessment as onedocument. Task 1: Anecdotal record and learning experienceAnecdotal recordView the video of pre-schoolers provided under the link “Video for Assessment 2” andcomplete

Read More »

NUR5327 Assessment 3 Assignment Help

Name NUR5327 Assessment 3 (Essay)Purpose The purpose of this assessment is to demonstrate your understanding of therolesof leadership and management in healthcare by identifying and analysinga change you have actively participated in, and how it relates to key topicssuch as interprofessional communication, evidence-based practice, and staffdevelopment.LearningOutcomes NUR5327 Assessment 3 Assignment

Read More »

Mathematics Investigation and Reflection Assignment Help

Submission: Mathematics Investigation and Reflection Assignment Help TurnitinFormat:Individual written document.Uses the current APA referencing style correctly.Length:2,000 wordsThreshold Detail:For this assessment task you must obtain at least 50% of the overall result (i.e. 25 points). If the total result for this unit is at least 50 points but you scored less

Read More »

FASS Research Proposal Template Assignment

FASS Research Proposal Template Word length2000 to 3000 wordsTitleUse a concise and descriptive title that accurately reflects the content of the proposal.Background context and significanceThis section should explain the background and context of the proposed research work,indicating the main contribution to knowledge you wish to make.Aims and objectivesInclude a clear

Read More »

Evidence to Inform Nursing Practice Assignment Help

Unit Code:   NURS12165 Unit Title:    Evidence to Inform Nursing Practice Assessment Three Type:                               Written Assessment Due date:                         Week 11: Wednesday, 28 May 2025 at 1600 (AEST) Extensions:                     Available as per policy Return date:                    Results for this assessment will be made available on Wednesday, 18 June 2025 Weighting:                       50% Length:                           

Read More »

NUR1120 | Burden of Disease and Health Equity

Assessment Item Task SheetCourse code andnameNUR1120 | Burden of Disease and Health Equity Assessment itemand nameAssessment Three | ReportDue date and time Week 11 | 22/04/2025 at 2359 hours AESTLength 1400 words (+/- 10% in each section) – includes in-text references, but not reference list.Marks out of:Weighting:80 Marks50%Assessed CourseLearning Outcomes(CLO)CLO1,

Read More »

PSY1040 Portfolio: Cultural Responsiveness & Self-Awareness

Course Code and NamePSY1040: An Introduction to Cultural Safety in PracticeAssessment Item Number and NameAssessment 2: PortfolioAssessment Item TypePortfolio PSY1040 Portfolio: Cultural Responsiveness & Self-AwarenessDue Date & TimeTuesday, 29 April 2025 (Week 12), 11:59pmLength2000 words – an average of 400 words per task.Marks and WeightingMarked out of: 100Weighting: 50%Assessed Course

Read More »

Innovative Digital App Development Report

OVERALL DESCRIPTION OF TYPE OF ASSIGNMENT Assessment 1- Type of Assignment Individual Written Report Details Individual Written Report 3,000 words (500 words of the Report is Contextualisation) Weighting of Assessment : 70% INDIVIDUAL MARK Learning outcomes assessed by Assessment: 1, 2, 3 and 4 – See Module Listings of Learning

Read More »

Tourism Trends and Investment Decisions: A Comparative Study

Assignment TaskYou are a strategist working for a major hospitality group based in Australia. The company is planninginternational expansion, and the board has asked you to compile a report to identify the most suitablelocation for the project. The board has shortlisted two international locations (which will be allocatedto you by

Read More »

EC502 Language and Literacy in the Early Years

EC502 Language and Literacy in the Early Years Unit Code/Description EC502 Language and Literacy in the Early Years Course/Subject Bachelor of Early Childhood Education Semester March 2025 Assessment Overview   Unit Learning Outcomes Addressed 1, 2, 3 Assessment Objective Assessment 1: Poster Including an Invigilated stage in Week 3. Due

Read More »

EC501 Early Childhood Learning and Development

Unit Code/Description EC501 Early Childhood Learning and Development Course/Subject Graduate Diploma in Education (early childhood) Semester S 1, 2025 Assessment Overview   Unit Learning Outcomes Addressed 1, 2, 3 Assessment Objective In this assessment, student are required to select one of the case studies provided and critically analyze the child’s

Read More »

JSB172: Professional Academic Skills

JSB172: Professional Academic SkillsAssessment: Workplace Report and Presentation Weight: 50%Due date: Friday 30th May 11:59pm Length: 1,750 words (+/- 10 %) / 5minutesPurpose/Learning Objectives:This assessment relates to Learning Outcomes 1, 2, 3, and 4: Task:Your task is to write a Workplace Report identifying how to address the topic/issue chosen or

Read More »

2015PSY Developmental Psychology Assignment

2015PSY Developmental Psychology Assignment 2025 2015PSY Developmental Psychology Assignment Assignment MaterialsAssignment Information Sheet & Marking Criteria.pdf (this document)Assignment Template.docx (template)Example Assignment.pdf (HD exemplar)Due Date: Friday 16 May, 11:59PM (Week 10)Weighting: Marked out of 100 (worth 30% of course grade)Word Count: 1,500 words maximum(inclusive of main text, headings, in-text citations; excluding

Read More »

Principles of Economics Federal Budget

Principles of Economics Short-answer Assignment V1 (20% of final mark) The assignment consists of four questions.  You should allocate at least half a page (or 250 words) to each answer or 1000 words for all four answers depending on the nature of and/or marks allocated for the question/s. You may

Read More »

LML6003 – AUSTRALIA’S VISA SYSTEM 1 (FAMILY AND OTHERVISAS)

Graduate Diploma in Migration Law LML6003 – AUSTRALIA’S VISA SYSTEM 1 (FAMILY AND OTHER VISAS) Assessment Task 2 – Semester 1, 2025 LML6003 – AUSTRALIA’S VISA SYSTEM 1 (FAMILY AND OTHERVISAS) Instructions: 1. Students must answer all questions as indicated. Make certain all answers are clearly labelled. 2. Make certain

Read More »

Construction Cadetships in the Australian Construction Industry

REPORT TOPICPrepare an Academic Report on the following:‘Construction Cadetships in the Australian Construction Industry’.The report should encompass the following: Your personal evaluation and critique of the key findings in your report including your evaluation of construction cadetships, yourfindings in relation to potential issues/problems with cadetships and your recommendations to improve

Read More »

Assessing Corporate Governance and its Significance

Assessing Corporate Governance and its Significance: A Case Study Analysis Overview: Accounting irregularities have cost investors millions of dollars and, most importantly, adversely impacted their confidence in the financial system. While there have been remarkable improvements in regulatory supervision, auditing framework and reporting transparency, young graduates must assess major corporate

Read More »

Master of Professional Accounting and Accounting Advanced

Assessment 2 – Business Case (CVP) AnalysisUnit Code/Description ACC901 Accounting for Managerial DecisionsCourse/Subject Master of Professional Accounting and Master of Professional Accounting AdvancedSemester S1 2025 Assessment Overview Unit Learning OutcomesAddressed1,2,3,4 and 5Assessment Objective The primary objective of this assessment is to assess the students’ ability to apply CVPanalysis and relevant

Read More »

Urban Design Theory Essay writing

Essays are a major form of assessment at university. Through essays, you develop your understanding of discipline-specific content, strengthen your critical thinking, and develop your ability to translate that thinking into a persuasive written form. This assignment assesses your understanding of the following Unit Learning Outcomes: 1) understand the historic

Read More »

Statutory Interpretation of Disability Discrimination in NSW Law

Foundations of Law 70102 – Assessment Task 3 – Autumn 2025Statutory Interpretation and Research ExerciseDue: Thursday 22 May 2025 by 23.59Length: 2000 words (excluding the headings Part A, Part B and Part C, footnotes andbibliography. Any additional headings that you decide to use will be included in the wordcount)Weighting: 40%Task

Read More »

Can't Find Your Assignment?