@@ -76,6 +76,30 @@ <h3>{{=message}}</h3>
7676 < label >
7777 Choose one of our ready-made books for your course:
7878 </ label >
79+ < h3 > AP Computer Science</ h3 >
80+
81+ < div class ="radio ">
82+ < label >
83+ < input type ="radio " name ="coursetype " value ="csawesome " />
84+ CSAwesome AP CSA Java Course, by Barbara Ericson and Beryl Hoffman
85+ </ label >
86+ </ div >
87+
88+ < div class ="radio ">
89+ < label >
90+ < input type ="radio " name ="coursetype " value ="StudentCSP " />
91+ CS Principles: Big Ideas in Programming in Python, by Mark Guzdial, Barbara Ericson, and Briana Morrison
92+ </ label >
93+ </ div >
94+
95+ < div class ="radio ">
96+ < label >
97+ < input type ="radio " name ="coursetype " value ="mobilecsp " />
98+ Mobile CSP using App Inventor
99+ </ label >
100+ </ div >
101+
102+
79103 < h3 > Intro to Computer Science</ h3 >
80104 < div class ="radio ">
81105 < label >
@@ -98,13 +122,6 @@ <h3>Intro to Computer Science</h3>
98122 </ label >
99123 </ div >
100124
101- < div class ="radio ">
102- < label >
103- < input type ="radio " name ="coursetype " value ="py4e-int " />
104- Python for Everybody by Charles Severance Interactive Edition: Barbara Ericson
105- </ label >
106- </ div >
107-
108125 < div class ="radio ">
109126 < label >
110127 < input type ="radio " name ="coursetype " value ="thinkcpp " />
@@ -120,39 +137,30 @@ <h3>Intro to Computer Science</h3>
120137 </ div >
121138 < div class ="radio ">
122139 < label >
123- < input type ="radio " name ="coursetype " value ="Subgoals " />
124- Java Subgoals (Subgoals) - Learn Java through Worked Examples and Subgoals with practice - By Briana Morrison
140+ < input type ="radio " name ="coursetype " value ="javajavajava " />
141+ Java. Java, Java: Object-Oriented Problem Solving by Ralph Morelli, Ralph Walde, and Beryl Hoffman
125142 </ label >
126143 </ div >
127144 < div class ="radio ">
128145 < label >
129- < input type ="radio " name ="coursetype " value ="engr101umich " />
130- Using Computing to Solve Engineering Problems University of Michigan
146+ < input type ="radio " name ="coursetype " value ="Subgoals " />
147+ Java Subgoals (Subgoals) - Learn Java through Worked Examples and Subgoals with practice - By Briana Morrison
131148 </ label >
132149 </ div >
133-
134- < h3 > AP Computer Science</ h3 >
135-
136150 < div class ="radio ">
137151 < label >
138- < input type ="radio " name ="coursetype " value ="csawesome " />
139- CS Awesome AP CS A Java Course, by Beryl Hoffman and Barbara Ericson
152+ < input type ="radio " name ="coursetype " value ="py4e-int " />
153+ Python for Everybody by Charles Severance Interactive Edition: Barbara Ericson
140154 </ label >
141155 </ div >
142-
143156 < div class ="radio ">
144157 < label >
145- < input type ="radio " name ="coursetype " value ="mobilecsp " />
146- Mobile CSP
158+ < input type ="radio " name ="coursetype " value ="engr101umich " />
159+ Using Computing to Solve Engineering Problems University of Michigan
147160 </ label >
148161 </ div >
149162
150- < div class ="radio ">
151- < label >
152- < input type ="radio " name ="coursetype " value ="StudentCSP " />
153- CS Principles: Big Ideas in Programming, by Mark Guzdial, Barbara Ericson, and Briana Morrison
154- </ label >
155- </ div >
163+
156164
157165 < h3 > Data Structures</ h3 >
158166 < div class ="radio ">
0 commit comments