This is how you assess the IB PYP: process versus product (2023)

This is how you assess the IB PYP: process versus product (1)

Tapsen

4 thorough reading

I share

+

Use this template to design an authentic assessment

Download now

This is how you assess the IB PYP: process versus product (2)

"; 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(".how_to_assess_sticky_show_school").css("display", "none"); jQuery("#how_to_assess_sticky_tool_error").css("display", "none"); // new development jQuery(".how_to_assess_sticky_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("#how_to_assess_sticky_tool_error").css("display", "block"); jQuery("#how_to_assess_sticky_tool_error").css("visibility", "visible"); return; } else { jQuery("#how_to_assess_sticky_tool_error").css("display", "none"); } } jQuery(document).ready(function(){ jQuery("#how_to_assess_sticky_label_1").click(function() { if( jQuery("#how_to_assess_sticky_role_1").is(":checked") || jQuery("#how_to_assess_sticky_role_3").is(":checked") || jQuery("#how_to_assess_sticky_role_5").is(":checked")){ jQuery(".how_to_assess_sticky_show_school").css("display", "block"); } else{ jQuery(".how_to_assess_sticky_show_school").css("display", "none"); } }); jQuery("#how_to_assess_sticky_label_3").click(function() { if( jQuery("#how_to_assess_sticky_role_1").is(":checked") || jQuery("#how_to_assess_sticky_role_3").is(":checked") || jQuery("#how_to_assess_sticky_role_5").is(":checked")){ jQuery(".how_to_assess_sticky_show_school").css("display", "block"); } else{ jQuery(".how_to_assess_sticky_show_school").css("display", "none"); } }); jQuery("#how_to_assess_sticky_label_5").click(function() { if( jQuery("#how_to_assess_sticky_role_1").is(":checked") || jQuery("#how_to_assess_sticky_role_3").is(":checked") || jQuery("#how_to_assess_sticky_role_5").is(":checked")){ jQuery(".how_to_assess_sticky_show_school").css("display", "block"); } else{ jQuery(".how_to_assess_sticky_show_school").css("display", "none"); } }); jQuery(".your-school-radio").click(function() { your_school = jQuery(this).find("input[name=how_to_assess_sticky_your_school]").val(); }); jQuery("#how_to_assess_sticky_label_1").click(function() { if( jQuery("#how_to_assess_sticky_role_1").is(":checked")){ jQuery(".how_to_assess_sticky_show_whatsapp_field").css("display", "grid"); jQuery(".should_receive_event_update_wrapper").css("display", "flex"); } else{ jQuery(".how_to_assess_sticky_show_whatsapp_field").css("display", "none"); jQuery(".should_receive_event_update_wrapper").css("display", "none"); } }); }); // end update let curriculums = []; let fieldData = {}; jQuery("#how_to_assess_sticky_role_error").css("display", "none"); function checkRole() { if(curriculums.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#how_to_assess_sticky_role_error").css("display", "block"); jQuery("#how_to_assess_sticky_role_error").css("visibility", "visible"); return; } else { jQuery("#how_to_assess_sticky_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("#how_to_assess_stickyshould_receive_update_label").on("click", function(){ var checkbox = jQuery("#how_to_assess_stickyshould_receive_update"); checkbox.prop("checked", !checkbox.prop("checked")); }); jQuery("#how_to_assess_sticky_label_1").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_1"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_1").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_1").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_1").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_2").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_2"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_2").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_2").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_2").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_3").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_3"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_3").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_3").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_3").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_4").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_4"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_4").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_4").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_4").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_5").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_5"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_5").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_5").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_5").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_6").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_6"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_6").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_6").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_6").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_7").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_7"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_7").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_7").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_7").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_8").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_8"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_8").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_8").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_8").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_9").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_9"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_9").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_9").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_9").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_10").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_10"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_10").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_10").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_10").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_11").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_11"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_11").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_11").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_11").val(),curriculums) ,1 ); } }); jQuery("#how_to_assess_sticky_label_12").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_role_12"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_role_12").is(":checked")){ curriculums.push(jQuery("#how_to_assess_sticky_role_12").val()); } else { curriculums.splice($.inArray(jQuery("#how_to_assess_sticky_role_12").val(),curriculums) ,1 ); } }); jQuery(".how_to_assess_sticky_curriculum-options").on("click", function(){ curriculums = []; jQuery.each(jQuery("input[name='how_to_assess_sticky_curriculum_option']:checked"), function(){ curriculums.push(jQuery(this).val()); }); checkRole(); }); // start update jQuery("#how_to_assess_sticky_label_google").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_tool_1"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_tool_1").is(":checked")){ tools.push(jQuery("#how_to_assess_sticky_tool_1").val()); } else { tools.splice($.inArray(jQuery("#how_to_assess_sticky_tool_1").val(),tools) ,1 ); } }); jQuery("#how_to_assess_sticky_label_managebac").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_tool_2"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_tool_2").is(":checked")){ tools.push(jQuery("#how_to_assess_sticky_tool_2").val()); } else { tools.splice($.inArray(jQuery("#how_to_assess_sticky_tool_2").val(),tools) ,1 ); } }); jQuery("#how_to_assess_sticky_label_seesaw").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_tool_3"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_tool_3").is(":checked")){ tools.push(jQuery("#how_to_assess_sticky_tool_3").val()); } else { tools.splice($.inArray(jQuery("#how_to_assess_sticky_tool_3").val(),tools) ,1 ); } }); jQuery("#how_to_assess_sticky_label_others").on("click", function(){ var checkbox3 = jQuery("#how_to_assess_sticky_tool_4"); checkbox3.prop("checked", !checkbox3.prop("checked")); if($("#how_to_assess_sticky_tool_4").is(":checked")){ tools.push(jQuery("#how_to_assess_sticky_tool_4").val()); } else { tools.splice($.inArray(jQuery("#how_to_assess_sticky_tool_4").val(),tools) ,1 ); } }); jQuery(".how_to_assess_sticky_tools-options").on("click", function(){ tools = []; jQuery.each(jQuery("input[name='how_to_assess_sticky_tools_option']:checked"), function(){ tools.push(jQuery(this).val()); }); checkTool(); }); // end update fields.forEach(field => { jQuery(`#form-how_to_assess_sticky-${field}-error`).css("visibility", "hidden"); }); fields.forEach(field => { jQuery(`#form-how_to_assess_sticky-${field}`).focusout(function() { verifyField(field); }); }); fields.forEach(field => { jQuery(`#form-how_to_assess_sticky-${field}`).on("input", function() { verifyField(field); }); }); function verifyField(fieldName) { fieldValue = jQuery(`#form-how_to_assess_sticky-${fieldName}`).val(); if((fieldName == "name" && fieldName != "") || (fieldName == "email" && fieldName != "")){ fieldValue = fieldValue.trim(); } var notValid = fieldValue == ""; // if (fieldName == "content") { // fieldValue = jQuery(`#form-how_to_assess_sticky-${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-how_to_assess_sticky-${fieldName}`).css("border", "solid 1px #f75961"); jQuery(`#form-how_to_assess_sticky-${fieldName}-error`).css("visibility", "visible"); fieldData[fieldName] = ""; } else { jQuery(`#form-how_to_assess_sticky-${fieldName}`).css("border", "solid 1px #797979"); jQuery(`#form-how_to_assess_sticky-${fieldName}-error`).css("visibility", "hidden"); fieldData[fieldName] = fieldValue; } return !notValid; } jQuery("#how_to_assess_stickyshould_receive_update").click(function() { verifyCheckbox(); }); function verifyCheckbox() { fieldData["shouldReceiveUpdate"] = jQuery("#how_to_assess_stickyshould_receive_update").is( ":checked" ); } // start update jQuery("#how_to_assess_stickyshould_receive_event_update").click(function() { verifyWhatsAppCheckbox(); }); function verifyWhatsAppCheckbox() { fieldData["shouldReceiveWhatsAppUpdate"] = jQuery("#how_to_assess_stickyshould_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)) { console.log("error6"); 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)) { console.log("error7"); return false; } else { return true; } } // start new update jQuery(".how_to_assess_sticky_show_school label").click(function(event) { if ($("#how_to_assess_sticky_demo_candidate").prop("checked") || $("#how_to_assess_sticky_demo_authorized").prop("checked")) { jQuery("#how_to_assess_sticky_yourschool_role_error").css("display", "none"); } }); jQuery("#how_to_assess_sticky_your_tools").on("change keyup paste", function(){ jQuery("#how_to_assess_sticky_tool_error").css("display", "none"); }); // end new update jQuery("#how_to_assess_sticky_form_button").click(function(event) { event.preventDefault(); const results = fields.map(field => { return verifyField(field); }); // start new update if($("#how_to_assess_sticky_role_1").is(":checked") || $("#how_to_assess_sticky_role_3").is(":checked") || $("#how_to_assess_sticky_role_5").is(":checked")){ //console.log("#how_to_assess_sticky_demo_candidate"); if ($("#how_to_assess_sticky_demo_candidate").prop("checked") || $("#how_to_assess_sticky_demo_authorized").prop("checked")) { jQuery("#how_to_assess_sticky_yourschool_role_error").css("display", "none"); } else{ jQuery("#how_to_assess_sticky_yourschool_role_error").css("display", "block"); console.log("error2"); return false; } } var role_new = jQuery(".role-new #select-selected").text();console.log("role new:"+role_new);if(role_new == "Please select" || role_new == "Please selectPlease select" || role_new == "Please selectPlease selectPlease select"){jQuery("#curriculum-error").css("display", "block"); console.log("error3");return false;}else{jQuery("#curriculum-error").css("display", "none");} // end new update var source = ""; const allValid = results.filter(item => !item).length == 0; if(curriculums.length <= 0){ jQuery(".download-form-loading").css("display", "none"); jQuery("#how_to_assess_sticky_role_error").css("display", "block"); jQuery("#how_to_assess_sticky-alertBox").fadeIn(300); setTimeout(function() { jQuery("#how_to_assess_sticky-alertBox").fadeOut(300); }, 3000); return; } else { jQuery("#how_to_assess_sticky_role_error").css("display", "none"); } // start new update tools = jQuery("#how_to_assess_sticky_your_tools").val(); if(tools == ""){ jQuery("#how_to_assess_sticky_tool_error").css("display", "block"); jQuery("#how_to_assess_sticky_tool_error").css("visibility", "visible"); console.log("error4"); return false; } else { jQuery("#how_to_assess_sticky_tool_error").css("display", "none"); } // end new update if (!allValid) { jQuery("#how_to_assess_sticky-alertBox").fadeIn(300); setTimeout(function() { jQuery("#how_to_assess_sticky-alertBox").fadeOut(300); }, 1500); console.log("error8"); return false; } // start new update let whatsapp_no = ""; let should_receive_event_update = ""; // end new update var tag_name = jQuery("#form-tag-name").val(); let blog_url = jQuery("#form-blog-url").val(); let resource_url = "https://docs.google.com/presentation/d/1btLuhJX5pnK6CCcBUkj3-Q8J00oBWjpyOjR-7xGy1R4/copy"; let resource_name = "Assessment Planning Template"; let poster_image = "https://learn.toddleapp.com/wp-content/uploads/2022/04/Group-6796-3.png"; let poster_color = jQuery("#form-poster-color").val(); let should_receive_update = jQuery("#how_to_assess_stickyshould_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("#how_to_assess_sticky_download_resource_form_school_select option:selected").text(); var utmData = localStorage.getItem("learnUtmUrl"); var hutk = document.cookie.replace(/(?:(?:^|.*;\s*)hubspotutk\s*\=\s*([^;]*).*$)|^.*$/, "$1"); var data = { ...(fieldData || {}), blogUrl:window.location.href, url: resource_url, utmData:utmData, title:resource_name, jobTitle:fieldData["role"], 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:"RESOURCE_DOWNLOAD", nurture_email_template_id: "", categoryIds:[295], curriculum:curriculums, acTag:"", coordinator_image:"https://learn.toddleapp.com/wp-content/uploads/2021/12/unnamed-2.png", coordinator_url:"https://bit.ly/38jEYJH", teacher_r1_image:"https://learn.toddleapp.com/wp-content/uploads/2021/12/Frame-4088.png", teacher_r1_url:"https://bit.ly/3k2T0lx", teacher_r2_image:"https://learn.toddleapp.com/wp-content/uploads/2022/01/Frame-4082.png", teacher_r2_url:"https://bit.ly/3v7FGCD", hutk: !_.isEmpty(hutk) ? hutk : "", } hubspotTracking(data); 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) { window.dataLayer = window.dataLayer || [];window.dataLayer.push({ "event": "learnformSubmission", "formType": "Learn Registration" }); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({"gtm.start":new Date().getTime(),event:"gtm.js"});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!="dataLayer"?"&l="+l:"";j.async=true;j.src="https://www.googletagmanager.com/gtm.js?id="+i+dl;f.parentNode.insertBefore(j,f);})(window,document,"script","dataLayer","GTM-TRNWKC6"); 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(".download-form-success-sublabel").html(`Your copy of the ${resource_name} has been sent to ${fieldData.email}damit Sie nachfragen, lesen und teilen können; jederzeit und überall.»); // jQuery(".download-form-success-modal").fadeIn(100); // jQuery(".download-form-success-modal").css("display", "flex"); jQuery(".video-button-wrapper").fadeOut(100); jQuery(".video-button-wrapper").css("display", "nenhum"); jQuery(".download-form-loading").css("display", "none"); setTimeout(function(){ if(source=="ubd") window.location.assign("https://learn.toddleapp.com/thank-you?source=ubd&tagname=${tag_name}", "_blank") ; else window.location.assign(`https://learn.toddleapp.com/thank-you/?tagname=${tag_name}`, "_blank"); }, 1000); jQuery("body").css("overflow-y", "auto"); jQuery(".bg-modal").fadeOut(200); }, Fehler: function(status) { jQuery(".download-form-loading").css("display", "none"); jQuery("#how_to_assess_sticky-alertBox").text("Etwas ist schief gelaufen"); jQuery("#how_to_assess_sticky-alertBox").fadeIn(300); setTimeout(function() { jQuery("#how_to_assess_sticky-alertBox").fadeOut(300); }, 3000); } }); retornar verdadeiro; }); var allschools = ["teste", "teste 2"]; if ((jQuery.inArray(fieldData["school"], allschools) == -1)){ var data1 = { country: fieldData["country"], school_name: fieldData["school"] }; var json1 = JSON.stringify(data1); $.ajax({ Tipo: „POST“, URL: „https://apigw.toddleapp.com/auth/website/addNewSchool“, Ημερομηνία: json1, contentType: „application/json; charset=utf-8“, dataType : "json", Erfolg: function(msg) { console.log(json1); console.log("New School aufgerufen"); }, Fehler: function(status) { console.log("New School mit Fehler aufgerufen" ); } }); } });

