Fixed details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Shahan Nedadahandeh 2023-02-15 09:37:56 -05:00
parent 275051858e
commit 4a2453f68b
1 changed files with 8 additions and 8 deletions

View File

@ -222,8 +222,8 @@ export default function CoopPage() {
{/* C7v */}
<ComponentWrapper
heading="What was your coop evaluation rating?"
bodyText="Ratings were pretty positive overall! It seems that getting an outstanding rating is not out of reach!"
heading="What was your co-op evaluation rating?"
bodyText="Ratings were pretty positive overall, with “Outstanding” and “Excellent” making up the vast majority of evaluations! Respondents did not receive any ratings below “Very Good” in their 3rd, 4th, and 5th co-op terms."
>
<div>
<StackedBarGraphHorizontal
@ -239,14 +239,14 @@ export default function CoopPage() {
data={C7v}
margin={barGraphMargin}
displayPercentage
tooltipBottomLabel="Coop Term: "
tooltipBottomLabel="Co-op Term: "
/>
</div>
</ComponentWrapper>
{/* C7vi */}
<ComponentWrapper
heading="How happy were you with your coop during the work term specified?"
heading="How happy were you with your co-op during the work term specified?"
bodyText="The ratio of people rating 4+ in happiness stayed roughly the same throughout the terms. There seems to be more 5s towards the last work term, likely due to students being more satisfied with better jobs that suit their interests."
align="right"
noBackground
@ -265,7 +265,7 @@ export default function CoopPage() {
]}
data={C7vi}
margin={barGraphMargin}
tooltipBottomLabel="Coop Term: "
tooltipBottomLabel="Co-op Term: "
displayPercentage
/>
</div>
@ -273,7 +273,7 @@ export default function CoopPage() {
{/* C7vii */}
<ComponentWrapper
heading="How did you find your job?"
heading="How did you find your co-op?"
bodyText="People found more co-ops externally and through return offers as the terms progressed, which makes sense as people gain more experience as they learn and grow. WaterlooWorks was still really good in helping people find jobs in the main and continuous rounds."
align="right"
>
@ -295,7 +295,7 @@ export default function CoopPage() {
{/* C7viii */}
<ComponentWrapper
heading="Were you referred for the job?"
heading="Were you referred for the co-op?"
bodyText="Interestingly, the referral to non-referral ratio stayed roughly the same as the co-op terms progressed, apart from the first one which had the most referrals. This goes to show that, without a doubt, networking can really give you some great opportunities!"
noBackground
>
@ -308,7 +308,7 @@ export default function CoopPage() {
data={C7viii}
margin={barGraphMargin}
displayPercentage={true}
tooltipBottomLabel="Coop term: "
tooltipBottomLabel="Co-op term: "
/>
</div>
</ComponentWrapper>