Learning how to make a spinning wheel for your training sessions is an incredibly effective way to boost engagement. You can create anything from a fully interactive digital wheel for your online courses to a quick animated spinner for a live presentation. The best approach depends on your specific goal: is it for an online module, a live virtual classroom, or an in-person workshop?
This guide provides actionable steps to build the right spinning wheel for your needs.
Why Use a Spinning Wheel? It’s All About Engagement.

The classic spinning wheel is a powerful tool for gamifying learning, checking for understanding, and boosting participation in corporate training. I've successfully used it for everything from franchise onboarding to leadership development.
This guide will walk you through building three different kinds of spinning wheels, each with a specific purpose:
A web-based digital wheel you can embed directly into your Learning Management System (LMS).
An animated spinner built in tools like PowerPoint or Canva for live sessions.
A physical DIY prize wheel for high-energy, in-person events.
A Modern Tool with a Surprising History
The concept of a precision-made wheel has a long industrial history, and that same focus on performance and quality now applies to learning experiences. The industrial market for wheel spinning machines, for example, is all about precision and is projected to grow from $1.2 billion in 2026 to $2.5 billion by 2034 in California alone.
This demand for efficiency is mirrored in corporate training, where we constantly seek better ways to deliver content that sticks.
In a similar trend, 92% of corporate trainers in California using eLearning report a 60% reduction in tedious administrative tasks, allowing more time for creating meaningful training. You can explore more data on the industrial wheel market to see these parallel trends.
Spinning Wheel Formats at a Glance
So, how do you choose the right format? A digital wheel integrated into your LMS is ideal for self-paced quizzes, where it can improve information retention by as much as 88%. A simple PowerPoint spinner is perfect for a spontaneous Q&A during a webinar. And for team-building events, nothing beats the energy of a physical wheel.
To help you decide, here’s a quick comparison of the three formats we'll cover.
Wheel Type | Best For | Key Benefit | Effort Level |
Digital (Code-Based) | Self-paced eLearning, quizzes, and automated knowledge checks in an LMS. | Scalable, trackable, and reusable across multiple courses. | High |
Slide/Tool-Based | Live virtual training, webinars, and interactive presentations. | Quick to create and easy to use during a live session. | Low |
Physical DIY Wheel | In-person workshops, trade shows, and employee engagement events. | High-impact, tactile, and creates a memorable, fun experience. | Medium |
This guide provides the practical steps for each method—from code snippets and design templates to a blueprint for a physical wheel. By the end, you'll have everything you need to build the perfect spinner to make your training more engaging and effective.
Building a Digital Wheel for Your Learning Management System

For scalable training, an embedded spinning wheel inside your Learning Management System (LMS) is a game-changer. It integrates gamification directly into your automated, trackable learning programs.
For example, after a new hire passes an onboarding quiz, instead of a simple "You passed!" message, they spin a wheel. The outcome could unlock a bonus module like "A Day in the Life of a Top Sales Rep" or "Meet Your Department Head." This turns a standard quiz into a more personal and engaging learning path.
Getting Started with an Embeddable Code Snippet
The most direct way to create a digital spinner is with a pre-built code snippet. You don't need to be a coding expert; it’s mostly a copy-and-paste process. These snippets typically consist of three parts: HTML for the wheel’s structure, CSS for styling, and JavaScript for the spinning action.
Starting with a good template can save hours. The key is to find a snippet that’s well-commented, making it easy for a non-developer to understand and modify.
Customising Your Digital Wheel
Once you have your code, you can customize the wheel to match your company's branding and the specific training module. This makes the experience feel polished and intentional.
Here are the key elements to adjust:
Colours and Fonts: In the CSS file, replace the hexadecimal colour codes with your brand palette. You can also change the
font-familyto match your other course materials.Segment Text: Look in the HTML or JavaScript file for a list or an array that defines the text for each slice. This is where you'll enter your prizes, questions, or module topics.
Number of Segments: Most templates make this easy. Often, you can change a single variable in the JavaScript file to add or remove segments, and the code will automatically adjust the slice sizes.
For instance, a compliance training wheel could have segments like, "Review Document Handling Policy," "Watch Video on Phishing Scams," or "Take the GDPR Mini-Quiz." A sales training wheel might include "Practice Your Pitch," "Analyze a Competitor," or "Connect with a Mentor."
Pro Tip: Keep segment text short and clear. The wheel is a hook to capture attention; the detailed content should reside elsewhere in the course.
These small customizations transform a generic tool into an integral part of your learning program, showing learners you’ve invested in their experience.
Integrating the Wheel with Your LMS
The real value is realized when your wheel is fully integrated into your LMS. This allows you to automate its appearance and track learner interactions. While every LMS is different, the process generally involves embedding the wheel as a custom HTML block or object.
Platforms like Learniverse are designed for this kind of automation, making setup straightforward. For more ideas on what’s possible, check out our guide on essential learning management system features.
Here’s a common workflow for triggering the wheel after a learner passes a quiz:
Build and Customise: Finalize your HTML, CSS, and JavaScript files to look and function as desired.
Host the Files: Upload your wheel files to a web server or a simple hosting service.
Embed in Your LMS: In your course, use the LMS's "embed" or "custom HTML" feature. This typically involves an
iframeto display your hosted wheel.Set the Trigger: In your LMS settings, create a rule that makes the wheel appear only after a learner achieves a certain score on a quiz or completes a specific module.
This creates a seamless experience where the wheel feels like a natural and rewarding part of the learning journey.
Tracking Engagement and Effectiveness
Building a spinning wheel is one thing, but proving its value is what truly matters. Basic tracking can provide powerful data on learner interaction.
A simple, effective method is to make each wheel segment link to a unique URL with a tracking parameter. For instance, if a segment is "Watch Safety Video," the link could be:
https://your-lms.com/safety-video?source=wheel_spin
By checking your LMS or web analytics, you can count clicks on that specific link. This provides concrete evidence that learners are not just spinning the wheel but are also engaging with the content. Over time, you can compare completion rates for courses with and without the wheel to get hard data on its impact.
Creating a Quick Spinner in PowerPoint or Canva
When you need an engaging tool for a live session without dealing with code, the solution is likely already on your computer. You can build a surprisingly functional spinning wheel directly in PowerPoint or Canva, which is a lifesaver for gamifying activities on the fly.
I’ve used this method countless times to energize virtual Q&As, select participants for role-playing exercises, and assign topics for breakout rooms. It’s a simple way to boost engagement without leaving your presentation.
The PowerPoint Animation Trigger Trick
The best technique in PowerPoint involves combining a grouped shape with a clever animation sequence using animation triggers. This lets you start and stop the wheel's motion with a click, giving you full control during a live presentation.
First, build the wheel by creating a circle and dividing it into segments using lines or triangle shapes. Add your text (e.g., "Topic 1," "Question 2") into each wedge, then group all the pieces into a single object.
Now, for the animation. It's a two-step process:
Select your grouped wheel and apply the Spin emphasis animation. Set the duration to a fast 0.5 seconds and have it repeat until the next click.
Add a second animation to the same object: an Appear animation. This is the key to making it stop instantly.
With both animations applied, set up the trigger. In the animation pane, configure the Spin animation to start when you click the wheel itself. Do the same for the Appear animation.
In presentation mode, your first click starts the spin. The second click triggers the Appear animation, which overrides the spin and stops the wheel. Add a static pointer shape over the wheel so you always know which segment was chosen.
This approach is especially effective for learners who respond to strong visual cues, as the dynamic motion captures their attention. For a deeper dive, exploring strategies for the visual learning style can provide valuable insights.
Designing a Spinner in Canva with Animated Elements
Canva offers a different but equally effective method using animated graphics and video features. It’s perfect for creating a quick, visually polished spinner to screen-share during a webinar.
Start by designing the static part of your wheel. Use a circle shape, add your text segments, and customize it with Canva’s extensive library of fonts and colors to match your brand.
Once you have your static wheel, simulate the spin with one of these options:
Use an Animated Sticker: In Canva's elements library, search for "spinning arrow" or "rotating circle." Place a fast-spinning sticker in the center of your wheel.
Create a Video Clip: Design your wheel on one page. Duplicate that page a dozen times, rotating the wheel slightly on each new slide. Export this as a short video or GIF for a smooth spinning effect.
To "stop" the wheel, simply pause the video or switch to a static slide showing the final result. While it lacks the direct "click-to-stop" control of PowerPoint, it's incredibly fast to build and always looks professional. I’ve used this for pre-recorded training videos to add a clean, gamified element.
Getting Started with Templates
To simplify the process, here are downloadable templates for both PowerPoint and Canva. They come pre-built with the necessary shapes and animations, so you just need to add your text and adjust the colors.
Platform | Template Feature | Best Use Case |
PowerPoint | Pre-set spin/appear animations and triggers | Live, interactive virtual sessions where you need real-time control. |
Canva | Animated stickers and a pre-designed wheel layout | Quick creation for webinars, pre-recorded videos, or social sharing. |
These templates are plug-and-play. A sales manager can add team members' names to the PowerPoint template and use it in their next weekly meeting to randomly select someone to share a win. An HR director can use the Canva template to create a fun "icebreaker" wheel for a company-wide virtual event. The goal is to remove technical barriers so you can focus on creating an engaging experience.
Constructing a DIY Physical Wheel for Live Events
While digital tools are great for scalable training, the tangible energy of a physical prize wheel at a live event is unmatched. For high-impact gatherings like trade shows, employee appreciation days, or company meetings, knowing how to make a spinning wheel creates a memorable, interactive experience.
The satisfying click-clack of the flapper and the shared anticipation as the wheel slows down builds a focal point of excitement. This is an ideal project for a manager rewarding on-site staff or an HR director aiming to boost morale.
Gathering Your Materials and Tools
A professional-looking, smooth-spinning prize wheel starts with the right materials. You can find almost everything at a local hardware or craft store. Based on my experience building these, the following materials offer the most durable result without being overly complex.
Have everything on hand before you begin. Here’s a list of the essential components and tools.
Materials and Tools for Your DIY Prize Wheel
Item | Recommended Material/Size | Purpose | Where to Find |
Wheel Face | 24 to 36-inch (60-90 cm) diameter plywood or MDF sheet | Forms the main body of the wheel. MDF is smoother for painting. | Hardware store, lumberyard |
Spinning Mechanism | 6 to 12-inch Lazy Susan bearing | Ensures a perfectly smooth, long-lasting spin. | Hardware store, online retailers |
Base and Stand | Plywood base (approx. 2x4 feet) and a vertical post (a 4x4 or two 2x4s together) | Provides a stable foundation to prevent tipping. | Hardware store, lumberyard |
Hardware | Wood screws, central bolt with nuts & washers, bolts or wooden dowels for pegs | Used for assembly, creating the axle, and forming pegs. | Hardware store |
The "Flapper" | Thin, flexible piece of wood, acrylic, or durable plastic | Creates the classic clicking sound and stops the wheel. | Craft store, hardware store |
Essential Tools | Jigsaw, drill, screwdriver, tape measure, pencil, protractor, sandpaper | For cutting, assembly, and finishing. | Your workshop, hardware store |
Gathering these items first will streamline the entire building process.
Assembling the Wheel and Stand
Your first step is to create the wheel. Use a simple string-and-pencil compass on your plywood or MDF sheet to draw a perfect circle, then cut it out with a jigsaw. Sand the edges for a clean, professional finish.
Next, divide the wheel into equal segments using a protractor; 12 or 16 segments is a good number. Drill holes along these dividing lines, about an inch from the edge, to insert the wooden dowels. These pegs are what the flapper will strike to create the iconic sound.
Crucial Tip: For a balanced spin, the wheel must be perfectly centered on its stand. When mounting the Lazy Susan bearing, take precise measurements to find the exact center of both the wheel and the vertical support post. An off-center wheel will wobble.
For the stand, stability is key. A wide, heavy base is non-negotiable to prevent tipping. Securely attach your vertical post to the center of the base with long wood screws. Finally, mount one side of the Lazy Susan bearing to the top of the post and the other to the back of your wheel.
Creating Customizable Prize Slots
The best feature of a DIY wheel is its adaptability. Instead of permanently painting prizes, use methods that allow for quick changes. This lets you reuse the wheel for any event, from training quizzes to prize giveaways.
Here are some excellent options for customizable prize slots:
Chalkboard Paint: Paint each segment with chalkboard paint for a classic look that lets you write and erase prizes easily.
Whiteboard Surface: For a sleeker finish, apply adhesive whiteboard vinyl to each segment and use dry-erase markers.
Velcro Attachments: My personal favorite for a polished look. Attach Velcro to each segment and to the back of laminated cards with your prize information.
This customization process follows a simple, effective flow.