Correct the errors in your form.

+

You are just one step away!

Enter your details and click the download button to access this resource for free.

This is how you assess the IB PYP: process versus product (3)

(Video) The Assessment in PYP - what is it?

Hello eternal learners!

Thank you for your interest in our educational resources. Please check your email for the requested information.

Also, don't forget to check out the best of the toddler:

Access the ultimate resource library

Work with your team to create your own units.

Join the toddler community for free

This is how you assess the IB PYP: process versus product (4)

Toddle, your complete collaboration platform for IB PYP and MYP.

Toddle streamlines planning, assessments, reports, projects, portfolios and family communication - all in one place!

Schedule a free demo

(Video) Primary School Curriculum - learn more about IB PYP from our PYP Coordinator

This is how you assess the IB PYP: process versus product (5)

How we judge in the PYP classroom can be daunting at first! This section is divided into several parts that will help you on your way to becoming a valuable professional.

In this section you will:

  • Explain the 4 types of assessment
  • Tackle the elephant of summative assessment in the classroom
  • Explain what assessment looks like in the classroom using actionable strategies

If we had to sum up the PYP ranking in one sentence, it would be thisprocess about the product.

How can we shift our focus to demonstrating the learning journey rather than focusing on what students do or end up doing? Think of reviews as storytelling. How can you give a clear picture of where students started, what changed or expanded their thinking, and what challenges and achievements they encountered along the way?

