oCourse.hybridStatus

Displays information on the Course Status page about physical seats remaining in the Hybrid course.

ACEweb Routines/Templates:

XCourseStatus.htm

Required Parameters:

None

Optional Parameters:

  1. Logical .t. returns a blank string since hybrid status will be irrelevant.

  2. Style class to be used for the message.

  3. Second style class used when there are no physical openings left.

  4. Character string: message shown when there are multiple openings. Defaults to There are #OPEN# physical openings remaining. (#OPEN# will be replaced by the actual count.)

  5. Character string: message shown when a single opening remains. Defaults to Only one physical opening is left.

  6. Character string: message shown when all openings are filled. Defaults to All physical openings have been filled, but virtual seats are still available.

Examples:

##oCourse.hybridStatus()## displays the "There are #OPEN# physical openings remaining." message (#OPEN# is replaced with the actual number of available openings).

Notes:

  • The message is enclosed in the <p> tag.
  • The function returns a blank value on other course types (Open, Workshop, etc.).