mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add college algebra cert as upcoming change (#43605)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@ const codeAllyPractice = 12;
|
||||
const codeAllyCert = 13;
|
||||
const multifileCertProject = 14;
|
||||
const theOdinProject = 15;
|
||||
const colab = 16;
|
||||
|
||||
// individual exports
|
||||
exports.backend = backend;
|
||||
@@ -22,6 +23,7 @@ exports.frontEndProject = frontEndProject;
|
||||
exports.backEndProject = backEndProject;
|
||||
exports.pythonProject = pythonProject;
|
||||
exports.codeAllyCert = codeAllyCert;
|
||||
exports.colab = colab;
|
||||
|
||||
exports.challengeTypes = {
|
||||
html,
|
||||
@@ -40,7 +42,8 @@ exports.challengeTypes = {
|
||||
codeAllyPractice,
|
||||
codeAllyCert,
|
||||
multifileCertProject,
|
||||
theOdinProject
|
||||
theOdinProject,
|
||||
colab
|
||||
};
|
||||
|
||||
exports.isFinalProject = challengeType => {
|
||||
@@ -78,7 +81,8 @@ exports.viewTypes = {
|
||||
[codeAllyPractice]: 'codeAlly',
|
||||
[codeAllyCert]: 'codeAlly',
|
||||
[multifileCertProject]: 'classic',
|
||||
[theOdinProject]: 'odin'
|
||||
[theOdinProject]: 'odin',
|
||||
[colab]: 'frontend'
|
||||
};
|
||||
|
||||
// determine the type of submit function to use for the challenge on completion
|
||||
@@ -101,7 +105,8 @@ exports.submitTypes = {
|
||||
[video]: 'tests',
|
||||
[codeAllyCert]: 'project.frontEnd',
|
||||
[multifileCertProject]: 'tests',
|
||||
[theOdinProject]: 'tests'
|
||||
[theOdinProject]: 'tests',
|
||||
[colab]: 'project.backEnd'
|
||||
};
|
||||
|
||||
// determine which help forum questions should be posted to
|
||||
|
||||
@@ -101,5 +101,25 @@
|
||||
"build-a-palindrome-checker-project": "JavaScript",
|
||||
"build-a-roman-numeral-converter-project": "JavaScript",
|
||||
"build-a-telephone-number-validator-project": "JavaScript",
|
||||
"learn-advanced-array-methods-by-building-a-statistics-calculator": "JavaScript"
|
||||
"learn-advanced-array-methods-by-building-a-statistics-calculator": "JavaScript",
|
||||
"build-a-multi-function-calculator": "Backend Development",
|
||||
"build-a-graphing-calculator": "Backend Development",
|
||||
"build-three-math-games": "Backend Development",
|
||||
"build-a-financial-calculator": "Backend Development",
|
||||
"build-a-data-graph-explorer": "Backend Development",
|
||||
"learn-ratios-and-proportions": "Backend Development",
|
||||
"learn-how-to-solve-for-x": "Backend Development",
|
||||
"learn-applications-of-linear-systems": "Backend Development",
|
||||
"learn-business-applications-of-college-algebra": "Backend Development",
|
||||
"learn-common-factors-and-square-roots": "Backend Development",
|
||||
"learn-exponents-and-logarithms": "Backend Development",
|
||||
"learn-fractions-and-decimals": "Backend Development",
|
||||
"learn-functions-and-graphing": "Backend Development",
|
||||
"learn-how-to-graph-systems-of-equations": "Backend Development",
|
||||
"learn-how-to-solve-systems-of-equations": "Backend Development",
|
||||
"learn-linear-functions": "Backend Development",
|
||||
"learn-parent-graphs-and-polynomials": "Backend Development",
|
||||
"learn-quadratic-equations": "Backend Development",
|
||||
"learn-simple-and-compound-interest": "Backend Development",
|
||||
"college-algebra-with-python-conclusion": "Backend Development"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user