Skip to content

Commit 7f3135c

Browse files
authored
add College Success Concise (#3908)
* add College Success Concise * update snapshots
1 parent 159415b commit 7f3135c

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

exercises/specs/components/__snapshots__/exercise.spec.js.snap

+13
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,11 @@ exports[`Exercises component renders and matches snapshot 1`] = `
757757
>
758758
College Success
759759
</option>
760+
<option
761+
value="stax-csuccessconcise"
762+
>
763+
College Success Concise
764+
</option>
760765
<option
761766
value="stax-datascience"
762767
>
@@ -4321,6 +4326,11 @@ exports[`Exercises component renders with intro and a multiple questions when ex
43214326
>
43224327
College Success
43234328
</option>
4329+
<option
4330+
value="stax-csuccessconcise"
4331+
>
4332+
College Success Concise
4333+
</option>
43244334
<option
43254335
value="stax-datascience"
43264336
>
@@ -6807,6 +6817,9 @@ exports[`Exercises component resets fields when model is new 1`] = `
68076817
<option value=\\"stax-csuccess\\">
68086818
College Success
68096819
</option>
6820+
<option value=\\"stax-csuccessconcise\\">
6821+
College Success Concise
6822+
</option>
68106823
<option value=\\"stax-datascience\\">
68116824
Data Science
68126825
</option>

exercises/specs/components/tags/__snapshots__/book-selection.spec.js.snap

+5
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ exports[`Book Selection tags component renders and matches snapshot 1`] = `
124124
>
125125
College Success
126126
</option>
127+
<option
128+
value="stax-csuccessconcise"
129+
>
130+
College Success Concise
131+
</option>
127132
<option
128133
value="stax-datascience"
129134
>

exercises/specs/components/tags/__snapshots__/books.spec.js.snap

+5
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,11 @@ exports[`Book tags component renders tags 1`] = `
171171
>
172172
College Success
173173
</option>
174+
<option
175+
value="stax-csuccessconcise"
176+
>
177+
College Success Concise
178+
</option>
174179
<option
175180
value="stax-datascience"
176181
>

exercises/src/components/tags/book-selection.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const BOOKS = {
2626
'stax-coreqalgebra': 'College Algebra with Corequisite Skills',
2727
'stax-cs': 'Computer Science',
2828
'stax-csuccess': 'College Success',
29+
'stax-csuccessconcise': 'College Success Concise',
2930
'stax-datascience': 'Data Science',
3031
'stax-devpsy': 'Developmental Psychology',
3132
'stax-econ': 'Economics',

0 commit comments

Comments
 (0)