COAP:COAP-2100/exams

The educational technology and digital learning wiki
< COAP:COAP-2100
Revision as of 21:12, 4 February 2014 by Daniel K. Schneider (talk | contribs) (Created page with "<categorytree mode="pages" depth="1" style="float:right; clear:right; margin-left:3px; border:1px solid gray; padding:0.7ex; background-color:#f9f9f9;">COAP 2100</categorytree...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Mid-term" exam

Date
Wednesday, week 5 or week 6 (to be discussed)
Format
Open book. You may use both print texts and the Internet
The exam will include all sorts of questions (MCQs, fill-in, code repair, ...)

General HTML/CSS and XML knowledge

SVG

Items that may be tested

  • SVG embedding in HTML
  • Graphic primitives: rect, circle, ellipse, line, polyline, polygon and text)
    • Attributes you should know: position and size attributes, opacity, fill and stroke
  • Grouping and reusing: Defining an "id", g and use
    • Make sure to understand basic use of the transform attribute (scaling, rotation, and translation)
  • Simple animation: animate
    • Attributes for animate: to, from, values, dur, begin, end, fill, attributeName, xlink:href, repeatCount

Not tested

  • The "path" language. However, I may ask you to copy/paste a path from the online SVG-edit tool or change its style (e.g. the color).

Preparation:

You can either just read my wiki pages or just the textbook chapters or both .....

Textbook chapters (you can ignore elements that we did not present in class)

Important: If you want to print these textbook chapters, use the PDF that is in the Documents folder of the World Classroom. You are allowed to bring it to the exam ....

Wiki pages:

Homework

None for this week. See homework 4, week4