Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update helptext #935

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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