Changeset - 841db4f48657
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-22 17:30:36
ohnobinki@ohnopublishing.net
Link to MSchedule for umich users.
1 file changed with 5 insertions and 3 deletions:
0 comments (0 inline, 0 general)
school.d/umich.inc
Show inline comments
 
@@ -26,24 +26,26 @@ function umich_info()
 
                                  'umich.edu',
 
                                  ),
 
	       'example_course_id' => 'MATH-161',
 
               'student_address' => 'Wolverine',
 
               );
 
}
 

	
 
function umich_instructions_html()
 
{
 
  return <<<EOF
 
<h2>U of M-specific Instructions</h2>
 
<p>
 
  SlatePermutate can be a useful tool for scheduling your next semester.
 
  <em>Note that there is another scheduler targeted particularly at U
 
  of M students, <a href="http://mschedule.com/" title="Java
 
  applets... Ew!">MSchedule</a>.
 
</p>
 
<ol>
 
  <li>Get in touch with your advisor during advising/reading recess.</li>
 
  <li>Look up each class your advisor specified on this course listing page</li>
 
  <li>Get in touch with your adviser during advising/reading recess.</li>
 
  <li>Look up each class your adviser specified on this course listing page</li>
 
  <li>Enter each class into a SlatePermutate schedule and add each section that is listed that you are willing to take.</li>
 
  <li>Submit your schedule and view all of the different permutations of your schedule which would work with the sections you specified.</li>
 
  <li>Print out your preferred schedule by choosing "print" and selecting a schedule.</li>
 
  <li>Wait until it's your turn to register and grab your preferred sections before they fill up!</li>
 
</ol> <!-- ' -->
 
EOF;
 
}
0 comments (0 inline, 0 general)