9-Point Meeting Checklist

Follow these simple steps to make your meetings painless as well as productive.

by PTO Today Editors

04/08/2022

1. Publicize It

Publicize the date, time, and purpose.

2. Be Punctual

Start on time.

3. Make Introductions

Introduce yourself.

4. Stay on Track

Follow the agenda.

5. Use Names

Acknowledge people by name.

6. Manage Discussion

Encourage members to speak up, but don’t allow the discussion to get repetitive or argumentative. Ensure that both sides are heard on controversial issues. Follow the basic principles of Robert’s Rules for motions, seconds, and voting.

7. Don't Dwell on Details

Let committees do the detail work; the general meeting is for tackling broad concerns.

8. Take Minutes

Ensure that minutes are taken.

9. Clean Up Afterward

Replace the chairs, throw away your coffee cups, and turn out the lights. Be courteous guests. The custodians are already busy cleaning up after students.

var preChatTemplate = { //Form header color and Submit button color. mainbgColor: '#0aa4db', //Form Header Text and Submit button text color. maintxColor: '#fff', //Chat Form Title heading: 'PTO Today', //Chat form Welcome Message textBanner: 'Please let us know your name and email address and we\'ll connect you with a live rep.', //Submit Button Label. SubmitLabel: 'Start Chat', //Fields List - Maximum is 5 //All the values are mandatory and the script will not work if not available. fields : { field1 : { //Type can be either text or title type: "name", //Label for Field Title, can be in any language label: "Name", //Field ID for Title fieldId: "name", //Required "yes" or "no" required: "yes", //Error text to be displayed error: "Please Enter your name" }, field2 : { //Type for Name - Do not Change type: "email", //Label for Field Name, can be in any language label: "Email", //Default - Field ID for Name - Do Not Change fieldId: "email", //Required "yes" or "no" required: "yes", //Error text to be displayed error: "Please Enter a valid email address" } } }; window.fcSettings = { token: "ec6b3db1-9caf-4a1a-bdf2-a7851529f4c3", host: "https://wchat.freshchat.com", siteId: "PTO Today", tags: ["ptotoday"], config: { cssNames: { widget: 'custom_fc_frame', expanded: 'custom_fc_expanded' } }, onInit: function() { console.log('widget init'); fcPreChatform.fcWidgetInit(preChatTemplate); } };