lms.isu.edu.tr Open in urlscan Pro
18.156.157.107  Public Scan

Submitted URL: http://lms.isu.edu.tr/
Effective URL: https://lms.isu.edu.tr/
Submission: On July 05 via manual from TR — Scanned from DE

Form analysis 2 forms found in the DOM

Name: locale_pickerPOST /webapps/portal/execute/changeLocale

<form action="/webapps/portal/execute/changeLocale" method="post" name="locale_picker" target="_top">
  <script>
    function loadLocale(code) {
      document.locale_picker.locale.value = code;
      document.locale_picker.submit();
    }
    FastInit.addOnLoad(function() {
      function displayLanguages() {
        var $langButton = $('lang-select-button');
        var $langMenu = $('lang-list');

        function showMenu() {
          $langMenu.removeClassName('hide');
          $langMenu.setAttribute('aria-hidden', 'false');
          $langMenu.setAttribute('aria-expanded', 'true');
          $langMenu.setAttribute('aria-pressed', 'true');
          $langButton.setAttribute('aria-expanded', 'true');
          $langButton.addClassName('expanded');
          $langMenu.firstDescendant().firstDescendant().focus();
        }

        function hideMenu() {
          $langMenu.addClassName('hide');
          $langMenu.setAttribute('aria-hidden', 'true');
          $langMenu.setAttribute('aria-expanded', 'false');
          $langMenu.setAttribute('aria-pressed', 'false');
          $langButton.setAttribute('aria-expanded', 'false');
          $langButton.removeClassName('expanded');
        }
        //toggle logic
        if ($langMenu.hasClassName('hide')) {
          showMenu();
        } else {
          hideMenu();
        }
        //Press ESC hides the menu
        $(document).on('keydown', function(e) {
          if (e.which == 27) {
            hideMenu();
          }
        });
        $(document).on('click', function(e) {
          hideMenu();
        });
      }
      // reveal available languages on click
      $('lang-select-button').on('click', 'button', function(e) {
        displayLanguages();
        e.stopPropagation();
      });
    });
  </script>
  <input type="hidden" name="target" value="/webapps/login/?action=login">
  <button type="button" class="icon-languages" id="lang-select-button" aria-haspopup="true" aria-expanded="false" aria-controls="lang-list" aria-owns="lang-list" aria-pressed="false" aria-label="Dili Seçin Geçerli Dil Türkçe (Türkiye‭)‬"></button>
  <ul id="lang-list" class="hide" aria-hidden="true" aria-expanded="false" role="menu">
    <li aria-label="English (United States‭)‬"><a href="javascript:loadLocale('en_US');" title="English (United States‭)‬" lang="en_US">English (United States‭)‬</a></li>
    <li aria-label="Türkçe (Türkiye‭)‬"><a href="javascript:loadLocale('tr_TR');" title="Türkçe (Türkiye‭)‬" lang="tr_TR">Türkçe (Türkiye‭)‬</a></li>
  </ul>
  <input type="hidden" name="locale">
</form>

Name: loginPOST /webapps/login/

