Skip to content

Commit

Permalink
Remove quiz from class routine
Browse files Browse the repository at this point in the history
  • Loading branch information
joonshakya committed Jul 6, 2024
1 parent 1edf069 commit 380d21e
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,29 +574,17 @@ export const classRoutine = {
{
day: "Tue",
a: [
[subjects.sem5["Web Tech"], "Lab A"],
["Quiz", "Watrin Hall"],
["Quiz", "Watrin Hall"],
["Quiz", "Watrin Hall"],
[subjects.sem5.DAA, "314"],
[subjects.sem5.MM, `318`],
[subjects.sem5.Simulation, "314"],
["*", ""],
],
b: [
[subjects.sem5["Web Tech"], "Lab A"],
["Quiz", "Watrin Hall"],
["Quiz", "Watrin Hall"],
["Quiz", "Watrin Hall"],
[subjects.sem5.Simulation, "316"],
[subjects.sem5.MM, `318`],
[subjects.sem5.Crypto, "316"],
["*", ""],
],
// a: [
// [subjects.sem5.DAA, "314"],
// [subjects.sem5.MM, `318`],
// [subjects.sem5.Simulation, "314"],
// ["*", ""],
// ],
// b: [
// [subjects.sem5.Simulation, "316"],
// [subjects.sem5.MM, `318`],
// [subjects.sem5.Crypto, "316"],
// ["*", ""],
// ],
},
{
day: "Wed",
Expand Down

0 comments on commit 380d21e

Please sign in to comment.