(adsbygoogle = window.adsbygoogle || []).push({});
I have a project that I have no clue how to do. I'm taking AP Java but learning this weird language. Anyone want to do it/help me do it?
Here's the project description:
Instructions on using Oracle Express Application Builder can be found on the following website:
You must login or register to view this content.
Your application shall have the following features:
1. Password Protection (1 points)
2. Enter and maintain Student Information (Max 6 points)
a. Allow the user to enter information (ID, First Name, Last Name, Grade Level, Classes, Home Address) for any new student (3 points)
b. Allow the user to search a student based on ID, Name, or both, and then view or update the student’s Class and/or Home Address (3 points)
3. Enter and maintain Student Attendance Information (Max 6 points)
a. Allow the user to select a class, and enter the attendance status (A – absent, L – late, N – normal) for all students in that class (3 points)
b. Allow the user to search a student based on ID, Name, or both, and then update the attendance status (3 points)
4. Display attendance report (Max 6 points)
a. Allow the user to select a class, and select a date range, then view the attendance report for all students in the selected class (3 points)
b. Allow the user to select a teacher’s name, and select a date range, then view the attendance report(s) for all students in that teacher’s classes (3 points)
You will need to design database table structures, write SQL queries, design forms and reports, and then use Oracle Express Application Builder to build the pages and other add-on features (buttons, drop-down boxes, etc.)
Among the 24 points, 5 points are allocated to the database and application design efficiency.
Database design and application design efficiency (Max 5 points)
a. Efficient design of databases and database relations (3 points)
b. Efficient design of application workflow (2 points)