How to Create a Meeting Agenda / Signup Form From Scratch

This is part of a series of How to Do X posts I will be adding to explain how to perform discrete tasks with the WordPress for Toastmasters solution.

While I provide a default meeting event template site administrators can modify, some may find it easier to create their own from scratch, so the signup sheet and printable agenda meet their needs exactly. Or you may be organizing a special event that does not follow your standard meeting format.

First, decide whether you wish to create:

  • A single event for a specific date
  • An event template that will be used as the basis of multiple event documents. A template can be set up for a recurring schedule, such as First Monday or Every Friday, and the software will calculate matching dates.

For a single event, go to the RSVP Events menu and click Add New.

how to add an event
How to Add a Single Event

For a Template, go to the Event Templates section under RSVP Events and click New Template.

How to add a template
How to Add an Event Template

Events and Event Template documents are features of the underlying RSVPMaker template, documented in more detail at RSVPMaker.com.

To add a role, click the Toastmasters Role button on the button bar.

add role button
Add Role button

Clicking that button will display a dialog that allows you to specify the type of Role this is.

add role dialog
Add Role Dialog

The standard roles are listed on a dropdown list. You can also select “Custom” and type in the name of a role specific to your club, such as “Joke Master.”

The other options are:

  • Count – the number of times the role should be displayed on the signup form and agenda. For example, you might set Count to 3 if you plan to have 3 speakers.
  • Indent – a formatting command, indents the role slightly.
  • Agenda Note – an explanatory note associated with the role, displayed on the agenda but not the signup form.
  • Total Time Allowed – blocks out required time on the agenda. Can be used to warn if long speeches will consume more time than you planned for.
  • Extra Time – adds a buffer, for example for transitions between speeches.

When you save your choices, a blue placeholder image will appear in the WordPress editor. To change your choices, double-click on the placeholder image and the dialog will be displayed again.

role placeholder
Placeholder for a role in the WordPress editor

Another button allows you to add an Agenda Note. Think of these as “stage directions” for your meetings and/or directions and explanations for your signup form.

agenda note button
Agenda Note button

The dialog for an Agenda Note includes a text area for entering your message.

Agenda Note dialog
Agenda Note Dialog

Other options include:

  • Display On – choices are “agenda” (the default, will be displayed on the agenda only), “web” (the signup form) or “both”
  • Bold? / Italic? / Font size – basic formatting options
  • CSS Style (advanced) – advanced formatting options for web designers
  • Link (web address) – option to have a link displayed following the note
  • Editable field – to be explained in more detail in a future post
  • Time Allowed – If the note describes an activity that will consume time on your agenda, you can assign the planned amount of time here.

When you save your choices, a red placeholder will be displayed in the WordPress editor.

agenda note placeholder
Agenda Note placeholder (red)

Here is what the signup sheet would look like with just a couple of roles and a single agenda note (here, the agenda note has been set to Display On: both).

signup form
Roles and Agenda Note on signup form

And here is what the printable agenda looks like with a minimal setup.

printable agenda
Roles and Agenda Note on printable agenda

You would then continue adding roles and agenda notes until you have the structure desired. Roles and agenda notes can be manipulated by cut-and-paste or drag-and-drop.

It is also possible to edit the underlying placeholder codes (called “shortcodes” in WordPress jargon) rather than the images.

text mode
An agenda document viewed in the WordPress editor’s Text mode.

The system of buttons, placeholder images, and popup editor dialogs is meant to be easier for those who are not comfortable working with code. One thing you might want to add, which does require adding a small amount of code, is a button on the signup form that allows members to record planned absences.

To include that on your agenda, add this code where you want the button to appear:

[tm_absence]

For more details, see

Tracking Planned Absences Through the Agenda

Choose Your Own Adventure: New Multi-Meeting Planning Tool

Here is an upgrade I have been planning for some time: an easier way of booking meeting roles multiple weeks in advance, instead of one meeting at a time. This also makes it easier for you to plan your progress through the program so that you’re speaking on a regular basis (depending on how quickly you are trying to advance) while also doing your part to keep the club healthy and meetings well-organized.

Here’s an overview:

If you are a club leader, and your club relies on self-service meeting role signups as an important part of how you organize your agenda, getting members to do a better job of planning ahead can take some of the pressure off. You may still need to coach members not to be too greedy about grabbing speaking slots week after week (or being too timid about volunteering to speak). Occasionally, you may need to reassign members, or let them know you have changed the agenda for a special meeting that does not include the role they originally signed up for.

Overall, though, I expect this to be helpful to my clubs. As a VP of Education or a Mentor, you might consider sitting down with a club member you are coaching and advising them on what roles you would like to see them sign up for.