<form action="/webapps/login/" onsubmit="return validate_form( this, false, true );" method="POST" name="login">
  <script type="text/javascript">
    function login_openForgotPassword(url) {
      var passwordWin = window.open(url, 'forgotPasswordWindow', 'menubar=1,resizable=1,scrollbars=1,status=1,width=850,height=480');
      passwordWin.focus();
    }
    FastInit.addOnLoad(function() {
      if (typeof ClientCache !== 'undefined') {
        ClientCache.clear();
      }
      var startingJSessionCookie = getCookie("JSESSIONID");
      var guestLocaleCookie = getCookie("guest.session.locale");
      deleteCookie("JSESSIONID", "/@@", null, true);
      deleteCookie("JSESSIONID", "/courses", null, true);
      deleteCookie("JSESSIONID", "/sessions", null, true);
      deleteCookie("JSESSIONID", "/systemdata", null, true);
      deleteCookie("JSESSIONID", "/images", null, true);
      deleteCookie("JSESSIONID", "/images-ltr", null, true);
      deleteCookie("JSESSIONID", "/images-rtl", null, true);
      deleteCookie("JSESSIONID", "/reportbranding", null, true);
      deleteCookie("JSESSIONID", "/reports", null, true);
      deleteCookie("JSESSIONID", "/modules", null, true);
      deleteCookie("JSESSIONID", "/groupjs", null, true);
      deleteCookie("JSESSIONID", "/branding", null, true);
      deleteCookie("JSESSIONID", "/queue_tasks", null, true);
      deleteCookie("JSESSIONID", "/sponsors", null, true);
      deleteCookie("JSESSIONID", "/course_image_main_images", null, true);
      deleteCookie("JSESSIONID", "/course_image_2_images", null, true);
      deleteCookie("JSESSIONID", "/course_image_nav_images", null, true);
      deleteCookie("JSESSIONID", "/org_image_main_images", null, true);
      deleteCookie("JSESSIONID", "/org_image_2_images", null, true);
      deleteCookie("JSESSIONID", "/org_image_nav_images", null, true);
      deleteCookie("JSESSIONID", "/avatar", null, true);
      deleteCookie("JSESSIONID", "/bannerthumbnail", null, true);
      deleteCookie("JSESSIONID", "/deployment", null, true);
      deleteCookie("JSESSIONID", "/content_area", null, true);
      deleteCookie("JSESSIONID", "/portfolio", null, true);
      deleteCookie("JSESSIONID", "/evidence_area", null, true);
      deleteCookie("JSESSIONID", "/public", null, true);
      deleteCookie("JSESSIONID", "/pronunciation_audio", null, true);
      deleteCookie("JSESSIONID", "", null, true);
      deleteCookie("JSESSIONID", "/webapps/login", null, true);
      deleteCookie("JSESSIONID", "/webapps/taglibs", null, true);
      deleteCookie("JSESSIONID", "/webapps/ws", null, true);
      deleteCookie("JSESSIONID", "/webapps/wysiwyg", null, true);
      deleteCookie("JSESSIONID", "/bbcswebdav", null, true);
      deleteCookie("JSESSIONID", "/webapps/cmsmain", null, true);
      deleteCookie("JSESSIONID", "/webapps/xythoswfs", null, true);
      deleteCookie("JSESSIONID", "/admin", null, true);
      deleteCookie("JSESSIONID", "/colorpalettes", null, true);
      deleteCookie("JSESSIONID", "/coursethemes", null, true);
      deleteCookie("JSESSIONID", "/common", null, true);
      deleteCookie("JSESSIONID", "/fonts", null, true);
      deleteCookie("JSESSIONID", "/javascript", null, true);
      deleteCookie("JSESSIONID", "/lib", null, true);
      deleteCookie("JSESSIONID", "/login", null, true);
      deleteCookie("JSESSIONID", "/themes", null, true);
      deleteCookie("JSESSIONID", "/ui", null, true);
      deleteCookie("JSESSIONID", "/ui-ultra", null, true);
      deleteCookie("JSESSIONID", "/learn/api", null, true);
      deleteCookie("JSESSIONID", "/webapps/dataIntegration", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-gate-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/software-updates", null, true);
      deleteCookie("JSESSIONID", "/webapps/goal", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-social-learning-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/api-gateway", null, true);
      deleteCookie("JSESSIONID", "/webapps/rubric", null, true);
      deleteCookie("JSESSIONID", "/webapps/streamViewer", null, true);
      deleteCookie("JSESSIONID", "/webapps/submission-services", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-content-model-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-group-mgmt-LEARN", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-ultra-conversion", null, true);
      deleteCookie("JSESSIONID", "/webapps/gradebook", null, true);
      deleteCookie("JSESSIONID", "/webapps/videointegration", null, true);
      deleteCookie("JSESSIONID", "/webapps/vtbe-tinymce-ephox-hyperlinking", null, true);
      deleteCookie("JSESSIONID", "/webapps/vtbe-tinymce-ephox-spelling", null, true);
      deleteCookie("JSESSIONID", "/webapps/assessment", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-common-styles-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-xss-filter-whitelist-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-xss-filter-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/vtbe-tinymce", null, true);
      deleteCookie("JSESSIONID", "/webapps/bbcms", null, true);
      deleteCookie("JSESSIONID", "/webapps/inline-grading", null, true);
      deleteCookie("JSESSIONID", "/webapps/taskprogress", null, true);
      deleteCookie("JSESSIONID", "/webapps/spreview", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-xss-input-validation-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/portfolio", null, true);
      deleteCookie("JSESSIONID", "/webapps/blogs-journals", null, true);
      deleteCookie("JSESSIONID", "/webapps/foundations-connector", null, true);
      deleteCookie("JSESSIONID", "/webapps/partner-cloud", null, true);
      deleteCookie("JSESSIONID", "/webapps/date-management", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-selfpeer-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/discussionboard", null, true);
      deleteCookie("JSESSIONID", "/webapps/operational-data-store", null, true);
      deleteCookie("JSESSIONID", "/webapps/Bb-wiki-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/retention", null, true);
      deleteCookie("JSESSIONID", "/webapps/caliper", null, true);
      deleteCookie("JSESSIONID", "/webapps/assignment", null, true);
      deleteCookie("JSESSIONID", "/webapps/consulting-central", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-mygrades-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/allyintegration", null, true);
      deleteCookie("JSESSIONID", "/webapps/privacy-disclosure", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-mashups-youtube-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-nautilus-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/achievements", null, true);
      deleteCookie("JSESSIONID", "/webapps/bbgs-vitalsource-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/foundations-token", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-auth-provider-cas-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/plugins", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-data-integration-ss-xml-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-1027720613048-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-data-integration-flatfile-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/Bb-McGrawHill-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bbtextbook", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-auth-provider-ldap-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/mdb-sa-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/auth-saml", null, true);
      deleteCookie("JSESSIONID", "/webapps/collab-ultra", null, true);
      deleteCookie("JSESSIONID", "/webapps/telemetry", null, true);
      deleteCookie("JSESSIONID", "/webapps/cloudstorageintegration", null, true);
      deleteCookie("JSESSIONID", "/webapps/attendance", null, true);
      deleteCookie("JSESSIONID", "/webapps/school-data-sync", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-financial-aid-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bbgs-goal-performance-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/scor-scormengine-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/cmsadmin", null, true);
      deleteCookie("JSESSIONID", "/webapps/notes", null, true);
      deleteCookie("JSESSIONID", "/webapps/enterpriseSurvey", null, true);
      deleteCookie("JSESSIONID", "/webapps/item-analysis", null, true);
      deleteCookie("JSESSIONID", "/webapps/calendar", null, true);
      deleteCookie("JSESSIONID", "/webapps/ip-turnitintool-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-mashups-slideshare-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bbcxcommoncartridge", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-data-integration-ims-xml-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/Bb-mobile-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-mashups-flickr-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-alerts-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/time-time-plgnhndl-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/dropbox-integration", null, true);
      deleteCookie("JSESSIONID", "/webapps/blackboard", null, true);
      deleteCookie("JSESSIONID", "/webapps/ultraui", null, true);
      deleteCookie("JSESSIONID", "/webapps/feature-flags", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-data-integration-lis-final-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/portal", null, true);
      deleteCookie("JSESSIONID", "/webapps/auth-provider-foundations", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-telephony-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-theme-diff-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/insight-report", null, true);
      deleteCookie("JSESSIONID", "/webapps/bb-1027954530152-BB5fc067552aa21", null, true);
      deleteCookie("JSESSIONID", "/webapps/searchwidgets", null, true);
      if (guestLocaleCookie != null) {
        setCookie("guest.session.locale", guestLocaleCookie);
      }
      setCookie("JSESSIONID", startingJSessionCookie);
      if (typeof aptrinsic !== 'undefined') {
        window.aptrinsic('reset');
      }
    });
  </script>
  <div id="loginFormFields" class="clearfix">
    <ul id="loginFormList" class="clearfix">
      <li class="clearfix">
        <label for="user_id">Kullanıcı adı</label>
        <input type="text" name="user_id" id="user_id" size="25" maxlength="50" autocomplete="off">
      </li>
      <li class="clearfix">
        <label for="password">Şifre</label>
        <input size="25" name="password" id="password" type="password" autocomplete="off">
      </li>
      <li class="clearfix">
        <input id="entry-login" type="submit" value="Oturum Aç" name="login" class="button expand inverse outline">
      </li>
    </ul>
    <div class="login-form-footer row collapse">
      <div class="stay-signed-in small-6 columns text-left">
      </div>
      <div class="small-6 columns text-right">
        <a href="/webapps/blackboard/password" onclick="login_openForgotPassword('/webapps/blackboard/password');return false;">Parolanızı mı Unuttunuz?</a>
      </div>
    </div>
  </div>
  <input type="hidden" name="action" value="login">
  <input type="hidden" name="new_loc" value="">
  <input type="hidden" name="blackboard.platform.security.NonceUtil.nonce.ajax" value="bd7847c7-b84c-4f2b-bc36-49383e58332e">
</form>

Text Content

 * English (United States‭)‬
 * Türkçe (Türkiye‭)‬


BLACKBOARD LEARN ™

Lütfen Blackboard uygulamasını çalıştırmak için tarayıcınızda JavaScript'i
etkinleştirin.
 * Kullanıcı adı
 * Şifre
 * 

Parolanızı mı Unuttunuz?
Üçüncü taraf hesapla oturum açın
 * 
   Single Sign On (SSO)


SISTEM DUYURULARI

 * About Licensed Zoom Account / About Licensed Zoom Account (28 Mart 2022
   Pazartesi)
   
   
   Değerli Öğrencimiz,
   
   İstinye Üniversitesi olarak aktif öğrencilerimize (2021-2022 Bahar Döneminde
   ders seçimini yapmış) lisanslı (süre sınırı olmayan) zoom hesapları
   tanımlanmıştır. Zoom aktivasyon epostalarınız istinye.edu.tr uzantılı eposta
   hesabınıza (blackboard sistemine giriş için kullandığınız) gönderilmiştir.
   Aşağıdaki bağlantıda anlatıldığı şekilde zoom hesabınızı aktif hale
   getirebilirsiniz. Bu işlemi yapmadan zoom hesabınızı kullanamayacaksınız.
   
   --------------------
   
   Dear Student,
   
   As Istinye University, licensed (without time limit) zoom accounts have been
   defined for our active students (who chose courses in the 2021-2022 Spring
   Term). Your Zoom activation e-mails have been sent to your istinye.edu.tr
   e-mail account (which you use to log in to the blackboard system). You can
   activate your zoom account as described in the link below. You will not be
   able to use your zoom account without the activation process.
   
   https://youtu.be/TNhhNs0a9rM

 * Sınav Sürecine İlişkin Bilgilendirme / Information about the Exam Process (15
   Ekim 2021 Cuma)
   
   
   Sevgili Öğrencimiz,
   
   https://aday.istinye.edu.tr/sinav-acik-riza/ adresinden sınav sürecine
   ilişkin istenen bilgileri doldurmanız gerekmektedir.
   
   
   Dear Student,
   
   You need to fill in the form related to exam process by clicking
   https://aday.istinye.edu.tr/sinav-acik-riza/
   
   

 * Uzaktan Eğitime İlişkin Aydınlatma ve Rıza Metni / Clarification and Consent
   Text related to Distance Education (15 Ekim 2021 Cuma)
   
   
   Uzaktan Eğitime İlişkin Aydınlatma ve Rıza Metni 
   
   Sevgili Öğrencimiz,
   1 Kasım 2021 tarihine kadar istinye.edu.tr/blackboard adresine giderek
   Uzaktan eğitime ilişkin ilgili bilgileri doldurmanız gerekmektedir. Aksi
   taktirde sisteme erişiminiz engellenecektir.
   
   -------------------------------------
   
   Distance Education Clarification and Explicit Consent Text
   
   Dear Student,
   
   You need to fill in the required information related to Distance Education on
   istinye.edu.tr/blackboard until November 1st, 2021. Otherwise, your access to
   the system will be blocked.

Ders Kataloğunu Görüntüle
© 1997-2023 Blackboard Inc. Tüm hakları saklıdır.
 * Yardım
 * Gizlilik ve Kullanım Şartları


Blackboard Learn


İÇERIK


GIZLILIK, TANIMLAMA BILGILERI VE KULLANIM ŞARTLARI

Blackboard, bu uygulamanın ve ilgili işlevlerin kullanımı için gerekli olan
kişisel bilgilerinizi toplar, kullanır ve depolar. Blackboard bu bilgileri
kurumunuzun adına işler.

Uygulama, gerekli işlevleri size sağlamak için gerekli olan tanımlama
bilgilerini kullanır. Tanımlama bilgilerinin kullanımıyla ve Blackboard'un
kişisel bilgileri kurumunuz adına nasıl kullandığıyla ilgili daha fazla bilgi
edinmek için lütfen Blackboard Gizlilik Bildirimi'ni okuyun.

Tamam'ı seçerseniz Blackboard Kullanım Şartları'nı kabul etmiş olursunuz.

Tamam