Remind is now part of the ParentSquare family! See the announcement for details
Remind is now part of the ParentSquare family! Learn more
Blog
July 26, 2017
 • By 
Remind

Introducing Remind Hub

How-to and Tips

In January, we partnered with a diverse group of schools and districts to understand how they communicated with families.

After more than 500 conversations, we learned that many educators were already using Remind to communicate quickly and effectively. Instead of spending time on unread emails and forgotten flyers, they were focused on making communication meaningful. From attendance interventions to dinner-table brainteasers to multilingual tutoring sessions, we were inspired by the creative ways educators across the country were using Remind.

These conversations showed us that meaningful communication was possible, but it wasn't easy—especially when it came to supporting everyone. Schools struggled to involve hard-to-reach families, teachers needed more flexibility, and educators spent hours documenting communication—yet administrators still had limited insight into who was communicating with whom.

We've spent the past seven months building a product to address these obstacles and are thrilled to officially announce the launch of Remind Hub for schools and districts.

How School and District Plans Work

1. Involve the hardest-to-reach families

Reach everyone by syncing Remind with your roster system. Detailed statistics about how teachers, students, and parents communicate help you see and support every family in your community.

"Now that we're on Remind Hub, my teachers are able to connect with parents on a regular basis."
P.A. White, principal, Leal Elementary School

2. Make meaningful communication easier

140-character text messages don't always cut it. Give teachers more flexibility with longer messages and voice calls. Remind voice calls can reach any cellphone or landline without showing personal phone numbers, allowing teachers to call parents from their personal phones and control their availability with Office Hours.

“Remind Hub helps parents feel ownership of Groton Elementary School, even if they can't be here in person.”
Kent Maslin. principal, Groton Elementary School

3. Protect your community

Everyone in your school community shares accountability with automatic documentation for messages, voice calls, and participants. Admin management controls make it simple to set up groups that work for you, update user information, and add or remove people from your community on Remind.

“If an issue arises, admin management controls allow us to quickly resolve the issue with the district.”
Barbi Ernst, technology coordinator, Clifton Middle School

Getting started

To see a product overview and connect with a member of our team, click here.

tag * ppcUrlCookiePart1 and ppcUrlCookiePart2 must be called, see bottom of script * update ppcUrlCookiePart2 and ppcUrlCookiePart2 to match your querystring and form field names * */ //Leave this as true to always use querystring values if they exist, if no querystring will attempt to get cookie values var ppcUseLatestValues = true; //set this to false to use cookie values if they exist (if false, will not check querystring first). //function to grab params from cookie function getCookie(param_name) { var i, x, y, cookie = document.cookie.split(";"); for (i = 0; i < cookie.length; i++) { x = cookie[i].substr(0, cookie[i].indexOf("=")); y = cookie[i].substr(cookie[i].indexOf("=") + 1); x = x.replace(/^\s+|\s+$/g, ""); if (x == param_name) { return unescape(y); } } } //function to create cookie function setCookie(param_name, value, exdays) { var exdate = new Date(); exdate.setDate(exdate.getDate() + exdays); //CHANGE DOMAIN BELOW TO MATCH SITE var c_value = escape(value) + ((exdays == null) ? "" : "; domain=remind.com; path=/; expires=" + exdate.toUTCString()); document.cookie = param_name + "=" + c_value; } //function to check if cookie exists and, if so, run the setCookie function function checkCookie(param_name, param_url_name) { var param_value = getCookie(param_name); if ((param_value != null && param_value != "" && param_value != "undefined") && ppcUseLatestValues == false) { //this means the param name/value pair exists - and we don't want to use latest } else { //this means the param name/value pair does not exist - so create it //grab values from URL var pageURL = window.location.search.substring(1); var URLVariables = pageURL.split('&'); for (var i = 0; i < URLVariables.length; i++) { var parameterName = URLVariables[i].split('='); if (parameterName[0] == param_url_name) { //filter out "#" in case that is in the last URL param param_value = parameterName[1].split("#")[0]; } } if (param_value != "undefined" && param_value != "" && param_value != null) { //create cookie setCookie(param_name, param_value, 365); } } } //function to setup the parameters and save the cookie values function ppcUrlCookiePart1() { //setup list/array of parameters desired. names on right should match querystring names var param_names = new Array( 'ppcSource;utm_source', 'ppcMedium;utm_medium', 'ppcCampaign;utm_campaign', 'ppcAdGroup;utm_adgroup', 'ppcKeyword;utm_term', 'ppcContent;utm_content' ); //loop through all params and create cookie for (i = 0; i < param_names.length; i++) { var param_object = param_names[i].split(";");//split out the cookie name and url name var param_name = param_object[0]; var param_url_name = param_object[1]; //start the cookie creation checkCookie(param_name, param_url_name); } } //function to grab cookie params function mGetCookie(param_name) { var i, x, y, cookie = document.cookie.split(";"); for (i = 0; i < cookie.length; i++) { x = cookie[i].substr(0, cookie[i].indexOf("=")); y = cookie[i].substr(cookie[i].indexOf("=") + 1); x = x.replace(/^\s+|\s+$/g, ""); if (x == param_name) { return unescape(y); } } } //function to check if cookie exists and, if so, fill out the corresponding form fields function mCheckCookie(param_name, param_field_name) { var param_value = mGetCookie(param_name); if (param_value != null && param_value != "" && param_value != "undefined") { try { var obj1 = document.getElementsByName(param_field_name); obj1[0].value = param_value; return true; } catch (err) { return false; } } return false; } //function to setup parameters and begin cookie value insertion into marketo form function ppcUrlCookiePart2() { //setup list/array of parameters desired. names on right should match hidden form field names var param_names = new Array( 'ppcSource;utm_source__c', 'ppcMedium;utm_medium__c', 'ppcCampaign;utm_campaign__c', 'ppcAdGroup;utm_adgroup__c', 'ppcKeyword;utm_term__c', 'ppcContent;utm_content__c' ); //loop through all params and create cookie for (i = 0; i < param_names.length; i++) { var param_object = param_names[i].split(";");//split out the cookie name and url name var param_name = param_object[0]; var param_field_name = param_object[1]; //start the cookie creation mCheckCookie(param_name, param_field_name); } } //ppcUrlCookiePart1 will grab values from the querystring and save them in cookies ppcUrlCookiePart1(); //ppcUrlCookiePart2 will retrive values from the cookies and populate the hidden form fields - should be in the onload try { //attempt for Marketo form MktoForms2.whenReady(function (form){ ppcUrlCookiePart2(); }); } catch (err) { //if error on Marketo form, try loading for regular form. ppcUrlCookiePart2(); }
OSZAR »