Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/labels/MentorLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
11 changes: 9 additions & 2 deletions src/labels/StudentLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ export const SECTIONS = {
LABEL: "Expectations",
BODY_JSX: (
<span>
{/*
<p className="info">
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.
</p>
*/}
<p className="info">
More in-depth{" "}
<a
Expand Down Expand Up @@ -67,8 +69,11 @@ export const SECTIONS = {
Scheduler
</Link>{" "}
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{" "}
<a
href="https://docs.google.com/document/d/1fmzgepezzdEzfi97u_jEw3OS88gsKDh7AjpuB4pnuLA/edit"
rel="noopener noreferrer"
Expand All @@ -91,6 +96,7 @@ export const FAQ = {
"even if you aren't enrolled on CalCentral, you will still be required to regularly " +
"attend the specific section you are assigned to.",
},
/*
UNITS: {
Q: "Can I get units for attending a section?",
A:
Expand All @@ -100,5 +106,6 @@ export const FAQ = {
"CSM sections, you may receive 1 unit for each, and must meet attendance requirements " +
"for all your sections in order to pass.",
},
*/
CONTACT: FAQ_CONTACT,
};
2 changes: 2 additions & 0 deletions src/pages/Mentors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ export default class Mentors extends React.Component {
{Labels.FAQ.JM_COMMITMENT.Q}
</h6>
<p className="info">{Labels.FAQ.JM_COMMITMENT.A}</p>
{/*
<h6 className="sublabel">{Labels.FAQ.JM_UNITS.Q}</h6>
<p className="info">{Labels.FAQ.JM_UNITS.A}</p>
*/}

<h6 className="sublabel">
Who can I contact if I have more questions?
Expand Down
2 changes: 2 additions & 0 deletions src/pages/Students.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,10 @@ export default class Students extends React.Component {
</h6>
<p className="info">{Labels.FAQ.DEADLINE_PASSED.A}</p>

{/*
<h6 className="sublabel">{Labels.FAQ.UNITS.Q}</h6>
<p className="info">{Labels.FAQ.UNITS.A}</p>
*/}

<h6 className="sublabel">{Labels.FAQ.CONTACT.Q}</h6>
{Labels.FAQ.CONTACT.A_JSX}
Expand Down
Loading