toastmasters-pathways-data
All paths, levels, and projects for the Toastmasters Pathways program in a structured JSON format. Feel free to copy/paste or use as a NPM/Yarn module.
Pull requests welcome to correct, improve, or add data.
Basic structure
[
{
"name": "Effective coaching",
"description": "",
"levels": [
{
"level": 1,
"name": "",
"totalProjectsRequired": 3,
"requiredProjects: [
{
"name": "",
"description": ""
}
],
"electiveInstruction": "ELECTIVES (choose 2)",
"electivesRequired: 2,
"electiveChoices: [
{
"name": "",
"description": ""
}
]
}
]
}
]