QUIZ DAY !!!!

Today is your first quiz! Remember that there will be a quiz every other week with a total of 6 quizzes all semester. Quizzes are not intended to be stressful. All of the quizzes together are worth only 10% of your grade.

The quizzes are the best way to help students and instructors identify problems and areas where we need improvement.

A typical Quiz day will consist of the following agenda.

Typical Agenda for quiz classes (80 minutes)

  1. (20 minutes) Review Pre-Class Assignment
  2. (30 minutes) Quiz
  3. (30 minutes) Start next In-Class Assignment

1. Review Pre-class Assignment

Like most days, your instructor will review and answer questions from your pre-class assignment. This is your opportunity to ask any lingering questions before the quiz.


2. Quiz

After all of yoru questions have been answer (or if you run out of time instructors will enable you to download the quiz from the course D2L website.

Download the Quiz and get started. The quiz is designed to take approximately 20 minutes to complete (you will be given 30 Minutes).

The following instructions will be included at the top of your quiz. Make sure you read the instructions. They are included here to save you some time.

This is an open Internet quiz. Feel free to use anything on the Internet with one important exception...

  • DO NOT communicate live with other people during the quiz (either verbally or on-line). The goal here is to find answers to problems as you would in the real world.

You will be given 20 minutes to complete this quiz. Use your time wisely.

HINTS:

  • Neatness and grammar is important. We will ignore all notes or code we can not read or understand.
  • Read the entire quiz from beginning to end before starting. Not all questions are equal in points vs. time so plan your time accordingly.
  • Some of the information provided my be a distraction. Do not assume you need to understand everything written to answer the questions.
  • Spaces for answers are provided. Delete the prompting text such as "Put your answer to the above question here" and replace it with your answer. Do not leave the prompting text with your answer.
  • Do not assume that the answer must be in the same format of the cell provided. Feel free to change the cell formatting (e.g., markdown to code, and vice versa) or add additional cells as needed to provide your answer.
  • When a question asks for an answer "in your own words" it is still okay to search the Internet for the answer as a reminder. However, we would like you to do more than cut and paste. Make the answer your own.
  • If you get stuck, try not to leave an answer blank. It is better to include some notes or stub functions so we have an idea about your thinking process so we can give you partial credit.
  • Always provid links to any references you find helpful.
  • Feel free to delete the provided check marks (✅) as a way to keep track of which questions you have successfully completed.

Honor Code

I, agree to neither give nor receive any help on this quiz from other people. I also understand that providing answers to questions on this quiz to other students is also an academic misconduct violation as is live communication or receiving answers to questions on this quiz from other people. It is important to me to be a person of integrity and that means that ALL ANSWERS on this quiz are my answers.

**DO THIS:** Include your name in the line below to acknowledge the above statement:

Put your name here.

Download Automatic Answer Check

The quiz may require an automated answer checking system for grading. The following cell will automatically download the latest version of the answer checker.

from urllib.request import urlretrieve

urlretrieve('https://raw.githubusercontent.com/colbrydi/jupytercheck/master/answercheck.py', 
            'answercheck.py');

Verify you have Check Answer installed by running the following cell

from answercheck import checkanswer
checkanswer("Check Answer",'bd8337cd5327e54b2b4b15c6ec3703ed');
Testing Check Answer
Answer seems to be correct

Submission

After you are done with your quiz you will submit it by uploading it to the course Desire2Learn web page for today's dropbox.

**DO THIS:**

  • Download the Notebook to your desktop with the filename using the format "NETID-Quiz.ipynb". Replace NETID in the filename with your personal MSU NetID (the stuff that comes before the @ symbol in your msu email address).
  • Upload the newly renamed notebook to the D2L dropbox. (improper naming of your notebook may cause points to be taken away).

3. Start next In-Class Assignment

Once you have turned in your quiz you should get started on the next in-class assignment. We will finish up the assignment during the next class period. There is NOT a pre-class for the next class period so use this time to finish up your homework assignment.

Written by Dr. Dirk Colbry, Michigan State University Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.