A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | AN | AO | AP | AQ | AR | AS | AT | AU | AV | AW | AX | AY | AZ | BA | BB | BC | BD | BE | BF | BG | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Timestamp | Select your course section: | Input your student number found to the right of your name on your pocket folder (this helps your teacher make sense of your responses, but is NOT required) | What work (projects, hamburgers, etc.) are you most proud of from this course? | How much fun is java? | How much did taking this course IMPACT your answer to the previous question about Java being fun? | How inclined are you to pursue a job/career in computer programming related stuff? | How much did taking this course IMPACT your answer to the previous question about programming careers? | Considering this course's overall style (rather informal, peppered with odd activities, no powerpoint slide decks), how much does it align with your learning style? | Compare your experience using Blackboard with using technologyrediscovery.net: which do you prefer more? | Did you purchase and/or use a textbook during this course? | If you did use a book, which one? | How often did you consult past technologyrediscovery.net modules during your Java programming? | Which options best describe the resources you used when learning to code Java? | What kinds (or specific instances) of learning resources would you suggest including in this course next term? | Rate your preference for our grading system in the course, consisting of no formal point-based grading or high-stakes tests: | Please rate your preference for our feedback system, consisting of a vast majority of the feedback being verbal and taking place during class time: | In genera during your schooling, how useful do you find the "standard exam cycle": preparing for big tests, taking them, and getting a grade back? | Please take a moment and provide a suggestion for how grading and feedback could be improved in this course: | Please rate your preference for the following types of in-class activities ["Code alongs" where you are building code along with Eric] | Please rate your preference for the following types of in-class activities [Independent practice time with a module guide to follow] | Please rate your preference for the following types of in-class activities [Independent practice that's more open-ended (e.g. go make an Object blueprint)] | Please rate your preference for the following types of in-class activities [Group collaboration activities] | Please rate your preference for the following types of in-class activities [Odd-ball stuff like making Java donuts] | Please rate your preference for the following types of in-class activities [Active exercises like the paper method calls] | Please rate your preference for the following types of in-class activities [Eric explaining stuff and pointing to the screen, etc.] | Please rate your preference for the following types of in-class activities [Studying documentation quietly] | Please rate your preference for the following types of in-class activities [Building your own stuff (projects)] | Please rate your preference for the following types of in-class activities [In-code exercises (Tasks described in the comments)] | Please rate your preference for the following types of in-class activities [Do-and-check modules with the button to show the answer Key] | Please describe one or more activities that you found particularly meaningful to your learning? What made them so? | Please describe one or more activities which were NOT USEFUL to your learning? What made them weak? How could they be improved? | Select all the primitive variable types from this list: | What are the two main components that make up a class in Java? | What is the purpose of a while() statement in Java? How does it work? | List as many java Object types as you can (up to 5): | Methods: Which of the following statements is accurate? (check all that are accurate) | Objects: Which of the following statements is accurate? | Did you have a Java compiler running on your personal computer? | If you did use a Java compiler outside of class, when did you start doing so? | Please rate your preference for the current system where outside-of-class was unstructured and voluntary? | On average per week during the course, how many hours did you spend working on Java outside of class? | If Eric offered extra practice sessions with prepared lessons and exercises, how inclined would you have been to attend? | Please share a suggestion for improving this course's approach to out-of-class work: | Please rate your overall experience with the learning environment in this course? | Consider your peers in this class: to what degree did you feel you had in common with your peers? | How safe did you feel to take risks in class? (Answer hard questions with the risk of being wrong, etc.) | In general, to what degree did you look forward to coming to class: | How likely would you be to recommend one of Eric's classes to a friend looking to learn Java? | Please describe a suggestion for improving the overall learning atmosphere and climate in Eric's Java classes next term: | Please provide any other thoughts and feedback about this course to Eric in the box below: | Which of the following is true about Method A | This was a project-based course. Please rate your preference for this style versus more discrete assignments: | ||||||
2 | 12/13/2017 12:06:41 | West Hills Java MW @ 11:50 pm | 8 | final project, music key generator project | 7 | 7 | 7 | 5 | 6 | 10 | Yes | Java: From Control Structures through Objects 5th edition | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Your teacher (Eric) | slower, deeper group exploration of the API | 5 | 7 | 5 | i would have liked for practice suggestions outside of class, also some greater explanation of what a programming career is like | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Neutral | Moderate enjoyment | Neutral | Moderate enjoyment | Moderate dislike | Moderate enjoyment | Strong positive experience | Moderate enjoyment | the disaster recovery simulation revealed a lot about how methods function, how to pass arguments, and how to create objects | overall i felt like i was missing a marker throughout the semester that would indicate where i should be versus where i stand as a java beginner | int, double | objects and methods | a while statement will loop through code until its boolean argument is changed to true/false | String LinkedList HashMap Scanner Iterator Array | The main() method accepts a String array as an input parameter, A static method can only be called from within its own class | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 1 | 5 | 10 | having more deliverable projects, projects that coincide with a particular method/object lesson | 9 | 7 | 8 | 8 | 8 | the learning atmosphere is great but sometimes hard to get instructor attention when there are so many learning levels in one classroom | Thanks again! | checkMissionComplete can only be accessed by the current package | 8 | ||||||
3 | 12/13/2017 12:08:56 | West Hills Java MW @ 11:50 pm | 10 | 4 | 8 | 5 | 8 | 10 | No | Rarely: maybe once or twice | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | Maybe a chat site to consult with other students while outside(or inside) of class | 10 | 7 | 3 | Perhaps challenges to output certain things or deal with certain variables | Moderate enjoyment | Neutral | Neutral | Moderate enjoyment | Moderate enjoyment | Neutral | Moderate enjoyment | Neutral | Strong positive experience | Moderate enjoyment | Moderate enjoyment | int, double | Methods and Variables | takes a true or false statement and repeats what is in the statement until it is false | Scanner, printwriter, Random, Array?, file | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 10 | 10 | 8 | Student orientated approach | 9 | 6 | 6 | 10 | 9 | checkMissionComlete returns true/false to the caller | 6 | |||||||||||||
4 | 12/13/2017 12:12:16 | West Hills Java MW @ 11:50 pm | 16 | I loved the authentication process of coding, other than that, the guiding coding was the most beneficial parts. | 8 | 9 | 1 | 2 | 8 | 6 | No | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, Friends/family with coding experience, Your teacher (Eric) | More guided step-by-step coding projects. | 10 | 10 | 2 | n/a | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate dislike | Neutral | Moderate enjoyment | Strong positive experience | Build from scratch then code | Just going to fast through some of the basics. | int, double, String | Methods and classes | runs until termination | Yes | Right away---the first week or two of class | 8 | 3 | 6 | 10 | 9 | 9 | 9 | 10 | Group work in the beginning that shows basic java script along with syntax | Good luck sir, I'm outchea | checkMissionComplete can only be accessed by the current package | 9 | |||||||||||
5 | 12/13/2017 12:56:23 | West Hills Java MW @ 11:50 pm | SevensProject | 10 | 9 | 10 | 5 | 8 | 10 | Yes | intro to Java: a Beginners Guide 6th edition | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | I thought the Material presented in class hit the nail right on the head! | 8 | 7 | 6 | Maybe remind people to self-evaluate themselves through the semester. | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Moderate enjoyment | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Neutral | the MissionControl project really showed how classes are meant to be structured and was a great way to tie all prior material into a class. | int, double | Member Variables and methods | To conditionally loop through | Arrays, lists, donuts, scanners, iterators | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method cannot be called on an instantiated object | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 6 | 7 | 10 | encourage more projects to be coded outside of class | 10 | 7 | 10 | 10 | 10 | Atmosphere was spot on and would change nothing about it. | Overall, fantastic course! loved every monday and wednesday! | checkMissionComlete returns true/false to the caller | 8 | ||||||||
6 | 12/13/2017 12:56:41 | West Hills Java MW @ 11:50 pm | 17 | 9 | 8 | 7 | 9 | 10 | 7 | No | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | oracle | 10 | 10 | 6 | More anonymous quizzes | Strong positive experience | Moderate enjoyment | Strong positive experience | Moderate dislike | Strong positive experience | Neutral | Moderate enjoyment | Strong positive experience | Strong positive experience | Moderate enjoyment | Strong positive experience | Coding together as a class was very beneficial | int, double, String | main and public | to loop a statement, it follows whatever is in the statement and loops it | String, int, double, boolean | The main() method accepts a String array as an input parameter, Only public methods can be called, Getter and setter methods are optional for public member variables, A static method cannot be called on an instantiated object | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 10 | 4 | 7 | Walk through how to install a java compiler in class so everyone can get one on their own personal computer | 9 | 9 | 9 | 10 | 10 | Having more group coding classes | I thought that this class was very beneficial to my journey on learning how to code | checkMissionComplete can only be accessed by the current package | 9 | |||||||||
7 | 12/13/2017 13:01:01 | West Hills Java MW @ 11:50 pm | 10 | Mid-Term Project | 7 | 7 | 2 | 1 | 9 | 10 | No | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, The Java API documentation, Youtube videos or other video tutorials, Your teacher (Eric) | 9 | 9 | 3 | I think the current system is great | Moderate enjoyment | Moderate enjoyment | Neutral | Moderate dislike | Moderate dislike | Moderate dislike | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | int, double, String | methods | Repetition of code in a method | Scanner and Random | The main() method accepts a String array as an input parameter, Only public methods can be called, A static method cannot be called on an instantiated object | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 8 | 2 | 10 | 9 | 9 | 6 | 9 | 9 | Need to do more with errors like solving them and how some come up. | Don't change much. The overall structure of the class was very enjoyable | checkMissionComplete takes a boolean parameter | 5 | |||||||||||
8 | 12/13/2017 13:04:31 | West Hills Java MW @ 11:50 pm | 15 | Object Project | 7 | 10 | 1 | 10 | 8 | 9 | No | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | 8 | 8 | 6 | Use the same system, but instead of just getting a grade at the end have 2 or 3 "checkpoints" throughout the semester. | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Neutral | Strong positive experience | Moderate enjoyment | Neutral | Strong positive experience | Strong positive experience | Strong positive experience | Open lab time to work on projects, it was very good you have you and others in the classroom to use as a resource whenever I was stuck. | int, double | member variables and methods | keeps running code while a certain condition is being met | Scanner, Math, Random | Method calls never involve passing information between blocks of code, The main() method accepts a String array as an input parameter, A static method cannot be called on an instantiated object, A static method can only be called from within its own class | Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 5 | 2 | 7 | Practice outside of class was critical to me learning, so a few more out of class assignments may have been beneficial in order to encourage more out-of-class practice | 10 | 7 | 10 | 9 | 10 | Thank you for your help this semester! | checkMissionComlete returns true/false to the caller | 9 | ||||||||||
9 | 12/13/2017 13:05:24 | West Hills Java MW @ 11:50 pm | 14 | My sandwich object project | 10 | 10 | 5 | 5 | 9 | 9 | No | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Friends/family with coding experience, Your teacher (Eric) | required book | 9 | 10 | 7 | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Moderate enjoyment | Strong positive experience | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | int, double, String | methods member variables | loops a section whenever its argument is true | Scanner Random | Only public methods can be called, Getter and setter methods are optional for public member variables, A static method can only be called from within its own class | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 8 | 5 | 8 | 10 | 10 | 10 | 10 | 10 | checkMissionComlete returns true/false to the caller | 8 | |||||||||||||
10 | 12/13/2017 13:15:35 | West Hills Java MW @ 11:50 pm | Java WH32_MW1158 | My final project because it really helped me see how objects work. | 8 | 9 | 3 | 9 | 8 | 9 | No | Often: About once a class period | Internet searches to solve a specific problem, Your teacher (Eric) | Require a book | 6 | 6 | 6 | I think that having more projects like the one we did for the college assessment would be beneficial because it makes you follow specific instructions. It also forces you do a simple project to display your knowledge. | Strong positive experience | Moderate enjoyment | Moderate dislike | Strong dislike | Moderate dislike | Moderate dislike | Moderate enjoyment | Neutral | Neutral | Moderate enjoyment | Moderate enjoyment | I really enjoyed doing the exercises that pertained right to the item we were learning. Such as arrays, and Donuts. | int, double | methods and member variables | A while statement allows you to loop through certain chunk of code while specifying the conditions of a loop. | Method calls never involve passing information between blocks of code, The main() method accepts a String array as an input parameter, A static method cannot be called on an instantiated object | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 3 | 2 | 7 | Maybe just simple assignments to program something that related to what we learned in class that day. | 9 | 6 | 8 | 8 | 10 | All I would do would probably add some small required projects to complete at home to solidify knowledge. | It was a great experience, and gave me confidence to pursue a career in computers. THANKS! | checkMissionComlete returns true/false to the caller | 5 | |||||||||
11 | 12/13/2017 15:11:16 | West Hills Java MW @ 11:50 pm | 5 | 3 | 10 | 3 | 5 | 5 | No | Never: I only used the site when I was asked to during a lesson | Friends/family with coding experience, Your teacher (Eric) | Help from Eric | 10 | 10 | 1 | Keep it exactly how you have it eric | Strong positive experience | Neutral | Neutral | Strong positive experience | Moderate dislike | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | int, double | Class name and object?? | The purpose is to evaluate expression. It keeps looping until its false. Executes the while statement if true. | Boolean,char,Structure | Method calls never involve passing information between blocks of code, The main() method accepts a String array as an input parameter | Java objects are basically just fancy methods | No | 9 | 1 | 10 | If they want it assign it, if not than don't. | 10 | 6 | 8 | 10 | 10 | Its a great class already! | You're probably one of the best teachers ive ever had! You stay involved with students, you joke around, give us assignments w no rushing us to do them. It was an amazing course to take with you! Thank You ! | checmMissionComplete returns no values to the caller | 5 | ||||||||||||
12 | 12/13/2017 16:32:46 | 10 | 10 | 8 | 8 | 9 | 10 | No | Often: About once a class period | Your teacher (Eric) | 10 | 10 | 4 | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate dislike | Strong positive experience | Moderate enjoyment | Moderate enjoyment | I would have to say that I found learning how to make spread sheets was the most meaning full thing that I have learned from the class, Because I have used it in my other class's without them showing me how to create one. | All of the activities I found very beneficial. | int, double | methods and variables | I believe statements to repeat while the condition is true. | String, Scanner | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Toward the end | 8 | 1 | 8 | Not really sure that I have any suggestions on hot to improve. I believe that each class was very thought out and we all walked away learning something new every week. | 10 | 8 | 10 | 10 | 10 | I loved the course and if I needed to take another like this, and Eric was teaching it I would definitely try and get in on the class. | checmMissionComplete returns no values to the caller | 10 | |||||||||||||
13 | 12/13/2017 18:34:34 | North Java Wed @ 6:00 pm | My project! | 5 | 6 | 6 | 7 | 10 | 10 | No | Often: About once a class period | Stack overflow questions and answers, The Java API documentation, Friends/family with coding experience | 10 | 9 | 1 | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Strong positive experience | Moderate enjoyment | Strong positive experience | Strong positive experience | Strong positive experience | Moderate enjoyment | int, String, Random | The main() method accepts a String array as an input parameter, Only public methods can be called | Some objects are isntantiated, others are not, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | No | Abut half way through | 6 | 4 | 7 | 10 | 8 | 9 | 10 | 10 | checmMissionComplete returns no values to the caller | 5 | ||||||||||||||||||
14 | 12/13/2017 18:36:52 | North Java Wed @ 6:00 pm | 1 | Creating at Point of Sale in java | 8 | 10 | 2 | 9 | 7 | 8 | Yes | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem, Your teacher (Eric) | 8 | 8 | 7 | Strong positive experience | Strong positive experience | Strong positive experience | Neutral | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Moderate enjoyment | Strong positive experience | Strong positive experience | Moderate enjoyment | Love doing the projects. Got me into the whole plan-code-test cycle. | Not enough shorter/structured assignments | int, double | variables & methods | a task is repeated until the condition inside the () is false. | String. Random. Scanner. | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method cannot be called on an instantiated object | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 3 | 3 | 8 | 8 | 8 | 8 | 10 | 9 | better orthography | Java became a mystery that needs to be solved. | checkMissionComlete returns true/false to the caller | 8 | ||||||||||
15 | 12/13/2017 18:47:06 | North Java Wed @ 6:00 pm | 8 | 8 | 5 | 8 | 2 | 9 | No | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation | 8 | 7 | 8 | Moderate enjoyment | Neutral | Neutral | Strong dislike | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Strong positive experience | int, double | Yes | Right away---the first week or two of class | 6 | 5 | 7 | 7 | 3 | 5 | 10 | 8 | checkMissionComplete takes a boolean parameter | 8 | |||||||||||||||||||||
16 | 12/13/2017 18:54:37 | North Java Wed @ 6:00 pm | 11 | craps table | 10 | 10 | 10 | 8 | 10 | 8 | No | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem, Stack overflow questions and answers, The Java API documentation, Your teacher (Eric) | Stack Overflow and the JAVA API Documentation | 10 | 10 | 5 | Keep it like this | Neutral | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Moderate dislike | Neutral | Strong positive experience | Strong positive experience | Moderate enjoyment | The extra extension activities at the bottom of the modules. They pushed me to learn new functions of Java that I didn't previously know. | Class code alongs. I prefer to work on my own code, I would typically push ahead. | int, double | variables and methods | It keeps looping a specific block of code as long as a certain variable is true. | String, Scanner, Random, | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 9 | 7 | 7 | Maybe add another project to inspire more out of class work | 9 | 9 | 9 | 9 | 10 | checkMissionComlete returns true/false to the caller | 10 | |||||||||
17 | 12/13/2017 19:10:50 | 10 | 10 | 10 | 10 | 10 | 10 | No | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem | 10 | 10 | 10 | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Donutland was a very good at to explain OOP | None | Random | Methods, Member Variables | Has something occur (while) something Is true | Boolean, int, double, method, | The main() method accepts a String array as an input parameter, Only public methods can be called, A static method cannot be called on an instantiated object | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | No | 10 | 1 | 4 | 10 | 8 | 10 | 8 | 10 | Amazing class, extremely well done. | checkMissionComplete takes a boolean parameter | 5 | |||||||||||||||
18 | 12/13/2017 19:14:21 | North Java Wed @ 6:00 pm | 19 | I actually liked my midterm! | 7 | 8 | 6 | 7 | 7 | 10 | No | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Your teacher (Eric) | I would have like to see more work time in class to problem solve projects | 10 | 10 | 1 | I really liked you way of doing things! | Strong positive experience | Neutral | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate dislike | Strong positive experience | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | I liked disasterland and the donutland activities | int, String | I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 5 | 5 | 7 | I would have a small project, not graded but I think it would have helped me. | 9 | 7 | 8 | 7 | 8 | I really did like you class and I think you are doing great as a teacher! | I really think teachers like you are needed today more than ever. | 10 | |||||||||||||
19 | 12/13/2017 19:36:09 | North Java Wed @ 6:00 pm | 4 | My mid-term project, the stock profit calculator. | 8 | 8 | 3 | 10 | 5 | 8 | No | rented but did not use | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | not sure | 7 | 5 | 8 | I think at least small quizzes of definitions would help greatly. I found I was confused a lot on terminology. During teaching you have a tendency to want us to fill in the blank for 'vocab' words, and it sometimes resulting in wrong guessing. When someone would say the right term I couldn't always remember what we were talking about and would confuse terms. I am a little nervous about taking a next course because while I feel like I can solve problems coding I'm worried about looking stupid when I don't understand the basic terms. | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate dislike | Neutral | Strong dislike | Strong positive experience | Moderate dislike | Strong positive experience | Strong positive experience | Strong positive experience | I think working through tasks in half-written code was the best method for learning. I like being able to do with some direction. | the paper call activity - It was time-consuming and did not explain anything more than we were already taught. | int, double, String | member variables and methods | to loop until while is "true" | member variables, methods,? | The main() method accepts a String array as an input parameter, A static method can only be called from within its own class | I can make my very own Java object | Yes | Abut half way through | 8 | 1 | 6 | I think the tasks would be a good thing for out of class work | 7 | 5 | 10 | 8 | 7 | more structure | Overall I liked this class and I'm very happy I took it - I'm planning on continuing. I am a little shaky on objects, but am very happy with my procedural coding. | checkMissionComlete returns true/false to the caller | 10 | ||||||
20 | 12/13/2017 19:38:30 | 8 | 9 | 1 | 1 | 4 | 10 | No | Rarely: maybe once or twice | Stack overflow questions and answers, Youtube videos or other video tutorials, Your teacher (Eric) | none | 10 | 10 | 3 | Moderate enjoyment | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Strong dislike | Strong positive experience | Neutral | Moderate enjoyment | Neutral | Neutral | none | none | int, double | The main() method accepts a String array as an input parameter | Java objects are basically just fancy methods | Yes | Right away---the first week or two of class | 8 | 3 | 8 | keep minimum out of class work except for experienced students | 9 | 8 | 8 | 10 | 10 | no improvements needed keep up the good work | checkMissionComplete contains two method calls | 6 | |||||||||||||||
21 | 12/13/2017 19:42:54 | roboDog and | 6 | 8 | 5 | 8 | 8 | 7 | Yes | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Your teacher (Eric) | adding more explanations in the keys on GitHub | 7 | 7 | 4 | Can't think of anything specific | Moderate enjoyment | Neutral | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Moderate dislike | Neutral | Moderate dislike | Strong positive experience | Moderate enjoyment | Moderate enjoyment | The object activities such as roboDog. | Disaster Site | int, double, String | Members and Methods | As long as a variable is true the code continues. | The main() method accepts a String array as an input parameter, Only public methods can be called | 6 | 3 | 7 | 8 | 8 | 9 | 7 | 7 | Answer questions more clearly | checkMissionComplete takes a boolean parameter | 7 | |||||||||||||||
22 | 12/13/2017 19:45:12 | North Java Wed @ 6:00 pm | 7 | I'm proud of all of them, though they may not be the best, they all helped me to learn and progress | 9 | 10 | 1 | 3 | 7 | 10 | Yes | The course recommended book | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem, Stack overflow questions and answers, Youtube videos or other video tutorials, Your teacher (Eric) | More on GUI and switch statements | 10 | 10 | 4 | There's no improvements I can make, I like it the way it is | Moderate enjoyment | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong dislike | Moderate enjoyment | Strong dislike | Strong positive experience | Strong positive experience | Strong positive experience | The hamburger assignment | the paper assignment | Scanner, int, double, String, Random | Yes | Right away---the first week or two of class | 10 | 8 | 10 | 10 | 10 | 10 | ||||||||||||||||||
23 | 12/13/2017 19:48:51 | 6 | 10 | 8 | 1 | 7 | 8 | Yes | Several you recommended | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Your teacher (Eric) | 10 | 8 | 1 | I prefer your grading system | Strong positive experience | Strong positive experience | Neutral | Moderate dislike | Moderate enjoyment | Neutral | Strong positive experience | Neutral | Strong positive experience | Moderate enjoyment | Strong positive experience | The array | int, double, String | methods and member variables | looping | Yes | Right away---the first week or two of class | 7 | 3 | 10 | 8 | 3 | 3 | 7 | 10 | I liked the class. I felt more comfortable as time went on. | checmMissionComplete returns no values to the caller | 1 | ||||||||||||||||
24 | 12/13/2017 19:51:06 | North Java Wed @ 6:00 pm | 9 | 10 | 10 | 7 | 8 | 10 | 7 | No | Often: About once a class period | Youtube videos or other video tutorials, Friends/family with coding experience, Your teacher (Eric) | Other students that are outstanding with coding | 10 | 10 | 1 | N/A | Strong positive experience | Moderate dislike | Moderate dislike | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong dislike | Strong positive experience | Moderate enjoyment | Strong positive experience | Object project guide as well as donutLand. | N/A | int, double | Methods and memvars | to continue while something is true | int, boolean, | A static method can only be called from within its own class | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods | No | 10 | 5 | 10 | 10 | 10 | 10 | 10 | 10 | checkMissionComlete returns true/false to the caller | 10 | ||||||||||||
25 | 12/13/2017 20:03:18 | North Java Wed @ 6:00 pm | 21 | My final project. It's not much, but I love it. | 9 | 10 | 6 | 8 | 9 | 7 | No | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, Friends/family with coding experience, Your teacher (Eric) | A worksheet to help understand some things better. Or reading material. | 8 | 8 | 8 | I would provide more practice things to help students understand | Moderate enjoyment | Moderate enjoyment | Neutral | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Strong positive experience | Neutral | Strong positive experience | Strong positive experience | The sit down and listen and watch portions of the class, and using the website to help us. | I personally struggled with the logic, and felt that a video would have helped my learning experience. | int, String | member, and method | Run something in the middle of something else, while it is happening. | print line, system out, boolean, | The main() method accepts a String array as an input parameter, Only public methods can be called | I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | No | 8 | 3 | 10 | I had trouble with the logic, I understood it to some extent, but it came in waves and sometimes made sense to me, and other times it took a while to explain. | 10 | 7 | 7 | 10 | 10 | A few videos would be nice. But for a first time learner I was really comfortable realizing I was entering uncharted waters, and didn't know what to expect. | Thank you for a wonderful past few weeks. I really want to try to build the project I dreamed of making now, and now I have a little knowledge to do it. I would keep everything just the same for first time java programmers like myself. | checkMissionComplete takes a boolean parameter | 8 | ||||||||
26 | 12/13/2017 20:10:23 | North Java Wed @ 6:00 pm | 17 | 10 | 10 | 1 | 8 | 9 | 10 | Yes | Headfirst Java, and Java: The Complete Reference v9 | Rarely: maybe once or twice | Internet searches to solve a specific problem, Stack overflow questions and answers, Youtube videos or other video tutorials, Friends/family with coding experience, Your teacher (Eric) | Headfirst Java | 7 | 5 | Great as is | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong dislike | Neutral | Moderate dislike | Strong positive experience | Neutral | Strong positive experience | Strong positive experience | Moderate enjoyment | The projects, because they inspired me to really delve deeper and learn a great deal | Group activity with the paper methods - everyone was too distracted and not engaged | int, double | Instance Variables, Methods | Run a block of code repeatedly for as long as a boolean expression is true | ArrayList, LinkedList, HashMap, HashTable, String | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method cannot be called on an instantiated object, A static method can only be called from within its own class | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 7 | 10 | 10 | Worked well for me - but other students may require a bit more explicit direction | 10 | 7 | 10 | 10 | 10 | This was one of the most enjoyable and well structured classes I've ever taken. Very well done | On to Turtle Creek! | checkMissionComlete returns true/false to the caller | 10 | ||||||||
27 | 12/14/2017 8:22:33 | North Java TTH @ 9:30 pm | projects | 10 | 10 | 8 | 9 | 10 | 8 | No | Never: I only used the site when I was asked to during a lesson | Your teacher (Eric) | 10 | 10 | 7 | Strong positive experience | Moderate enjoyment | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | going into github to find past projects / sample code | int, double, String | methods and method calls | to repeat/loop if() statement | The main() method accepts a String array as an input parameter, A static method cannot be called on an instantiated object, A static method can only be called from within its own class | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | No | 10 | 1 | 10 | 10 | 9 | 9 | 8 | 10 | checkMissionComplete can only be accessed by the current package | 10 | ||||||||||||||||
28 | 12/14/2017 8:25:31 | North Java TTH @ 9:30 pm | 6 | 8 | 9 | 1 | 9 | 10 | No | Often: About once a class period | The Java API documentation, Your teacher (Eric) | 8 | 5 | 4 | Moderate enjoyment | Strong positive experience | Moderate dislike | Strong dislike | Neutral | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Strong positive experience | Moderate enjoyment | Strong positive experience | mid term project because it was when I felt I was at my best | Group work | int, double | main and method | it loops | string, random, int | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method can only be called from within its own class | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object | No | 3 | 4 | 6 | give assignments and occasionally go over them | 9 | 5 | 5 | 7 | 10 | it's great already | checkMissionComplete contains two method calls | 9 | |||||||||||||
29 | 12/14/2017 8:26:31 | North Java TTH @ 9:30 pm | 4 | 10 | 10 | 4 | 9 | 7 | 10 | No | I did not | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | 9 | 10 | 2 | Every now and again, letting the students know what they have. I don't even know my grade. | Moderate enjoyment | Strong positive experience | Strong positive experience | Strong dislike | Strong dislike | Strong dislike | Moderate enjoyment | Neutral | Strong positive experience | Strong positive experience | Strong positive experience | Our final project was great for my understanding of the structure of java and how it is object based. | Eating donuts. They're bad for you. | int, double, String | while statements continuously do the code in brackets, while the statement in parentheses is true. | Scanner, Random, Math and whatever you want to model. | The main() method accepts a String array as an input parameter, Only public methods can be called, A static method can only be called from within its own class | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods | No | 10 | 1 | 7 | 10 | 7 | 10 | 9 | 10 | Best class I've had in college | checkMissionComlete returns true/false to the caller | 9 | ||||||||||||
30 | 12/14/2017 8:35:10 | North Java TTH @ 9:30 pm | My final | 4 | 5 | 4 | 6 | 4 | 10 | Yes | Starting our with java... | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Your teacher (Eric) | I would recommend trying to implement all of the methods from the question above. | 10 | 10 | 3 | It is great the way it is. I typically hate tests and whatnot. Maybe sprinkle in some little java projects after each "unit". They don't necessarily have to be heavily graded, but could be used as a knowledge check. | Moderate enjoyment | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Moderate dislike | Neutral | Moderate dislike | Neutral | Moderate enjoyment | Moderate enjoyment | I liked the whole donutland thing where we used actual donuts. It was a neat and different way to explain a new concept. | The code alongs could sometimes be a bit too long timewise, but that could just be me. If they were shorter they'd be a perfect teaching tool in my opinion. But as i said before, the whole length thing could just be me. | int, double, String | Methods/ | It's purpose is to loop or keep checking a certain part of your code until told otherwise. | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method can only be called from within its own class | Java Objects also function as data types, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | Yes | Toward the end | 9 | 2 | 7 | Assign mini assignments but have a answers available to check so people dont get discouraged. | 10 | 9 | 5 | 7 | 8 | The class atmosphere is very laid back and cool as it is. I would recommend just keeping it the way the class is set up now. | This class was awesome, but I took it just to "test the waters" of programming. I took some coding classes in high school and didn't really enjoy them, but the teachers were not the greatest. This class definitely was a huge leap forward experience wise. I enjoyed the class itself, but i still don't enjoy coding as much as I thought I would. Its not for everyone, but it was great having you as a teacher. You were extremely helpful and understanding and I appreciate it! It was wonderful being your student. Feedback wise... I don't think i can provide much, but please keep the class on the same track as you did this semester. It was an awesome class. The way you taught, having optional homework, and having no "tests" really was great!!! | checkMissionComplete takes a boolean parameter | 6 | ||||||||
31 | 12/14/2017 9:30:45 | North Java TTH @ 9:30 pm | 19 | My final project. | 7 | 9 | 9 | 9 | 10 | 10 | No | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem, Stack overflow questions and answers, The Java API documentation, Friends/family with coding experience, Your teacher (Eric) | Warning students to not buy the book that the school recomends | 9 | 9 | 6 | I like it the way it is | Strong positive experience | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Moderate enjoyment | Neutral | Strong positive experience | Strong positive experience | Strong positive experience | The final really helped to solidify the idea of object oriented programs. | None, I learned from every project. | int, double, String | objects and methods | To repeat the code with in the while() statement and possibly give the user the option of ending the program. While the boolean statement is true, the code between the brackets will run. | int, double, float, char, and long | The main() method accepts a String array as an input parameter, Only public methods can be called, Getter and setter methods are optional for public member variables, A static method cannot be called on an instantiated object | Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 10 | 3 | 4 | Encourage it more | 10 | 9 | 9 | 10 | 10 | It would be better if it started and hour later | I greatly enjoyed this class and wanted to get there. Eric is a great teacher and loves what he does everyday. Everyone was helpful in the class and if i had a question the class and Eric would help. I would recommend this class to anyone who wants to go into programming.Great class. | checkMissionComplete contains two method calls | 8 | |||||||
32 | 12/14/2017 9:30:26 | North Java TTH @ 9:30 pm | 14 | I am most proud of my object project | 7 | 5 | 8 | 5 | 6 | 10 | Yes | Rarely: maybe once or twice | Internet searches to solve a specific problem, The Java API documentation, Your teacher (Eric) | group activities | 8 | 7 | 3 | Showing our grade for our projects | Moderate enjoyment | Neutral | Neutral | Neutral | Moderate enjoyment | Neutral | Moderate enjoyment | Neutral | Strong positive experience | Moderate enjoyment | Moderate enjoyment | The object project | Sometimes I got lost when doing the independent practice | int, double, String | a method and a return type | It repeats until the condition has become false | String, int, double | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method can only be called from within its own class | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Abut half way through | 8 | 2 | 1 | assign exercises to do outside of class | 8 | 7 | 7 | 6 | 8 | doesn't really need improvement | Thought this was a very interesting and helpful class for learning some of the basics of java. This was my favorite class this semester (considering my other classes were kind of boring). I was a little lost at first, but soon got the hang of it after the first 2 weeks. | checkMissionComplete takes a boolean parameter | 7 | |||||||
33 | 12/14/2017 9:30:30 | North Java TTH @ 9:30 pm | 12 | Authentication | 6 | 7 | 7 | 4 | 5 | 5 | Yes | Java: a beginners guide 6th edition | Now and then: Perhaps 1x per week | Youtube videos or other video tutorials | Java API 8 | 5 | 6 | 6 | One on one with the teacher | Moderate enjoyment | Moderate dislike | Moderate dislike | Strong positive experience | Strong positive experience | Moderate dislike | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Neutral | Neutral | datastorage | missioncontrol | int, double, String | main method and object | keeps the code looping so long is there is a for loop | String, LinkedList, Iterator, HashMap, Array | A static method can only be called from within its own class | I can make my very own Java object | Yes | Right away---the first week or two of class | 9 | 7 | 6 | practicing at home | 7 | 5 | 7 | 6 | 9 | change nothing | everything about coding is just amazing | checkMissionComplete can only be accessed by the current package | 4 | ||||||
34 | 12/14/2017 9:33:56 | North Java TTH @ 9:30 pm | 7 | the project that i made a game in | 7 | 8 | 6 | 5 | 9 | 10 | No | Often: About once a class period | Internet searches to solve a specific problem, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | you could use the oracle a little more because it was a big help when coding on my own | 9 | 7 | 4 | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Strong positive experience | Moderate enjoyment | Strong positive experience | Moderate dislike | Moderate enjoyment | Neutral | Neutral | donutland | int, double, String | input and output | it loops until certain conditions are met | int double Boolean string char | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 8 | 7 | 7 | i feel that people did do java outside of class because you mad java fun to do | 10 | 8 | 9 | 8 | 10 | keep it the same it is great | great fun and i learned a lot | checkMissionComplete takes a boolean parameter | 6 | |||||||||
35 | 12/14/2017 9:50:10 | 8 | 7 | 7 | 7 | 7 | 10 | No | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Friends/family with coding experience, Your teacher (Eric) | 8 | 8 | 9 | Strong positive experience | Strong positive experience | Strong positive experience | Moderate enjoyment | Moderate enjoyment | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | Moderate enjoyment | int, double, String | method and member variables | to compare two things | The main() method accepts a String array as an input parameter, Only public methods can be called | Using object code that others wrote is not advised | No | Right away---the first week or two of class | 7 | 1 | 7 | 9 | 7 | 8 | 8 | 8 | checkMissionComlete returns true/false to the caller | 8 | ||||||||||||||||||
36 | 12/14/2017 9:55:42 | North Java TTH @ 9:30 pm | 15 | projects | 9 | 10 | 1 | 9 | 10 | 10 | No | None | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | 10 | 10 | 3 | good the way it is | Strong positive experience | Moderate enjoyment | Strong positive experience | Neutral | Strong positive experience | Neutral | Strong positive experience | Neutral | Strong positive experience | Strong positive experience | Strong positive experience | The code-alongs | paperwork | int, double | methods and variables | looping code until a value is reached | Getter and setter methods are optional for public member variables, A static method cannot be called on an instantiated object | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object, Java objects are basically just fancy methods, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 10 | 6 | 6 | 10 | 8 | 10 | 10 | 10 | checkMissionComlete returns true/false to the caller | 7 | |||||||||||
37 | 12/14/2017 9:58:24 | North Java TTH @ 9:30 pm | 10 | I just enjoyed this class and all the projects we did. I learned a lot and really appreciated the help of my peers and the professor. It made it go smoothly for me. | 9 | 9 | 2 | 9 | 10 | 10 | No | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Friends/family with coding experience, Your teacher (Eric) | Do a lot of research online and take notes. A lot of self learning is involved and the help of others with specifications goes a long way. | 10 | 10 | 3 | In this course, the feedback was amazing. It is what I need to help me be motivated and fix my mistakes. | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Moderate dislike | Strong positive experience | Strong positive experience | Moderate enjoyment | Every project and activity had a different approach which made it easy to follow, something to relate to and keep me intrigued. I loved all the different learning styles, it wasn't traditional and concrete. I greatly enjoyed this class. | Everything was useful, you just had to give it a chance and try. Everyone learns differently | int, double | Class name and attributes | Executes a block of code and checks to see if an expression such a boolean is true or false. It checks the condition of the expression before executing the block of code. | int, double, boolean, float, void | The main() method accepts a String array as an input parameter, Getter and setter methods are optional for public member variables, A static method can only be called from within its own class | Java Objects also function as data types, Java can be programmed in a more "object" like way or more procedurally | No | 10 | 3 | 10 | It is a stress free course and I love it | 10 | 10 | 9 | 10 | 10 | IT'S AT IT'S PEAK | Thank you so so much for all your help, patience and willingness to accommodate to everyone as best you could. | checkMissionComplete takes a boolean parameter | 7 | ||||||||
38 | 12/14/2017 10:06:27 | North Java TTH @ 9:30 pm | 24 | The project I half-completed. | 6 | 8 | 5 | 5 | 7 | 9 | No | Often: About once a class period | Internet searches to solve a specific problem, Your teacher (Eric) | 5 | 6 | 4 | Neutral | Moderate enjoyment | Moderate enjoyment | Moderate dislike | Moderate enjoyment | Strong positive experience | Moderate enjoyment | Moderate dislike | Moderate enjoyment | Neutral | Neutral | The intro to objects (donut assignment) | int, double | Classes and objects. | It repeats the given task for as long as the statement inside the while() loop is true. | Scanner, Random, Array, boolean, int, double | The main() method accepts a String array as an input parameter, A static method cannot be called on an instantiated object, A static method can only be called from within its own class | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | No | Toward the end | 8 | 1 | 6 | 9 | 6 | 7 | 8 | 8 | checkMissionComlete returns true/false to the caller | 8 | |||||||||||||
39 | 12/15/2017 16:47:47 | North Java TTH @ 9:30 pm | 13 I think | final project | 8 | 8 | 2 | 9 | 9 | 10 | Yes | oracle one | Now and then: Perhaps 1x per week | Internet searches to solve a specific problem, The Java API documentation, Friends/family with coding experience, Your teacher (Eric) | group programming or doing things in groups | 10 | 9 | 5 | I like the grading system as it is but maybe you could add minuses and plus | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Strong positive experience | Moderate enjoyment | Neutral | Moderate dislike | Strong positive experience | Strong positive experience | Strong positive experience | The projects because they were hands on experience | none | int, double, String | methods and objects | loops an if statement | string, int, double, boolean, random | The main() method accepts a String array as an input parameter, Only public methods can be called | Java Objects also function as data types, I can make my very own Java object, Java can be programmed in a more "object" like way or more procedurally | Yes | Right away---the first week or two of class | 7 | 4 | 5 | na | 10 | 8 | 7 | 10 | 10 | keep it the same | I enjoyed this class and I learned a lot more from Eric than my previous programming teachers | checkMissionComplete takes a boolean parameter | 5 | ||||||
40 | 12/18/2017 0:12:52 | 9 | 10 | 4 | 3 | 10 | 8 | Yes | Java A Beginner's Guide (Oracle) | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Youtube videos or other video tutorials, Your teacher (Eric) | n/a | 10 | 10 | 2 | More incentive to attempt code outside of class | Strong positive experience | Strong positive experience | Moderate enjoyment | Neutral | Moderate enjoyment | Neutral | Moderate enjoyment | Neutral | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Reading code and writing what the output will be on paper, it helped me understand the flow of code. | Hamburger modules, I was always unclear on what the goal was for them aside from just finishing the code. | int, double, String | Member Variables and Methods | It is a loop that reiterates as long as a condition is true | Integer, Character, Float, Double, Long, Boolean | The main() method accepts a String array as an input parameter, A static method cannot be called on an instantiated object | Java Objects also function as data types, Some objects are isntantiated, others are not, I can make my very own Java object | Yes | Right away---the first week or two of class | 7 | 5 | 8 | 7 | 8 | 8 | 10 | checkMissionComplete takes a boolean parameter | 8 | |||||||||||||
41 | 5/15/2018 0:47:40 | 8 | 8 | 9 | 6 | 8 | 10 | Yes | 6th edition | Often: About once a class period | Internet searches to solve a specific problem, Stack overflow questions and answers, Oracle online documentation and tutorials, The Java API documentation, Your teacher (Eric) | 10 | 10 | 4 | Strong positive experience | Neutral | Neutral | Moderate dislike | Moderate enjoyment | Moderate enjoyment | Strong dislike | Moderate dislike | Moderate enjoyment | Moderate enjoyment | Strong positive experience | Scanner, int, double, String, Random | methods/ member | it loops | string random int | Getter and setter methods are optional for public member variables | Using object code that others wrote is not advised | Yes | Right away---the first week or two of class | 9 | 4 | 5 | 8 | 8 | 4 | 10 | 10 | maybe more examples | course was great for an online super informative just maybe need to iron it out per say | checmMissionComplete returns no values to the caller | 5 | ||||||||||||||
42 | 12/26/2020 8:04:09 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
43 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
44 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
45 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
46 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
47 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
48 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
49 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
50 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
51 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
52 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
53 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
54 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
55 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
56 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
57 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
58 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
59 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
60 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
61 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
62 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
63 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
64 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
65 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
66 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
67 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
68 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
69 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
70 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
71 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
72 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
73 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
74 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
75 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
76 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
77 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
78 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
79 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
80 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
81 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
82 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
83 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
84 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
85 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
86 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
87 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
88 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
89 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
90 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
91 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
92 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
93 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
94 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
95 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
96 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
97 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
98 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
99 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
100 |