Skip to content

Commit

Permalink
chore: Update IT sem7 calculator (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya-A-Nair authored Sep 18, 2024
1 parent d2513b7 commit 8f08e14
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/data/calculatorStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,46 @@ const calculatorStructure: Record<string, PointerCalculatorStructureType[]> = {
structureType: "b",
},
],
kjsce_it_sem7:[
{
subjectName: "Software Testing and Quality Assurance",
subjectCode: "STQA",
creditDistribution: "300",
},
{
subjectName: "Departmental Elective-III",
subjectCode: "DEIII",
creditDistribution: "300",
},
{
subjectName: "Departmental Elective-IV",
subjectCode: "DEIV",
creditDistribution: "300",
},
{
subjectName: "Open Elective Technical",
subjectCode: "OET",
creditDistribution: "200",
},
{
subjectName: "Project - I",
subjectCode: "PI",
creditDistribution: "040",
},
{
subjectName: "Software Testing and Quality Assurance Laboratory",
subjectCode: "STQALab",
creditDistribution: "010",
}, {
subjectName: "Departmental Elective-III Lab",
subjectCode: "DEIIILab",
creditDistribution: "010",
}, {
subjectName: "Departmental Elective-IV Lab",
subjectCode: "DEIVLab",
creditDistribution: "010",
}
],

// MECH
kjsce_mech_sem1: kjsce_groupp_sem1,
Expand Down

0 comments on commit 8f08e14

Please sign in to comment.