Skip to content

Latest commit

 

History

History
132 lines (86 loc) · 4.74 KB

Quiz1.md

File metadata and controls

132 lines (86 loc) · 4.74 KB

EECS 1720 Quiz 1 - January 27 2022


Initial Checks

Once you complete each step, check it complete.

  • [] this is not completed
  • do this when you complete a step
  1. Take a screenshot of confirmation:

    • [] of you logged into our eClass course page
      • are you registered? if no: give your email HERE:
    • [] at our EECS 1720 department website
    • [] Page 4 of the updated course syllabus

    save your screenshots for later ![image](/img/image.png "Image info")

  2. Say Hello:

    • [] find the #Quiz-1 channel on the EECS 17xx Discord server
      • do you have to join? if yes: ask a TA or instructor for the link. ASAP!
      • [] Comment in the #Quiz-1 channel with your first name and your registered lab section
        • example: Sarah Lab2
    • [] find the General Forum in our eClass course
      • [] on the QUIZ 1 post, add a reply with Hi - I am here (this is a crucial (extremely important) step)
  3. File access checks:

    • [] log into sharepoint and/or oneDrive with your York U email
    • [] in the Student_Access folder open the shared Quiz_1 excel file
    • [] on the TAB of your registered lab add your First_name and home GitHub URL to the list
      • the GitHub link is your home, or main, personal page. Not a repo page.
      • do you still need access? if yes: ask your instructor IMMEDIATELY. Provide your email HERE:

Moving on

The steps above must be completed before you can continue.

  1. [] Find your way to our GitHub organization page robots-make-art-too

    • [] Locate the Teams tab
    • [] request to join your Lab # team
    • [] request to join your Lab TAs team
    • [] request to join the Quiz 1 team

    let your instructor know when you have sent the request: SO IT CAN BE APPROVED ASAP

    first

  2. [] Make a new repo

    second

  3. Use the following criteria

    • [] firstname_lastname
    • [] private
    • [] .git Node
    • [] MIT license

    third


Local

  1. [] clone the instructor's Quiz 1 template repo to your local drive

    one

  2. [] clone your new remote firstname_lastname repo to your local drive

    two

  3. [] Copy all the files and folders as is from the Quiz 1 template repo to your new local repo from step 2.

    three

  4. [] git add, commit, and push your local repo to your remote repo on robots-make-art-too

    four

Back to Remote

  1. [] Verify your repo has the correct content by selecting it and taking a screenshot of the main directory tree
  2. [] Add all TA's and the instructor as members to your private repo
    • you will probably have to go to the repo page
    • there are options on the left-hand side for membership
  3. [] Tell your instructor when you have completed Step 1. You will be given access to your final mission.
    • [] I have access.

Final Mission

  1. [] Copy any content into the Quizzes\Quiz1 folder by adding it directly to the INFO.md file

    • There are other INFO.md files. Don't add your content anywhere else.
  2. [] Read the README.md from the top directory of your new repo

    • [] Follow the instructions
    • [] and then come back here
  3. [] If you have speakers, turn them on and reduce the sound. (Don't hurt your ears!)

  4. Open sketch.js

  5. Open index.html in a browser. Observe and listen when you interact.

  6. Using the given 3 pieces of information you are to alter this code

    • nothing complex, or as complex as you want
    • use any resources - but you don't have to!
    • you can ask prof questions but you only get one good freebie
  7. the finished art-work must align with your information

    • [] I used (enter your function1) HERE:
    • [] I used (enter your function2) HERE:
    • [] I had (enter your emotion) HERE:

Submission

  1. [] Briefly update the README.md in the Quiz1 folder with the technical information you completed and any instructions on how to run and view your art-work

  2. [] Briefly update the STATEMENT.md in the Quiz1 folder with a thoughtful aesthetic response to how your technical choices reflect the emotion you were give.

  3. [] Save all your work. Then git add, git commit (with message), and git push your final form to your remote repo


THE END