Viewing assessment in this way really becomes a process of collaborative thinking to promote learning.

This is how you assess the IB PYP: process versus product (6)

The 4 types of assessment

The Principles of Practice describes four types of assessment and gives us a visual guide to where as assessors we should spend most of our time. We set aside the terms "formative assessment" and "summative assessment" and focus on the four types of assessment described in the template below.

Ratings should all be integrated and flow into each other and not considered separate items as shown in the image below.

This is how you assess the IB PYP: process versus product (7)

Click on each type of review to learn more!

monitoring
I'm learning

Document
I'm learning

Measurement
I'm learning

communicating
while learning

monitoring and documentation

+

As you can see, most of your reviews fall into this category. We like to group them. You can think of monitoring and documentation as a traditional formative assessment.
Monitoring:Quickly check students' progress against their goals.
Document:Capture the learning journey. Show what happened to change and expand thinking along the way.

(Video) DECODING THE IB PYP PROGRAMME STANDARD AND PRACTICES

learning documents

+

As you can see, most of your reviews fall into this category. We like to group them. You can think of monitoring and documentation as a traditional formative assessment.
Monitoring:Quickly check students' progress against their goals.
Document:Capture the learning journey. Show what happened to change and expand thinking along the way.

measure learning

+

Periodic metric assessments provide an overview of what students are and are not able to do against a class goal or set of success criteria. These can be more traditional tests or quizzes, projects or reflections.

learning report

+

(Video) PYP assessment no 2

By reporting, we share what we learn with the wider learning community. These can be conferences, official exhibitions or joint presentations and performances.

This is how you assess the IB PYP: process versus product (8)
This is how you assess the IB PYP: process versus product (9)

This is a common misunderstanding of the PYP documentation.

You CAN still do cumulative assessments. It is an enjoyable part of being an IB teacher, allowing students to plan, create, perform and share what they have learned.

However, these assessments should not be overwhelming and should be related to learning. They should be part of the assessment puzzle and seen more as one way (among many) of documenting learning!

That said, you don't have to. It is perfectly acceptable for students to put together a collection of their work to showcase their learning. Again, we focus on the process, not the product.

How is assessment in your classroom?

This is how you assess the IB PYP: process versus product (10)

Before starting a session

We must enter into a process of selecting and developing the standards we want to cover in the unit. These should be clearly expressed as what students know, understand and can do.

See again Part 2: What We Evaluate for more clarity on this process.

throughout the unit

You will go through this cycle several times throughout the unit. First, identify the knowledge, skill, or understanding you want to focus on.

Measure current perceptions and needs: think of it as a pre-assessment. You will know about the student's prior knowledge Where are the students right now and how does this connect?with the goals you set for the unit?

Set Individual Goals: Next, engage in a goal-setting process. These can be classroom-wide goals based on your data or differentiated based on the needs found in your classroom. At this stage, you can consider both renovation and expansion.Where do the students go?

