Scroll back to top
All quizzes and the final exam in this course are hosted on PrairieLearn and will be taken on your computer. To ensure integrity of the exams in this course, all exams will be proctored by a course staff member over Zoom. You will be required to sign up for one of the available exam sessions shown on PrairieTest, and you must take the exam at that time.
Please carefully review the instructions below. Failure to adhere to all policies and procedures outlined below may result in a reduced exam grade and/or be considered a violation of the University's academic integrity policy.
Download the Zoom app. You will need it installed on two devices, e.g. computer and phone.
You must sign in with your UIUC Zoom account on all devices. Instructions can be found here.
You may consult any material on the reference pages during the exam: https://www.mechref.org/
For calculation, you may use the Python Jupyter notebook that is included as the first question on the exam, or a scientific or graphing hand calculator.
You may use as much blank scratch paper as needed.
You may not use custom cheat sheets, any printed materials or textbooks, or any online materials other than the reference pages cited above.
Detailed instructions can be found here: https://us.prairietest.com/pt/docs/students/online
Key details from the link above:
Follow the instructions at the link above for setting up your workspace and camera. You must use two devices and you must show your face, workspace, and computer screen.
Get ready beforehand: use the restroom, set up your workspace, be alone in the room, plug in all devices so they don't lose battery power during the exam, and put your phone on Do Not Disturb mode to avoid interruptions.
Follow instructions at the link above regarding joining the exam (please go to PrairieTest 10 minutes before the exam start time), checking in for the exam, and leaving the exam after you have completed it.
If you disconnect from the Zoom meeting at any time during the exam, the proctor may remove your access to the exam until you are able to reconnect.
Breaks during the exam are not allowed. Please use the restroom beforehand.
If you arrive late for the exam, no additional time will be given to you.
If you encounter any issues during the exam, send a private Zoom chat message to your proctor.
If you become unintentionally disconnected from the Zoom session, email your proctor and they will see if they can help you reconnect. Your proctor should share their email with you before the exam begins.
It is your responsibility to set up a reliable workspace, including using reliable plugged-in devices connected to reliable WiFi, to take the exam. We will be considerate where possible, but cannot guarantee extended time or a make-up opportunity if you experience technical difficulties during the exam.
Failure to follow the instructions above may lead to a reduced or zero grade on your exam.
Communication with others (students or otherwise) or use of prohibited resources is considered an academic integrity violation and may result in sanctions.
Review for quizzes with the relevant homework assignment. The course website tells you which homeworks are relevant and explicitly states the topics covered in each quiz. The quiz problems are similar to those found on the homework.
Doing the homework, it's important to make sure that you fully understand as completely as possible the solution you reach for each question. When reviewing your homework problems, you should make sure that you can do the problem on paper, type it into your calculator of choice, and get the correct answer on the first try. It's easy to overlook some key concepts in the course by "brute forcing" signs and units in the homework. If you find you are consistently getting answers off by factors of 10, or making a sign error, it can be easy to correct and overlook while doing the homework, but be very costly during the quiz.
If you are arriving at the correct answer on your first try for each of the homework questions, then the next step would be to consider potential modifications to the questions. How would the procedure for solving the problem change if you were given different information? What information was absolutely necessary to solve the problem? Do you understand why you were able to make all of the assumptions you did?
Using a Python script is strongly recommended as is can help you keep track of your work.
For example, you may (correctly) compute a strain value of x = 1.17*10^(-3) using symbolic expressions. If you enter your answer as x = 0.0012 (exactly five digits, and two significant digits), PrairieLearn will mark the answer 0.0012 incorrect, as the difference between these two values is about 2.5% (that is, (1.2-1.17)/1.17 = 0.0256) and exceeds PL's tolerance for correct answers.