project: Pitch Perfect Pinyin
leads: Suloni
The practice portion of the Pitch Perfect Pinyin site is coming together. See what I’ve been working on here. In sum, Parts 1 and 3, along with the styling of the page was completed this past week. I’m still working on parts 2, 4 and 5 and developing a solution to display two columns of questions per row. I’ve run into a small wall with the latter – making two columns with the questions is easy to do in a PHP for loop, but I’ve found out it interferes with how the JS checks the answers. Eachgets checked and if two question columns exist in that row, only the first set of questions gets corrected. After my JS and CSS solutions both failed (see below), I’m thinking I have to reconfigure the current code to incorporate <div(s)> instead of <tr(s)>. Since the content is not completely tabular, in that data in the rows can exist as their own columns, divs can be used as an appropriate method for displaying everything. I hope to finish the final three parts this week and next.