Math quiz is graded as follows.
If you got all 5 questions correct, and turned in the day we did it in class .... 12 points (extra credit)
If you got 3-4 questions correct ... 10 points (full credit)
If you got 1-2 questions correct ... 5 points (half credit)
If you got 0 questions correct or you did not turn in the quiz .... 0 points (no credit)
PM class did not do as well as AM class. A couple people got 12.
12 points .... 2 students
10 points .... 8 students
5 points .... 6 students
0 points .... 9 students
Most
of the people who got 0 points did not take the quiz at all or did not
turn it in. If you took the quiz and you got 0 points, you should think
seriously about whether you belong in this class. This class is for
people who have already taken algebra and geometry and are prepared to
use them every day in this class.
Thursday, August 15, 2019
Infinite Campus Login
There are instructions for logging in to Infinite Campus on the materials page.
Your user name is your first initial dot last name, all lower case. For example, Susie Student would be s.student.
Your password is your birth date in mmddyy format plus your first name. For example, Susie Student might be 081502Susie.
In some cases, there may be someone else in this school with the same last name and first initial. In that case, you'll need to add a number at the end of your user name.
Your user name is your first initial dot last name, all lower case. For example, Susie Student would be s.student.
Your password is your birth date in mmddyy format plus your first name. For example, Susie Student might be 081502Susie.
In some cases, there may be someone else in this school with the same last name and first initial. In that case, you'll need to add a number at the end of your user name.
| Brenda | 1 |
| Daniel G | 2 |
| Elijah H | 5 |
| Janee | 12 |
| Jason | 2 |
| Stacy | 1 |
| Vincent Tran | 3 |
Monday, August 12, 2019
SVG Code Starting point
Use this code to get started using SVG:
<svg width='600' height='400' viewBox='0 0 600 400'
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink= "http://www.w3.org/1999/xlink">
<!-- the clipping paths and masks will go here -->
<defs>
</defs>
<!-- the shapes and stuff will go here -->
<rect x='0' y='0' width='600' height='400' fill='beige' />
</svg>
Radial gradients:
http://www.w3schools.com/svg/svg_grad_radial.aspGoogle Docs
mbrautigam@metroed.net
Please do not use any email address that appears to be MetroED but is actually Gmail. That email address has been decommissioned.
Friday, November 16, 2018
Tuesday, October 2, 2018
Theobromine Molecule
Today's assignment is to draw this Theobromine (chocolate) molecule in SVG.
Draw the colored image on the left. The line diagrams on the right are just to help you understand what the atoms are. There is nothing here you don't know how to do yet.
Draw the colored image on the left. The line diagrams on the right are just to help you understand what the atoms are. There is nothing here you don't know how to do yet.
I suggest doing it like this:
- Create a new blank file in Brackets and name it "theobromine.svg" or "chocolate.svg".
- OR duplicate your existing benzene.svg file and rename it to theobromine.svg.
- If starting with a new blank file, put in the SVG template, as described elsewhere on this blog.
- Change the width, height, and viewbox to a square of suitable size. I suggest at least 400 x 400. You could do 600 x 600, 800 x 800, or even 1000 x 1000 or 1024 x 1024.
- Add the hexagon side first. Use the polygon vertex calculator. You'll need both spheres and lines. When the hexagon side is done, group the lines and spheres together.
- Add the pentagon side next. Use the polygon vertex calculator. Again, you'll need to resize, rotate, and translate it until it maches up one edge of the hexagon. Put the hexagon in a group.
- Add the extra line to make double bonds where required.
- Add the extra atoms hanging off the hexagon and the pentagon.
- Make the circles blue or purple (nitrogen), red (oxygen), dark gray (carbon), and light gray (hydrogen).
- Note that the hydrogen circles are a little smaller.
- Put the entire molecule in a group so you can put another transformation on it.
- The poster must have a caption that says Theobromine or Chocolate (or both).
- The whole molecule should be nicely centered on the poster, the caption centered, and the molecule sized to look nice with suitable margins around the edges.
- All the spheres and lines must have the appropriate gradients.
- Use a suitable background color if you like.
- The poster should be suitable for use as a scientific drawing in a textbook or on a web site. This means you should not really take artistic license such as weird backgrounds, movement, weird colors. Stick to the standard.
- You should put your name in the poster. It should probably be in the lower left or right corner, and small.
- Also be sure to put a comment in the code that has your name and today's date.
Thursday, September 6, 2018
Resubmit for Better Grade
Written Assignments
You can upgrade written assignments at any time by turning in a new printed copy with the old version (or versions) attached behind.
The reason for this is that we want you to have every opportunity to improve your English skills.
Web and Programming Assignments
Don't bother turning in a technical assignment if you got 80% (usually 8 points) or more on it. I can revise your grade upward, but then I'll have to assess a late penalty.
The lesson is: turn in all your technical assignments on time.
You can upgrade written assignments at any time by turning in a new printed copy with the old version (or versions) attached behind.
The reason for this is that we want you to have every opportunity to improve your English skills.
Web and Programming Assignments
Don't bother turning in a technical assignment if you got 80% (usually 8 points) or more on it. I can revise your grade upward, but then I'll have to assess a late penalty.
The lesson is: turn in all your technical assignments on time.
Subscribe to:
Posts (Atom)