ACT Homework sheet

Ready to ACT?
Welcome to your next adventure with A Curious Tractor! Every moment with us plants a seed of possibility, ready to sprout into something extraordinary. After our recent time together, we're excited to invite you on a deeper dive. It's time to question everything, ignite your curiosity, and turn those thoughts into real-world actions. This isn't just about thinking; it's about doing, using what makes you unique to tackle the big stuff. Together, let's drive change and explore new horizons. Ready to make a difference? Let's go!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
function flexibleTextarea(){ var _txt = document.getElementById('Message-4'); // Message-4 is id of text area, that you want to expand var _minRows = 7; // height of field (number of rows) if (_txt) { function setRows() { _txt.rows = _minRows; do { if (_txt.clientHeight != _txt.scrollHeight) _txt.rows += 1; } while (_txt.clientHeight < _txt.scrollHeight); } setRows(); _txt.rows = _minRows; _txt.onkeyup = function(){ setRows(); } } } if (window.addEventListener) window.addEventListener("load", flexibleTextarea, false); else if (window.attachEvent) window.attachEvent("onload", flexibleTextarea);