{"id":7473,"date":"2026-07-14T08:45:44","date_gmt":"2026-07-14T01:45:44","guid":{"rendered":"https:\/\/ftip.unpad.ac.id\/snbt-registration\/"},"modified":"2026-07-14T12:51:39","modified_gmt":"2026-07-14T05:51:39","slug":"snbt-registration","status":"publish","type":"page","link":"https:\/\/ftip.unpad.ac.id\/en\/admissions\/snbt-registration\/","title":{"rendered":"SNBT Registration"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7473\" class=\"elementor elementor-7473 elementor-7041\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db37672 e-flex e-con-boxed e-con e-parent\" data-id=\"db37672\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-33a0e1f e-con-full e-flex e-con e-child\" data-id=\"33a0e1f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d2ba262 e-con-full e-flex e-con e-child\" data-id=\"d2ba262\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fa13570 elementor-widget elementor-widget-html\" data-id=\"fa13570\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n.breadcrumb-manual a,\r\n.breadcrumb-manual .separator {\r\n    color: #fff;\r\n    text-decoration: none;\r\n}\r\n\r\n.breadcrumb-manual a:hover {\r\n    color: #f9b129;\r\n}\r\n<\/style>\r\n\r\n<div class=\"breadcrumb-manual\">\r\n    <a href=\"https:\/\/ftip.unpad.ac.id\/en\/\">Home<\/a> <span class=\"separator\">\/<\/span> SNBT Registration\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-606b77e elementor-widget elementor-widget-heading\" data-id=\"606b77e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SNBT Registration<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3de714c profile-wrapper e-flex e-con-boxed e-con e-parent\" data-id=\"3de714c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-659110f elementor-widget elementor-widget-html\" data-id=\"659110f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\r\n  STICKY SIDEBAR (tinggi mengikuti menu) + KONTEN SCROLL NORMAL\r\n  Tempel ke 1 widget HTML di Elementor Free.\r\n  TIDAK mengubah struktur Container yang sudah ada.\r\n\r\n  PRASYARAT \u2014 CSS Class di 3 container (Advanced > CSS Classes):\r\n    Container Utama  -> profile-wrapper\r\n    Container Kiri   -> profile-sidebar\r\n    Container Kanan  -> profile-content\r\n============================================================= -->\r\n\r\n<style>\r\n  .profile-wrapper {\r\n    display: flex !important;\r\n    align-items: flex-start !important; \/* penting: supaya sidebar tidak stretch ikut tinggi konten kanan *\/\r\n    padding-top: 20px !important; \/* jarak visual dari hero, TIDAK terkait offset anchor-scroll *\/\r\n  }\r\n\r\n  \/* Sidebar: nempel (sticky) saat discroll, TAPI tinggi cuma sepanjang isinya sendiri *\/\r\n  .profile-sidebar {\r\n    position: sticky !important;\r\n    top: 140px; \/* jarak nempel dari atas viewport saat discroll, samakan dgn FIXED_OFFSET di JS kalau perlu diubah *\/\r\n    align-self: flex-start !important; \/* kunci utama: background cuma setinggi konten menu *\/\r\n    flex: 0 0 auto;\r\n  }\r\n\r\n  \/* Konten kanan: scroll normal ikut halaman, TIDAK ada scrollbar box terpisah *\/\r\n  .profile-content {\r\n    flex: 1 1 auto;\r\n    \/* tidak ada overflow-y \/ height fixed -> ikut tinggi natural + scroll halaman biasa *\/\r\n  }\r\n\r\n  .profile-sidebar .elementor-icon-list-item.is-active a {\r\n    color: #015e2f;\r\n    font-weight: 600;\r\n  }\r\n\r\n  @media (max-width: 1024px) {\r\n    .profile-wrapper { display: block !important; }\r\n    .profile-sidebar { position: relative !important; top: 0 !important; }\r\n  }\r\n<\/style>\r\n\r\n<script>\r\n  (function () {\r\n    var EXTRA_GAP = 20; \/\/ jarak ekstra di bawah header, boleh diubah\r\n\r\n    var FIXED_OFFSET = 140; \/\/ <-- ubah angka ini saja kalau masih kurang\/lebih pas\r\n\r\n    function getHeaderHeight() {\r\n      return FIXED_OFFSET;\r\n    }\r\n\r\n    function scrollToTarget(target, headerHeight) {\r\n      var y = target.getBoundingClientRect().top + window.pageYOffset - headerHeight - EXTRA_GAP;\r\n      window.scrollTo({ top: y, behavior: 'smooth' });\r\n    }\r\n\r\n    function setActive(sidebarLinks, link) {\r\n      sidebarLinks.forEach(function (l) {\r\n        l.closest('.elementor-icon-list-item, li')?.classList.remove('is-active');\r\n      });\r\n      if (link) link.closest('.elementor-icon-list-item, li')?.classList.add('is-active');\r\n    }\r\n\r\n    function init() {\r\n      var headerHeight = getHeaderHeight();\r\n      document.documentElement.style.setProperty('--header-h', headerHeight + 'px');\r\n\r\n      var sidebarLinks = document.querySelectorAll('.profile-sidebar a[href^=&quot;#&quot;]');\r\n      if (!sidebarLinks.length) return;\r\n\r\n      \/\/ klik menu -> scroll manual terkontrol penuh oleh JS\r\n      sidebarLinks.forEach(function (link) {\r\n        link.addEventListener('click', function (e) {\r\n          var hash = link.getAttribute('href');\r\n          if (!hash || hash.length < 2) return;\r\n          var target = document.getElementById(hash.substring(1));\r\n          if (!target) return;\r\n\r\n          e.preventDefault();\r\n          scrollToTarget(target, getHeaderHeight());\r\n          history.pushState(null, '', hash);\r\n          setActive(sidebarLinks, link);\r\n        });\r\n      });\r\n\r\n      \/\/ BUKA HALAMAN LANGSUNG dengan #hash di URL (bukan klik) -> perbaiki posisi juga\r\n      if (window.location.hash && window.location.hash.length > 1) {\r\n        var initialTarget = document.getElementById(window.location.hash.substring(1));\r\n        if (initialTarget) {\r\n          \/\/ browser sudah lompat duluan (kurang tepat), kita koreksi setelah layout benar-benar settle\r\n          window.scrollTo(0, 0);\r\n          setTimeout(function () {\r\n            scrollToTarget(initialTarget, getHeaderHeight());\r\n            var matchingLink = Array.prototype.find.call(sidebarLinks, function (l) {\r\n              return l.getAttribute('href') === window.location.hash;\r\n            });\r\n            setActive(sidebarLinks, matchingLink);\r\n          }, 300); \/\/ beri waktu font\/gambar header selesai render dulu\r\n        }\r\n      }\r\n\r\n      \/\/ highlight menu otomatis mengikuti scroll halaman\r\n      var sections = [];\r\n      sidebarLinks.forEach(function (link) {\r\n        var hash = link.getAttribute('href');\r\n        if (hash && hash.length > 1) {\r\n          var el = document.getElementById(hash.substring(1));\r\n          if (el) sections.push({ el: el, link: link });\r\n        }\r\n      });\r\n\r\n      window.addEventListener('scroll', function () {\r\n        var hh = getHeaderHeight();\r\n        var scrollPos = window.pageYOffset + hh + 40;\r\n        var current = null;\r\n        sections.forEach(function (s) {\r\n          var top = s.el.getBoundingClientRect().top + window.pageYOffset;\r\n          if (scrollPos >= top) current = s;\r\n        });\r\n        setActive(sidebarLinks, current ? current.link : null);\r\n      });\r\n    }\r\n\r\n    if (document.readyState === 'loading') {\r\n      document.addEventListener('DOMContentLoaded', init);\r\n    } else {\r\n      init();\r\n    }\r\n    \/\/ hitung ulang tinggi header setelah semua asset (font\/gambar) selesai load\r\n    window.addEventListener('load', function () {\r\n      document.documentElement.style.setProperty('--header-h', getHeaderHeight() + 'px');\r\n    });\r\n  })();\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-73b9150 e-con-full profile-sidebar e-flex e-con e-child\" data-id=\"73b9150\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4e46f65 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4e46f65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#informasi-umum\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">General Information<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#informasi-registrasi\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Registration Information<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"#tanggal-penting\">\n\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Important Dates<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4be53e1 e-con-full profile-content e-flex e-con e-child\" data-id=\"4be53e1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30aaf1b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"30aaf1b\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"informasi-umum\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">General Information<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-505fc87 elementor-widget elementor-widget-text-editor\" data-id=\"505fc87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Objectives<\/strong><\/p><ol><li>To predict prospective students who are capable of completing their studies at State Universities (PTN) successfully and on time. PTN refers to higher education institutions organized by the government, encompassing Academic PTN and\/or Vocational PTN. <\/li><li>To provide opportunities for prospective students to take tests flexibly by choosing a suitable test location.<\/li><li>To select prospective students who are predicted to be able to complete their studies at PTN successfully and on time based on UTBK results.<\/li><li>To provide opportunities for prospective students to choose PTN across regions.<\/li><\/ol><p><strong>General Provisions<\/strong><\/p><ol><li>SNBT participants are only allowed to take the 2026 UTBK once.<\/li><li>The 2026 UTBK results are only valid for participating in SNBT and admission to PTN in 2026.<\/li><li>The 2026 SNBT selection is based on the 2026 UTBK results, with an additional portfolio for participants who choose arts and\/or sports study programs.<\/li><li>Students who have been declared to have passed the 2026 SNBP, 2025 SNBP, and 2024 SNBP selection cannot participate in the 2026 SNBT.<\/li><\/ol><p><strong>Participant Requirements<\/strong><\/p><ol><li>Participants must have a Student SNPMB Account. SNPMB Student Account registration can be done on the <a href=\"https:\/\/portal.snpmb.id\/\">SNPMB Portal<\/a>. <\/li><li>Indonesian citizens (WNI) who have a National Identity Number (NIK).<\/li><li>SMA\/SMK\/MA students or equivalent in their final year in 2026, or Package C students in 2026 with a maximum age of 25 years (as of July 1, 2026).<br>Students who do not yet have a diploma must bring a certificate of 12th-grade student status, which must include at least:<ul><li>identity, including name, class, NISN, and NPSN;<\/li><li>a recent (color) passport photo;<\/li><li>signature of the School\/Madrasah Principal; and<\/li><li>school stamp\/seal.<\/li><\/ul><\/li><li>SMA\/SMK\/MA graduates or equivalent from 2024 and 2025 or Package C graduates from 2024 and 2025 with a maximum age of 25 years (as of July 1, 2026)<\/li><li>Graduates of equivalent high schools from abroad must have an equivalized diploma.<\/li><li>Participants who choose study programs in the fields of Arts and\/or Sports must upload a portfolio.<\/li><li>Possess adequate health that does not interfere with the smooth progress of studies.<\/li><li>Visually impaired participants must upload a Visually Impaired Statement Letter.<\/li><li>Pay the UTBK fee.<\/li><\/ol><p><strong>Test Material<\/strong><\/p><ol><li><strong>Scholastic Potential Test (TPS)<\/strong><ol><li>General Reasoning<\/li><li>General Knowledge and Understanding<\/li><li>Reading Comprehension and Writing<\/li><li>Quantitative Knowledge<\/li><\/ol><\/li><li><strong>Literacy Test<\/strong><ol><li>Literacy in Indonesian<\/li><li>Literacy in English<\/li><li>Mathematical Reasoning<\/li><\/ol><\/li><\/ol><p> <\/p><p><strong>UTBK-SNBT Registration<\/strong><\/p><ol><li><strong>Log in to the SNPMB Portal and Select the UTBK-SNBT Registration Menu<\/strong><br\/>Log in to the <a href=\"https:\/\/portal-snpmb.bppp.kemdikbud.go.id\/\">SNPMB Portal<\/a> using your SNPMB account<\/li><li><strong>Complete Biodata<\/strong><br\/>Fill in and complete biodata, upload a recent color passport photo, and verify biodata, then download and upload a statement for visually impaired and\/or visual impairment.<\/li><li><strong>Select Study Program and Upload Portfolio<\/strong><br\/>Uploading a portfolio is mandatory for participants choosing Arts and\/or Sports study programs.<\/li><li><strong>Choose UTBK Center<\/strong><br\/>Obtain the UTBK fee payment slip for non-KIP Kuliah applicants.<\/li><li><strong>Make Payment<\/strong><br\/>Partners and payment procedures can be found in the UTBK Fee Payment Procedure.<\/li><li><strong>Download UTBK-SNBT Participant Card<\/strong><br\/>Log in to the <a href=\"https:\/\/portal-snpmb.bppp.kemdikbud.go.id\/\">SNPMB Portal<\/a> and select the UTBK-SNBT registration menu to download the UTBK-SNBT participant card.<\/li><\/ol><p><strong>Provisions for Study Program Choices<\/strong><\/p><ol><li>Each participant is <strong>free to choose study programs at Academic PTN and\/or Vocational PTN.<\/strong><\/li><li>Each participant is allowed to <strong>choose a maximum of 4 (four) study programs<\/strong> according to the provisions in the attached table.<\/li><li>The order of study program selection indicates the priority of choice.<\/li><\/ol><p><strong>Capacity<\/strong><\/p><ol><li>The capacity of study programs per PTN in 2026 can be viewed in the <a href=\"http:\/\/snpmb.id\/utbk-snbt\/daftar-ptn-snbt\">SNBT PTN submenu<\/a><\/li><li>Admission requirements for study programs can be found on the website of the respective PTN.<\/li><\/ol><p><strong>UTBK Fee<\/strong><\/p><p>Participants pay a UTBK fee as a requirement for 2026 UTBK-SNBT registration amounting to <strong>IDR 200,000.00 (two hundred thousand rupiah)<\/strong><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebe4b53 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"ebe4b53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2263cf1 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2263cf1\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"informasi-registrasi\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Registration Information<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac946a0 elementor-widget__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"ac946a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<iframe style=\"border: 0;\" src=\"https:\/\/smup.unpad.ac.id\/wp-content\/uploads\/2026\/05\/1737_WR1_Surat-Edaran-Registrasi-Calon-Mahasiswa-Baru-SNBT-2026_signed.pdf\" width=\"100%\" height=\"900\"><span data-mce-type=\"bookmark\" style=\"display: inline-block; width: 0px; overflow: hidden; line-height: 0;\" class=\"mce_SELRES_start\"><\/span>\n<\/iframe>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d2d083 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8d2d083\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c3d9e5 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9c3d9e5\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"tanggal-penting\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Important Dates<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2976f1 elementor-widget elementor-widget-text-editor\" data-id=\"e2976f1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>2026 SNBP Schedule<\/strong><\/p><table width=\"100%\"><thead><tr><td>Activity<\/td><td>Time<\/td><\/tr><\/thead><tbody><tr><td>Student SNPMB Account Registration<\/td><td>January 12 \u2013 April 07, 2026<\/td><\/tr><tr><td>UTBK-SNBT Registration<\/td><td>March 25 \u2013 April 07, 2026<\/td><\/tr><tr><td>UTBK Fee Payment<\/td><td>March 25 \u2013 April 08, 2026<\/td><\/tr><tr><td>UTBK Implementation<\/td><td>April 21 \u2013 30, 2026<\/td><\/tr><tr><td>SNBT Results Announcement<\/td><td>May 25, 2026<\/td><\/tr><tr><td>UTBK Certificate Download Period<\/td><td>June 02 \u2013 July 31, 2026<\/td><\/tr><\/tbody><\/table><ul><li>All activities on the specified day will start and end at 3:00 PM WIB.<\/li><li>The schedule for the verification process of participant documents and\/or re-registration at PTN can be viewed on the respective PTN websites.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd46ec ct-button-icon elementor-widget elementor-widget-button\" data-id=\"afd46ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/smup.unpad.ac.id\/snbt\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" id=\"Layer_1\" viewBox=\"0 0 40 40\"><path d=\"M20,0C9,0,0,9,0,20s9,20,20,20,20-9,20-20S31,0,20,0ZM28.6,20h0c0,.1,0,.2,0,.3,0,0,0,0,0,0h0c0,0,0,.1-.1.2h0s-6.9,7-6.9,7c-.2.3-.7.3-.9,0,0,0,0,0,0,0-.3-.3-.3-.7,0-.9,0,0,0,0,0,0l5.8-5.9h-14.5c-.4,0-.6-.3-.6-.7,0-.4.3-.6.6-.6h14.5l-5.8-5.9c-.2-.3-.2-.7,0-.9.3-.2.7-.2.9,0l6.9,7h0c0,0,0,.1.1.2h0s0,0,0,0h0c0,0,0,.2,0,.2h0s0,0,0,0Z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5911c86 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5911c86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Home \/ SNBT Registration SNBT Registration General Information Registration Information Important Dates General Information Objectives To predict prospective students who are capable of completing their studies at State Universities (PTN) successfully and on time. PTN refers to higher education institutions organized by the government, encompassing Academic PTN and\/or Vocational PTN. To provide opportunities for prospective [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":7478,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-7473","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","vertical_spacing_source":"custom","content_area_spacing":"none","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/comments?post=7473"}],"version-history":[{"count":1,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7473\/revisions"}],"predecessor-version":[{"id":7475,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7473\/revisions\/7475"}],"up":[{"embeddable":true,"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/pages\/7478"}],"wp:attachment":[{"href":"https:\/\/ftip.unpad.ac.id\/en\/wp-json\/wp\/v2\/media?parent=7473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}