Create New Level Type

Add a new level type to the system

Back to Level Management
This will be used in URLs and as an identifier in the system. Use only lowercase letters, numbers, and hyphens.
Tips:
  • Choose a descriptive, concise name for the level type
  • Avoid using special characters or spaces
  • Use hyphens instead of spaces if needed (e.g. "pre-master" instead of "pre master")
  • The system will automatically convert your entry to lowercase and replace spaces with hyphens
  • Special characters will be removed automatically
Sample Data Included:

When you create a new level type, it will be pre-populated with sample data including:

  • Banner information
  • Overview with paragraphs
  • Contact and social information
  • Entry requirements
  • Quick links and action buttons
  • "Why Study" section with 4 sample items

You can easily edit all this content after creation.

<% if (existingTypes && existingTypes.length > 0) { %>
<% existingTypes.forEach(type => { %>
<%= type.charAt(0).toUpperCase() + type.slice(1) %>
Edit
<% }); %>
<% } %>
Notification

Content of the notification will appear here.