Skip to content

Commit

Permalink
code for assignment 0
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Berger committed Jul 30, 2018
1 parent 3110f6d commit 4c5e858
Show file tree
Hide file tree
Showing 3 changed files with 17,838 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assignment0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Next, we will walk through how we will develop visualization applications for th

* First, it is necessary to run a local server on your computer, so that you may safely access local files when developing. The simplest way to do this is using python. Installing python on your machine should be fairly standard, depending on your preferred OS, so I will not go over this.
* Next, lets run a local server. Fire up a terminal, and go to the directory where assignment0 exists. If you are running python2.x, then issue: `python -m SimpleHTTPServer` to the terminal. If you are running python3.x, then issue: `python -m http.server`. You will now be running a local server on your machine.
* Fire up your **Google Chrome** browser. Go to the following url: [localhost:8000](localhost:8000). You should now see the survey that you will need to fill out. Hurrah!
* Open up `index.html`, and you will see a set of `question` and `answer` variables. Please fill in the `answer` variables with your responses.
* Refresh the webpage, and you will see your responses, with some (tacky) d3 flair. To prove that you actually did this, please take a screenshot of your browser, and save the image to the `assignment0` directory.
* Fire up your **Google Chrome** browser. Go to the following url: [http://localhost:8000](http://localhost:8000). You should now see the survey that you will need to fill out. Hurrah!
* Open up `index.html` with your favorite text editor or IDE, and you will see a set of `question` and `answer` variables. Please fill in the `answer` variables with your responses.
* Refresh the webpage, and you will see your responses, with some d3 flair. To prove that you actually did this, please take a screenshot of your browser, and save the image to the `assignment0` directory.
* Zip up the `assignment0` directory, and submit it to Brightspace.

Loading

0 comments on commit 4c5e858

Please sign in to comment.