Prev: Q1, Next: Q2
Lecture notes of the week: W1



# QS1: Week 1 Survey Questions

📗 Enter your ID (the wisc email ID without @wisc.edu) here: and click (or hit the "Enter" key)
📗 Your answers are not saved when you refresh or close the browser. You could print the page: , solve the problems, then enter all your answers at the end.
📗 For all questions except for the last one, you can select one or more choices. You get the point for the question only if you selected all the correct choices.

📗 Question 0


📗 Question 1




📗 Question 2


📗 Question 3




📗 Question 4


📗 Question 5




📗 Question 6


📗 Question 7




📗 Question 8


📗 Question 9


# Grade


 ***** ***** ***** ***** ***** 

 ***** ***** ***** ***** *****

# Submission


📗 Please do not modify the content in the above text field: use the "Grade" button to update.


📗 Please wait for the message "Successful submission." to appear after the "Submit" button. If there is an error message or no message appears after 10 seconds, please email the instructor or make a Piazza post about it. You could submit multiple times (but please do not submit too often): only the latest submission will be counted.
📗 If there are problems with grading, please try Ctrl+F5 or Shift+F5 or Shift+Command+R or Incognito mode or Private Browsing to refresh the cached JavaScript.

📗 [1 points] Why are taking CS559?





None of the above.
📗 [1 points] Which applications of computer graphics are you interested in?





None of the above.
📗 [1 points] Which ones of the following produce a line on a 500 x 500 HTML Canvas from the bottom left corner to the top right corner?





None of the above.
📗 [1 points] Which ones of the following fill the bottom right quadrant (one-firth of a square) of a 500 x 500 HTML Canvas with context.fillStyle?





None of the above.
📗 [1 points] Which ones of the following produces an ellipse with a larger radius in the x-axis (horizontal) direction? Assume let pi = Math.PI.





None of the above.
📗 [1 points] Which ones of the following context.fillStyle are fully opaque (not transparent)?





None of the above.
📗 [1 points] Given a sequence of vertices of a (closed) polygon (1, 0), (0, 0), (0, 1), (a, b), which values of the (a, b) will produce a polygon that is concave (not convex)?





None of the above.
📗 [1 points] Given a non-simple polygon with two triangles, one inside the other, produced by context.moveTo(0, 0); context.lineTo(0, 3); context.lineTo(3, 0); context.closePath(); context.moveTo(1, 1); context.lineTo(1, 2); context.lineTo(2, 1); context.closePath();, would the smaller triangle be filled by context.fillStyle?





None of the above.
📗 [1 points] Please provide additional comments, questions, or feedback: 

📗 [1 points] Why are you submitting this survey?




Note: if you selected the third (please also email me) or forth choice, you only have to complete the last question.





Last Updated: May 07, 2024 at 12:22 AM