Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.

  1. Your complete assignment folder must be zipped for submission
  2. You must include the jquery-1.8.3.min.js and jquery.mobil-1.3.1.min.js
  3. Must have width set to device width
  4. All pages must have a header and footer which represents a church activity application
  5. You must set the active link to persist or active according to which one is selected
  6. Your assignment will include two pages with links to the other: Missionary and Trip Projection
  7. The following must be included on your Missionary Page
    1. A title with a missionary of your choice and an image
    2. A paragraph of how the missionary of your choice made a difference on spreading the Gospel of Christ
    3. Your favorite Bible Verse showing what the Bible tells us about mission work
  8. The following must be included in your Trip Projection Page:
    1. A single form with the following:
      1. the number of people input - must use an input from 1 to 20
      2. The length in days of trip - must use an input from 1 to 10
      3. Three locations - presented to the user through radio buttons
        1. The locations are of your choice
        2. Each location has a different value cost for the calculation determined by you (must show this on page)
        3. The location cost is determined in a function
    2. You must do error checking through functions for the people and days input.
      1. Provide the user with a message if there is an issue with the input.
      2. The number of people entered must be between 1 and 20
      3. The number of days must be between 1 and 10
      4. A check must be done to make sure there is a value entered in each of the fields.
    3. Calculate the total cost of the trip:
      1. Use the following calculation: location_cost * number_of_people * days
      2. Use a function to do the calculation
      3. 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.
    4. Display the total cost of the trip to the user in a table with the amounts entered.

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems For Advanced Applications 15th International Conference Dasfaa 2010 Tsukuba Japan April 2010 Proceedings Part 1 Lncs 5981

Authors: Hiroyuki Kitagawa ,Yoshiharu Ishikawa ,Wenjie Li ,Chiemi Watanabe

2010th Edition

3642120253, 978-3642120251

More Books

Students also viewed these Databases questions