Skip to content

Commit

Permalink
Updated preliminary changes -- FAQ changes, small grammar corrections…
Browse files Browse the repository at this point in the history
…, description rewordings
  • Loading branch information
Edward Lee committed Nov 23, 2023
1 parent 7da6162 commit 88110b1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/labels/HomeLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const WHO_WE_ARE = {
<p className="info">
We are a group of UC Berkeley students passionate about teaching and
helping students succeed in computer science. CSM provides a tiered
system of mentoring opportunities.
system of mentoring opportunities.{" "}
<b>Senior Mentors</b> write material and provide tips to{" "}
<b>Junior Mentors</b> on how to teach. All mentors meet up once a
week to learn from each other, and use another time of the week to
Expand Down
13 changes: 9 additions & 4 deletions src/labels/MentorLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,25 +162,26 @@ export const SECTIONS = {

export const FAQ = {
LABEL: "FAQ",
/* // COVID-19 complications are mostly over now
FA20_ONLINE: {
Q: "Will CSM continue to operate if the semester is hybrid or online?",
A:
"CSM will continue to offer services in accordance with campus decisions on remote " +
"and/or in-person instruction for the current semester.",
},
*/
JM_QUALITIES: {
Q: "What are you looking for in a Junior Mentor?",
A:
"We look for applicants who are dedicated to their students. This could be in the form " +
"of previous tutoring experience, mastery of the material, and flexible time " +
"commitments. While we do take grades into account, it is not a prioritized metric. " +
"Many successful mentors have received a variety of grades.",
"commitments. Note we do not take grades into account, only that applicants have passed the " +
"class, and many successful mentors have received a variety of grades.",
},
JM_PREREQS: {
Q: "Are there any prerequisites to be a Junior Mentor?",
A:
"There are no formal requirements, but we prefer mentors who have had at least one " +
"semester of academic interning, either in past semesters or concurrently.",
"There are no formal requirements!",
},
JM_COMMITMENT: {
Q: "What is the time commitment for a Junior Mentor?",
Expand All @@ -203,6 +204,7 @@ export const FAQ = {
"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?",
A:
Expand All @@ -212,6 +214,8 @@ export const FAQ = {
"or assist in office hours or guerrilla sections, provided you have received a passing " +
"grade in your respective class.",
},
*/
/* // CS 370 is no longer as relevant to CSM
CS_370: {
Q: "What is CS 370?",
A:
Expand All @@ -221,5 +225,6 @@ export const FAQ = {
"a class of their choice. Many of our mentors have taken this class concurrently or " +
"previously, and it is highly recommended!",
},
*/
CONTACT: FAQ_CONTACT,
};
19 changes: 14 additions & 5 deletions src/labels/StudentLabels.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const SECTIONS = {
<span>
<p className="info">
Students enrolled in group tutoring are eligible for 1 unit
of P/NP credit. Grades are based on attendance. Those
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>
Expand All @@ -45,7 +45,7 @@ export const SECTIONS = {
),
},
APPLICATIONS_CLOSE: {
LABEL: "Application Process",
LABEL: "Enrollment Process",
BODY_JSX: (
<p className="info">
Applications are currently closed for the Spring 2024 semester and will open
Expand All @@ -58,15 +58,24 @@ export const SECTIONS = {
),
},
APPLICATIONS_OPEN: {
LABEL: "Application Process",
LABEL: "Enrollment Process",
BODY_JSX: (
<p className="info">
Check out our{" "}
<Link to="/scheduler" rel="noopener noreferrer" target="_blank">
Scheduler
</Link>{" "}
website around 2 weeks into the semester to sign up! Create an
account, select a class, and enroll in a empty section.
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
href="https://docs.google.com/document/d/1fmzgepezzdEzfi97u_jEw3OS88gsKDh7AjpuB4pnuLA/edit"
rel="noopener noreferrer"
target="_blank"
>
here
</a>
.
</p>
),
},
Expand Down
10 changes: 0 additions & 10 deletions src/pages/Mentors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ export default class Mentors extends React.Component {
<div className="divider"></div>
<div className="faq section">
<h5 className="label">{Labels.FAQ.LABEL}</h5>
<h6 className="sublabel">{Labels.FAQ.FA20_ONLINE.Q}</h6>
<p className="info">{Labels.FAQ.FA20_ONLINE.A}</p>

<h6 className="sublabel">
{Labels.FAQ.JM_QUALITIES.Q}
Expand All @@ -105,14 +103,6 @@ export default class Mentors extends React.Component {
<h6 className="sublabel">{Labels.FAQ.JM_UNITS.Q}</h6>
<p className="info">{Labels.FAQ.JM_UNITS.A}</p>

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

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

<h6 className="sublabel">
Who can I contact if I have more questions?
</h6>
Expand Down

0 comments on commit 88110b1

Please sign in to comment.