IB PYP แนวคิดที่เกี่ยวข้อง: เคล็ดลับนักการศึกษาสำหรับผู้เริ่มต้น (2023)

"; selectizeDropdown[0].selectize.$dropdown_content.html(loadingHTML); // Make AJAX POST request $.ajax({ type:"POST", url: "https://apigw.toddleapp.com/auth/website/getSchoolListV2", data: { s: value }, success: function(response) { var schools = response.map(function(item) { return { text: item.school_name, value: item.school_name }; }); // Replace selectize dropdown data with new JSON school name data selectizeDropdown[0].selectize.clearOptions(); selectizeDropdown[0].selectize.addOption(schools); selectizeDropdown[0].selectize.refreshOptions(); console.log("Done"); }, error: function(error) { console.log(error); }, complete: function() { // Hide loader image //selectizeDropdown[0].selectize.hideLoading(); selectizeDropdown[0].selectize.$dropdown_content.find(".selectize-loading").remove(); } }); }, 300); // debounce for 500ms}// Set up event listener for selectize dropdown input$(".school-new input").on("input", function(event) {event.preventDefault(); // stop default search makeAjaxRequest($(this).val());}); const fields = [ "fname", "lname", "email", "school", "role", "country", // "content" ]; var CAMPAIGN_KEYWORDS = [ { key: "utm_source" }, { key: "utm_medium" }, { key: "utm_campaign" }, { key: "utm_content" }, { key: "utm_term" } ]; // start update let your_school = ""; let tools = ""; // start new update jQuery(".646451460_show_school").css("display", "none"); jQuery("#646451460_tool_error").css("display", "none"); // new development jQuery(".646451460_show_whatsapp_field").css("display", "none"); // new development jQuery(".should_receive_event_update_wrapper").css("display", "none"); // new development function checkTool() { if(tools.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#646451460_tool_error").css("display", "block"); jQuery("#646451460_tool_error").css("visibility", "visible"); return; } else { jQuery("#646451460_tool_error").css("display", "none"); } } jQuery(document).ready(function(){ jQuery("#646451460_label_1").click(function() { if( jQuery("#646451460_role_1").is(":checked") || jQuery("#646451460_role_3").is(":checked") || jQuery("#646451460_role_5").is(":checked")){ jQuery(".646451460_show_school").css("display", "block"); } else{ jQuery(".646451460_show_school").css("display", "none"); } }); jQuery("#646451460_label_3").click(function() { if( jQuery("#646451460_role_1").is(":checked") || jQuery("#646451460_role_3").is(":checked") || jQuery("#646451460_role_5").is(":checked")){ jQuery(".646451460_show_school").css("display", "block"); } else{ jQuery(".646451460_show_school").css("display", "none"); } }); jQuery("#646451460_label_5").click(function() { if( jQuery("#646451460_role_1").is(":checked") || jQuery("#646451460_role_3").is(":checked") || jQuery("#646451460_role_5").is(":checked")){ jQuery(".646451460_show_school").css("display", "block"); } else{ jQuery(".646451460_show_school").css("display", "none"); } }); jQuery(".your-school-radio").click(function() { your_school = jQuery(this).find("input[name=646451460_your_school]").val(); }); jQuery("#646451460_label_1").click(function() { if( jQuery("#646451460_role_1").is(":checked")){ jQuery(".646451460_show_whatsapp_field").css("display", "grid"); jQuery(".should_receive_event_update_wrapper").css("display", "flex"); } else{ jQuery(".646451460_show_whatsapp_field").css("display", "none"); jQuery(".should_receive_event_update_wrapper").css("display", "none"); } }); }); // end update let curriculums = []; let fieldData = {}; jQuery("#646451460_role_error").css("display", "none"); function checkRole() { if(curriculums.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#646451460_role_error").css("display", "block"); jQuery("#646451460_role_error").css("visibility", "visible"); return; } else {jQuery("#646451460_role_error").css("visibility", "hidden"); jQuery("#646451460_role_error").css("display", "none"); } } jQuery(".download-form-success-not-email-btn").click(function() { jQuery(".modal-content").scrollTop(); jQuery(".form-details").scrollTop(); jQuery(".download-form-loading").css("display", "none"); jQuery(".download-form-success-modal").fadeOut(100); jQuery(".download-form-success-modal").css("display", "none"); jQuery(".download-modal-container").fadeIn(100); jQuery(".download-modal-container").css("display", "flex"); }); jQuery("#646451460should_receive_update_label").on("click", function(){ var checkbox = jQuery("#646451460should_receive_update"); checkbox.prop("checked", !checkbox.prop("checked")); }); jQuery("#646451460_label_1").on("click", function(){ var checkbox3 = jQuery("#646451460_role_1"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_1").is(":checked")){ curriculums.push(jQuery("#646451460_role_1").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_1").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_2").on("click", function(){ var checkbox3 = jQuery("#646451460_role_2"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_2").is(":checked")){ curriculums.push(jQuery("#646451460_role_2").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_2").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_3").on("click", function(){ var checkbox3 = jQuery("#646451460_role_3"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_3").is(":checked")){ curriculums.push(jQuery("#646451460_role_3").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_3").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_4").on("click", function(){ var checkbox3 = jQuery("#646451460_role_4"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_4").is(":checked")){ curriculums.push(jQuery("#646451460_role_4").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_4").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_5").on("click", function(){ var checkbox3 = jQuery("#646451460_role_5"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_5").is(":checked")){ curriculums.push(jQuery("#646451460_role_5").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_5").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_6").on("click", function(){ var checkbox3 = jQuery("#646451460_role_6"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_6").is(":checked")){ curriculums.push(jQuery("#646451460_role_6").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_6").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_7").on("click", function(){ var checkbox3 = jQuery("#646451460_role_7"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_7").is(":checked")){ curriculums.push(jQuery("#646451460_role_7").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_7").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_8").on("click", function(){ var checkbox3 = jQuery("#646451460_role_8"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_8").is(":checked")){ curriculums.push(jQuery("#646451460_role_8").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_8").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_9").on("click", function(){ var checkbox3 = jQuery("#646451460_role_9"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_9").is(":checked")){ curriculums.push(jQuery("#646451460_role_9").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_9").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_10").on("click", function(){ var checkbox3 = jQuery("#646451460_role_10"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_10").is(":checked")){ curriculums.push(jQuery("#646451460_role_10").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_10").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_11").on("click", function(){ var checkbox3 = jQuery("#646451460_role_11"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_11").is(":checked")){ curriculums.push(jQuery("#646451460_role_11").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_11").val(),curriculums) ,1 ); } }); jQuery("#646451460_label_12").on("click", function(){ var checkbox3 = jQuery("#646451460_role_12"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_role_12").is(":checked")){ curriculums.push(jQuery("#646451460_role_12").val()); } else { curriculums.splice($.inArray(jQuery("#646451460_role_12").val(),curriculums) ,1 ); } }); jQuery(".646451460_curriculum-options").on("click", function(){ curriculums = []; jQuery.each(jQuery("input[name='646451460_curriculum_option']:checked"), function(){ curriculums.push(jQuery(this).val()); }); checkRole(); }); // start update jQuery("#646451460_label_google").on("click", function(){ var checkbox3 = jQuery("#646451460_tool_1"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_tool_1").is(":checked")){ tools.push(jQuery("#646451460_tool_1").val()); } else { tools.splice($.inArray(jQuery("#646451460_tool_1").val(),tools) ,1 ); } }); jQuery("#646451460_label_managebac").on("click", function(){ var checkbox3 = jQuery("#646451460_tool_2"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_tool_2").is(":checked")){ tools.push(jQuery("#646451460_tool_2").val()); } else { tools.splice($.inArray(jQuery("#646451460_tool_2").val(),tools) ,1 ); } }); jQuery("#646451460_label_seesaw").on("click", function(){ var checkbox3 = jQuery("#646451460_tool_3"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_tool_3").is(":checked")){ tools.push(jQuery("#646451460_tool_3").val()); } else { tools.splice($.inArray(jQuery("#646451460_tool_3").val(),tools) ,1 ); } }); jQuery("#646451460_label_others").on("click", function(){ var checkbox3 = jQuery("#646451460_tool_4"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#646451460_tool_4").is(":checked")){ tools.push(jQuery("#646451460_tool_4").val()); } else { tools.splice($.inArray(jQuery("#646451460_tool_4").val(),tools) ,1 ); } }); jQuery(".646451460_tools-options").on("click", function(){ tools = []; jQuery.each(jQuery("input[name='646451460_tools_option']:checked"), function(){ tools.push(jQuery(this).val()); }); checkTool(); }); // end update fields.forEach(field => { jQuery(`#form-646451460-${field}-error`).css("visibility", "hidden"); }); fields.forEach(field => { jQuery(`#form-646451460-${field}`).focusout(function() { verifyField(field); }); }); fields.forEach(field => { jQuery(`#form-646451460-${field}`).on("input", function() { verifyField(field); }); }); function verifyField(fieldName) { fieldValue = jQuery(`#form-646451460-${fieldName}`).val(); if((fieldName == "name" && fieldName != "") || (fieldName == "email" && fieldName != "")){ fieldValue = fieldValue.trim(); } var notValid = fieldValue == ""; // if (fieldName == "content") { // fieldValue = jQuery(`#form-646451460-${fieldName}`) // .children(":selected") // .val(); // console.log(fieldValue); // notValid = !fieldValue || fieldValue == "" || fieldValue=="Please select" || fieldValue.length <= 1 ; // } else { // notValid = notValid || fieldValue.length <= 1; // } if (fieldName == "email") { notValid = notValid || !IsEmail(fieldValue); } if (notValid) { jQuery(`#form-646451460-${fieldName}`).css("border", "solid 1px #f75961"); jQuery(`#form-646451460-${fieldName}-error`).css("visibility", "visible"); fieldData[fieldName] = ""; } else { jQuery(`#form-646451460-${fieldName}`).css("border", "solid 1px #797979"); jQuery(`#form-646451460-${fieldName}-error`).css("visibility", "hidden"); fieldData[fieldName] = fieldValue; } return !notValid; } jQuery("#646451460should_receive_update").click(function() { verifyCheckbox(); }); function verifyCheckbox() { fieldData["shouldReceiveUpdate"] = jQuery("#646451460should_receive_update").is( ":checked" ); } // start update jQuery("#646451460should_receive_event_update").click(function() { verifyWhatsAppCheckbox(); }); function verifyWhatsAppCheckbox() { fieldData["shouldReceiveWhatsAppUpdate"] = jQuery("#646451460should_receive_event_update").is( ":checked" ); } // end update function IsEmail(email) { var regex = /^([a-zA-Z0-9_\.\-\+])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/; if (!regex.test(email)) { return false; } else { return true; } } function IsUrl(url) { var regex = /^(https?:\/\/)?(www\.)[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(https?:\/\/)?(www\.)?(?!ww)[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,4}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)$/; if (!regex.test(url)) { return false; } else { return true; } } // start new update jQuery(".646451460_show_school label").click(function(event) { if ($("#646451460_demo_candidate").prop("checked") || $("#646451460_demo_authorized").prop("checked")) { jQuery("#646451460_yourschool_role_error").css("display", "none"); } }); jQuery("#646451460_your_tools").on("change keyup paste", function(){ jQuery("#646451460_tool_error").css("display", "none"); }); // end new update jQuery("#646451460_form_button").click(function(event) { event.preventDefault(); const results = fields.map(field => { return verifyField(field); }); // start new update if($("#646451460_role_1").is(":checked") || $("#646451460_role_3").is(":checked") || $("#646451460_role_5").is(":checked")){ if ($("#646451460_demo_candidate").prop("checked") || $("#646451460_demo_authorized").prop("checked")) { console.log("345"); jQuery("#646451460_yourschool_role_error").css("display", "none"); } else{ jQuery("#646451460_yourschool_role_error").css("display", "block"); return false; } }; var role_new = jQuery(".role-new #select-selected").text(); console.log("rolenew:"+role_new); if(role_new == "Please select" || role_new == "Please selectPlease select" || role_new == "Please selectPlease selectPlease select"){ jQuery("#646451460-role-error").css("display", "block"); console.log("error"); return false; } else{ jQuery("#646451460-role-error").css("display", "none"); } // end new update const allValid = results.filter(item => !item).length == 0; if(curriculums.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#646451460_role_error").css("display", "block"); jQuery("#646451460-alertBox").fadeIn(300); setTimeout(function() { jQuery("#646451460-alertBox").fadeOut(300); }, 3000); return; } else { jQuery("#646451460_role_error").css("display", "none"); } // start new update tools = jQuery("#646451460_your_tools").val(); if(tools == ""){ jQuery("#646451460_tool_error").css("display", "block"); jQuery("#646451460_tool_error").css("visibility", "visible"); return false; } else { jQuery("#646451460_tool_error").css("display", "none"); } // end new update if (!allValid) { jQuery("#646451460-alertBox").fadeIn(300); setTimeout(function() { jQuery("#646451460-alertBox").fadeOut(300); }, 1500); return false; } // start new update console.log(111); let whatsapp_no = ""; let should_receive_event_update = ""; // end new update console.log(333); let blog_url = jQuery("#form-blog-url").val(); let resource_url = jQuery("#form-resource-url").val(); let resource_name = jQuery("#form-resource-name").val(); let poster_image = jQuery("#form-poster-image").val(); let poster_color = jQuery("#form-poster-color").val(); let should_receive_update = jQuery("#646451460should_receive_update").is( ":checked" ); fieldData["shouldReceiveUpdate"]=should_receive_update; fieldData["shouldReceiveWhatsAppUpdate"]=should_receive_event_update; // start update fieldData["curriculum"]= curriculums; fieldData["tools"]= tools; // start update fieldData["whatsapp_no"]= whatsapp_no; // start update fieldData["your_school"]= your_school; // start update fieldData["school"]= jQuery("#646451460watch_form_school_select option:selected").text(); var utmData = localStorage.getItem("learnUtmUrl"); var data = { ...(fieldData || {}), blogUrl:window.location.href, url: resource_url, utmData:utmData, title:resource_name, posterImage:poster_image, posterColor:poster_color, shouldReceiveUpdate:should_receive_update, shouldReceiveWhatsAppUpdate:should_receive_event_update, // start update your_school:your_school, // start update tools:tools, // start update whatsapp_no : whatsapp_no, // start update type:"WEBINAR_WATCH",curriculum:curriculums }; jQuery(".download-form-loading").css("display", "flex"); $.ajax({ type: "POST", url: "https://apigw.toddleapp.com/auth/website/learnRegistration", data: JSON.stringify(data), contentType: "application/json; charset=utf-8", crossDomain: true, dataType: "json", success: function(data, status) { localStorage.setItem("userDataNew", JSON.stringify(fieldData)); localStorage.setItem("userData", JSON.stringify(fieldData)); jQuery(".download-modal-container").fadeOut(100); jQuery(".download-modal-container").css("display", "none"); jQuery(".video-button-wrapper").fadeOut(100); jQuery(".video-wrapper").css("z-index","9"); jQuery(".bg-modal").fadeOut(100); jQuery("body").css("overflow-y", "auto"); jQuery(".video-button-wrapper").css("display", "none"); var iframe = jQuery("#646451460_video"); var player = new Vimeo.Player(iframe); console.log(player); player.play(); }, error: function(status) { jQuery(".download-form-loading").css("display", "none"); jQuery("#646451460-alertBox").text("Something went wrong"); jQuery("#646451460-alertBox").fadeIn(300); setTimeout(function() { jQuery("#646451460-alertBox").fadeOut(300); }, 3000); } }); return true; }); var allschools = ["test", "test 2"]; if ((jQuery.inArray(fieldData["school"], allschools) == -1)){ var data1 = { country: fieldData["country"], school_name: fieldData["school"] }; var json1 = JSON.stringify(data1); $.ajax({ type: "POST", url: "https://apigw.toddleapp.com/auth/website/addNewSchool", data: json1, contentType: "application/json; charset=utf-8", dataType: "json", success: function(msg) { console.log(json1); console.log("called new school"); }, error: function(status) { console.log("called new school with error"); } }); } });