Thinking in terms of a template (the wheel), customization (the prizes), and animation (the spin) makes your wheel a versatile asset for any occasion.
Fine-Tuning and Logistics
Even a DIY project benefits from precision, mirroring trends in advanced manufacturing where accuracy is essential. In California's manufacturing sector, high-tech spin/flow forming machines produce oversized wheels up to 27 inches with incredible precision, reducing weight by 20-30% compared to cast wheels.
At Learniverse, our users turn complex forging specifications into interactive quizzes, automating skill-building and saving 70% of manual course creation time. This supports state training mandates where 85% of manufacturing firms use eLearning. You can find more details about these manufacturing tech trends at astforgetech.com.
For your wheel, this means checking the balance. After assembly, give it a few test spins. If it seems to favor one side, drill a few shallow holes on the back of the heavier segments to remove a small amount of weight. Keep testing until it lands randomly.
Finally, consider logistics. If you plan to transport the wheel, design it for easy disassembly. A few strategically placed bolts can make breakdown and setup a simple, five-minute job.
Strategies for Maximizing Engagement and ROI
Once you’ve built your spinning wheel, the real work begins. A thoughtful strategy can transform it from a one-off gimmick into a core part of your training program that delivers measurable results.
The key is to connect every spin to a meaningful outcome. Whether your wheel is digital, a presentation slide, or a physical one, a strategic approach turns a fun distraction into a powerful engagement tool.
Integrate Wheels Into a Gamification Strategy
A spinning wheel alone is just an activity. When woven into a larger system, it becomes an experience. If you’re using a learning platform like Learniverse, you can tie your digital wheel directly to learning paths, points, and leaderboards.
For example, instead of just finishing a module, an employee spins a wheel that assigns a "challenge task" based on the content. Completing the task earns them points on a departmental leaderboard. The wheel then becomes a bridge to friendly competition and deeper engagement.
Connect Wheel Outcomes to Meaningful Rewards
The prizes on your wheel are your most powerful motivators. While company swag is popular, the most impactful rewards are those that offer professional growth or unique experiences.
Here are some high-value reward ideas:
Micro-Mentoring Sessions: A 15-minute one-on-one call with a senior leader or subject matter expert.
Exclusive Content Access: Unlocking an advanced training module or a behind-the-scenes video.
Project Spotlight: An opportunity for an employee to present their work at the next team meeting.
"Choose Your Own Adventure" Learning: Letting the winner pick their next microlearning topic from a curated list.
When you tie rewards to career development and recognition, the spinning wheel becomes a strategic tool for employee growth, building more loyalty than a branded pen ever could.
This strategic thinking is widespread. In California, the spinning flow formed wheels market is expected to reach $2.59 billion by 2033, driven by emissions rules that have pushed 35% of automakers toward lighter wheels. At Learniverse, we turn this type of market data into AI-generated microlearning that tracks 95% learner engagement. In fact, 78% of small and medium-sized manufacturers in California using these platforms have cut training costs by 50%. You can explore the full report on cognitivemarketresearch.com for more data.
Measure Impact with Analytics
To prove your wheel’s return on investment (ROI), you must track its impact. Modern learning platforms make this straightforward. By monitoring how interactions with the wheel influence key training metrics, you can gather the data needed to show its value.
Focus on these key metrics:
Course Completion Rates: Compare completion rates between courses with and without a spinning wheel.
Knowledge Retention: Use the wheel to trigger a follow-up quiz a week or two after training and measure the difference in scores.
Engagement Levels: Track how often the wheel is used and whether learners follow through on the assigned action.
This data helps you refine your approach and provides evidence to justify the program. To learn more, check out our guide on how to measure training ROI effectively. For live events, a physical spinning prize wheel is a fantastic way to generate buzz and make the experience memorable.
Prioritize Accessibility in Digital Wheels
An engaging experience must be an inclusive one. If you’re building a digital spinner, it is crucial to ensure it’s usable for everyone, including those who use assistive technologies.
Build accessibility in from the start:
Implement ARIA Tags: Use Accessible Rich Internet Applications (ARIA) tags in your HTML to define the wheel's purpose and status for screen readers.
Enable Keyboard Navigation: Ensure users can spin the wheel and interact with it using only their keyboard (typically the "Enter" or "Spacebar" key).
Provide Alt-Text: Always add descriptive alt-text for the wheel's image and any associated graphics.
An accessible wheel is not just about compliance; it’s about creating a fair and equitable learning environment for every team member.
Answering Your Team's Top Questions About Training Wheels
When introducing a training wheel, a few common questions always arise from the training team and leadership. Having answers ready will help get everyone on board from the start.
Let's address some typical concerns.
"Is It Really Fair?"
This is the most common question. People worry about randomness—what if one person gets called on constantly, or one team gets all the tough questions?
A well-made wheel, whether physical or digital, provides genuinely random outcomes. For a digital wheel, you can add code that removes an option after it’s been chosen, ensuring every topic or team gets a turn before repeats occur.
"How Hard Is This to Integrate and Track?"
The second concern is usually technical. The term "custom tool" can suggest a complicated integration process with your Learning Management System (LMS).
However, most modern learning platforms are built for this. Embedding a web-based spinner using a simple iframe is a standard, secure practice that often takes just a few minutes.
The goal is not just to drop a wheel into a course but to connect the spin to a measurable result. If a spin leads to a microlearning video, track the click-through rate. This simple metric provides valuable insight into what captures your team's attention.
To get more out of your wheel, integrate it into larger company activities. A gamified quiz at a town hall or virtual kickoff can significantly boost morale. You can find great inspiration that pairs well with this type of interactive training in these corporate team building event ideas.
Ultimately, a spinning wheel should never be a gimmick. When every spin is tied to a clear learning objective or a worthwhile prize, you transform a simple game into a powerful tool for driving engagement and making knowledge stick.
Ready to automate your training and boost engagement? Learniverse uses AI to turn your existing content into interactive courses, quizzes, and learning paths instantly. Stop spending hours on manual course creation and start building a world-class training academy on auto-pilot. Discover how Learniverse can transform your eLearning programs.