Formula for Making Recommendations

Over time, I hope to make the software smarter about the recommendations it makes. Here is how it works so far:

  • Looks up any current assignments for the member for each meeting.
  • Looks up unassigned roles for each meeting.
  • Shuffles the unassigned roles into a random order.
  • Before making a suggestion, considers whether the member is eligible to fill the role (for example, whether they have given three or more speeches before signing up to evaluate). Tries to avoid repeatedly assigning members to the same role.
  • Displays the currently assigned role or the suggestion as the default choice, along with all the other open roles for that meeting.

Try it and let me know what you think.

New Online Timing Lights Tool

WordPress for Toastmasters has a new online timer tool that was particularly designed for online clubs, although it could also be useful for brick-and-mortar clubs who would like to use a laptop or a digital display in their meeting room to display timing indicators. Online Timer is a new option on the Agenda menu.

Update May 2020: For my latest recommendations, see New Version of Online Speech Timer for Zoom Meetings

Update March 2020: See this post on displaying the online timing lights in a Zoom meeting. Shown as you might use it for a contest.

You can also use the timing tool independent of using WordPress for Toastmasters agenda management here https://toastmost.org/rsvpmaker/timer/?timer=1

The advantage of the integrated version is it can pull speech timing requirements from the agenda. This tool is new and may need more work — feedback is welcome. You can try the integrated version of the timer using real speech projects from an Online Presenters meeting here https://op.toastmost.org/rsvpmaker/online-presenters-meeting-2017-11-6/?timer=1

Here’s a quick demo:

And is here is what it looks like on a mobile phone:

The online timer is based partly on another open source software product, Toastmasters Timer by Guy Ellis, who did a lot of the hard work in terms of getting the math right for timing calculations. I’ve added some things to make it suitable for use by an online club.

Whenever the Timer hits the stop button, the time for that speech or other activity is logged on the left hand side of the screen. If you include the speaker’s name, either manually or by clicking one of the buttons with the name of a speaker (pulled from the agenda), their name will be shown above the time record. One of the things we’ve done at my Online Presenters club is enter the times into the chat in Zoom, and having the times automatically logged should make it easy to copy and paste them. I think it could be worth using this tool for that purpose alone, even without the screen sharing.

Log of speech times

The online timer can also be set up to sound a chime when each timing benchmark is past (useful because speakers sometimes lose track of the video feed from the timer — at least my club has had that issue with the Zoom video conferencing platform).

Update: The instructions for getting the automated chime to sound in an online meeting are included below, but I’ve had second thoughts on whether it’s more trouble than it’s worth. I think the biggest value of this tool is to fetch speech times from the agenda, make the green/yellow/red indicators appear like clockwork, and produce a log of the times for each speaker.

Here is an example of how this is meant to be displayed in Zoom.

Timing feed as a thumbnail image in Zoom.

In addition to the details shared in the video, there were a few other details I needed to get right to make it work properly for online screen sharing.

One thing that threw me is that the timing digits (if displayed) appear backwards to me when I see my own image in Zoom. However, the numbers are readable to all the other participants. This has something to do with the fact that we’re all used to seeing ourselves in a mirror, so Zoom displays a mirrored image of the feed from our own webcam, and this same effect is applied to any image I project using Webcam software. (An earlier version of this blog advised people to use a mirroring effect in SparkoCam to “correct” for this effect, but that would only make it look right to me and wrong to everyone else).

If you want people to hear the chime at green / yellow / red, you need to set SparkoCam to capture system sound.

Adding system sound as an audio source.

And also tell Zoom to use SparkoCam as your audio source, rather than your microphone.

Making Zoom listen to SparkoCam audio.

Note that with the settings I’m showing here, you would have to switch the audio feed back to your microphone the next time you want to talk. By selecting system sound and no other audio source, I’m effectively muting my microphone. (It’s supposed to be possible to add your microphone feed to the SparkoCam audio as well, but I don’t have that working yet.)

Again, this is all experimental, so give me your feedback if you discover a better way.

Update: just figured out it’s also possible to do a picture-in-picture effect with the desktop feed in SparkoCam if you don’t want your picture to go away. You click the + button in the Webcam panel to add an additional source you want to include with your webcam video. Then turn on the desktop sharing.

Picture in picture effect with timing tool

BTW, I show the option to select a part of your desktop in the video tutorial above partly because I could not get a couple of the other options to work. SparkoCam on Windows 10 crashed repeatedly when I tried the “Application window” and “Follow cursor” options.

Configuring Automated Role Reminder Emails

