File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments