<?xml version="1.0" encoding="utf-8"?>
<EX:exampleSet
    xmlns = "http://www.w3.org/1999/xhtml"
    xmlns:xhtml = "http://www.w3.org/1999/xhtml"
    xmlns:EX = "http://eteach.engr.wisc.edu/schemas/examples-v1p0"
    xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
    xmlns:misc = "http://engage.doit.wisc.edu/schemas/eteach-misc-v1p0"
    xsi:schemaLocation = "http://eteach.engr.wisc.edu/schemas/examples-v1p0 file:/C:/Program%20Files/University%20of%20Wisconsin-Madison/CourseBuilder/Resources/ExampleSchema.xsd">
    <EX:header>Examples</EX:header>
    
    <!--NEW EXAMPLE ======================================================== -->
  
  <EX:example>
    <EX:text>
    <p>Who should you contact if you're working in the lab and Matlab (or Maple)
    locks up, crashes, or freezes?</p>
    </EX:text>
    <EX:commentary>
    <p>If you are working in the lab and you have problems with any of the 
    programs that are installed on the lab machines, you should contact
    the CAE helpdesk.</p>
    </EX:commentary>
  </EX:example>
  
  <EX:example>
    <EX:text><p>Who should you contact if you're unable to print your work from home?</p>
    </EX:text>
    <EX:commentary>
    <p>Unfortunately, students are somewhat on their own when trying to work from home.
    However, if it's during normal business hours, you may be able get some suggestions
    from the DoIt help desk or the CAE help desk (if it's only a problem with Maple or Matlab).</p>
    </EX:commentary>
  </EX:example>
  
  <EX:example>
    <EX:text><p>Who should you contact if your code doesn't work?</p>
    </EX:text>
    <EX:commentary><p>
    The ability to troubleshoot your own solution code is a desired outcome of this course.
    So be sure to make every attempt to solve the problem on your own.
    If you are unable to solve the problem on your own, record the things you have tried
    and the results and bring those to us during office hours.  
    Then, work on a different problem, until you have a new idea for the one 
    you are stuck on.</p>
    
    <p>Don't forget to start early so that there will be time to wait for
    some suggestions and still get your work done.</p>
    </EX:commentary>
  </EX:example>
</EX:exampleSet>