Here is how you can set the software to send reminder emails like this —

Example of a reminder to the General Evaluator

— based on a message template that looks like this.

Reminder email templates

I covered the setup for this in a recent online meeting “office hours” session (replay below), and am sharing some additional documentation after the video.

 

The first step for setting this up is to turn the feature on in the Toastmasters settings screen. You can set up to two different reminder intervals, such as 2 days before and 2 hours before in the example below.

Turning on the automated reminder feature.

The setup for the reminder email templates is handled through the Notification Templates screen in RSVPMaker (the part of the software that handles event scheduling and registration). To make it easier for Toastmasters to find their way to this screen and others tucked away in different menus, I’ve provided a links from the Club Website Administration widget on the main dashboard.

Reminder templates link on the dashboard.

There are several default message templates you can customize.

Role Reminder – generic message template that is used if no more specific one has been supplied for the specific meeting role. Simply reminds the member of what they committed to doing on a given date, prompting them to let someone know if they will not be able to fulfill that duty.

Toastmaster of the Day – sends the TOD a version of the agenda that shows assigned and unassigned roles with contact info for the members who have taken a role. At the end, it lists the members who have not been assigned a role with their contact information. The idea is to give the TOD a complete kit of info for confirming roles and recruiting people to fill open roles.

Speaker – reminds the speaker to provide a speech introduction and specify the speech project, if that info has not already been entered into the website.

Evaluator – lists the speakers, the other evaluators, and the general evaluator with contact info.

General Evaluator – same as above. Intended to help the general evaluator clarify which speakers are assigned to which evaluators and organize their portion of the meeting.

Norole – The message sent to everyone without an assignment, including the agenda and a link to the agenda page on the website where they can sign up to fill an open role. (This is only sent if specified on the Toastmasters settings screen).

You can customize all of these message templates and add additional ones for other roles off the standard list used by the software —

‘Ah Counter’,
‘Body Language Monitor’,
‘Grammarian’,
‘Humorist’,
‘Topics Master’,
‘Table Topics’,
‘Timer’,
‘Vote Counter’

— or custom roles for your club.

For example, the Online Presenters Toastmasters club I started has a reminder template for the Timer role with tips about how to perform it in a video conference environment.

The template codes or “shortcodes” for adding the date to the subject line or importing the meeting agenda are listed at the bottom of the Notification Templates page. There is also a link you can click to get a preview based on signups for an upcoming meeting.

The default templates are necessarily generic, but there is nothing to stop you from adding club-specific information like telling speakers who need to cancel that they should call your VP of Education, rather than just posting an update on the website.

I encourage you to make it serve your needs. As always, give me feedback with your ideas for making it better.

 

New: How to Request a Written Evaluation

Requesting a written evaluation

The evaluations tool in WordPress for Toastmasters has been enhanced to allow you to request an evaluation for a speech or competent leader project through the website.

This tool is specifically meant for online clubs, where members are not in the same location to exchange their books. Most online Toastmasters clubs handle this by emailing PDFs back and forth, but I find that awkward. Brick and mortar clubs might also find this handy as a way of getting people to get evaluated for their Competent Leader projects, even if they forgot to bring their book to the meeting. Besides, typing an evaluation is better for people like me with messy handwriting.

There are now four tabs across the top of the Evaluations screen: Give Evaluations, Request Evaluation, Evaluations Received, and Evaluations Given.

The Request Evaluations tab is populated with roles you have filled at recent meetings (according to the agenda), as well as other CL projects you might complete outside of a meeting such as editing a club newsletter. You choose the project, choose the person you want to email the request to, and optionally add a personal note. If you don’t choose a member to email the request to in the Send To field, the tool will still generate a link that you can share by Facebook message or some other means.

The online forms include the same prompts as you would find in your manuals, including many of the new Pathways projects. If you spot errors or inconsistencies, let me know.

Update: here is how I introduced this at Online Presenters Toastmasters.

Role Recommendations Versus Role Assignments

There are two modes in which a meeting planner can parcel out meeting roles to members: assigning roles and recommending roles. This distinction holds with or without the “random” assignment suggestion feature.

Which you use will depend on the culture of your club and how open members are to being “voluntold” to take a role, rather than volunteering for it.

You’re in assignment mode when you select either Edit Signups or Assign from the menu. The Assign option is a shortcut to turning on random assignment suggestions. When you assign a role to a member, you are reserving it for that person. The member will get an email notification that looks something like this:

assignment email
Assignment Notification

