Self Assessment Survey

  • This field is for validation purposes and should be left unchanged.
  • Knowledge Domains

  • I know the concept related to each topic. I can define & explain their use in the MFT field confidently.
    If I saw the concepts on paper, I could associate most of them correctly with definitions and usage in the MFT field.
    If you jog my memory, I could recognize many of the concepts, but I'm not sure how they are all used in the MFT field.
    Huh?
  • Models & Theory

  • I know the concept related to each topic. I can define & explain their use in the MFT field confidently.
    If I saw the concepts on paper, I could associate most of them correctly with definitions and usage in the MFT field.
    If you jog my memory, I could recognize many of the concepts, but I'm not sure how they are all used in the MFT field.
    Huh?
function autoCheckLastOptions(){ var list = document.getElementsByClassName('gfield_radio'); var i; for(i=0;i < list.length;i++){ var inputs = list[i].getElementsByTagName('input'); var val = inputs[inputs.length - 1]; val.checked = 'true'; } }; autoCheckLastOptions(); var email = document.querySelector("label[for=input_1_46]").innerHTML; document.querySelector("label[for=input_1_46]").innerHTML = ' ' + email; html:not([dir="rtl"]) .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):nth-last-child(2){ margin:0px !important; } .sticky { position: fixed; top: 0; z-index:9999; margin-right: 30px; } .sticky + .content { padding-top: 60px; margin-right: 30px; } window.onscroll = function() {myFunction()}; document.getElementsByClassName('options_container')[0].classList.remove('ginput_container'); var navbar = document.getElementsByClassName('options_container')[0]; var sticky = navbar.offsetTop; function myFunction() { if (window.pageYOffset >= sticky) { navbar.classList.add("sticky") } else { navbar.classList.remove("sticky"); } }