mirror of
https://github.com/OpenSquawk/OpenSquawk
synced 2026-08-08 02:25:36 +08:00
change mission modules
This commit is contained in:
@@ -2929,28 +2929,28 @@ export const learnModules: ModuleDef[] = [
|
|||||||
id: 'normalize',
|
id: 'normalize',
|
||||||
title: 'Fundamentals · Basics',
|
title: 'Fundamentals · Basics',
|
||||||
subtitle: 'Alphabet, Call Signs, ATIS & METAR',
|
subtitle: 'Alphabet, Call Signs, ATIS & METAR',
|
||||||
art: '/img/learn/modules/img10.jpeg',
|
art: '/img/learn/modules/img14.jpeg',
|
||||||
lessons: fundamentalsLessons
|
lessons: fundamentalsLessons
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'arc',
|
id: 'arc',
|
||||||
title: 'Readbacks · Mandatory Acknowledgements',
|
title: 'Readbacks · Mandatory Acknowledgements',
|
||||||
subtitle: 'Clearances, taxi, approach & landing',
|
subtitle: 'Clearances, taxi, approach & landing',
|
||||||
art: '/img/learn/modules/img3.jpeg',
|
art: '/img/learn/modules/img11.jpeg',
|
||||||
lessons: readbackLessons
|
lessons: readbackLessons
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'decision-tree',
|
id: 'decision-tree',
|
||||||
title: 'ATC Decision Tree · Advanced Flow',
|
title: 'ATC · Advanced Calls',
|
||||||
subtitle: 'Requests, contingencies & interrupts',
|
subtitle: 'Requests, contingencies & interrupts',
|
||||||
art: gradientArt(['#0f172a', '#1e293b', '#38bdf8']),
|
art: '/img/learn/modules/img10.jpeg',
|
||||||
lessons: decisionTreeLessons
|
lessons: decisionTreeLessons
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'full-flight',
|
id: 'full-flight',
|
||||||
title: 'Full Flight · Gate to Gate',
|
title: 'Full Flight · Gate to Gate',
|
||||||
subtitle: 'One linked scenario from clearance to taxi-in',
|
subtitle: 'One linked scenario from clearance to taxi-in',
|
||||||
art: '/img/learn/modules/img6.jpeg',
|
art: '/img/learn/modules/img12.jpeg',
|
||||||
lessons: fullFlightLessons
|
lessons: fullFlightLessons
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user