Skip to content
Snippets Groups Projects
Commit c0c67178 authored by Will Billingsley's avatar Will Billingsley
Browse files

Minor tweaks to some units in some tables

parent 8c2ee900
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,16 @@ addCourses([
{
name: "Listed group 1",
units: [
choose(3, "COSC530", "COSC540", "COSC550", "COSC572"), "Listed elective", "Listed elective"
choose(3, "COSC530", "COSC540", "COSC550", "COSC572")
]
},
{
name: "Listed group 2",
units: [
choose(2,
"AMTH250", "COSC240", "COSC250", "SCI410",
"COSC530", "COSC540", "COSC550", "COSC572", "Listed elective", "Listed elective"
)
]
}
],
......@@ -307,7 +316,7 @@ limitCBOK([ "MIT" ], cbok.ProfExpectations, ["COSC110", "COSC220", "COSC594", "C
limitCBOK([ "MIT" ], cbok.Teamwork, ["COSC101", "COSC220", "COSC594", "COSC595"])
limitCBOK([ "MIT" ], cbok.Communication, ["COSC220", "COSC570", "COSC594", "COSC595"])
limitCBOK([ "MIT" ], cbok.Societal, ["COSC110", "COSC210", "COSC570"])
limitCBOK([ "MIT" ], cbok.Understanding, ["COSC110", "COSC220", "COSC240"])
limitCBOK([ "MIT" ], cbok.Understanding, ["COSC110", "COSC220", "COSC594", "COSC595"])
limitCBOK([ "MIT" ], cbok.ProblemSolving, ["COSC101", "COSC102", "COSC220", "COSC594", "COSC595"])
limitCBOK([ "MIT" ], cbok.Fundamentals, ["COSC110" ])
limitCBOK([ "MIT" ], cbok.Data, ["COSC210", "COSC220", "STAT100"])
......
......@@ -474,7 +474,7 @@ addUnits([
code: "COSC320",
name: "Information Technology Project",
prereq: [ "COSC220", "COSC310", cp(96) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3), understanding(2) ],
swebok: [ swebok.Requirements, swebok.Construction, swebok.EngManagement, swebok.Process, swebok.Quality, swebok.ProfPractice ],
sfia: [],
dsbok: [ ccdsc.PR, edison.PM ],
......@@ -486,7 +486,7 @@ addUnits([
code: "COSC591",
name: "Information Technology Project",
prereq: [ "COSC510", choose(1, "COSC530", "COSC540", "COSC550", "COSC560", "COSC570", "COSC572", "COSC580") ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3), understanding(2) ],
sfia: [],
dsbok: [ ccdsc.PR, edison.PM ],
tags: [ "Advanced", "Capstone" ],
......@@ -498,7 +498,7 @@ addUnits([
code: "COSC594",
name: "Information Technology Project: Proposal and Design",
prereq: [ "COSC220", cp(48) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3), understanding(2) ],
sfia: [],
dsbok: [ ccdsc.PR, edison.PM ],
tags: [ "Advanced", "Capstone" ],
......@@ -509,7 +509,7 @@ addUnits([
code: "COSC595",
name: "Information Technology Project: Implementation",
prereq: [ "COSC220", cp(48) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3) ],
cbok: [ problemSolving(3), ethics(2), expectations(2), teamwork(3), communication(3), systems(3), projectManagement(3), understanding(2) ],
sfia: [],
dsbok: [ ccdsc.PR, edison.PM ],
tags: [ "Advanced", "Capstone" ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment