SlideShare a Scribd company logo
1 of 21
ITECH2000 Mobile Development Fundamentals
Assignment 1: AppInventor App
Overview
You will implement in AppInventor a multi-screen app for an
airline company which uses a range
of components and persists data between executions.
You may be required to attend an interview with the marker to
answer questions about your
work before they will mark your submission.
Timelines and Expectations
Percentage Value of Task: 25% (of final semester mark for this
course)
Final Due Date: 11:59pm, Sunday, 12th May, 2019 (end of
Week 8) – after this date, there is a
penalty each day.
Cut-off Date: 11:59pm, Sunday, 18th May, 2019 – after this
date, work will not be accepted
Minimum time expectation: 10 hours
Maximum time expectation: 30 hours – Most students do not
require this much time.
Learning Outcomes Assessed
This assignment has been designed to enable you to demonstrate
your learning in regards to
the following outcomes of the course:
K1. Understand constructs typical of many programming
languages such as: variables,
expressions, assignment, sequence, selection, iteration,
procedures, parameters,
return values.
A1. Design, develop, test and debug mobile apps from a given
textual program
specification.
S1. Analyse the input, processing and output needs of small
programming problems.
S2. Design code sequences to realise algorithms in a
programming language.
S3. Design basic user interfaces and develop storyboards to
convey designed
interaction sequences.
In particular, the assignment has been designed to help give you
further experience in using
AppInventor, and to assess your attainment of a range of the
learning objectives from weeks 2
through to 6 of the semester.
Getting Assistance and Clarification:
If any part of the task is unclear to you, or you are not quite
sure how to do some aspect of the
task, you should either contact your lecturer directly (via email,
or in person while they are in
class), or else post a question to the Discussion Forum on
Moodle. However, any questions
posted to the forum on Moodle should not include any actual
things that you plan to submit
(such as screenshots of code you might want to submit), but
should instead be asked in a
more general way, e.g. asking about a technique, or a similar
situation to what you need for
the assignment.
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !1 9
Assessment Details
You need to do create a functioning app that does the described
functionality (listed later) for the
following scenario:
Scenario:
The app you will be developing will be used by event bookers
who are promoting social gatherings.
e.g. LAN Parties, Board Game Nights
The event organiser has a range of events. Customer can book a
seat on a table at an event, and if
circumstances change they can remove their reservation at a
later time, but not when it is less than 1
day before the event.
The event organisers want you to make an app that can be used
to store seat reservation information,
and the arrival times of people at the event.
The “Requirements” listed below will help to explain what
functionality the app needs to achieve. If you
feel you cannot achieve a particular feature, then please try the
other features and then come back to
it. Remember that you can ask the lecturer questions by email to
clarify what is meant by any of the
following requirements.
To get full marks you will need to ensure that you have made
use of each of the following components
or constructs somewhere in your app:
• a Notifier
• a Spinner or ListView (or both)
• a CheckBox
• Labels
• TextBoxes
• Buttons
• A Clock and instants
• HorizontalArrangement or TableArrangement (or both)
• a TinyDB component to gain access to persistent data stored in
a database.
• the list construct
• a repetition construct
• a decision construct
• a boolean (AND or OR) expression.
• Procedures you have defined using the ‘to do’ or ‘to do …
result’ blocks.
Please read through all of the requirements before you
commence the work, so you get a full
sense of what is required to be done.
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !2 9
Level 1 – Compulsory Tasks
I expect all students should be able to complete all the
requirements in Level 1. By completing these
requirements, you should definitely get a ‘pass’ grade for the
assignment, provided you have done
things the correct and intended way.
Requirement 1: There must be a welcome screen
This screen should be the first one presented to the user when
they start your app – thus it needs to
be done on “Screen1”. The screen needs to have mechanisms to
get to the various other functions
that are offered by the app.
Requirement 2: Obtain information about a customer
It must be possible to enter the details of a new customer into
the app. The customer might make
several reservations for different events, or even just one event.
However, before a reservation can be
made, the customers details need to be input into the app.
The following details need to be input:
• The email of the customer
• The name of the customer
• A 5 digit reference code that does not start with zeros
(e.g. 10000 is the smallest acceptable value).
• Whether the customer is an adult
There must be a specific screen where the user will enter this
information. After validating the input,
the screen should pass the inputted information to the prior
screen (the screen we were at before we
came to this screen for input). This screen should not store the
information anywhere – it must return
the information to the prior screen.
Requirement 3: Let customers book seats at an event
For this assignment, let us assume that a table has only 4 seats –
this will make it easier for you to
think about.
To start solving this requirement, assume that there is just one
event with a table.
(See Level 2 requirements for allowing other tables).
When the staff user chooses to register for an event, the app
should show the current seat holders
and event start and end time. It should ask which seat to give to
the user. It should provide a way to
choose one of the existing user and to record the reservation as
being for that person.
We need to make sure that the person is not already booked to
be on the table or any other table –
they can only book one seat per event.
For example, pretend that these are the customers already
entered in to the system by requirement 2:
• Elon Musk
• Jeff Who
If Elon Musk has already booked seat #3 of the event table #1,
then Elon Musk cannot book any of the
others. If Jeff Who has not booked any seat yet (but Elon Musk
has table #1 seat 3 ), then Jeff Who
can book either seat 1, 2 or 4.
When the details have all been provided about who is making
the reservation, and which seat they
want to book, then there must be a way to confirm the
reservation – to tell the app to store the
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !3 9
reservation so that we know from now onwards, that the
customer has booked that seat at the event
on a specific table.
We do not want to be entering the customer’s personal details
here. Requirement 2 is where the
customer’s personal details are entered. So you must make sure
that the customer who wants to
make a reservation has already been entered into the app before
we come here to make the
reservation.
NOTE: If there are no seats available on the event table, you
should warn the user so that they do not
try to give a seat to a customer.
Requirement 4: Allow customers to cancel a reservation
A customer is allowed to cancel their reservation. You need to
provide a way in the app, for removing
the customer’s reservation – the seat will become available to
any customer (including the same
customer if they choose to book a seat in the future).
Requirement 5: Show summary information about a event
There must be a screen which will display summary information
about a event.
It needs to tell the user the following things:
• The amount of tables
• The event location in address form
• The number of seats that are reserved.
• The number of seats that are available.
• The amount of adults versus underage attendees.
Requirement 6: Information about customers details, must
persist between separate uses of
the app
The details about customers from requirement 2, should only
ever need to be entered once. If I enter
Elon Musk’s details today, close the app, restart the phone
tomorrow, and start the app, Elon Musk’s
details should still be known to the app – we should still be able
to book a seat on a flight for Elon
Musk.
You should use TinyDB to achieve this. Do not use a File.
Requirement 7: Information about customers who are booked
for events, must persist between
separate uses of the app
The details of all the reservations of seats, made during
requirement 3, and possibly changed by
requirement 4, need to persist. For example, if today I book
Elon Musk and Jeff Who seats on the
same table at an event, close the app, restart my phone
tomorrow and restart the app, they should
both have reservations for the same seats as today. If Jeff Who
cancels his seat tomorrow, then when
I start the app the day after tomorrow, it should still show that
Elon Musk has his seat booked, but Jeff
Who’s seat should be available.
You should use a File for this.
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !4 9
Level 2 – More complicated Tasks
Some students may find these tasks harder. We do not expect
everyone to achieve all of these tasks,
but if you do, you will probably receive a higher grade.
Level 2 is about allowing the app to work for multiple different
events. For example, one evebt could
be a LAN Party, but another event could be Paintball Event, and
another event could be hiking trip.
Requirement 8: Create a new event
To achieve this requirement you must let the user create a new
event. They must specify the location,
time start and end of the event. They must be able to specify the
name of the file which will be used to
store the reservations details for that event. The customer
details (such as their email or their adult
status) should still be in the TinyDB.
Requirement 9: Choose the flight to be the “current” one to
work with.
Because there are now multiple events, you need to let the user
switch between one event and
another. There must be a way that the user can change which
event is the one which is currently being
changed / viewed. You can assume that the user will be required
to provide the name of the file that
contains the seat-reservations data.
Requirement 10: Ensure that there is a ‘default’ “current” event
for the app
The first time the app is run (e.g. by the person who grades
you), they will need to have the app
thinking it is dealing with an event already, such as was the
case for level 1. Therefore, you need a
way to ensure that there will be a “current” event, when the app
is run the first time – if the user has to
do something to ensure this, make sure it is obvious to the user.
Requirement 11: You must have full validation of all input
It should not be possible anywhere in the app, for the user to
enter data that does not make sense, or
which is incorrect, or which is inconsistent with the described
requirements. This includes for input
argument slots of procedures.
Level 3 – Advanced Tasks
These tasks are hard to achieve, and should only be attempted if
you completed Level 2. You need to
achieve these tasks if you want the HD (High Distinction)
grade, because they require you to apply
problem solving skills without any guidance.
Advanced-Requirement A: User should not need to enter file
names
After creating a event (see requirement 8), the user should never
again need to type in the file name,
nor even see or remember it. Instead, they should only need to
know the location and start time of the
event.
Advanced-Requirement B: User should be able to choose the
event on the screen for making a
reservation of a seat or cancelling a reservation
On the screen used for requirement 3, and the screen used for
requirement 4 (they may be the same
or different screens depending on how you have done it), the
user should be able to select the event
there, instead of needing to separately choose a “current” event.
Advanced-Requirement C: Report on a particular customer’s
current reservations
There should be a screen where you can choose a particular
customer, and it will tell us all the events
that they have booked a seat for. If they cancelled a reservation,
it should not be shown on this screen.
Note: You may include images if you feel that will help, but
there are no marks given for their use/inclusion.
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !5 9
Plagiarism:
Plagiarism is the presentation of the expressed thought or work
of another person as though it is one's
own without properly acknowledging that person. You must not
allow other students to copy your work
and must take care to safeguard against this happening. More
information about the plagiarism policy
and procedure for the university can be found online at:
http://federation.edu.au/students/learning-and-study/online-
help-with/plagiarism.
Submission
You must “export” your AppInventor project in order to submit
it through Moodle. To do this, go to
“Projects” menu, and select “Export selected project (.aia) to
my computer”.
Upload the file to Moodle through the assignment link labelled
“Submit Assignment 1”. This link
will only become available after you have completed the
‘Declaration of Originality’ form for the
assignment, which requires you to accept the Student’s
Statement – which is instead of you
needing to sign a paper cover sheet. It is a legal declaration that
the work was done by you,
without any part of it being done by someone else.
Feedback
You can expect to receive your final mark and feedback
comments within 2 weeks of the due date, or
the date which you submitted your work, whichever is later.
Marking Criteria
You will be assessed according to the following scheme:
Requirement 1
Requirement 1 has been completed – it is included in the
submitted app
Requirement 1 has been achieved in the most appropriate way.
1 mark
1 mark
Requirement 2
Requirement 2 has been completed, and behaves correctly
Requirement 2 has been achieved in the most appropriate way
1 mark
1 mark
Requirement 3
Requirement 3 has been completed and behaves correctly for
correct uses
Requirement 3 behaves correctly for incorrect uses
Requirement 3 has been achieved in the most appropriate way
1 mark
1 mark
2 marks
Requirement 4
Requirement 4 has been completed and behaves correctly
Requirement 4 has been achieved in the most appropriate way
1 mark
2 marks
Requirement 5
Requirement 5 has been completed and behaves correctly
Requirement 5 has been achieved in the most appropriate way
1 mark
2 mark
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !6 9
http://federation.edu.au/students/learning-and-study/online-
help-with/plagiarism
Requirement 6
Requirement 6 has been completed and behaves correctly
Requirement 6 has been achieved in the most appropriate way
1 mark
2 mark
Requirement 7
Requirement 7 has been completed and behaves correctly
Requirement 7 has been achieved in the most appropriate way
1 mark
2 mark
Requirement 8
Requirement 8 has been completed and the app behaves
correctly with its inclusion
Requirement 8 has been achieved in the most appropriate way
0.5 marks
0.5 marks
Requirement 9
Requirement 9 has been completed and the app behaves
correctly with its inclusion
Requirement 9 has been achieved in the most appropriate way
1 mark
1 mark
Requirement 10
Requirement 10 has been completed and the app behaves
correctly with its inclusion
Requirement 10 has been achieved in the most appropriate way
1 mark
1 mark
Advanced-Requirement A
Advanced-Requirement A has been completed correctly and the
app behaves correctly
with its inclusion
Advanced-Requirement A has been achieved in the most
appropriate way
1 mark
2 marks
Advanced-Requirement B
Advanced-Requirement B has been completed correctly and the
app behaves correctly
with its inclusion
Advanced-Requirement B has been achieved in the most
appropriate way
1 mark
3 marks
Advanced-Requirement C
Advanced-Requirement C has been completed correctly
Advanced-Requirement C has been achieved in the most
appropriate way
1 mark
2 marks
Appropriate Components
Has selected appropriate components for input and for output of
information across all
screens.
Has used TextBoxes, CheckBoxes, Labels, and Buttons
appropriately (including using
their action blocks and event blocks) appropriately
Has used a Spinner or ListView (including their action blocks
and event blocks)
appropriately
Has used the screen-changing mechanisms correctly and
appropriately
Any other visual components used have not been used in an
inappropriate manner
1.5 marks
0.5 marks
0.5 marks
1 marks
0.5 marks
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !7 9
Programming Constructs
Has used repetition construct to repeat code sequences
appropriately and in
appropriate places
Has used decision constructs appropriately / in appropriate
places
Has formed appropriate boolean and relational expressions
Has used the list construct for appropriate purposes and used its
action blocks in an
appropriate manner to manipulate/use lists.
Has formed procedures appropriately and in appropriate
circumstances
Has used the TinyDB component appropriately
Has used the Clock component and “time instant” values
appropriately
2 marks
2 marks
2 marks
2 marks
2 marks
2 marks
1 mark
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !8 9
The final mark out of 60, will be scaled to a value out of 25 to
contribute an amount towards your semester
total marks.
Names of variables, components, procedures, etc.
The names used for variables, components, procedures and their
argument slots, are
the appropriate, and are chosen to clearly communicate their
purpose in the code.
2 marks
Requirement 11
Validation is implemented correctly and thoroughly throughout
the app. 3 marks
Overall ability to construct code sequences, in response to
appropriate events, to
achieve problem solving of computer programming tasks
3 marks
TOTAL: 60 marks
ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !9 9
Assignment 4 Outline – Please remember to format in
accordance with APA, 6th edition guidelines.
The words in bold are suggested APA headings.
Introduction
(Short, clear and concise with strong thesis statement)
Background of Organization
(Short info on the company you “created”)
Compare/Contrast of Industry
(Suggested to include at least 3 companies and use table format
in this section)
Engagement
(Read articles in directions and discuss what keeps employees
engaged. Keep the engagements in mind when you create your
proposal below.)
Proposal for Benefits
(Suggested to bullet point ideas, with a paragraph or two of
justification using theories, such as Herzberg, as support)
Conclusion
References

More Related Content

Similar to ITECH2000 Mobile Development FundamentalsAssignment 1 App.docx

SAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAP
SAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAPSAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAP
SAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAPMatt Olson
 
Steps in building windows application
Steps in building windows applicationSteps in building windows application
Steps in building windows applicationGlenda Finley
 
MAD mobile application development you can learn from here , we perform all c...
MAD mobile application development you can learn from here , we perform all c...MAD mobile application development you can learn from here , we perform all c...
MAD mobile application development you can learn from here , we perform all c...harshalpatil183931
 
Project Write up for AEO
Project Write up for AEOProject Write up for AEO
Project Write up for AEOJaimit Patel
 
Project Description ppts.pptx
Project Description ppts.pptxProject Description ppts.pptx
Project Description ppts.pptxShoaibNajeeb
 
Manual and Automation notes.pdf
Manual and Automation notes.pdfManual and Automation notes.pdf
Manual and Automation notes.pdfsynamedia
 
Arts6_q1_mod3_concepts on the use of computer software_v2.pdf
Arts6_q1_mod3_concepts on the use of computer software_v2.pdfArts6_q1_mod3_concepts on the use of computer software_v2.pdf
Arts6_q1_mod3_concepts on the use of computer software_v2.pdfrochellelittaua
 
Iphone ipad-application
Iphone ipad-applicationIphone ipad-application
Iphone ipad-applicationGuojun Li
 
19012012005 19012012024 ppt
19012012005 19012012024 ppt19012012005 19012012024 ppt
19012012005 19012012024 pptAftabSipahi1
 
Project DescriptionThe Course Project is simply the cumulative.docx
Project DescriptionThe Course Project is simply the cumulative.docxProject DescriptionThe Course Project is simply the cumulative.docx
Project DescriptionThe Course Project is simply the cumulative.docxwkyra78
 
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01Anshuman Rai
 
Manual testing interview questions by infotech
Manual testing interview questions by infotech Manual testing interview questions by infotech
Manual testing interview questions by infotech suhasreddy1
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2CDI Apps for Good
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Rob Rankin
 
Pragati nayak report
Pragati nayak reportPragati nayak report
Pragati nayak reportPragatiNayak9
 

Similar to ITECH2000 Mobile Development FundamentalsAssignment 1 App.docx (20)

SAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAP
SAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAPSAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAP
SAFESOFT SOLUTIONS (S3) SUPPORT NEW HIRE ROADMAP
 
Steps in building windows application
Steps in building windows applicationSteps in building windows application
Steps in building windows application
 
MAD mobile application development you can learn from here , we perform all c...
MAD mobile application development you can learn from here , we perform all c...MAD mobile application development you can learn from here , we perform all c...
MAD mobile application development you can learn from here , we perform all c...
 
Project Write up for AEO
Project Write up for AEOProject Write up for AEO
Project Write up for AEO
 
Project Description ppts.pptx
Project Description ppts.pptxProject Description ppts.pptx
Project Description ppts.pptx
 
Manual and Automation notes.pdf
Manual and Automation notes.pdfManual and Automation notes.pdf
Manual and Automation notes.pdf
 
FINAL REPORT
FINAL REPORTFINAL REPORT
FINAL REPORT
 
Arts6_q1_mod3_concepts on the use of computer software_v2.pdf
Arts6_q1_mod3_concepts on the use of computer software_v2.pdfArts6_q1_mod3_concepts on the use of computer software_v2.pdf
Arts6_q1_mod3_concepts on the use of computer software_v2.pdf
 
Iphone ipad-application
Iphone ipad-applicationIphone ipad-application
Iphone ipad-application
 
19012012005 19012012024 ppt
19012012005 19012012024 ppt19012012005 19012012024 ppt
19012012005 19012012024 ppt
 
User Stories Training
User Stories TrainingUser Stories Training
User Stories Training
 
Vivek resume
Vivek resumeVivek resume
Vivek resume
 
Project DescriptionThe Course Project is simply the cumulative.docx
Project DescriptionThe Course Project is simply the cumulative.docxProject DescriptionThe Course Project is simply the cumulative.docx
Project DescriptionThe Course Project is simply the cumulative.docx
 
RakeshKushwaha
RakeshKushwahaRakeshKushwaha
RakeshKushwaha
 
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
Manualtestinginterviewquestionbyinfotech 100901071035-phpapp01
 
Manual testing interview questions by infotech
Manual testing interview questions by infotech Manual testing interview questions by infotech
Manual testing interview questions by infotech
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2
 
Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2Af g pretraining_briefing_notes_2
Af g pretraining_briefing_notes_2
 
Pragati nayak report
Pragati nayak reportPragati nayak report
Pragati nayak report
 
Flutter-Dart project || Hotel Management System
Flutter-Dart project || Hotel Management SystemFlutter-Dart project || Hotel Management System
Flutter-Dart project || Hotel Management System
 

More from donnajames55

KATIES POST The crisis case I chose to discuss this week is th.docx
KATIES POST The crisis case I chose to discuss this week is th.docxKATIES POST The crisis case I chose to discuss this week is th.docx
KATIES POST The crisis case I chose to discuss this week is th.docxdonnajames55
 
Kate Chopins concise The Story of an Hour.  What does Joseph.docx
Kate Chopins concise The Story of an Hour.  What does Joseph.docxKate Chopins concise The Story of an Hour.  What does Joseph.docx
Kate Chopins concise The Story of an Hour.  What does Joseph.docxdonnajames55
 
Kadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docx
Kadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docxKadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docx
Kadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docxdonnajames55
 
K-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docx
K-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docxK-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docx
K-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docxdonnajames55
 
JWI 505 Business Communications and Executive Presence Lect.docx
JWI 505 Business Communications and Executive Presence Lect.docxJWI 505 Business Communications and Executive Presence Lect.docx
JWI 505 Business Communications and Executive Presence Lect.docxdonnajames55
 
Just Walk on By by Brent Staples My firs.docx
Just Walk on By by Brent Staples               My firs.docxJust Walk on By by Brent Staples               My firs.docx
Just Walk on By by Brent Staples My firs.docxdonnajames55
 
Just make it simple. and not have to be good, its the first draft. .docx
Just make it simple. and not have to be good, its the first draft. .docxJust make it simple. and not have to be good, its the first draft. .docx
Just make it simple. and not have to be good, its the first draft. .docxdonnajames55
 
JUST 497 Senior Seminar and Internship ExperienceInternationa.docx
JUST 497 Senior Seminar and Internship ExperienceInternationa.docxJUST 497 Senior Seminar and Internship ExperienceInternationa.docx
JUST 497 Senior Seminar and Internship ExperienceInternationa.docxdonnajames55
 
July 2002, Vol 92, No. 7 American Journal of Public Health E.docx
July 2002, Vol 92, No. 7  American Journal of Public Health E.docxJuly 2002, Vol 92, No. 7  American Journal of Public Health E.docx
July 2002, Vol 92, No. 7 American Journal of Public Health E.docxdonnajames55
 
Journals are to be 2 pages long with an introduction, discussion and.docx
Journals are to be 2 pages long with an introduction, discussion and.docxJournals are to be 2 pages long with an introduction, discussion and.docx
Journals are to be 2 pages long with an introduction, discussion and.docxdonnajames55
 
Judgement in Managerial Decision MakingBased on examples fro.docx
Judgement in Managerial Decision MakingBased on examples fro.docxJudgement in Managerial Decision MakingBased on examples fro.docx
Judgement in Managerial Decision MakingBased on examples fro.docxdonnajames55
 
Joyce is a 34-year-old woman who has been married 10 years. She .docx
Joyce is a 34-year-old woman who has been married 10 years. She .docxJoyce is a 34-year-old woman who has been married 10 years. She .docx
Joyce is a 34-year-old woman who has been married 10 years. She .docxdonnajames55
 
Journal Write in 300-500 words about the following topic.After .docx
Journal Write in 300-500 words about the following topic.After .docxJournal Write in 300-500 words about the following topic.After .docx
Journal Write in 300-500 words about the following topic.After .docxdonnajames55
 
Journal Supervision and Management StyleWhen it comes to superv.docx
Journal Supervision and Management StyleWhen it comes to superv.docxJournal Supervision and Management StyleWhen it comes to superv.docx
Journal Supervision and Management StyleWhen it comes to superv.docxdonnajames55
 
Journal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55 Ava.docx
Journal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55  Ava.docxJournal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55  Ava.docx
Journal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55 Ava.docxdonnajames55
 
Journal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docx
Journal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docxJournal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docx
Journal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docxdonnajames55
 
Journal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docx
Journal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docxJournal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docx
Journal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docxdonnajames55
 
Journal of Personality 862, April 2018VC 2016 Wiley Perio.docx
Journal of Personality 862, April 2018VC 2016 Wiley Perio.docxJournal of Personality 862, April 2018VC 2016 Wiley Perio.docx
Journal of Personality 862, April 2018VC 2016 Wiley Perio.docxdonnajames55
 
Journal of Personality and Social Psychology1977, Vol. 35, N.docx
Journal of Personality and Social Psychology1977, Vol. 35, N.docxJournal of Personality and Social Psychology1977, Vol. 35, N.docx
Journal of Personality and Social Psychology1977, Vol. 35, N.docxdonnajames55
 
Journal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docx
Journal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docxJournal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docx
Journal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docxdonnajames55
 

More from donnajames55 (20)

KATIES POST The crisis case I chose to discuss this week is th.docx
KATIES POST The crisis case I chose to discuss this week is th.docxKATIES POST The crisis case I chose to discuss this week is th.docx
KATIES POST The crisis case I chose to discuss this week is th.docx
 
Kate Chopins concise The Story of an Hour.  What does Joseph.docx
Kate Chopins concise The Story of an Hour.  What does Joseph.docxKate Chopins concise The Story of an Hour.  What does Joseph.docx
Kate Chopins concise The Story of an Hour.  What does Joseph.docx
 
Kadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docx
Kadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docxKadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docx
Kadyr AkovaCosc 1437D. KirkEnemy.javaimport java.util..docx
 
K-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docx
K-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docxK-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docx
K-2nd Grade3rd-5th Grade6th-8th GradeMajor Concepts,.docx
 
JWI 505 Business Communications and Executive Presence Lect.docx
JWI 505 Business Communications and Executive Presence Lect.docxJWI 505 Business Communications and Executive Presence Lect.docx
JWI 505 Business Communications and Executive Presence Lect.docx
 
Just Walk on By by Brent Staples My firs.docx
Just Walk on By by Brent Staples               My firs.docxJust Walk on By by Brent Staples               My firs.docx
Just Walk on By by Brent Staples My firs.docx
 
Just make it simple. and not have to be good, its the first draft. .docx
Just make it simple. and not have to be good, its the first draft. .docxJust make it simple. and not have to be good, its the first draft. .docx
Just make it simple. and not have to be good, its the first draft. .docx
 
JUST 497 Senior Seminar and Internship ExperienceInternationa.docx
JUST 497 Senior Seminar and Internship ExperienceInternationa.docxJUST 497 Senior Seminar and Internship ExperienceInternationa.docx
JUST 497 Senior Seminar and Internship ExperienceInternationa.docx
 
July 2002, Vol 92, No. 7 American Journal of Public Health E.docx
July 2002, Vol 92, No. 7  American Journal of Public Health E.docxJuly 2002, Vol 92, No. 7  American Journal of Public Health E.docx
July 2002, Vol 92, No. 7 American Journal of Public Health E.docx
 
Journals are to be 2 pages long with an introduction, discussion and.docx
Journals are to be 2 pages long with an introduction, discussion and.docxJournals are to be 2 pages long with an introduction, discussion and.docx
Journals are to be 2 pages long with an introduction, discussion and.docx
 
Judgement in Managerial Decision MakingBased on examples fro.docx
Judgement in Managerial Decision MakingBased on examples fro.docxJudgement in Managerial Decision MakingBased on examples fro.docx
Judgement in Managerial Decision MakingBased on examples fro.docx
 
Joyce is a 34-year-old woman who has been married 10 years. She .docx
Joyce is a 34-year-old woman who has been married 10 years. She .docxJoyce is a 34-year-old woman who has been married 10 years. She .docx
Joyce is a 34-year-old woman who has been married 10 years. She .docx
 
Journal Write in 300-500 words about the following topic.After .docx
Journal Write in 300-500 words about the following topic.After .docxJournal Write in 300-500 words about the following topic.After .docx
Journal Write in 300-500 words about the following topic.After .docx
 
Journal Supervision and Management StyleWhen it comes to superv.docx
Journal Supervision and Management StyleWhen it comes to superv.docxJournal Supervision and Management StyleWhen it comes to superv.docx
Journal Supervision and Management StyleWhen it comes to superv.docx
 
Journal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55 Ava.docx
Journal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55  Ava.docxJournal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55  Ava.docx
Journal of Soc. & Psy. Sci. 2018 Volume 11 (1) 51-55 Ava.docx
 
Journal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docx
Journal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docxJournal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docx
Journal of Social Work Values & Ethics, Fall 2018, Vol. 15, No.docx
 
Journal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docx
Journal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docxJournal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docx
Journal of Policy Practice, 9220–239, 2010 Copyright © Taylor &.docx
 
Journal of Personality 862, April 2018VC 2016 Wiley Perio.docx
Journal of Personality 862, April 2018VC 2016 Wiley Perio.docxJournal of Personality 862, April 2018VC 2016 Wiley Perio.docx
Journal of Personality 862, April 2018VC 2016 Wiley Perio.docx
 
Journal of Personality and Social Psychology1977, Vol. 35, N.docx
Journal of Personality and Social Psychology1977, Vol. 35, N.docxJournal of Personality and Social Psychology1977, Vol. 35, N.docx
Journal of Personality and Social Psychology1977, Vol. 35, N.docx
 
Journal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docx
Journal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docxJournal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docx
Journal of Pcnonaluy and Social Psychology1»M. Vd 47, No 6. .docx
 

Recently uploaded

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 

Recently uploaded (20)

Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 

ITECH2000 Mobile Development FundamentalsAssignment 1 App.docx

  • 1. ITECH2000 Mobile Development Fundamentals Assignment 1: AppInventor App Overview You will implement in AppInventor a multi-screen app for an airline company which uses a range of components and persists data between executions. You may be required to attend an interview with the marker to answer questions about your work before they will mark your submission. Timelines and Expectations Percentage Value of Task: 25% (of final semester mark for this course) Final Due Date: 11:59pm, Sunday, 12th May, 2019 (end of Week 8) – after this date, there is a penalty each day. Cut-off Date: 11:59pm, Sunday, 18th May, 2019 – after this date, work will not be accepted Minimum time expectation: 10 hours Maximum time expectation: 30 hours – Most students do not require this much time. Learning Outcomes Assessed This assignment has been designed to enable you to demonstrate your learning in regards to
  • 2. the following outcomes of the course: K1. Understand constructs typical of many programming languages such as: variables, expressions, assignment, sequence, selection, iteration, procedures, parameters, return values. A1. Design, develop, test and debug mobile apps from a given textual program specification. S1. Analyse the input, processing and output needs of small programming problems. S2. Design code sequences to realise algorithms in a programming language. S3. Design basic user interfaces and develop storyboards to convey designed interaction sequences. In particular, the assignment has been designed to help give you further experience in using AppInventor, and to assess your attainment of a range of the learning objectives from weeks 2 through to 6 of the semester. Getting Assistance and Clarification: If any part of the task is unclear to you, or you are not quite sure how to do some aspect of the task, you should either contact your lecturer directly (via email, or in person while they are in class), or else post a question to the Discussion Forum on Moodle. However, any questions posted to the forum on Moodle should not include any actual
  • 3. things that you plan to submit (such as screenshots of code you might want to submit), but should instead be asked in a more general way, e.g. asking about a technique, or a similar situation to what you need for the assignment. ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !1 9 Assessment Details You need to do create a functioning app that does the described functionality (listed later) for the following scenario: Scenario: The app you will be developing will be used by event bookers who are promoting social gatherings. e.g. LAN Parties, Board Game Nights The event organiser has a range of events. Customer can book a seat on a table at an event, and if circumstances change they can remove their reservation at a later time, but not when it is less than 1 day before the event. The event organisers want you to make an app that can be used to store seat reservation information, and the arrival times of people at the event. The “Requirements” listed below will help to explain what functionality the app needs to achieve. If you feel you cannot achieve a particular feature, then please try the other features and then come back to
  • 4. it. Remember that you can ask the lecturer questions by email to clarify what is meant by any of the following requirements. To get full marks you will need to ensure that you have made use of each of the following components or constructs somewhere in your app: • a Notifier • a Spinner or ListView (or both) • a CheckBox • Labels • TextBoxes • Buttons • A Clock and instants • HorizontalArrangement or TableArrangement (or both) • a TinyDB component to gain access to persistent data stored in a database. • the list construct • a repetition construct • a decision construct • a boolean (AND or OR) expression. • Procedures you have defined using the ‘to do’ or ‘to do …
  • 5. result’ blocks. Please read through all of the requirements before you commence the work, so you get a full sense of what is required to be done. ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !2 9 Level 1 – Compulsory Tasks I expect all students should be able to complete all the requirements in Level 1. By completing these requirements, you should definitely get a ‘pass’ grade for the assignment, provided you have done things the correct and intended way. Requirement 1: There must be a welcome screen This screen should be the first one presented to the user when they start your app – thus it needs to be done on “Screen1”. The screen needs to have mechanisms to get to the various other functions that are offered by the app. Requirement 2: Obtain information about a customer It must be possible to enter the details of a new customer into the app. The customer might make several reservations for different events, or even just one event. However, before a reservation can be made, the customers details need to be input into the app. The following details need to be input: • The email of the customer
  • 6. • The name of the customer • A 5 digit reference code that does not start with zeros (e.g. 10000 is the smallest acceptable value). • Whether the customer is an adult There must be a specific screen where the user will enter this information. After validating the input, the screen should pass the inputted information to the prior screen (the screen we were at before we came to this screen for input). This screen should not store the information anywhere – it must return the information to the prior screen. Requirement 3: Let customers book seats at an event For this assignment, let us assume that a table has only 4 seats – this will make it easier for you to think about. To start solving this requirement, assume that there is just one event with a table. (See Level 2 requirements for allowing other tables). When the staff user chooses to register for an event, the app should show the current seat holders and event start and end time. It should ask which seat to give to the user. It should provide a way to choose one of the existing user and to record the reservation as being for that person. We need to make sure that the person is not already booked to be on the table or any other table – they can only book one seat per event.
  • 7. For example, pretend that these are the customers already entered in to the system by requirement 2: • Elon Musk • Jeff Who If Elon Musk has already booked seat #3 of the event table #1, then Elon Musk cannot book any of the others. If Jeff Who has not booked any seat yet (but Elon Musk has table #1 seat 3 ), then Jeff Who can book either seat 1, 2 or 4. When the details have all been provided about who is making the reservation, and which seat they want to book, then there must be a way to confirm the reservation – to tell the app to store the ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !3 9 reservation so that we know from now onwards, that the customer has booked that seat at the event on a specific table. We do not want to be entering the customer’s personal details here. Requirement 2 is where the customer’s personal details are entered. So you must make sure that the customer who wants to make a reservation has already been entered into the app before we come here to make the reservation. NOTE: If there are no seats available on the event table, you
  • 8. should warn the user so that they do not try to give a seat to a customer. Requirement 4: Allow customers to cancel a reservation A customer is allowed to cancel their reservation. You need to provide a way in the app, for removing the customer’s reservation – the seat will become available to any customer (including the same customer if they choose to book a seat in the future). Requirement 5: Show summary information about a event There must be a screen which will display summary information about a event. It needs to tell the user the following things: • The amount of tables • The event location in address form • The number of seats that are reserved. • The number of seats that are available. • The amount of adults versus underage attendees. Requirement 6: Information about customers details, must persist between separate uses of the app The details about customers from requirement 2, should only ever need to be entered once. If I enter Elon Musk’s details today, close the app, restart the phone tomorrow, and start the app, Elon Musk’s
  • 9. details should still be known to the app – we should still be able to book a seat on a flight for Elon Musk. You should use TinyDB to achieve this. Do not use a File. Requirement 7: Information about customers who are booked for events, must persist between separate uses of the app The details of all the reservations of seats, made during requirement 3, and possibly changed by requirement 4, need to persist. For example, if today I book Elon Musk and Jeff Who seats on the same table at an event, close the app, restart my phone tomorrow and restart the app, they should both have reservations for the same seats as today. If Jeff Who cancels his seat tomorrow, then when I start the app the day after tomorrow, it should still show that Elon Musk has his seat booked, but Jeff Who’s seat should be available. You should use a File for this. ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !4 9 Level 2 – More complicated Tasks Some students may find these tasks harder. We do not expect everyone to achieve all of these tasks, but if you do, you will probably receive a higher grade. Level 2 is about allowing the app to work for multiple different events. For example, one evebt could be a LAN Party, but another event could be Paintball Event, and
  • 10. another event could be hiking trip. Requirement 8: Create a new event To achieve this requirement you must let the user create a new event. They must specify the location, time start and end of the event. They must be able to specify the name of the file which will be used to store the reservations details for that event. The customer details (such as their email or their adult status) should still be in the TinyDB. Requirement 9: Choose the flight to be the “current” one to work with. Because there are now multiple events, you need to let the user switch between one event and another. There must be a way that the user can change which event is the one which is currently being changed / viewed. You can assume that the user will be required to provide the name of the file that contains the seat-reservations data. Requirement 10: Ensure that there is a ‘default’ “current” event for the app The first time the app is run (e.g. by the person who grades you), they will need to have the app thinking it is dealing with an event already, such as was the case for level 1. Therefore, you need a way to ensure that there will be a “current” event, when the app is run the first time – if the user has to do something to ensure this, make sure it is obvious to the user. Requirement 11: You must have full validation of all input
  • 11. It should not be possible anywhere in the app, for the user to enter data that does not make sense, or which is incorrect, or which is inconsistent with the described requirements. This includes for input argument slots of procedures. Level 3 – Advanced Tasks These tasks are hard to achieve, and should only be attempted if you completed Level 2. You need to achieve these tasks if you want the HD (High Distinction) grade, because they require you to apply problem solving skills without any guidance. Advanced-Requirement A: User should not need to enter file names After creating a event (see requirement 8), the user should never again need to type in the file name, nor even see or remember it. Instead, they should only need to know the location and start time of the event. Advanced-Requirement B: User should be able to choose the event on the screen for making a reservation of a seat or cancelling a reservation On the screen used for requirement 3, and the screen used for requirement 4 (they may be the same or different screens depending on how you have done it), the user should be able to select the event there, instead of needing to separately choose a “current” event. Advanced-Requirement C: Report on a particular customer’s current reservations There should be a screen where you can choose a particular
  • 12. customer, and it will tell us all the events that they have booked a seat for. If they cancelled a reservation, it should not be shown on this screen. Note: You may include images if you feel that will help, but there are no marks given for their use/inclusion. ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !5 9 Plagiarism: Plagiarism is the presentation of the expressed thought or work of another person as though it is one's own without properly acknowledging that person. You must not allow other students to copy your work and must take care to safeguard against this happening. More information about the plagiarism policy and procedure for the university can be found online at: http://federation.edu.au/students/learning-and-study/online- help-with/plagiarism. Submission You must “export” your AppInventor project in order to submit it through Moodle. To do this, go to “Projects” menu, and select “Export selected project (.aia) to my computer”. Upload the file to Moodle through the assignment link labelled “Submit Assignment 1”. This link will only become available after you have completed the ‘Declaration of Originality’ form for the assignment, which requires you to accept the Student’s Statement – which is instead of you needing to sign a paper cover sheet. It is a legal declaration that
  • 13. the work was done by you, without any part of it being done by someone else. Feedback You can expect to receive your final mark and feedback comments within 2 weeks of the due date, or the date which you submitted your work, whichever is later. Marking Criteria You will be assessed according to the following scheme: Requirement 1 Requirement 1 has been completed – it is included in the submitted app Requirement 1 has been achieved in the most appropriate way. 1 mark 1 mark Requirement 2 Requirement 2 has been completed, and behaves correctly Requirement 2 has been achieved in the most appropriate way 1 mark 1 mark Requirement 3 Requirement 3 has been completed and behaves correctly for correct uses
  • 14. Requirement 3 behaves correctly for incorrect uses Requirement 3 has been achieved in the most appropriate way 1 mark 1 mark 2 marks Requirement 4 Requirement 4 has been completed and behaves correctly Requirement 4 has been achieved in the most appropriate way 1 mark 2 marks Requirement 5 Requirement 5 has been completed and behaves correctly Requirement 5 has been achieved in the most appropriate way 1 mark 2 mark ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !6 9 http://federation.edu.au/students/learning-and-study/online- help-with/plagiarism
  • 15. Requirement 6 Requirement 6 has been completed and behaves correctly Requirement 6 has been achieved in the most appropriate way 1 mark 2 mark Requirement 7 Requirement 7 has been completed and behaves correctly Requirement 7 has been achieved in the most appropriate way 1 mark 2 mark Requirement 8 Requirement 8 has been completed and the app behaves correctly with its inclusion Requirement 8 has been achieved in the most appropriate way 0.5 marks 0.5 marks Requirement 9 Requirement 9 has been completed and the app behaves correctly with its inclusion
  • 16. Requirement 9 has been achieved in the most appropriate way 1 mark 1 mark Requirement 10 Requirement 10 has been completed and the app behaves correctly with its inclusion Requirement 10 has been achieved in the most appropriate way 1 mark 1 mark Advanced-Requirement A Advanced-Requirement A has been completed correctly and the app behaves correctly with its inclusion Advanced-Requirement A has been achieved in the most appropriate way 1 mark 2 marks Advanced-Requirement B Advanced-Requirement B has been completed correctly and the app behaves correctly with its inclusion
  • 17. Advanced-Requirement B has been achieved in the most appropriate way 1 mark 3 marks Advanced-Requirement C Advanced-Requirement C has been completed correctly Advanced-Requirement C has been achieved in the most appropriate way 1 mark 2 marks Appropriate Components Has selected appropriate components for input and for output of information across all screens. Has used TextBoxes, CheckBoxes, Labels, and Buttons appropriately (including using their action blocks and event blocks) appropriately Has used a Spinner or ListView (including their action blocks and event blocks) appropriately Has used the screen-changing mechanisms correctly and appropriately
  • 18. Any other visual components used have not been used in an inappropriate manner 1.5 marks 0.5 marks 0.5 marks 1 marks 0.5 marks ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !7 9 Programming Constructs Has used repetition construct to repeat code sequences appropriately and in appropriate places Has used decision constructs appropriately / in appropriate places Has formed appropriate boolean and relational expressions Has used the list construct for appropriate purposes and used its action blocks in an appropriate manner to manipulate/use lists. Has formed procedures appropriately and in appropriate circumstances Has used the TinyDB component appropriately
  • 19. Has used the Clock component and “time instant” values appropriately 2 marks 2 marks 2 marks 2 marks 2 marks 2 marks 1 mark ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !8 9 The final mark out of 60, will be scaled to a value out of 25 to contribute an amount towards your semester total marks. Names of variables, components, procedures, etc. The names used for variables, components, procedures and their argument slots, are the appropriate, and are chosen to clearly communicate their purpose in the code. 2 marks Requirement 11
  • 20. Validation is implemented correctly and thoroughly throughout the app. 3 marks Overall ability to construct code sequences, in response to appropriate events, to achieve problem solving of computer programming tasks 3 marks TOTAL: 60 marks ITECH2000 – Assignment 1 (2018 Semester 2) Page ! of !9 9 Assignment 4 Outline – Please remember to format in accordance with APA, 6th edition guidelines. The words in bold are suggested APA headings. Introduction (Short, clear and concise with strong thesis statement) Background of Organization (Short info on the company you “created”) Compare/Contrast of Industry (Suggested to include at least 3 companies and use table format in this section) Engagement (Read articles in directions and discuss what keeps employees engaged. Keep the engagements in mind when you create your proposal below.) Proposal for Benefits (Suggested to bullet point ideas, with a paragraph or two of justification using theories, such as Herzberg, as support) Conclusion