Question
Hi All, Any help I could get on this would be appreciated. This week you are going to do a calculation to determine how much
Hi All,
Any help I could get on this would be appreciated.
This week you are going to do a calculation to determine how much it is going to cost a group of people to go on a missionary trip. To do so, you will present the user with the ability to enter the number of missionaries going on the trip, the number of days of the trip, and the user is presented with three different locations for the missionary location which each have a cost. After the user selects the calculate button, the calculation for the total trip cost is completed and displayed to the user.
The following steps must be included for your app.
- Your complete assignment folder must be zipped for submission
- You must include the jquery-1.8.3.min.js and jquery.mobil-1.3.1.min.js
- Must have width set to device width
- All pages must have a header and footer which represents a church activity application
- You must set the active link to persist or active according to which one is selected
- Your assignment will include two pages with links to the other: Missionary and Trip Projection
- The following must be included on your Missionary Page
- A title with a missionary of your choice and an image
- A paragraph of how the missionary of your choice made a difference on spreading the Gospel of Christ
- Your favorite Bible Verse showing what the Bible tells us about mission work
- The following must be included in your Trip Projection Page:
- A single form with the following:
- the number of people input - must use an input from 1 to 20
- The length in days of trip - must use an input from 1 to 10
- Three locations - presented to the user through radio buttons
- The locations are of your choice
- Each location has a different value cost for the calculation determined by you (must show this on page)
- The location cost is determined in a function
- You must do error checking through functions for the people and days input.
- Provide the user with a message if there is an issue with the input.
- The number of people entered must be between 1 and 20
- The number of days must be between 1 and 10
- A check must be done to make sure there is a value entered in each of the fields.
- Calculate the total cost of the trip:
- Use the following calculation: location_cost * number_of_people * days
- Use a function to do the calculation
- If the cost of the trip is over $5000 present the user with a message that a deposit must be made within two weeks of the current date and specify the deposit as a percentage of the total cost of the trip.
- Display the total cost of the trip to the user in a table with the amounts entered.
- A single form with the following:
I believe I need an html, css, and javascript code for the pages.
thanks
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started