Traditionally, in my clubs the VPE (which used to be me) would use the editing or assigning role to record roles that people had signed up for on a paper signup sheet. In other words, they really had volunteered, just not on the website. However, other clubs are more proactive in having the VPE assign roles to members rather than waiting for them to volunteer. This has some advantages in terms of keeping members moving through the program and encouraging them to rotate through a variety of different roles.

When you use the Recommendation mode, you are asking rather than telling. The idea is that you can send the member a notification that makes it easy for them to confirm they will take the role (one-click confirmation). You can also include a personal note, explaining why the role would be good for them. But if they do not respond, the role will not be held open for them.

The email notification looks like this:

recommendation email
Recommended role notification asks member to confirm

The user can click that accept link and be instantly added to the agenda.

confirmation message
Confirming acceptance of a role

How to Display Stoplight Colors on Your Agenda and Other Agenda Styling Options

The latest release of the WordPress for Toastmasters software includes an option to show green / yellow / red “stoplight” timing guidelines on the agenda. This was a request I received some time ago from a club that had been doing something like this with a Microsoft Word template. It took me a while to figure out how to pull it off.

The stoplight option is available to anyone who wants to turn it on. When logged in as administrator, go to Settings -> Toastmasters and you will see a place to turn stoplight display on or off. See also Manually Adding Stoplight Display with a Shortcode.

The other improvements are more targeted to club webmasters with knowledge of CSS stylesheet language, making it easier to change the fonts and alignment of elements within the agenda design.

Here is an example of stoplight colors on the agenda:

Stoplight colors on the agenda

Continue reading “How to Display Stoplight Colors on Your Agenda and Other Agenda Styling Options”

Agenda Setup and Fine Tuning (Video + Tips)

These are updated instructions for setting up your standard meeting agenda and tweaking it as necessary for individual meetings. In addition to trying to explain the software better, I have worked on simplifying the software itself to make the process easier!

If you don’t have time to watch the video, I’ve included some key points below. See also: Sample Contest Agendas: Evaluation and Humorous Speech.

One of the most important improvements is a new tool for planning the timing of your meetings. As you change your time estimate for each “stage directions” agenda note or each block of roles, the time estimates change automatically. You can also check to delete a role from the agenda if you will not have time for it in the context of a given meeting.

Adjusting the planned timing for a meeting.

Both the Agenda Setup and Agenda Timing tools can be used either to make changes for an individual meeting or to modify your standard meeting template and all the agendas based on that template.

Agenda Setup menu

With a time limit set for speeches, members who try to sign up for a speech project that would exceed that limit will get a warning that they need to ask the meeting organizer about adjusting the agenda or the club may not be able to accommodate them.

A warning that signing up for this project would exceed the total time allowed for speeches.

When you edit an agenda in the WordPress editor’s Visual mode, you will see the different components are now color-coded blue for roles, red for agenda notes, and purple for editable fields.

An agenda setup viewed in the WordPress editor’s Visual mode.

Click on any of these placeholders to get a popup editor window. Here, we’re modifying the speaker role and changing the time allowed for speeches.

Role editor popup.

The purple “editable” fields are agenda notes that instead of or in addition to any static content include the ability for you to add or edit a note on the front end of the website. This option becomes available in the same Edit Signups mode you would use to assign other members to roles.

This is useful for things like a Theme and/or Word of the Day field that changes from week to week. In the example below, it’s used to record the details about a guest speaker (or test speaker) for an evaluation contest.

A field that is editable on the front end of the website (Edit Signups mode)

Your agenda plan will rarely be perfect. Typically, the Toastmaster of the Day and club leaders will have to make last-minute adjustments no matter how carefully you plan. Still, you can maximize your odds of success by planning well.

 

Video: How to Reorder Speakers and Evaluators

The latest update to WordPress for Toastmasters makes it easier to rearrange the order in which we want speakers and evaluators to be listed on the agenda, which might not be the same as the order in which they signed up.

For example, my home club, Club Awesome, follows a tradition of allowing a member giving their Icebreaker to go first — so they can get it over with, if they’re nervous, and relax for the rest of the meeting. Or you might want to accommodate a speaker who needs to arrive late or leave early.

Also, several clubs have requested the ability to have the agenda display which speakers are matched with which evaluators. To make that work, we want to be able to rearrange the order so we can match speakers and evaluators appropriately (for example, to have a member’s mentor be the one who evaluates their icebreaker).

The video shows how you can now drag-and-drop to reorder roles. Continue reading “Video: How to Reorder Speakers and Evaluators”

* This software is offered "for Toastmasters" but not is provided by or endorsed by Toastmasters International. The use of Toastmasters brand assets (with proper disclaimers) in website designs has been reviewed by the Toastmasters International brand compliance team.