Monitoring and Documentation: Gather evidence of challenges and growth related to goals during the session. What changed the thinking or proved difficult? How can you provide a photo album with elements that show the learning journey?How did we get there?

At the end/if applicable

Reference: How, if at all, will you share the learning journey with the learning community? This is a good time to think about everyone involved.How can families and the wider school community come together to engage in the learning process?

Watch this video for a guided look at this cycle:

Check out the article for more ideas and assessment templates to use in your classroomwhat we rate the blog. Consider how you will assess the new knowledge, understanding and skills you will develop during the session. Could you use the same classification multiple times throughout the unit?

Check out this great video from Tokyo International School and explore how this team sets up an assessment cycle using the guiding questions provided:

(Video) Understanding PYP assessment

When it comes to judgment, the most important thing is balance. As teachers, we work with students to document the learning journey and adapt teaching and learning as needed. Understanding the different types of assessments and when to use them will take you one step further in your journey as a PYP assessment practitioner.

So far, we've delved into why, what and how we evaluate. Join us in the next section as we explore the role of studentsan available class!

FAQs

What are the four dimensions of the PYP assessment? ›

The PYP outlines four dimensions of assessment – monitoring, documenting, measuring, and reporting.

What are the 5 essential elements of the IB PYP? ›

IB PYP Essential Elements. To achieve a balance in learning, the PYP emphasizes the five parts of the curriculum which are called the Essential Elements of the curriculum. These five elements are CONCEPTS, KNOWLEDGE, SKILLS, ATTITUDES and ACTION.

What is the purpose of assessment in PYP? ›

Assessments in the IB PYP are also effective because they are opportunities to ensure different learning styles are recognised and rewarded. Assessments are a source of information for teachers to observe and understand each student better so they can personalise their approach to cater to individual learning needs.

What are the different types of PYP assessments? ›

PYP assessment has four dimensions: monitoring, documenting, measuring and reporting on learning. Each of these aspects has its own function, but all aim to provide evidence to inform learning and teaching.

How are students assessed in PYP? ›

Assessments in the PYP are all about process over product. Assessments are often designed after learning is planned, but they need to take center stage. Assessments need to be weaved in through the course of the unit.

What are the three pillars of IB PYP? ›

The transdisciplinary model extends across all three pillars of the PYP curriculum framework—the learner, learning and teaching, and the learning community.

What are the 5 types of action in PYP? ›

In the PYP, 'Taking Action' is broken into five essential elements: Participation, Advocacy, Social Justice, Social Entrepreneurship and Lifestyle Choices. These ideas have been put together to support these elements of action, and to encourage learners to take meaningful action to make a difference in the world.

What are the 7 PYP concepts? ›

The PYP consists of 8 key concepts, namely: Form, Function, Causation, Change, Connection, Perspective, Responsibility and Reflection.

