Skip to content

Commit

Permalink
add College Success Concise (#3908)
Browse files Browse the repository at this point in the history
* add College Success Concise

* update snapshots
  • Loading branch information
therealmarv committed Mar 11, 2024
1 parent 159415b commit 7f3135c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions exercises/specs/components/__snapshots__/exercise.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,11 @@ exports[`Exercises component renders and matches snapshot 1`] = `
>
College Success
</option>
<option
value="stax-csuccessconcise"
>
College Success Concise
</option>
<option
value="stax-datascience"
>
Expand Down Expand Up @@ -4321,6 +4326,11 @@ exports[`Exercises component renders with intro and a multiple questions when ex
>
College Success
</option>
<option
value="stax-csuccessconcise"
>
College Success Concise
</option>
<option
value="stax-datascience"
>
Expand Down Expand Up @@ -6807,6 +6817,9 @@ exports[`Exercises component resets fields when model is new 1`] = `
<option value=\\"stax-csuccess\\">
College Success
</option>
<option value=\\"stax-csuccessconcise\\">
College Success Concise
</option>
<option value=\\"stax-datascience\\">
Data Science
</option>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ exports[`Book Selection tags component renders and matches snapshot 1`] = `
>
College Success
</option>
<option
value="stax-csuccessconcise"
>
College Success Concise
</option>
<option
value="stax-datascience"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ exports[`Book tags component renders tags 1`] = `
>
College Success
</option>
<option
value="stax-csuccessconcise"
>
College Success Concise
</option>
<option
value="stax-datascience"
>
Expand Down
1 change: 1 addition & 0 deletions exercises/src/components/tags/book-selection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const BOOKS = {
'stax-coreqalgebra': 'College Algebra with Corequisite Skills',
'stax-cs': 'Computer Science',
'stax-csuccess': 'College Success',
'stax-csuccessconcise': 'College Success Concise',
'stax-datascience': 'Data Science',
'stax-devpsy': 'Developmental Psychology',
'stax-econ': 'Economics',
Expand Down

0 comments on commit 7f3135c

Please sign in to comment.