// Start comments with double slashes. // Separate each item by a # // Options for the types of entries can be found in DataInputModel TITLE Please rate your knowledge of the following topics. Click on 'Done' button when done. // *********************************For Loops************************ # RADIOBUTTON How well do you know loops? Very well Well Average Not well Not at all # // Basic topic - all questions deal with it, but not as their objective - included as control RADIOBUTTON How well do you know variables? Very well Well Average Not well Not at all # RADIOBUTTON How well do you know FOR loops? Very well Well Average Not well Not at all # // Advanced topic - no question deals with it - included as control RADIOBUTTON How well do you know recursion? Very well Well Average Not well Not at all # RADIOBUTTON How well do you know NESTED for loops? Very well Well Average Not well Not at all # CHECKBOX Select your experience(s) in this topic: Programmed a lot Programmed a bit Did exercise problems Heard lecture Read about it None // *********************************Pointers************************ // # // RADIOBUTTON // How well do you know pointers? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know the problem of dangling pointers? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know the problem of lost objects/memory leak? // Very well // Well // Average // Not well // Not at all // # // CHECKBOX // Select your experience(s) in this topic: // Programmed a lot // Programmed a bit // Did exercise problems // Heard lecture // Read about it // None // *********************************While Loops************************ // # // RADIOBUTTON // How well do you know loops? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know WHILE loops? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know NESTED while loops? // Very well // Well // Average // Not well // Not at all // # // CHECKBOX // Select your experience(s) in this topic: // Programmed a lot // Programmed a bit // Did exercise problems // Heard lecture // Read about it // None // *****************Arithmetic/Relational Operators********************** // # // RADIOBUTTON // How well do you know Arithmetic Operators (+,-,*,/,%)? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know Relational Operators (<,<=,>,>=,==,!=)? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know operator precedence concepts? // Very well // Well // Average // Not well // Not at all // # // RADIOBUTTON // How well do you know operator associativity concepts? // Very well // Well // Average // Not well // Not at all // *************************Learning Styles outdated inventory********** // # // RADIOBUTTON // How do you learn best? // Learn by seeing // Learn by hearing // Learn by doing // # // RADIOBUTTON // When learning, which do you prefer? // Pictures, flow charts, etc // Written & spoken words // Both // Neither // # // RADIOBUTTON // Which characterizes your learning best? // Prefer to learn details before the big picture // Prefer to get the big picture before the details // # // CHECKBOX // What helps you learn best (Check all applicable)? // Textbook // Lectures // Graded Assignments // Programming Projects // active (understand by actively doing something with the information) or // reflective (understand by thinking about the information) // sensing (like learning facts, prefer using well-established methods) or // intuitive (prefer discovering possibilities and relationships, like // +innovation)