rit-csc / csc_exam_reviews

A collection of practice exams for exams in core curriculum CS courses at RIT.
http://csc.cs.rit.edu/resources
13 stars 1 forks source link

questions (within questions dir) should be organized by exam number #19

Closed chrissprague closed 9 years ago

chrissprague commented 9 years ago

e.g.     questions/         e1/               e1q1               e1q2         e2/               e2q1               e2q2

khipkin commented 9 years ago

@chrissprague It makes more sense to organize by topic. The entire point of having the current organizational structure is so questions can be easily used on multiple exams. Tying questions to specific exams defeats the entire purpose of the refactor and brings code/question re-usability back down to zero.

khipkin commented 9 years ago

e.g. ....questions/ ............topic1/ ....................q1 ....................q2 ............topic2/ ....................q1 ....................q2