tblCompetitorData Basic information of the competitors CompetitorNo Text 6 PK Competitor‟s code like „BRC001‟ CompFirstName Text 20 Competitor‟s First Name CompLastName Text 20 Comp
Trang 1HỘI THI TAY NGHỀ NGÀNH DẦU KHÍ LẦN II - 2011
NGHỀ CÔNG NGHỆ THÔNG TIN
Thời gian: 6 giờ
Trang 2SKILL 09: IT/Software Applications
Database
LogBook
DATA FILES
Request Form 1 SkillsRodeo.accdb
Request Form 3 Back01.jpg, Back02.jpg, Gold.jpg,
Silver.jpg, Bronze.jpg Request Form 4 SkillsRodeo.jpg
FILES TO BE SAVED
Request Form 1 SkillsRodeo.accdb
PRINTOUTS
Request Forms
Trang 32 In the first and second round, competitors are grouped into several subgroups Each subgroup consists of three competitors The winner of each subgroup can proceed to participate in the next round If the whole subgroup is disqualified or absent, there will be no winner for the next round
3 In the third round, each competitor will have to compete in turn with each other
4 See Data Sheet DB1
Trang 4Data Sheet DB1
1 Use the following tables to answer the tasks
tblCompetitorData Basic information of the competitors
CompetitorNo Text 6 PK
Competitor‟s code like „BRC001‟
CompFirstName Text 20 Competitor‟s First Name
CompLastName Text 20 Competitor‟s Last Name
CompCountry Text 3 Country Name
CompBirthday Date/time Birthday of the competitor
CompHeight Number Double Height of the competitor
CompWeight Number Double Weight of the competitor
TotalScores Number Integer The total score of the competitors at Round
3
FinalRanking Number Integer
Ranking is based on the total score The competitor with highest total score will be ranked 1 and the next highest total score ranked 2, and so on
tblBetting Bet makers and bets made in each round
BetVochureNo Text 6 The identification number of the bet
voucher
VisitorFirstName Text 20 First Name of the visitor making the bet
VisitorLastName Text 20 Last Name of the visitor making the bet
BetsMade Number Double The number of bets this visitor makes
RoundBetted Text 2 The round number this visitor makes in
his/her bets
CompetitorBetted Text 6 The competitor number this visitor bets at
each round
Trang 5tblCompRecord1 Competitors‟ performance and other competition data in the first
round
CompetitionCode Numeric Double PK
The overall competition sequence
CompetitorNo Text 6 Competitor‟s code
This code consists of 5 digits, such as BR102 where “BR” means Bull Riding, “1” refers to the 1st round, and “02” refers to the subgroup code
BullRidingTime Number Double Competitor‟s performance 7.8 means 7.8
seconds The longer, the better
AbsentBull Yes/No „Yes‟ means absent in competition
Note: In round one, the competitors have to compete with the other two competitors within the same subgroup Only the winner of the subgroup can participate in the 2nd round of competition Competitors of round one are grouped into 36 subgroups The 36th subgroup consists of two competitors only
Trang 6tblCompRecord2 Competitors‟ performance and other competition data in the second
round
CompetitionCode Numeric Double PK
The overall competition sequence
CompetitorNo Text 6 Competitor‟s code
BullRidingTime Number Double Competitor‟s performance 7.9 means 7.9
seconds The longer, the better
AbsentBull Yes/No „Yes‟ means absent in this competition
Note: The competitors have to compete with the other two competitors within the same subgroup
Only the winner of each subgroup can move on to the 3rd round of competition
Trang 7tblCompRecord3 Competitors‟ performance and other competition data in the third
round
CompetitionCode Numeric Double PK
The overall competition sequence
CompetitorNo Text 6 Competitor‟s code
This code consists of 5 digits, such as BR301 where “BR” means Bull Riding, “3” means 3rd round, and “01” means the
competition sequence of each pair of competitors Each competitor will have to compete in turn with each other
BullRidingTime Number Double Competitor‟s performance 8.0 means 8.0
seconds The longer, the better
Trang 82 Create a query to list the candidates who qualify in the second round of competition Save the
query, naming it qryWinnerRound1
3 Create a query to list the candidates who qualify in the third round of competition Save the
query, naming it qryWinnerRound2
Trang 9DATABASE REQUEST FORM 2
Create new form
Edit existing form
Save form as: frmCompetitionScheduleA
frmCompetitionScheduleB frmCompetitionScheduleC
Details required on form:
See Data Sheet DB2
QUERIES:
Create new query
Edit existing query
Tables/queries used tblCompetitorData,
Trang 10Data Sheet DB2
1 Create the frmCompetitionScheduleA form as shown below:
(1) Create a Combo box for selection of the competition round, i.e., Round 1, 2 or 3 The label for this combo box should read „Step 1 Select a competition round you want:‟
(2) The current form should be closed and the form frmCompetitionScheduleB will be
opened when the users select Round „1‟ or „2‟
(3) Similarly, the current form should be closed and the form frmCompetitionScheduleC
opened when the users select Round „3‟
Example of frmCompetitionScheduleA
2 Create the frmCompetitionScheduleB The format of the form is shown below
(1) Create a Combo box for selection of the competition round, i.e., Round 1, 2 or 3 The label for this combo box should read „Step 1 Select a competition round you want:‟ The round number should display the same round number selected in
frmCompetitionScheduleA
(2) Create a Combo box to show all the competition event numbers of the round selected The label for this combo box should read: „Step 2 Select an event number you want:‟
Example: Part of frmCompetitionScheduleB
Orange background color White font color, size 28pt
Trang 11List rows: 5
Trang 12(3) Create four text boxes to display the three competitors at that event the visitor has
selected The winner appears on the top Format of the name: FirstName + LastName
Example of frmCompetitionScheduleB
3 Create the frmCompetitionScheduleC for Round 3, the format of the form is as follows:
(1) Create a Combo box for selection of the competition round, i.e., Round 1, 2 or 3 The
label for this combo box should read „Step 1 Select a competition round you want:‟ The round number should display the same round number selected in
Trang 13(4) Create 12 text boxes to display the twelve competitors for the event the user has selected
The chosen competitor appears on the top Format of the name: FirstName + LastName
Draw a straight line between the competitor and all other 11 competitors
Example of frmCompetitionScheduleC
The background color should be
changed to grey (#D8D8D8) from
light yellow when the event number
is selected (for example, in BR301
Don Paradiso is playing against
Steven Hingtgen)
Font: Candara, Size: 11
Background color: light yellow (#FFFF66) ;
Font: Candara, Size: 11
Orange background color Red font color, size 11 pt
Trang 14DATABASE REQUEST FORM 3
Create new form
Edit existing form
Details required on form:
QUERIES:
Create new query
Edit existing query
Create new report
Edit existing report
Tables/queries used
Include in report: Back01.jpg, Back02.jpg, Gold.jpg,
Silver.jpg, Bronze.jpg
Special Instructions: See Data Sheet DB3-2
Save as: rptRodeoAward
3 See Data Sheet DB 3-1 and 3-2
Trang 15DATA SHEET DB3-1
1 Create a query to view the scores of each competitor in the third round Save the query,
naming it qryRound3Score
2 Create a query to view the total score that each competitor has won during the third round as
well as his rank Save the query, naming it qryFinalScore, sorting by ascending, basing on
final ranking
Update the value of tblCompetitorData.TotalScores and tblCompetitorData.FinalRanking with the qryFinalScore
3 Create a report for each who wins Gold, Silver or Bronze medals, according to the format
described in Data Sheet DB3-2
(1) Insert the Back01.jpg in the header and create the title „2009 Skills Rodeo Award‟ (2) Insert the image file: Gold medal=Gold.jpg, Silver medal=Silver.jpg, and Bronze
medal=Bronze.jpg for the winner as the example shows
(3) Show ‘gold‟, „silver‟ or „bronze‟, tblCompetitorData.CompFirstName,
tblCompetitorData.CompLastName, TotalScores under the medal
(4) Insert Back02.jpg
(5) Name the report as ‘rptRodeoAward’ and save
Trang 16DATA SHEET DB3-2
Example:
Trang 17Title, Font format:
Arial,24pt,Brown
Medal, Font format:
Arial,16pt,bold,Dark Blue color
Trang 18DATABASE REQUEST FORM 4
Pre-requisites: Form 1, 2 and 3
Create new form
Edit existing form
Save form as:
Details required on form:
See Data Sheet DB4
QUERIES:
Create new query
Edit existing query
Create new report
Edit existing report
Tables/queries used
Include in report: See Data Sheet DB4
Special Instructions: Print one copy each report
Save as: rptBetRound1, rptBetRound2 and
rptBetRound3
Trang 19SPECIAL INSTRUCTIONS:
1 Skills Rodeo provides betting for visitors to have some fun A bet costs CAN$ 100 Bets are placed on the competitors for each event in each round
2 A portion of the total bet revenues is reserved in each round:
(1) 30 percent of total bet revenues will be donated to a Children Hospital
(2) Another 10 percent will be reserved as „Bingo Prize‟ for those who have placed bets on the same competitor in all rounds who finally wins either the gold, silver or bronze medal
3 The balance will be allocated to each bet maker according to the following formula:
„Money Won‟ = The balance of the bet revenues * „Payout‟ / „Total Payout ‟,
where
„Payout‟ = [BetsMade ] * „Payout Rate‟ (See Fig 4-1 and 4-2)
„Total Payout‟ = Sum of Payouts
Round Payout Rate
Fig 4-1 Payout Rate for Round 1 and 2
Competitor Placed Payout Rate
Fig 4-2 Payout Rate for Round 3
4 The total reservation for Bingo will be allocated to the bet makers according to the following formula:
„Money Won‟ =
Total Reservation for Bingo Prize * Individual Payout / Total Payout,
where
Individual Payout = Sum of the bets the visitor placed from Round 1 to Round 3
Total Payout = Sum of Individual Payout
5 The details of bet-making are stored in the tblBetting table
See Data Sheet DB4
Trang 222 For the third round:
Page header, Candara, 18pt, bold
Format: Same as the
reports of Round 1 and 2 Total Reservation for Bingo
Prize
Bets made in the Round 3
Payout in Round 3 Money won
in Round 3
Individual Payout-Bingo
Money won from Bingo
Subtotal of Money Won at Round 3 and Money Won - Bingo Insert SkillsRodeo.jpg
Trang 23HỘI THI TAY NGHỀ NGÀNH DẦU KHÍ LẦN II - 2011
NGHỀ CÔNG NGHỆ THÔNG TIN
Thời gian: 6 giờ
Trang 24SKILL 09: IT/Software Applications
Document Processing
LogBook
DATA FILES
skills.docx
FILES TO BE SAVED
Request Form 1 Events & Forms.docm
PRINTOUTS
Request Forms
Trang 25Icon AutoText
FILENAMES:
Save document as:
Events & Forms.docm
Images within skills.docx
Import data from:
When opening the file, the following prompt should be showed automatically:
Update the User name according to what he/she inserts
Use the tables from the file events.doc and format according to the model DP1MOD1A
On the tables, insert a signal (+ and –) at the beginning of each title of the month By clicking it, expand or collapse the month details:
double-With Details Without details
Trang 26The first page should be made according to modelDP1MOD1A
Create a kind of group check box that, if you double-click the options, it will change according
Create the others check-boxes following the same logic:
Period check box (The arrows indicate the order of the states)
Trang 27description of the category should be equivalent to the current category,
Trang 28Create a kind of check boxes to select the color of the equipment Also, change the colors of the cowboy
at left according to the selected colors Put a white “X” to confirm the selected color When
Double-clicking in a different color Rounded Rectangle change to the following color:
Example 1:
Example 2:
Trang 29Create also a form that will be printed when the user hit ALT+SHIFT+F1 NOTE: this form shall not be viewed in normal view It will only be used to print proposers Before print, add to the form all the selected information and print only the form in A5 (landscape) paper with original margins
Trang 31“+” and “–” to expand and collapse the month’s
information):
Trang 33HỘI THI TAY NGHỀ NGÀNH DẦU KHÍ LẦN II - 2011
NGHỀ CÔNG NGHỆ THÔNG TIN
Thời gian: 6 giờ
Trang 34SKILL 09: IT/Software Applications
Spreadsheet
LogBook
DATA FILES
Request Forms Filenames
Request Form 1 Seating.wmv, SkillsRodeo.png, noBullSilhouette.jpg,
backArrow.png, seatingPlan_full.jpg Request Form 2 backArrow.png, Seating.wmv,
FILES TO BE SAVED
Request Forms Filenames
Request Form 1 SkillsRodeoSeatingSummary, SkillsRodeoSeating
Request Form 2 SkillsRodeoSeatingSummary, SkillsRodeoSeating
PRINTOUTS
Request Forms
No printouts required
Trang 35SPREADSHEET REQUEST FORM 1
Note: if a file extension is not specified, the competitor must choose the most appropriate option
Save workbooks as SkillsRodeoSeatingSummary
and SkillsRodeoSeating
Use the graphics files SkillsRodeo.png, noBullSilhouette.jpg, backArrow.png, seatingPlan_full.jpg Refer to Datasheets 1a, 1b 1c and Seating.wmv for further instructions
Trang 36Scenario
These workbooksarefor reserving seats for theSkills Rodeo
Viewing the movie Seating.wmv will give a good overview of what is required
The function of SkillsRodeoSeatingSummaryis:
a to show a menu offering the user the choices to ReserveTickets or to see a
SalesSummary (See Datasheet 1a)
b to display Sales per Grandstand area (See Datasheet 1c)
c to display an Interactive chart of Sales by Price Range or by Grandstand area (See
Datasheet 1c)The function of SkillsRodeoSeatingis:
a to allow the user to select an area of the Grandstand and reserve tickets (See
1 Create a seating menu as shown in Datasheet 1b
2 Create seating maps for the different sections as shown in Datasheet 1c
Trang 37Datasheet 1a
MainMenu in SkillsRodeoSeatingSummary
Trang 38Datasheet 1b
Main Seating Menu in SkillsRodeoSeating
1 –Takes the user back to the Main Menu
inSkillsRodeoSeatingSummar
y
Shows a blank
seating plan
Trang 431 User clicks on
this area (B2)
2 Corresponding seating chart is
shown
3 User can reserve a seat by entering any character into a square The square will then
be coloured red
4 User must click
Save Tickets
Trang 44SPREADSHEET REQUEST FORM 2
Action Required:
New Spreadsheet Edit Spreadsheet Data Entry Macro
SkillsRodeoSeating SkillsRodeoSeatingSummary
Trang 45Ticket Sales Summary
1 When the user clicks on Ticket Sales Summary on the menu inSkillsRodeoSeatingSummary
(see Datasheet 1a) then show the Grandstand map with:
a tickets sold per section
b capacity of each section
(see Datasheet 2a)
2 When the user clicks on ViewSummaryChart icon then show the Chart sheet with its
options (see Datasheet 2b)
3 The user can choose to view a chart that shows SeatingbyZone or Seating by Price
4 If they choose SeatingbyZone, they can then choose which zones to display (B1, B2, B3,
M1, M2 or M3)
5 If they choose SeatingbyPrice, they can then choose which price range to display
(Platinum, Gold, Silver or Bronze)