File tree 4 files changed +24
-0
lines changed
4 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -757,6 +757,11 @@ exports[`Exercises component renders and matches snapshot 1`] = `
757
757
>
758
758
College Success
759
759
</option >
760
+ <option
761
+ value = " stax-csuccessconcise"
762
+ >
763
+ College Success Concise
764
+ </option >
760
765
<option
761
766
value = " stax-datascience"
762
767
>
@@ -4321,6 +4326,11 @@ exports[`Exercises component renders with intro and a multiple questions when ex
4321
4326
>
4322
4327
College Success
4323
4328
</option >
4329
+ <option
4330
+ value = " stax-csuccessconcise"
4331
+ >
4332
+ College Success Concise
4333
+ </option >
4324
4334
<option
4325
4335
value = " stax-datascience"
4326
4336
>
@@ -6807,6 +6817,9 @@ exports[`Exercises component resets fields when model is new 1`] = `
6807
6817
<option value =\\"stax-csuccess\\">
6808
6818
College Success
6809
6819
</option>
6820
+ <option value =\\"stax-csuccessconcise\\">
6821
+ College Success Concise
6822
+ </option>
6810
6823
<option value =\\"stax-datascience\\">
6811
6824
Data Science
6812
6825
</option>
Original file line number Diff line number Diff line change @@ -124,6 +124,11 @@ exports[`Book Selection tags component renders and matches snapshot 1`] = `
124
124
>
125
125
College Success
126
126
</option >
127
+ <option
128
+ value = " stax-csuccessconcise"
129
+ >
130
+ College Success Concise
131
+ </option >
127
132
<option
128
133
value = " stax-datascience"
129
134
>
Original file line number Diff line number Diff line change @@ -171,6 +171,11 @@ exports[`Book tags component renders tags 1`] = `
171
171
>
172
172
College Success
173
173
</option >
174
+ <option
175
+ value = " stax-csuccessconcise"
176
+ >
177
+ College Success Concise
178
+ </option >
174
179
<option
175
180
value = " stax-datascience"
176
181
>
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const BOOKS = {
26
26
'stax-coreqalgebra' : 'College Algebra with Corequisite Skills' ,
27
27
'stax-cs' : 'Computer Science' ,
28
28
'stax-csuccess' : 'College Success' ,
29
+ 'stax-csuccessconcise' : 'College Success Concise' ,
29
30
'stax-datascience' : 'Data Science' ,
30
31
'stax-devpsy' : 'Developmental Psychology' ,
31
32
'stax-econ' : 'Economics' ,
You can’t perform that action at this time.
0 commit comments