From 9a92ff4ccbe7179425d47fe088771acc7259c6fd Mon Sep 17 00:00:00 2001 From: Ben Hung <20ben16@gmail.com> Date: Mon, 14 Sep 2026 21:00:32 -0700 Subject: [PATCH] Comment out unit enrollment information --- src/labels/MentorLabels.tsx | 2 ++ src/labels/StudentLabels.tsx | 11 +++++++++-- src/pages/Mentors.tsx | 2 ++ src/pages/Students.tsx | 2 ++ 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/labels/MentorLabels.tsx b/src/labels/MentorLabels.tsx index 6cdfb97..426c1e6 100644 --- a/src/labels/MentorLabels.tsx +++ b/src/labels/MentorLabels.tsx @@ -211,12 +211,14 @@ export const FAQ = { "be a Junior Mentor and receive guidance from Senior Mentors." } */ + /* JM_UNITS: { Q: "Can I get units for being a mentor?", A: "Yes! Each Junior Mentor can receive 1 unit of P/NP credit. We will provide you the " + "appropriate CCN when the time comes. You are not required to enroll.", }, + */ /* // Other types of tutoring isn't really a question we have to answer anymore OTHER_TUTORING: { Q: "Can I also do other forms of tutoring other than group?", diff --git a/src/labels/StudentLabels.tsx b/src/labels/StudentLabels.tsx index c8e4184..af2ac2b 100644 --- a/src/labels/StudentLabels.tsx +++ b/src/labels/StudentLabels.tsx @@ -25,12 +25,14 @@ export const SECTIONS = { LABEL: "Expectations", BODY_JSX: ( + {/*

Students enrolled in group tutoring are eligible for 1 unit of P/NP credit. Students will be given a P grade based on attendance. Those attending the session for a grade are required to attend 90% of weekly assigned sessions.

+ */}

More in-depth{" "} {" "} website around 2 weeks into the semester to sign up! Create an account, select - a class, and enroll in a empty section. To sign up for a unit, you must do so - seperately through CalCentral. More in depth instructions can be found{" "} + a class, and enroll in a empty section.{" "} + {/* + To sign up for a unit, you must do so seperately through CalCentral. + */} + More in depth instructions can be found{" "}

{Labels.FAQ.JM_COMMITMENT.A}

+ {/*
{Labels.FAQ.JM_UNITS.Q}

{Labels.FAQ.JM_UNITS.A}

+ */}
Who can I contact if I have more questions? diff --git a/src/pages/Students.tsx b/src/pages/Students.tsx index 20fd86c..d6a2a7a 100644 --- a/src/pages/Students.tsx +++ b/src/pages/Students.tsx @@ -64,8 +64,10 @@ export default class Students extends React.Component {

{Labels.FAQ.DEADLINE_PASSED.A}

+ {/*
{Labels.FAQ.UNITS.Q}

{Labels.FAQ.UNITS.A}

+ */}
{Labels.FAQ.CONTACT.Q}
{Labels.FAQ.CONTACT.A_JSX}