Skip to content

Commit 50811eb

Browse files
committed
added current student FAQ data file
1 parent 7251180 commit 50811eb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
export const currentStudentsQuestions = [
2+
{
3+
type: "dates-deadlines",
4+
question: "What happens if I miss the enrollment deadline?",
5+
answer: {
6+
bullets: [
7+
{
8+
text:
9+
"You will not be able to participate in Running Start for that term. You must be enrolled by the third day of the term.",
10+
},
11+
],
12+
},
13+
},
14+
{
15+
type: "dates-deadlines",
16+
question: "What if my records are blocked when I try to enroll in classes?",
17+
answer: {
18+
intro: "Ask yourself these questions:",
19+
bullets: [
20+
{ text: "Have I submitted my Enrollment Verification form for this term?" },
21+
{ text: "Did I meet Academic Standards last term (GPA 2.0+ required)?" },
22+
{ text: "Do I have any outstanding fines or parking tickets in ctcLink?" },
23+
],
24+
},
25+
},
26+
];
27+

0 commit comments

Comments
 (0)