Skip to content

Commit

Permalink
Update course times values
Browse files Browse the repository at this point in the history
  • Loading branch information
harveysanders committed Mar 18, 2024
1 parent 106facc commit cd35e8b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Forms/formData/highSchoolApplicationData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@ export const courses = [
// name: 'Internet of Things [Prerequisite: Level 1 and 2 IBC]',
// },
];

export const courseTimes = {
notes: {
fundamentals: 'This is your first class with Op Spark',
advanced: 'This is your second class with Op Spark, and you earned the level 1 credential',
},
// TODO: Dervive the "name" and "values" fields?
fundamentals: [
{
course: 'fundamentals',
value: 'fundamentals-onsite-w-4-8',
value: 'fundamentals-onsite-m-f-9-12',
location: 'In Person',
preReq: 'No Prerequisite',
time: 'Monday to Friday | 9:00 AM to 12:00 PM',
name: 'In Person: Monday to Friday | 9:00 AM to 12:00 PM',
},
{
course: 'fundamentals',
value: 'fundamentals-virtual-t-th-5-7',
value: 'fundamentals-virtual-m-f-1-4',
location: 'Virtual',
preReq: 'No Prerequisite',
time: 'Monday to Friday | 1:00 PM to 4:00 PM',
Expand All @@ -49,15 +49,15 @@ export const courseTimes = {
advanced: [
{
course: 'advanced',
value: 'advanced-virtual-m-w-5-7',
value: 'advanced-virtual-m-f-9-12',
location: 'Virtual',
preReq: 'Fundamentals of HTML, CSS, and Javascript',
time: 'Monday to Friday | 9:00 AM to 12:00 PM',
name: 'Virtual: Monday to Friday | 9:00 AM to 12:00 PM',
},
{
course: 'advanced',
value: 'advanced-onsite-th-4-8',
value: 'advanced-onsite-m-f-1-4',
location: 'In Person',
preReq: 'Fundamentals of HTML, CSS, and Javascript',
time: 'Monday to Friday | 1:00 PM to 4:00 PM',
Expand Down

0 comments on commit cd35e8b

Please sign in to comment.