Skip to content

Commit

Permalink
chore: update helptext
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Jan 25, 2024
1 parent ef77ef2 commit 4d88069
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 28 deletions.
10 changes: 3 additions & 7 deletions src/components/EditCoursePage/EditCourseForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -989,19 +989,15 @@ export class BaseEditCourseForm extends React.Component {
<dl>
<dt>Introductory</dt>
<dd>
No prerequisites; a learner who has completed some or
all secondary school could complete the course.
No prerequisites
</dd>
<dt>Intermediate</dt>
<dd>
Basic prerequisites; learners need to complete
secondary school or some university courses.
Basic prerequisites
</dd>
<dt>Advanced</dt>
<dd>
Significant prerequisites; the course is geared to
third or fourth year university students or master’s
degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -881,19 +881,19 @@ exports[`BaseEditCourseForm override slug format when IS_NEW_SLUG_FORMAT_ENABLED
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down Expand Up @@ -2728,19 +2728,19 @@ exports[`BaseEditCourseForm renders correctly when submitting for review 1`] = `
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down Expand Up @@ -4575,19 +4575,19 @@ exports[`BaseEditCourseForm renders html correctly while submitting 1`] = `
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down Expand Up @@ -6565,19 +6565,19 @@ exports[`BaseEditCourseForm renders html correctly with administrator being true
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down Expand Up @@ -8657,19 +8657,19 @@ exports[`BaseEditCourseForm renders html correctly with all data present 1`] = `
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down Expand Up @@ -10136,19 +10136,19 @@ exports[`BaseEditCourseForm renders html correctly with minimal data 1`] = `
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down Expand Up @@ -11525,19 +11525,19 @@ exports[`BaseEditCourseForm renders html correctly with skills data when skills
Introductory
</dt>
<dd>
No prerequisites; a learner who has completed some or all secondary school could complete the course.
No prerequisites
</dd>
<dt>
Intermediate
</dt>
<dd>
Basic prerequisites; learners need to complete secondary school or some university courses.
Basic prerequisites
</dd>
<dt>
Advanced
</dt>
<dd>
Significant prerequisites; the course is geared to third or fourth year university students or master’s degree students.
Significant prerequisites
</dd>
</dl>
</div>
Expand Down

0 comments on commit 4d88069

Please sign in to comment.