diff --git a/index.php b/index.php --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ ?>

Find the schedule that works for you!

-

View demo output or get started on your own. This program was created by Calvin College and Cedarville University students. SlatePermutate works with any college or university.

+

View demo output or get started on your own. This program was created by Calvin College and Cedarville University students. SlatePermutate works with any college or university.

Get Started

! To get started, enter in some of your class IDs, and click the autosuggestion to add available sections for each class.

- +


@@ -134,7 +130,9 @@ if (!empty($_REQUEST['selectschool']) - Add Class + + Add Class +
@@ -142,8 +140,10 @@ if (!empty($_REQUEST['selectschool'])

 


-Advanced

*/ ?> -Advanced

*/ + $inputPage->showSchoolInstructions(); $inputPage->foot(); diff --git a/school.d/calvin.inc b/school.d/calvin.inc --- a/school.d/calvin.inc +++ b/school.d/calvin.inc @@ -44,7 +44,7 @@ function calvin_instructions_html() Using the Auto-Complete function

- Note: For best results, use Firefox or Google Chrome or Safari. + Note: For best results, use Firefox, Google Chrome, or Safari.

  1. Determine the classes you wish to take next semester.
  2. diff --git a/school.d/cedarville.inc b/school.d/cedarville.inc --- a/school.d/cedarville.inc +++ b/school.d/cedarville.inc @@ -32,16 +32,16 @@ function cedarville_info() function cedarville_instructions_html() { return <<Cedarville-specific Instructions +

    Instructions

    - SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University. + SlatePermutate can be a useful tool for scheduling your next semester at Cedarville University.

      -
    1. Talk to your advisor and figure out which courses you need to take. Use the course list to see what's available.
    2. Enter the course ID, such as PHYS-1020, in the Class ID blank. You will see a list of auto-suggestions.
    3. You must click on the auto-suggested item to automatically add all sections of the class.
    4. Submit your schedule and view all of the different permutations of your schedule.
    5. -
    6. Wait until it's your turn to register and grab your preferred sections before they fill up!
    7. +
    8. Schedule a meeting with your advisor to review your schedule.
    9. +
    10. When it's time to register, check the "Show Synonyms" box on your schedule and enter your course synonyms into the registration interface.
    EOF; }