Skip to main content

Non-judicial review

Administrative Law Spring 2017 Research Assignment
Marks, learning outcomes and assessment criteria
This assessment is worth 30% of the final mark in this unit. The learning outcomes and assessment criteria are contained in the unit Learning Guide, pp 3-7.
Submission and penalties
Assignments must be lodged via Turnitin, and via hard copy at class or via the School of Law assignment box for Michael Head. Late assessments will be penalised by 10% per day (i.e., 3 marks per day).
Word Limit
The assignment is to be 3,000 words (plus or minus 300 words), including footnotes.
Form of assignment
The assignment is to be written as a submission to your law firm, setting out both (1) the relevant and strongest grounds of review and (2) the most advisable avenues of review available. There must be correct and full citations to the relevant legislation and case law, as per the Australian Guide to Legal Citation.
Part 1: Non-judicial review
This part requires advice on the availability of, and best options for, informal review, internal review, FOI, Ombudsman and tribunal review of the administrative decision.
A. You must outline the merits issues and legal issues that you consider relevant. Such issues must be supported by references in the footnotes to the relevant legislation, guidelines and cases.
B. Reference must be made to the legislative sections covering the procedures and application fees for these actions, and what procedures your client should expect at each step, and how long the review process could take.
Part 2: Judicial Review
This part requires advice on the possibility of challenging, via judicial review, the decision made by the original decision maker or relevant tribunal.
A. You must advise whether your client has standing, and which courts have jurisdiction.
B. You must outline the grounds that may be open to challenge the administrative decision, indicating which you think are the strongest grounds.
C. No reference is needed to the remedies that are available, but the likely time and fees of any action must be indicated.
Remember: non-judicial review is also based on the relevant legislation and cases. Any legal argument already made in Part 1 should not be repeated, but instead referred back to.
Fact Scenario
Your client, Jasmine is a WSU student who opposes the plans of the federal government to increase student fees and impose further financial cuts on universities. She applied in writing within the required time period under the Freedom of Information Act 1982 (Cth) (FOI Act) for access to (a) the federal Education Minister’s diary in a ‘weekly format’ for the three months leading up to the 9 May 2017 budget and (b) any background or briefing documents referred to in the diary relating to the preparation of the budget.
In a written notice, within the time specified by the Act, the Minister’s office refused access to the material, stating as its reasons:
(1) The diary was exempt from disclosure because its entire contents, including references to meetings with department officials and other cabinet ministers, were private, not intended for public release and did not pertain to government affairs.
(2) Even if parts of the diary were covered by the Act, it would take an estimated 600 hours to determine which parts of the diary were not exempt, and this would unreasonably interfere with the work of the Minister and unreasonably divert the resources of his Chief of Staff, who was the only person in the Minister’s office delegated to respond to FOI requests.
(3) Even if parts of the diary were covered by the Act, both the diary and any background or briefing documents referred to in the diary are exempt from disclosure as deliberative processes documents.
The notice offered Jasmine a two-day consultation period in which to consult with the Chief of Staff about possibly revising her request, provided that she come to Canberra for the consultation because the issues were too confidential to discuss on the phone or on-line.
Jasmine replied in writing, rejecting the consultation offer as inadequate, financially prohibitive and insulting, and stating that she did not wish to review her request because she was determined to expose the government’s political agenda to slash education funding.
After receiving Jasmine’s response, the Minister told parliament that she had no intention of giving Jasmine access to any documents because Jasmine was a ‘radical activist’ and a ‘socialist’ whose motives were to cause public confusion, embarrass the government and incite a rebellion among students.
Jasmine now wants to challenge the decision by the Minister’s office to refuse her FOI requests.
This assignment requires research to find the relevant legislation, guidelines and cases. In your submission, you must examine, apply or distinguish all applicable cases, including (but not limited to) the following decisions:
Dreyfus and Attorney-General (Commonwealth of Australia) (Freedom of Information) [2015] AATA 995
The Australian and Prime Minister of Australia [2016] AlCmr 84
Paul Farrell and Prime Minister of Australia (Freedom of Information) [2017] AlCmr 44
END OF ASSIGNMENT
CLICK HERE TO GET A PROFESSIONAL WRITER TO WORK ON THIS PAPER AND OTHER SIMILAR PAPERS, GET A NON PLAGIARIZED PAPER FROM OUR EXPERTS……

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 ...