What are the three main purposes of assessment? ›

Classroom assessment is used for various purposes: assessment for learning, assessment as learning, and assessment of learning. Each of these purposes requires a different role for teachers, different planning, and raises different quality issues.

What are the five purposes of assessment in the instructional process? ›

This graphical aid of the assessment purpose triangle depicts each of the basic purposes of assessment on opposing sides: assessment to support learning; assessment for accountability; assessment for certification, progress, and transfer.

What are the three purposes of school assessments? ›

Based on what it is you need from your assessments you can build a system of assessment that typically comprises three different educational assessment types that serve different purposes depending on when they are administered: diagnostic, formative, and summative.

What are the 6 themes of IB PYP? ›

The programme of inquiry is organized and framed by six transdisciplinary themes:
  • Who we are.
  • Where we are in place and time.
  • How we express ourselves.
  • How the world works.
  • How we organize ourselves.
  • Sharing the planet.
Aug 23, 2022

What are the 12 attitudes of PYP? ›

The attitudes include: respect, tolerance, confidence, curiosity, empathy, enthusiasm, integrity, cooperation, commitment, independence, creativity, and appreciation. Each.

What is PYP inquiry based learning? ›

Inquiry-Based Learning Allows Students to Develop Real-World Connections. One of the hallmarks of inquiry-based learning is that it helps students connect the material they are learning in the classroom with the experiences they will enjoy in the real world.

What are the 4 common assessment methods? ›

A Guide to Types of Assessment: Diagnostic, Formative, Interim, and Summative.

What are the 4 essential elements to PYP? ›

There are five essential elements to the IB PYP curriculum. These are Concepts, Skills, Knowledge, Attitudes and Action.

How is IB biology assessed? ›

The external assessment of biology consists of three written papers. In paper 1 there are 30 (at SL) or 40 (at HL) multiple-choice questions. Paper 2 contains short-answer and extended-response questions on the core (and Additional Higher Level (AHL) material at HL).

How are IB scores determined? ›

Scores are based on the grades of 1 to 7 awarded for each of the six subjects, for a total of 42 points, and up to 3 additional points for the core components. The number of students in the Diploma Programme has increased from 2,800 students in 1980 to nearly 120,000 now.

What determines your IB score? ›

IB subjects are graded on a 1- 7 scale with 7 being the highest score. To qualify for the award of the IB Diploma a student must receive a combined score of 24 points across 6 subjects with at least 12 points from higher level subjects and a minimum of 9 points from standard level subject.

What is the hardest unit in IB biology? ›

So which of the topics above answer the question “what is the hardest topic in IB Biology?” According to the experience of many former IB students and of many Biology teachers, the topic that causes difficulty in IB Biology is Topic 3: Generics. Why is this topic difficult? Because this is a confusing topic.

Is IB biology harder than A level biology? ›

The IB is considerably harder than A-levels. In the IB, students must study six subjects plus extras whereas with A-levels students study three subjects. With so much workload, it is no surprise that many students taking the IB end up with relatively low grades (24-30 points).

What is the most effective way to study IB biology? ›

Here are some tips that can help you study and ace IB Biology:
  1. Understand the curriculum. ...
  2. Practice active learning. ...
  3. Use a variety of resources. ...
  4. Utilize Revision Village for additional study materials. ...
  5. Stay organized. ...
  6. Practice past papers. ...
  7. Seek help when needed.

What IB score do you need to get into Harvard? ›

Harvard University requires students to maintain a minimum IB score of 40 in order to stand a good chance to get admission into Harvard University. However, it is important for IB students to score at least 38 points and above if they are aiming for an Ivy League school.

What is the most common IB score? ›

The average IB scores throughout the years have varied between 28-30 points.

Is a 37 IB score good? ›

A score in the 40s will make you a more competitive candidate academically (note: a lot of non-academic factors are at play), but a 38+ is considered a good IB score. If you're aiming for the Ivies, you certainly don't want to be dipping below the 36 mark.

Videos

1. The Assessment In PYP
(Chu Felicity)
2. What is PYP Building Quality Curriculum?
(International Baccalaureate)
3. Assessment in PYP
(Dinara Ucubassova)
4. PYP Evaluation 2.1
(Integrating Play)
5. Assessment in the PYP
(roso mary)
6. IB PYP Grade 4 UOI Summative Assessment 4 || Buying/Selling of Products and goods || Oakridge
(Anhitha Kakumani)
Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated: 03/06/2023

Views: 6121

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.