function makeArray(len) {for (var i = 0; i < len; i++) this[i] = null;this.length = len;}ideas = new makeArray(50);ideas[0] = "He is energetic and dedicated to making sure students understand the material."ideas[1] = "He is very inspirational."ideas[2] = "He is stern but fair.  He knows alot about the subject and is always prepared."ideas[3] = "He was very enthusiastic and engaging."ideas[4] = "He is super approachable and always helps you if you ask him."ideas[5] = "He is a great professor."ideas[6] = "He has high expectations and teaches very clearly."ideas[7] = "He was really nice and helpful if you went up to him after class."ideas[8] = "I learned alot which challenged some of my previous biases."ideas[9] = "He knows a great deal about the subject and is very wise."ideas[10] = "He explains everything clearly and completely and is always ready to answer your questions."ideas[11] = "He is very helpful, wants you to do well, and gives you opportunity for success."ideas[12] = "He has a different way of explaining things that makes each individual think outside the blatently obvious.  Very bright.  Very thorough."ideas[13] = "He is very knowledgable, friendly and helpful."ideas[14] = "Professor Waddell is very knowledgable and patient."ideas[15] = "Excellent teaching style, very knowledgable, explains things well, good mix of examples and theory, very accessible and fair, made it worth it to get up for an 8:00 class each time."ideas[16] = "This is the second course I've taken from Waddell.  He has a clear command of the subject matter and is good at making it both relevant and interesting."ideas[17] = "He makes you really challenge what you know."ideas[18] = "Every class I felt like I learned something new."ideas[19] = "Waddell is one of the best instructors that I've had."ideas[20] = "Dr Waddell cares about his students and how they do in the class."ideas[21] = "Great class.  Super teacher.  Take the class or die!"ideas[22] = "He's the best Prof I've had in three years."ideas[23] = "He really emphasizes intuition and I feel that I learned alot even though I only got a B. He also cares about students outside of class, which is nice."ideas[24] = "He really made me appreciate econ and he was the reason I switched my major."ideas[25] = "My favorite professor at the University of Oregon."ideas[26] = "He has high standards but helps you meet them, which I really like."ideas[27] = "Probably one of the best teachers I've ever had."ideas[28] = "Best course ever!"ideas[29] = "He really made me appreciate econ and he was the reason I switched my major."ideas[30] = "This is one of the best courses I have ever taken."ideas[31] = "Very interesting and engaging. Mostly I just wanted more."ideas[32] = "Dr. Waddell: very easy to approach, excited about the topic, inspirational, easy to talk to, and thought provoking."ideas[33] = "He was an amazing instructor. I usually do not take the time to fill out these evaluations completely but I have to show full support for Dr. Waddell. Lectures felt more like a conversation you'd have at lunch and made it much easier to digest the material."ideas[34] = "He is the best professor I have had yet. Great class Waddell, Great Class!"ideas[35] = "Totally amazing instructor. Awesome field of study when approached in a right way."ideas[36] = "The University of Oregon is fortunate to have him."ideas[37] = "Dr. Waddell makes learning easy and that anyone can take one of his classes and be a smarter person for doing so."ideas[38] = "He has high standards but helps you meet them, which I really like."ideas[39] = "He's a hard ass but drives you to do your best and get everything you can from the class."ideas[40] = "The most demanding prof I've had, but also the most helpful.  I have learned more in his class than in any other class I've taken. He's a great guy to talk with too."ideas[41] = "Absolutely the best econ teacher I've had."ideas[42] = "The class was really hard, but if you actaully try and put in the effort, he'll pick up on that and help you 'till the cows come home and you'll learn."ideas[43] = "I think Glen Waddell is the best economics professor at the U of O.  This is my second course with him... both have been terrific."ideas[44] = "It was a good course. Probably the most challenging I have taken. I feel that despite the difficulty it helped me utilize all my skills as an economist."ideas[45] = "Overall, I think this was a hard and challenging course, but it made me move outside of my comfort zone and solve problems that I otherwise believed I couldn't do."ideas[46] = "[the course was] well developed and exceptionally well understood by the professor."ideas[47] = "This University will start to lose some really great economics professors if it doesn't step up to the plate."ideas[48] = "Easily my favorite instructor here at Oregon. I wish more professors cared and understood their subjects as well as Waddell."ideas[49] = "He is a very difficult professor, but if you are willing to put in the work he is willing to help guide you."function rand(n) {seed = (0x015a4e35 * seed) % 0x7fffffff;return (seed >> 16) % n;}var now = new Date()var seed = now.getTime() % 0xffffffff