โปรดแก้ไขข้อผิดพลาดในแบบฟอร์มของคุณ

+

คุณอยู่ห่างออกไปเพียงหนึ่งก้าว!

กรอกข้อมูลของคุณและค้นพบโลกแห่งการสอนและการเรียนรู้การสัมมนาผ่านเว็บ กิจกรรม และวิดีโอ!

IB PYP แนวคิดที่เกี่ยวข้อง: เคล็ดลับนักการศึกษาสำหรับผู้เริ่มต้น (2)

ในห้องเรียนที่ขับเคลื่อนด้วยแนวคิด เราเปลี่ยนจากการมุ่งเน้นที่ความรู้ไปสู่การพัฒนาการสร้างความหมายที่ยั่งยืน พัฒนา และถ่ายโอนได้แนวคิดที่เกี่ยวข้องให้ความลึกในการสอบถาม พวกเขาให้ข้อมูลเชิงลึกว่าสาขาวิชาอาจใช้เป็นเครื่องมือในการแก้ปัญหาที่เราระบุไว้ในหัวข้อสหวิทยาการได้อย่างไร แนวคิดที่เกี่ยวข้องมักถูกเข้าใจผิด และนักการศึกษาจำนวนมากที่เพิ่งเริ่มใช้ PYP มักประสบปัญหาในการระบุแนวคิดที่เกี่ยวข้องสำหรับหน่วยของตน

ในวิดีโอซีรีส์เคล็ดลับสำหรับนักการศึกษานี้ รับชมนักการศึกษา Cindy Blackburn อธิบายบทบาทของแนวคิดที่เกี่ยวข้องและวิธีที่คุณอาจใช้แนวคิดเหล่านั้นเพื่อคิดผ่านหน่วยคำถามของคุณ

คุณจะได้เรียนรู้:

  • บทบาทสำคัญของแนวคิดที่เกี่ยวข้อง
  • ตัวอย่างของแนวคิดที่เกี่ยวข้องภายในหน่วย
  • แหล่งข้อมูลสำหรับการสำรวจแนวคิดที่เกี่ยวข้องเพิ่มเติม

ชุดเคล็ดลับนักการศึกษาของ Toddle: นักการศึกษาทุกคนมีวิธีสร้างเวทมนตร์ในห้องเรียนเป็นของตนเอง ซีรีส์วิดีโอเคล็ดลับนักการศึกษาของเรามีนักการศึกษามากประสบการณ์มาแบ่งปันเคล็ดลับ กลเม็ด และเคล็ดลับวงในที่ใช้ได้ผลในห้องเรียนในช่วงหลายปีที่ผ่านมา

Top Articles
Latest Posts
Article information

Author: Tyson Zemlak

Last Updated: 26/07/2023

Views: 5231

Rating: 4.2 / 5 (43 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Tyson Zemlak

Birthday: 1992-03-17

Address: Apt. 662 96191 Quigley Dam, Kubview, MA 42013

Phone: +441678032891

Job: Community-Services Orchestrator

Hobby: Coffee roasting, Calligraphy, Metalworking, Fashion, Vehicle restoration, Shopping, Photography

Introduction: My name is Tyson Zemlak, I am a excited, light, sparkling, super, open, fair, magnificent person who loves writing and wants to share my knowledge and understanding with you.