oCourse.hybridStatus
Displays information on the Course Status page about physical seats remaining in the Hybrid course.
ACEweb Routines/Templates:
Required Parameters:
None
Optional Parameters:
-
Logical .t. returns a blank string since hybrid status will be irrelevant.
-
Style class to be used for the message.
-
Second style class used when there are no physical openings left.
-
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.)
-
Character string: message shown when a single opening remains. Defaults to Only one physical opening is left.
-
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.).