[{"id":68145,"date":"2026-07-14T16:28:24","date_gmt":"2026-07-14T20:28:24","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=68145"},"modified":"2026-07-15T14:33:08","modified_gmt":"2026-07-15T18:33:08","slug":"physical-requirements-for-thea390-theatre-practicum","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/","title":{"rendered":"Physical Requirements for THEA390: Theatre Practicum"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>Essential Job Functions &amp; Requirements<\/title><style>\n        :root {\n            --green: #c8e6c9;\n            --green-dark: #4caf50;\n            --yellow: #fff9c4;\n            --yellow-dark: #fbc02d;\n            --orange: #ffe0b2;\n            --orange-dark: #ff9800;\n            --red: #ffcdd2;\n            --red-dark: #f44336;\n            --gray: #f5f5f5;\n            --primary: #1a237e;\n            --primary-light: #534bae;\n        }\n        \n        * {\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            margin: 0;\n            padding: 20px;\n            background: #fafafa;\n            color: #333;\n            line-height: 1.6;\n        }\n        \n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n        \n        h1 {\n            color: var(--primary);\n            text-align: center;\n            margin-bottom: 10px;\n        }\n        \n        .subtitle {\n            text-align: center;\n            color: #666;\n            margin-bottom: 30px;\n            font-size: 1.1em;\n        }\n        \n        .instructions {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            margin-bottom: 25px;\n        }\n        \n        .instructions h2 {\n            color: var(--primary);\n            margin-top: 0;\n            font-size: 1.2em;\n        }\n        \n        .legend {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 15px;\n            margin-top: 15px;\n        }\n        \n        .legend-item {\n            display: flex;\n            align-items: center;\n            gap: 8px;\n        }\n        \n        .legend-box {\n            width: 24px;\n            height: 24px;\n            border-radius: 4px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 14px;\n        }\n        \n        .filters {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            margin-bottom: 25px;\n        }\n        \n        .filters h2 {\n            color: var(--primary);\n            margin-top: 0;\n            font-size: 1.2em;\n        }\n        \n        .filter-group {\n            margin-bottom: 15px;\n        }\n        \n        .filter-group label {\n            display: block;\n            font-weight: 600;\n            margin-bottom: 8px;\n            color: #555;\n        }\n        \n        .filter-options {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n        }\n        \n        .filter-btn {\n            padding: 8px 16px;\n            border: 2px solid #ddd;\n            background: white;\n            border-radius: 20px;\n            cursor: pointer;\n            transition: all 0.2s;\n            font-size: 14px;\n        }\n        \n        .filter-btn:hover {\n            border-color: var(--primary-light);\n            background: #f0f0ff;\n        }\n        \n        .filter-btn.active {\n            border-color: var(--primary);\n            background: var(--primary);\n            color: white;\n        }\n        \n        .reset-btn {\n            padding: 10px 20px;\n            background: var(--primary);\n            color: white;\n            border: none;\n            border-radius: 5px;\n            cursor: pointer;\n            font-size: 14px;\n            margin-top: 10px;\n        }\n        \n        .reset-btn:hover {\n            background: var(--primary-light);\n        }\n        \n        .results-count {\n            font-weight: 600;\n            color: var(--primary);\n            margin-bottom: 15px;\n        }\n        \n        .table-wrapper {\n            background: white;\n            border-radius: 8px;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            overflow-x: auto;\n        }\n        \n        table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 14px;\n        }\n        \n        th {\n            background: var(--primary);\n            color: white;\n            padding: 12px 8px;\n            text-align: center;\n            font-weight: 600;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n        }\n        \n        th:first-child {\n            text-align: left;\n            min-width: 220px;\n            position: sticky;\n            left: 0;\n            z-index: 20;\n        }\n        \n        th .header-text {\n            writing-mode: vertical-rl;\n            text-orientation: mixed;\n            transform: rotate(180deg);\n            white-space: nowrap;\n            padding: 5px 0;\n        }\n        \n        td {\n            padding: 10px 8px;\n            text-align: center;\n            border-bottom: 1px solid #eee;\n        }\n        \n        td:first-child {\n            text-align: left;\n            font-weight: 500;\n            background: white;\n            position: sticky;\n            left: 0;\n            z-index: 5;\n            border-right: 2px solid #ddd;\n        }\n        \n        tr:hover td {\n            background: #f8f8ff;\n        }\n        \n        tr:hover td:first-child {\n            background: #f0f0ff;\n        }\n        \n        tr.hidden {\n            display: none;\n        }\n        \n        .cell {\n            width: 28px;\n            height: 28px;\n            border-radius: 4px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 12px;\n        }\n        \n        .cell-none {\n            background: var(--green);\n            color: var(--green-dark);\n        }\n        \n        .cell-low {\n            background: var(--yellow);\n            color: var(--yellow-dark);\n        }\n        \n        .cell-med {\n            background: var(--orange);\n            color: var(--orange-dark);\n        }\n        \n        .cell-high {\n            background: var(--red);\n            color: var(--red-dark);\n        }\n        \n        .cell-na {\n            background: var(--gray);\n            color: #999;\n        }\n        \n        .category-header {\n            background: #e8eaf6 !important;\n            font-weight: 700;\n            color: var(--primary);\n        }\n        \n        .category-header td {\n            background: #e8eaf6 !important;\n            border-bottom: 2px solid var(--primary);\n        }\n        \n        .role-desc {\n            font-size: 12px;\n            color: #666;\n            font-weight: normal;\n            display: block;\n            margin-top: 2px;\n        }\n\n        @media (max-width: 768px) {\n            .filter-options {\n                flex-direction: column;\n            }\n            \n            th .header-text {\n                font-size: 12px;\n            }\n        }\n        \n        .print-note {\n            text-align: center;\n            color: #888;\n            font-size: 12px;\n            margin-top: 20px;\n        }\n        \n        @media print {\n            .filters, .instructions, .print-note {\n                display: none;\n            }\n            \n            th:first-child, td:first-child {\n                position: static;\n            }\n        }\n    <\/style><div class=\"container\">\n        <h1>Essential Job Functions &amp; Requirements<\/h1>\n        <p class=\"subtitle\">Find the right practicum positions based on your physical abilities<\/p>\n        \n        <div class=\"instructions\">\n            <h2>How to use this guide<\/h2>\n            <p>This matrix shows the essential physical functions of each practicum positions. Use the filters below to hide positions that don&rsquo;t align with your abilities, or scan the table to compare requirements across positions.<\/p>\n            <div class=\"legend\">\n                <div class=\"legend-item\">\n                    <div class=\"legend-box cell-none\">&mdash;<\/div>\n                    <span>Not Required \/ Minimal<\/span>\n                <\/div>\n                <div class=\"legend-item\">\n                    <div class=\"legend-box cell-low\">L<\/div>\n                    <span>Occasional \/ Light<\/span>\n                <\/div>\n                <div class=\"legend-item\">\n                    <div class=\"legend-box cell-med\">M<\/div>\n                    <span>Moderate \/ Regular<\/span>\n                <\/div>\n                <div class=\"legend-item\">\n                    <div class=\"legend-box cell-high\">H<\/div>\n                    <span>Frequent \/ Heavy<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"filters\">\n            <h2>Filter by your abilities<\/h2>\n            <p>Select essential physical functions you want to <strong>avoid or minimize<\/strong>. Positions that rely heavily on those functions will be hidden.<\/p>\n            \n            <div class=\"filter-group\">\n                <label>Maximum Lifting Capacity:<\/label>\n                <div class=\"filter-options\">\n                    <button class=\"filter-btn\" data-filter=\"lift\" data-value=\"25\">Up to 25 lbs<\/button>\n                    <button class=\"filter-btn\" data-filter=\"lift\" data-value=\"40\">Up to 40 lbs<\/button>\n                    <button class=\"filter-btn\" data-filter=\"lift\" data-value=\"50\">Up to 50 lbs<\/button>\n                    <button class=\"filter-btn\" data-filter=\"lift\" data-value=\"75\">Up to 75 lbs<\/button>\n                <\/div>\n            <\/div>\n            \n            <div class=\"filter-group\">\n                <label>Limit roles requiring:<\/label>\n                <div class=\"filter-options\">\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"standing\">Extended Standing<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"walking\">Frequent Walking<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"climbing\">Climbing\/Heights<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"bending\">Bending\/Kneeling<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"finemotor\">Fine Motor Skills<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"balance\">Balance\/Coordination<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"vocal\">Vocal Projection<\/button>\n                    <button class=\"filter-btn\" data-filter=\"avoid\" data-value=\"hearing\">Noisy Environments<\/button>\n                <\/div>\n            <\/div>\n            \n            <div class=\"filter-group\">\n                <label>Prefer roles that are:<\/label>\n                <div class=\"filter-options\">\n                    <button class=\"filter-btn\" data-filter=\"prefer\" data-value=\"seated\">Primarily Seated<\/button>\n                    <button class=\"filter-btn\" data-filter=\"prefer\" data-value=\"office\">Office-Based<\/button>\n                <\/div>\n            <\/div>\n            \n            <button class=\"reset-btn\" onclick=\"resetFilters()\">Reset All Filters<\/button>\n        <\/div>\n        \n        <p class=\"results-count\"><span id=\"count\">22<\/span> of 22 roles shown<\/p>\n        \n        <div class=\"table-wrapper\">\n            <table id=\"matrix\">\n                <thead>\n                    <tr>\n                        <th>Role<\/th>\n                        <th><div class=\"header-text\">Max Lifting (lbs)<\/div><\/th>\n                        <th><div class=\"header-text\">Standing<\/div><\/th>\n                        <th><div class=\"header-text\">Walking<\/div><\/th>\n                        <th><div class=\"header-text\">Sitting<\/div><\/th>\n                        <th><div class=\"header-text\">Climbing\/Heights<\/div><\/th>\n                        <th><div class=\"header-text\">Bending\/Kneeling<\/div><\/th>\n                        <th><div class=\"header-text\">Fine Motor<\/div><\/th>\n                        <th><div class=\"header-text\">Balance\/Coord.<\/div><\/th>\n                        <th><div class=\"header-text\">Vocal Demands<\/div><\/th>\n                        <th><div class=\"header-text\">Noisy Environ.<\/div><\/th>\n                        <th><div class=\"header-text\">Visual Acuity<\/div><\/th>\n                        <th><div class=\"header-text\">Irregular Hours<\/div><\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <!-- COSTUMES\/WARDROBE -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Costumes\/Wardrobe<\/td><\/tr>\n                    \n                    <tr data-lift=\"40\" data-standing=\"2\" data-walking=\"2\" data-climbing=\"0\" data-bending=\"1\" data-finemotor=\"3\" data-balance=\"0\" data-vocal=\"1\" data-hearing=\"1\" data-seated=\"2\">\n                        <td>Assistant to the Costume Designer<span class=\"role-desc\">Costume construction support<\/span><\/td>\n                        <td><span class=\"cell cell-med\">40<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"2\" data-walking=\"1\" data-climbing=\"0\" data-bending=\"1\" data-finemotor=\"3\" data-balance=\"0\" data-vocal=\"1\" data-hearing=\"1\" data-seated=\"2\">\n                        <td>Make-Up Crew<span class=\"role-desc\">Makeup application<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"40\" data-standing=\"2\" data-walking=\"1\" data-climbing=\"1\" data-bending=\"2\" data-finemotor=\"3\" data-balance=\"0\" data-vocal=\"0\" data-hearing=\"0\" data-seated=\"2\">\n                        <td>Stitcher<span class=\"role-desc\">Sewing and alterations<\/span><\/td>\n                        <td><span class=\"cell cell-med\">40<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"40\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"1\" data-bending=\"3\" data-finemotor=\"3\" data-balance=\"0\" data-vocal=\"1\" data-hearing=\"2\" data-seated=\"0\">\n                        <td>Wardrobe Supervisor \/ Dresser<span class=\"role-desc\">Backstage costume changes<\/span><\/td>\n                        <td><span class=\"cell cell-med\">40<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- DECK CREW -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Deck Crew<\/td><\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"3\" data-walking=\"2\" data-climbing=\"2\" data-bending=\"2\" data-finemotor=\"2\" data-balance=\"1\" data-vocal=\"1\" data-hearing=\"2\" data-seated=\"0\">\n                        <td>Fly Crew<span class=\"role-desc\">Rigging and fly system operation<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"0\" data-bending=\"1\" data-finemotor=\"2\" data-balance=\"0\" data-vocal=\"2\" data-hearing=\"3\" data-seated=\"1\">\n                        <td>Run Crew<span class=\"role-desc\">Backstage scene changes<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- DIRECTION, MUSIC, DANCE, RESEARCH -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Direction, Music, Dance, Research<\/td><\/tr>\n                    \n                    <tr data-lift=\"0\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"0\" data-bending=\"3\" data-finemotor=\"0\" data-balance=\"3\" data-vocal=\"2\" data-hearing=\"2\" data-seated=\"0\">\n                        <td>Assistant to the Choreographer<span class=\"role-desc\">Movement demonstration, teaching<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"30\" data-standing=\"2\" data-walking=\"2\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"2\" data-balance=\"0\" data-vocal=\"2\" data-hearing=\"2\" data-seated=\"2\">\n                        <td>Assistant to the Director<span class=\"role-desc\">Office and rehearsal support<\/span><\/td>\n                        <td><span class=\"cell cell-low\">30<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"2\" data-walking=\"2\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"3\" data-balance=\"0\" data-vocal=\"1\" data-hearing=\"3\" data-seated=\"2\">\n                        <td>Assistant to the Music Director<span class=\"role-desc\">Rehearsal support, score work<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"2\" data-walking=\"2\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"2\" data-balance=\"0\" data-vocal=\"2\" data-hearing=\"1\" data-seated=\"2\">\n                        <td>Dramaturg<span class=\"role-desc\">Research, writing, presentations<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- LIGHTING -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Lighting<\/td><\/tr>\n                    \n                    <tr data-lift=\"75\" data-standing=\"2\" data-walking=\"1\" data-climbing=\"3\" data-bending=\"1\" data-finemotor=\"2\" data-balance=\"3\" data-vocal=\"1\" data-hearing=\"1\" data-seated=\"0\">\n                        <td>Fly Crew<span class=\"role-desc\">Rigging and fly system operation<\/span><\/td>\n                        <td><span class=\"cell cell-high\">75<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"1\" data-walking=\"1\" data-climbing=\"3\" data-bending=\"0\" data-finemotor=\"3\" data-balance=\"3\" data-vocal=\"0\" data-hearing=\"1\" data-seated=\"2\">\n                        <td>Followspot Operator<span class=\"role-desc\">Spotlight operation<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"1\" data-walking=\"1\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"3\" data-balance=\"0\" data-vocal=\"0\" data-hearing=\"1\" data-seated=\"3\">\n                        <td>Lightboard Operator<span class=\"role-desc\">Console operation during shows<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"3\" data-walking=\"2\" data-climbing=\"3\" data-bending=\"2\" data-finemotor=\"3\" data-balance=\"2\" data-vocal=\"1\" data-hearing=\"1\" data-seated=\"0\">\n                        <td>Lighting Designer Asst \/ Electricians \/ SFX<span class=\"role-desc\">Lighting hang and focus<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- MANAGEMENT\/FRONT OF HOUSE -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Management\/Front of House<\/td><\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"1\" data-walking=\"1\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"2\" data-balance=\"0\" data-vocal=\"1\" data-hearing=\"1\" data-seated=\"3\">\n                        <td>Box Office Practicums<span class=\"role-desc\">Ticket sales, customer service<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"40\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"0\" data-balance=\"0\" data-vocal=\"2\" data-hearing=\"2\" data-seated=\"0\">\n                        <td>House Manager \/ Usher Team<span class=\"role-desc\">House Mgr, Asst, Head Usher, Usher, Merch<\/span><\/td>\n                        <td><span class=\"cell cell-med\">40<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"25\" data-standing=\"1\" data-walking=\"1\" data-climbing=\"0\" data-bending=\"0\" data-finemotor=\"2\" data-balance=\"0\" data-vocal=\"1\" data-hearing=\"0\" data-seated=\"3\">\n                        <td>Management Practicums<span class=\"role-desc\">Administrative support<\/span><\/td>\n                        <td><span class=\"cell cell-low\">25<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- PERFORMANCE -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Performance<\/td><\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"0\" data-bending=\"3\" data-finemotor=\"1\" data-balance=\"2\" data-vocal=\"3\" data-hearing=\"2\" data-seated=\"0\">\n                        <td>Actor<span class=\"role-desc\">On-stage performance<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- SCENIC -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Scenic<\/td><\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"3\" data-walking=\"2\" data-climbing=\"2\" data-bending=\"3\" data-finemotor=\"3\" data-balance=\"2\" data-vocal=\"0\" data-hearing=\"1\" data-seated=\"0\">\n                        <td>Scene Painter<span class=\"role-desc\">Painting and finishing<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <tr data-lift=\"75\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"2\" data-bending=\"3\" data-finemotor=\"2\" data-balance=\"2\" data-vocal=\"1\" data-hearing=\"1\" data-seated=\"0\">\n                        <td>Scenic Designer Asst \/ Carpenter \/ Props<span class=\"role-desc\">Set construction and props<\/span><\/td>\n                        <td><span class=\"cell cell-high\">75<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- SOUND -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Sound<\/td><\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"2\" data-walking=\"2\" data-climbing=\"3\" data-bending=\"2\" data-finemotor=\"2\" data-balance=\"2\" data-vocal=\"1\" data-hearing=\"3\" data-seated=\"1\">\n                        <td>Sound Designer \/ Engineer \/ A2<span class=\"role-desc\">Sound design and operation<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                    \n                    <!-- STAGE MANAGEMENT -->\n                    <tr class=\"category-header\"><td colspan=\"13\">Stage Management<\/td><\/tr>\n                    \n                    <tr data-lift=\"50\" data-standing=\"3\" data-walking=\"3\" data-climbing=\"0\" data-bending=\"1\" data-finemotor=\"2\" data-balance=\"0\" data-vocal=\"2\" data-hearing=\"3\" data-seated=\"1\">\n                        <td>Stage Manager \/ Assistant Stage Manager \/ Production Assistant<span class=\"role-desc\">Production coordination<\/span><\/td>\n                        <td><span class=\"cell cell-med\">50<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-low\">L<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-none\">&mdash;<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                        <td><span class=\"cell cell-med\">M<\/span><\/td>\n                        <td><span class=\"cell cell-high\">H<\/span><\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n        <\/div>\n        \n        <p class=\"print-note\">Tip: Use your browser&rsquo;s print function to save this as a PDF for offline reference.<\/p>\n    <\/div><script>\n        const filterState = {\n            lift: null,\n            avoid: [],\n            prefer: []\n        };\n        \n        document.querySelectorAll('.filter-btn').forEach(btn => {\n            btn.addEventListener('click', function() {\n                const filterType = this.dataset.filter;\n                const value = this.dataset.value;\n                \n                if (filterType === 'lift') {\n                    \/\/ Radio-style for lifting\n                    if (this.classList.contains('active')) {\n                        this.classList.remove('active');\n                        filterState.lift = null;\n                    } else {\n                        document.querySelectorAll('[data-filter=\"lift\"]').forEach(b => b.classList.remove('active'));\n                        this.classList.add('active');\n                        filterState.lift = parseInt(value);\n                    }\n                } else {\n                    \/\/ Toggle for avoid\/prefer\n                    this.classList.toggle('active');\n                    const arr = filterState[filterType];\n                    const idx = arr.indexOf(value);\n                    if (idx > -1) {\n                        arr.splice(idx, 1);\n                    } else {\n                        arr.push(value);\n                    }\n                }\n                \n                applyFilters();\n            });\n        });\n        \n        function applyFilters() {\n            const rows = document.querySelectorAll('tbody tr:not(.category-header)');\n            let shown = 0;\n            \n            rows.forEach(row => {\n                let hide = false;\n                \n                \/\/ Lifting filter\n                if (filterState.lift !== null) {\n                    const rowLift = parseInt(row.dataset.lift) || 0;\n                    if (rowLift > filterState.lift) {\n                        hide = true;\n                    }\n                }\n                \n                \/\/ Avoid filters\n                filterState.avoid.forEach(avoidItem => {\n                    const level = parseInt(row.dataset[avoidItem]) || 0;\n                    if (level >= 3) { \/\/ Hide if high demand\n                        hide = true;\n                    }\n                });\n                \n                \/\/ Prefer filters (show only matching)\n                if (filterState.prefer.includes('seated')) {\n                    const seatedLevel = parseInt(row.dataset.seated) || 0;\n                    if (seatedLevel < 2) {\n                        hide = true;\n                    }\n                }\n                \n                if (filterState.prefer.includes('office')) {\n                    const standingLevel = parseInt(row.dataset.standing) || 0;\n                    const climbingLevel = parseInt(row.dataset.climbing) || 0;\n                    if (standingLevel > 2 || climbingLevel > 0) {\n                        hide = true;\n                    }\n                }\n                \n                row.classList.toggle('hidden', hide);\n                if (!hide) shown++;\n            });\n            \n            document.getElementById('count').textContent = shown;\n        }\n        \n        function resetFilters() {\n            filterState.lift = null;\n            filterState.avoid = [];\n            filterState.prefer = [];\n            \n            document.querySelectorAll('.filter-btn').forEach(btn => {\n                btn.classList.remove('active');\n            });\n            \n            document.querySelectorAll('tbody tr').forEach(row => {\n                row.classList.remove('hidden');\n            });\n            \n            document.getElementById('count').textContent = '22';\n        }\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>Essential Job Functions &amp; Requirements Essential Job Functions &amp; Requirements Find the right practicum positions based on your physical abilities How to use this guide This matrix shows the essential physical functions of each practicum positions. Use the filters below to hide positions that don&rsquo;t align with your abilities, or scan the table to compare [&hellip;]<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":55991,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-68145","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Physical Requirements for THEA390: Theatre Practicum - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Physical Requirements for THEA390: Theatre Practicum\" \/>\n<meta property=\"og:description\" content=\"Essential Job Functions &amp; Requirements Essential Job Functions &amp; Requirements Find the right practicum positions based on your physical abilities How to use this guide This matrix shows the essential physical functions of each practicum positions. Use the filters below to hide positions that don&rsquo;t align with your abilities, or scan the table to compare [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-15T18:33:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/physical-requirements-for-thea390-theatre-practicum\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/physical-requirements-for-thea390-theatre-practicum\\\/\",\"name\":\"Physical Requirements for THEA390: Theatre Practicum - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"datePublished\":\"2026-07-14T20:28:24+00:00\",\"dateModified\":\"2026-07-15T18:33:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/physical-requirements-for-thea390-theatre-practicum\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/physical-requirements-for-thea390-theatre-practicum\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/physical-requirements-for-thea390-theatre-practicum\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About the Department\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Department Publications &#038; Forms\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Physical Requirements for THEA390: Theatre Practicum\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Physical Requirements for THEA390: Theatre Practicum - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/","og_locale":"en_US","og_type":"article","og_title":"Physical Requirements for THEA390: Theatre Practicum","og_description":"Essential Job Functions &amp; Requirements Essential Job Functions &amp; Requirements Find the right practicum positions based on your physical abilities How to use this guide This matrix shows the essential physical functions of each practicum positions. Use the filters below to hide positions that don&rsquo;t align with your abilities, or scan the table to compare [&hellip;]","og_url":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-07-15T18:33:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/","url":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/","name":"Physical Requirements for THEA390: Theatre Practicum - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"datePublished":"2026-07-14T20:28:24+00:00","dateModified":"2026-07-15T18:33:08+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/physical-requirements-for-thea390-theatre-practicum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"About the Department","item":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/"},{"@type":"ListItem","position":3,"name":"Department Publications &#038; Forms","item":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/"},{"@type":"ListItem","position":4,"name":"Physical Requirements for THEA390: Theatre Practicum"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/68145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=68145"}],"version-history":[{"count":4,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/68145\/revisions"}],"predecessor-version":[{"id":68151,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/68145\/revisions\/68151"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/55991"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=68145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67942,"date":"2026-02-22T21:40:12","date_gmt":"2026-02-23T02:40:12","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67942"},"modified":"2026-02-24T09:33:48","modified_gmt":"2026-02-24T14:33:48","slug":"stage-management","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/","title":{"rendered":"Stage Management"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><h2 class=\"wp-block-heading\" id=\"h-bachelor-of-fine-arts-stage-management\">Bachelor of Fine Arts&mdash;Stage Management<\/h2><h3 class=\"wp-block-heading\" id=\"h-for-all-bfa-degree-programs\"><strong>For all BFA Degree Programs<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Visit the <a href=\"https:\/\/www.umw.edu\/admissions\/apply\/\" type=\"link\" id=\"https:\/\/www.umw.edu\/admissions\/apply\/\">Admissions Page<\/a> and complete an application for admission to the University of Mary Washington.<\/li>\n\n\n\n<li>Prospective Bachelor of Fine Arts students may provide the additional materials listed below in one of three ways:\n<ul class=\"wp-block-list\">\n<li>In person, by scheduling a campus visit.<\/li>\n\n\n\n<li>In person, at a regional event (Virginia Theatre Association, Virginia Thespian Festival, USITT, Pittsburgh Unified, MARCAS, SETC, etc.).<\/li>\n\n\n\n<li>Online, by submitting links, videos, and files through our <a href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\" type=\"link\" id=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\">BFA Materials Submission Form<\/a><strong>.<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-for-the-bfa-in-stage-management\"><strong>For the BFA in Stage Management<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Current resume that highlights all creative activities.<\/li>\n\n\n\n<li>A personal statement explaining why you seek a career in this field and what you hope to gain from your college experience. This can be a written statement of 1-2 pages or a video of 1-2 minutes.<\/li>\n\n\n\n<li>A portfolio that highlights your process as a stage manager. While we are interested in the final product, we are especially eager to learn about the path leading to that product. Your portfolio may include script analyses, rehearsal reports, run lists, tracking documents, several consecutive pages from a prompt book, and anything else that will help us understand how you approach your work.<\/li>\n<\/ul><div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div><div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\">BFA Materials Submission Form<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div><div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:64.13886%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67957\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67957\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:35.86114%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/UMWBackstage-11-small.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/UMWBackstage-11-small.jpg?strip=info&amp;w=864 864w\" alt=\"\" data-height=\"576\" data-id=\"67958\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67958\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/UMWBackstage-11-small.jpg\" data-width=\"864\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/UMWBackstage-11-small.jpg\" data-amp-layout=\"responsive\"><\/figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1534\" data-id=\"67943\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67943\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg\" data-width=\"2300\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1531-1024x683.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:100.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1534\" data-id=\"67944\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67944\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg\" data-width=\"2300\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/250203_umw_theatre-1600-1024x683.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bachelor of Fine Arts&mdash;Stage ManagementFor all BFA Degree ProgramsFor the BFA in Stage Management<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":67916,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67942","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Stage Management - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Stage Management\" \/>\n<meta property=\"og:description\" content=\"Bachelor of Fine Arts&mdash;Stage ManagementFor all BFA Degree ProgramsFor the BFA in Stage Management\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T14:33:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/\",\"name\":\"Stage Management - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/IMG_1130-1024x768.jpg\",\"datePublished\":\"2026-02-23T02:40:12+00:00\",\"dateModified\":\"2026-02-24T14:33:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/IMG_1130-1024x768.jpg\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/IMG_1130-1024x768.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/stage-management\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BFA\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Stage Management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Stage Management - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/","og_locale":"en_US","og_type":"article","og_title":"Stage Management","og_description":"Bachelor of Fine Arts&mdash;Stage ManagementFor all BFA Degree ProgramsFor the BFA in Stage Management","og_url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-02-24T14:33:48+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/","url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/","name":"Stage Management - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/#primaryimage"},"image":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg","datePublished":"2026-02-23T02:40:12+00:00","dateModified":"2026-02-24T14:33:48+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/#primaryimage","url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg","contentUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_1130-1024x768.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/stage-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Home","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":3,"name":"BFA","item":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/"},{"@type":"ListItem","position":4,"name":"Stage Management"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67942","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67942"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67942\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67916"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67942"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67937,"date":"2026-02-22T21:39:26","date_gmt":"2026-02-23T02:39:26","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67937"},"modified":"2026-02-24T09:28:29","modified_gmt":"2026-02-24T14:28:29","slug":"musical-theatre","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/","title":{"rendered":"Musical Theatre"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><h2 class=\"wp-block-heading\" id=\"h-bachelor-of-fine-arts-musical-theatre\">Bachelor of Fine Arts&mdash;Musical Theatre<\/h2><h3 class=\"wp-block-heading\" id=\"h-for-all-bfa-degree-programs\"><strong>For all BFA Degree Programs<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Visit the <a href=\"https:\/\/www.umw.edu\/admissions\/apply\/\" type=\"link\" id=\"https:\/\/www.umw.edu\/admissions\/apply\/\">Admissions Page<\/a> and complete an application for admission to the University of Mary Washington.<\/li>\n\n\n\n<li>Prospective Bachelor of Fine Arts students may provide the additional materials listed below in one of three ways:\n<ul class=\"wp-block-list\">\n<li>In person, by scheduling a campus visit.<\/li>\n\n\n\n<li>In person, at a regional event (Virginia Theatre Association, Virginia Thespian Festival, USITT, Pittsburgh Unified, MARCAS, SETC, etc.).<\/li>\n\n\n\n<li>Online, by submitting links, videos, and files through our <a href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\" type=\"link\" id=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\">BFA Materials Submission Form<\/a><strong>.<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-for-the-bfa-in-musical-theatre\"><strong>For the BFA in Musical Theatre<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Current resume that highlights all creative activities.<\/li>\n\n\n\n<li>Current headshot.<\/li>\n\n\n\n<li>A 60-90 second selection of one musical theatre song from any period and one additional 60-90 second song that contrasts the first song. This second song can be from any period or any genre; a second musical theatre song is permitted. You may submit the two songs as a single video or as two separate videos. You may include a slate in this video or submit a separate slate video (see below).<\/li>\n\n\n\n<li>One monologue from a published play written by a professional writer. We recommend 60-90 seconds of material. You may include a slate in this video* or submit a separate slate video (see below).<\/li>\n\n\n\n<li>Optional: a video* featuring your best version of movement or dance about 60-90 seconds in length.<\/li>\n\n\n\n<li>Optional: a slate video of ~10 seconds in which you state your name and the titles of the pieces included in the required videos above.<\/li>\n<\/ul><p class=\"wp-block-paragraph\">*Please submit a link to your video(s) rather than uploading video files. Include your name in the video description or file name so we can easily identify you. If your link is password-protected, please include the password in the text box at the bottom of the submission page labeled &ldquo;What should we know that we haven&rsquo;t already asked?&rdquo;<\/p><div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25\"><a class=\"wp-block-button__link wp-element-button\">BFA Materials Submission Form<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div><div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div><div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:32.20649%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg?strip=info&amp;w=800 800w\" alt=\"\" data-height=\"1059\" data-id=\"67948\" data-link=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/funhome-12-800px\/\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg\" data-width=\"800\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:39.36710%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png?strip=info&amp;w=1663 1663w\" alt=\"\" data-height=\"1800\" data-id=\"67986\" data-link=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/peterandthestarcatcher-1\/\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png\" data-width=\"1663\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/PeterAndTheStarcatcher-1-946x1024.png\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:28.42640%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/TheRockyHorrorPictureShow-33-copy-682x1024.png?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/TheRockyHorrorPictureShow-33-copy-682x1024.png?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/TheRockyHorrorPictureShow-33-copy-682x1024.png?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/TheRockyHorrorPictureShow-33-copy-682x1024.png?strip=info&amp;w=1333 1333w\" alt=\"\" data-height=\"2000\" data-id=\"67985\" data-link=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/_therockyhorrorpictureshow-33-copy\/\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/TheRockyHorrorPictureShow-33-copy-682x1024.png\" data-width=\"1333\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/TheRockyHorrorPictureShow-33-copy-682x1024.png\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:50.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-57-682x1024.png?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-57-682x1024.png?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-57-682x1024.png?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-57-682x1024.png?strip=info&amp;w=1333&amp;ssl=1 1333w\" alt=\"\" data-height=\"2000\" data-id=\"67987\" data-link=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/the25thannualputnamspellingbee-57\/\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-57-682x1024.png\" data-width=\"1333\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-57-682x1024.png?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:50.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/aMatilda-315-1-682x1024.png?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/aMatilda-315-1-682x1024.png?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/aMatilda-315-1-682x1024.png?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/aMatilda-315-1-682x1024.png?strip=info&amp;w=1333&amp;ssl=1 1333w\" alt=\"\" data-height=\"2000\" data-id=\"67989\" data-link=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/amatilda-315-2\/\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/aMatilda-315-1-682x1024.png\" data-width=\"1333\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/aMatilda-315-1-682x1024.png?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><\/div><\/div><\/div><p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Bachelor of Fine Arts&mdash;Musical TheatreFor all BFA Degree ProgramsFor the BFA in Musical Theatre*Please submit a link to your video(s) rather than uploading video files. Include your name in the video description or file name so we can easily identify you. If your link is password-protected, please include the password in the text box at [&hellip;]<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":67916,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67937","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Musical Theatre - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Musical Theatre\" \/>\n<meta property=\"og:description\" content=\"Bachelor of Fine Arts&mdash;Musical TheatreFor all BFA Degree ProgramsFor the BFA in Musical Theatre*Please submit a link to your video(s) rather than uploading video files. Include your name in the video description or file name so we can easily identify you. If your link is password-protected, please include the password in the text box at [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T14:28:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/\",\"name\":\"Musical Theatre - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/FunHome-12-800px-774x1024.jpg\",\"datePublished\":\"2026-02-23T02:39:26+00:00\",\"dateModified\":\"2026-02-24T14:28:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/FunHome-12-800px-774x1024.jpg\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/FunHome-12-800px-774x1024.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/musical-theatre\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BFA\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Musical Theatre\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Musical Theatre - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/","og_locale":"en_US","og_type":"article","og_title":"Musical Theatre","og_description":"Bachelor of Fine Arts&mdash;Musical TheatreFor all BFA Degree ProgramsFor the BFA in Musical Theatre*Please submit a link to your video(s) rather than uploading video files. Include your name in the video description or file name so we can easily identify you. If your link is password-protected, please include the password in the text box at [&hellip;]","og_url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-02-24T14:28:29+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/","url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/","name":"Musical Theatre - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/#primaryimage"},"image":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg","datePublished":"2026-02-23T02:39:26+00:00","dateModified":"2026-02-24T14:28:29+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/#primaryimage","url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg","contentUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/FunHome-12-800px-774x1024.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/musical-theatre\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Home","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":3,"name":"BFA","item":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/"},{"@type":"ListItem","position":4,"name":"Musical Theatre"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67937","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67937"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67937\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67916"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67937"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67938,"date":"2026-02-22T21:39:09","date_gmt":"2026-02-23T02:39:09","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67938"},"modified":"2026-02-24T09:25:45","modified_gmt":"2026-02-24T14:25:45","slug":"design-technology","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/","title":{"rendered":"Design &amp; Technology"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><h2 class=\"wp-block-heading\" id=\"h-bachelor-of-fine-arts-design-amp-technology\">Bachelor of Fine Arts&mdash;Design &amp; Technology<\/h2><h3 class=\"wp-block-heading\" id=\"h-for-all-bfa-degree-programs\"><strong>For all BFA Degree Programs<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Visit the <a href=\"https:\/\/www.umw.edu\/admissions\/apply\/\" type=\"link\" id=\"https:\/\/www.umw.edu\/admissions\/apply\/\">Admissions Page<\/a> and complete an application for admission to the University of Mary Washington.<\/li>\n\n\n\n<li>Prospective Bachelor of Fine Arts students may provide the additional materials listed below in one of three ways:\n<ul class=\"wp-block-list\">\n<li>In person, by scheduling a campus visit.<\/li>\n\n\n\n<li>In person, at a regional event (Virginia Theatre Association, Virginia Thespian Festival, USITT, Pittsburgh Unified, MARCAS, SETC, etc.).<\/li>\n\n\n\n<li>Online, by submitting links, videos, and files through our <a href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\" type=\"link\" id=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\">BFA Materials Submission Form<\/a><strong>.<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-for-the-bfa-in-design-and-technology\"><strong>For the BFA in Design and Technology<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Current resume that highlights all creative activities.<\/li>\n\n\n\n<li>A personal statement explaining why you seek a career in this field and what you hope to gain from your college experience. This can be a written statement of 1-2 pages or a video of 1-2 minutes.<\/li>\n\n\n\n<li>A portfolio that highlights your process as a designer and\/or technician. While we are interested in the final product, we are especially eager to learn about the path leading to that product. Your portfolio may include sketches, research, script analyses, technical drawings, renderings, photos, and anything else that will help us understand how you approach your work.<\/li>\n<\/ul><div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div><div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\" style=\"border-radius:0px\">BFA Materials Submission Form<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div><div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:65.50997%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67951\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67951\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:34.49003%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67939\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67939\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0323-1024x768.jpg\" data-amp-layout=\"responsive\"><\/figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1334\" data-id=\"67956\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67956\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png\" data-width=\"2000\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/Izzy-and-Michael-1024x683.png?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:25.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67953\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67953\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_3477-1024x768.jpeg?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:25.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67941\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67941\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_7985-1024x768.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:25.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg?strip=info&amp;w=600 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg?strip=info&amp;w=900 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg?strip=info&amp;w=1200 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg?strip=info&amp;w=1500 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg?strip=info&amp;w=1800 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg?strip=info&amp;w=2000 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67940\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67940\" data-url=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0416-1024x768.jpg\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:25.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1920\" data-id=\"67955\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67955\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg\" data-width=\"2560\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0405-2-1-1024x768.jpg?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bachelor of Fine Arts&mdash;Design &amp; TechnologyFor all BFA Degree ProgramsFor the BFA in Design and Technology<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":67916,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67938","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Design &amp; Technology - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Design &amp; Technology\" \/>\n<meta property=\"og:description\" content=\"Bachelor of Fine Arts&mdash;Design &amp; TechnologyFor all BFA Degree ProgramsFor the BFA in Design and Technology\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T14:25:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/\",\"name\":\"Design &amp; Technology - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/IMG_0302-1024x768.jpg\",\"datePublished\":\"2026-02-23T02:39:09+00:00\",\"dateModified\":\"2026-02-24T14:25:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/IMG_0302-1024x768.jpg\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/IMG_0302-1024x768.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/design-technology\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BFA\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Design &amp; Technology\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Design &amp; Technology - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/","og_locale":"en_US","og_type":"article","og_title":"Design &amp; Technology","og_description":"Bachelor of Fine Arts&mdash;Design &amp; TechnologyFor all BFA Degree ProgramsFor the BFA in Design and Technology","og_url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-02-24T14:25:45+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/","url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/","name":"Design &amp; Technology - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/#primaryimage"},"image":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg","datePublished":"2026-02-23T02:39:09+00:00","dateModified":"2026-02-24T14:25:45+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/#primaryimage","url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg","contentUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0302-1024x768.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/design-technology\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Home","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":3,"name":"BFA","item":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/"},{"@type":"ListItem","position":4,"name":"Design &amp; Technology"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67938","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67938"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67938\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67916"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67935,"date":"2026-02-22T21:38:28","date_gmt":"2026-02-23T02:38:28","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67935"},"modified":"2026-02-24T09:27:56","modified_gmt":"2026-02-24T14:27:56","slug":"acting","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/","title":{"rendered":"Acting"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><h2 class=\"wp-block-heading\" id=\"h-bachelor-of-fine-arts-acting\">Bachelor of Fine Arts&mdash;Acting<\/h2><h3 class=\"wp-block-heading\" id=\"h-for-all-bfa-degree-programs\"><strong>For all BFA Degree Programs<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Visit the <a href=\"https:\/\/www.umw.edu\/admissions\/apply\/\" type=\"link\" id=\"https:\/\/www.umw.edu\/admissions\/apply\/\">Admissions Page<\/a> and complete an application for admission to the University of Mary Washington.<\/li>\n\n\n\n<li>Prospective Bachelor of Fine Arts students may provide the additional materials listed below in one of three ways:<ul><li>In person, by scheduling a campus visit.<\/li><\/ul>\n<ul class=\"wp-block-list\">\n<li>In person, at a regional event (Virginia Theatre Association, Virginia Thespian Festival, USITT, Pittsburgh Unified, MARCAS, SETC, etc.).<\/li>\n\n\n\n<li>Online, by submitting links, videos, and files through our <a href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\" type=\"link\" id=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\">BFA Materials Submission Form<\/a><strong>.<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul><h3 class=\"wp-block-heading\" id=\"h-for-the-bfa-in-acting\"><strong>For the BFA in Acting<\/strong><\/h3><ul class=\"wp-block-list\">\n<li>Current resume that highlights all creative activities.<\/li>\n\n\n\n<li>Current headshot.<\/li>\n\n\n\n<li>A 60-90 second monologue from a published play or written by a professional writer, and a contrasting 60-90 second monologue from a play featuring heightened language. We invite you to interpret &ldquo;heightened language&rdquo; broadly. You may submit the two monologues as a single video* or as two separate videos.<\/li>\n\n\n\n<li>Optional: a slate video of ~10 seconds in which you state your name and the titles of the pieces included in the required videos above.<br><\/li>\n<\/ul><p class=\"wp-block-paragraph\">*Please submit a link to your video file(s) rather than uploading video files. Include your name in the video description so we can easily identify you. If your link is password-protected, please include the password in the text box at the bottom of the submission page labeled &ldquo;What should we know that we haven&rsquo;t already asked?&rdquo;<\/p><div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-25\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/admissions.umw.edu\/register\/?id=06b9fb42-d6b3-4486-a602-dfbe2a2fa841\">BFA Materials Submission Form<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div><div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:57.04928%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?strip=info&amp;w=1365&amp;ssl=1 1365w\" alt=\"\" data-height=\"2048\" data-id=\"67961\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67961\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg\" data-width=\"1365\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><div class=\"tiled-gallery__col\" style=\"flex-basis:42.95072%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1365\" data-id=\"67960\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67960\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg\" data-width=\"2048\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567715283_7326c1069b_k-1024x683.jpg?ssl=1\" data-amp-layout=\"responsive\"><\/figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1365\" data-id=\"67963\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67963\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg\" data-width=\"2048\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54566319667_fdade8dc37_k-1024x683.jpg?ssl=1\" data-amp-layout=\"responsive\"><\/figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1313\" data-id=\"67964\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67964\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg\" data-width=\"2047\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54567545186_c7d2bbd390_k-1-1024x657.jpg?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:100.00000%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?strip=info&amp;w=600&amp;ssl=1 600w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?strip=info&amp;w=900&amp;ssl=1 900w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?strip=info&amp;w=1200&amp;ssl=1 1200w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?strip=info&amp;w=1500&amp;ssl=1 1500w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?strip=info&amp;w=1800&amp;ssl=1 1800w,https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?strip=info&amp;w=2000&amp;ssl=1 2000w\" alt=\"\" data-height=\"1333\" data-id=\"67965\" data-link=\"https:\/\/cas.umw.edu\/theatre\/?attachment_id=67965\" data-url=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png\" data-width=\"2000\" src=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/HandToGod-20-1024x682.png?ssl=1\" data-amp-layout=\"responsive\"><\/figure><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bachelor of Fine Arts&mdash;ActingFor all BFA Degree ProgramsFor the BFA in Acting*Please submit a link to your video file(s) rather than uploading video files. Include your name in the video description so we can easily identify you. If your link is password-protected, please include the password in the text box at the bottom of the [&hellip;]<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":67916,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67935","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Acting - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Acting\" \/>\n<meta property=\"og:description\" content=\"Bachelor of Fine Arts&mdash;ActingFor all BFA Degree ProgramsFor the BFA in Acting*Please submit a link to your video file(s) rather than uploading video files. Include your name in the video description so we can easily identify you. If your link is password-protected, please include the password in the text box at the bottom of the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-24T14:27:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/\",\"name\":\"Acting - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1\",\"datePublished\":\"2026-02-23T02:38:28+00:00\",\"dateModified\":\"2026-02-24T14:27:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/acting\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BFA\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Acting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Acting - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/","og_locale":"en_US","og_type":"article","og_title":"Acting","og_description":"Bachelor of Fine Arts&mdash;ActingFor all BFA Degree ProgramsFor the BFA in Acting*Please submit a link to your video file(s) rather than uploading video files. Include your name in the video description so we can easily identify you. If your link is password-protected, please include the password in the text box at the bottom of the [&hellip;]","og_url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-02-24T14:27:56+00:00","og_image":[{"url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/","url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/","name":"Acting - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/#primaryimage"},"image":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1","datePublished":"2026-02-23T02:38:28+00:00","dateModified":"2026-02-24T14:27:56+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/#primaryimage","url":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1","contentUrl":"https:\/\/i0.wp.com\/cas.umw.edu\/theatre\/files\/2026\/02\/54569277093_fcd711bedf_k-683x1024.jpg?ssl=1"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/acting\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Home","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":3,"name":"BFA","item":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/"},{"@type":"ListItem","position":4,"name":"Acting"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67935","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67935"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67935\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67916"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67935"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67916,"date":"2026-02-22T15:35:51","date_gmt":"2026-02-22T20:35:51","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67916"},"modified":"2026-05-18T13:11:57","modified_gmt":"2026-05-18T17:11:57","slug":"bfa","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/","title":{"rendered":"BFA"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><section class=\"wp-block-umw-hero umw-custom-block alignfull umw-hero umw-hero--white umw-hero--with-media umw-hero--with-no-content\"><div class=\"umw-hero__inner\"><div class=\"umw-hero__media\"><picture class=\"umw-hero__media__picture\"><source media=\"(min-width: 600px)\" data-index=\"0\" data-src=\"\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-scaled.jpg\" data-layout=\"desktop\" data-wp-id=\"67921\"><source media=\"(min-width: 600px)\" data-index=\"1\" data-src=\"\/theatre\/files\/2026\/02\/IMG_0411-scaled-e1771428159477.jpg\" data-layout=\"desktop\" data-wp-id=\"67926\"><source media=\"(min-width: 600px)\" data-index=\"2\" data-src=\"\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-scaled.jpg\" data-layout=\"desktop\" data-wp-id=\"67949\"><source media=\"(min-width: 600px)\" data-index=\"3\" data-src=\"\/theatre\/files\/2026\/02\/Matt-Carroll.png\" data-layout=\"desktop\" data-wp-id=\"67979\"><img decoding=\"async\" class=\"umw-hero__media__image\" src=\"\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-scaled.jpg\"><\/source><\/source><\/source><\/source><\/picture><\/div><div class=\"umw-hero__title\"><div class=\"container\"><div class=\"umw-hero__title__wrapper\"><div class=\"umw-hero__eyebrow\">Department of Theatre and Dance<\/div><h1 class=\"umw-hero__title__header\">Bachelor of Fine Arts<\/h1><\/div><\/div><\/div><\/div><\/section><h2 class=\"wp-block-heading umw-intro-title\" id=\"h-build-the-career-that-matters-to-you\">Build the career that matters to you.<\/h2><p class=\"has-text-align-left umw-intro-content wp-block-paragraph\">The new BFA in Performing Arts at UMW puts you inside real productions from day one &mdash; training with purpose, mentored by expert faculty, ready for the career you want.<\/p><h3 class=\"wp-block-heading has-text-align-left\" id=\"h-at-umw-theatre-we-believe-the-work-we-put-on-stage-has-the-power-to-change-the-world\">At UMW Theatre, we believe the work we put on stage has the power to change the world.<\/h3><p class=\"wp-block-paragraph\">Most programs teach you theatre. Ours trains you for a career in it. Our BFA is built around intensive, hands-on production work that builds a real portfolio, sharpens your craft, and gives you stories to tell in every audition room and interview.<\/p><p class=\"wp-block-paragraph\">Theatre has the power to change lives. We also know that belief only matters if you have the tools to be that change. You&rsquo;ll graduate ready to work &mdash; and ready to lead.<\/p><p class=\"wp-block-paragraph\">If you are interested in a BFA at the University of Mary Washington Department of Theatre and Dance, please find your area of interest below to learn about the requirements and to submit materials.<\/p><div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"2560\" src=\"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-scaled.jpg\" alt=\"The central figure is standing with a surprised expression, mouth open, wearing a purple and orange patterned sleeveless top, white ripped jeans, and red platform sandals. To her right, another woman sits on a high stool, smiling; she has bright red braided hair and is wearing a black graphic t-shirt and camouflage pants. On the left, a third woman stands wearing glasses, a striped top under a deep green cardigan, and black leggings.\" class=\"wp-image-67930\" srcset=\"\/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-scaled.jpg 2560w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-300x300.jpg 300w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-1024x1024.jpg 1024w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-150x150.jpg 150w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-768x768.jpg 768w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-1536x1536.jpg 1536w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-2048x2048.jpg 2048w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-1140x1140.jpg 1140w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-50x50.jpg 50w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/JohnProctorIsTheVillain-121-edited-75x75.jpg 75w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\"><\/a><figcaption class=\"wp-element-caption\"><strong>Craft characters and tell stories that resonate.<\/strong><br>Our Acting major blends classical technique with contemporary practice, giving students the tools to command the stage. Through scene study, voice and movement training, audition preparation, and extensive performance opportunities, actors develop the tools and confidence needed to thrive in a competitive field.<\/figcaption><\/figure>\n<\/div>\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/catalog.umw.edu\/undergraduate\/majors\/acting\/#planofstudytext\">Learn More<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-63375db1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cas.umw.edu\/theatre\/acting\">Applying for the Acting BFA<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-e1771427366213.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"793\" height=\"1024\" src=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-793x1024.jpg\" alt=\"A technical theatre student at the University of Mary Washington's Klein Theatre smiles while adjusting large black spotlights from a high lighting rig. The student wears a black t-shirt featuring the phrase \" class=\"wp-image-67920\" style=\"aspect-ratio:1;object-fit:cover\"><\/a><figcaption class=\"wp-element-caption\"><strong>Create worlds for the most important stories.<\/strong><br>In Design &amp; Technology, students explore scenic, lighting, costume, and sound design as well as technical production and backstage artistry. With state&#8209;of&#8209;the&#8209;art equipment and systems and mentorship from experienced faculty,&nbsp; our designers and technicians gain the practical experience and creative fluency essential to bringing stories to life.<\/figcaption><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/catalog.umw.edu\/undergraduate\/majors\/design-and-technology\/#planofstudytext\">Learn More<div class=\"arrow\"><\/div><\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cas.umw.edu\/theatre\/design-technology\/\">Applying for the Design &amp; Technology BFA<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><a href=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-1024x683.jpg\" alt=\"\" class=\"wp-image-67949\" style=\"aspect-ratio:1;object-fit:cover\" srcset=\"\/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-1024x683.jpg 1024w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-300x200.jpg 300w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-768x512.jpg 768w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-1536x1024.jpg 1536w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-2048x1365.jpg 2048w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-680x453.jpg 680w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/The25thAnnualPutnamSpellingBee-343-1140x760.jpg 1140w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\"><\/a><figcaption class=\"wp-element-caption\"><strong>Bring joy, truth, and power to every note.<\/strong><br>Musical Theatre students pursue integrated training in voice, acting, and dance, supported by individualized coaching and performance opportunities. From Sondheim to Pasek &amp; Paul,&nbsp; classics to cutting&#8209;edge new works, students build the versatility required to succeed across the full spectrum of musical theatre.<\/figcaption><\/figure>\n<\/div>\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/catalog.umw.edu\/undergraduate\/majors\/musical-theatre\/#planofstudytext\">Learn More<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cas.umw.edu\/theatre\/musical-theatre\/\">Applying for the Musical Theatre BFA<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:22px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\">\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"718\" height=\"1024\" src=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-718x1024.jpg\" alt=\"A theater student sits at a stage management console, smiling warmly while working on a production.\nThe student wears glasses, a black t-shirt with yellow graphic text, and a pair of large black headphones around their neck. They are holding a pencil, poised to make notes in a large, open white three-ring binder that appears to be a prompt book or script. The workspace is illuminated by two small, flexible gooseneck task lights in an otherwise dark theater setting.\" class=\"wp-image-67929\" style=\"aspect-ratio:1;object-fit:cover\" srcset=\"\/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-718x1024.jpg 718w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-210x300.jpg 210w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-768x1095.jpg 768w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-1078x1536.jpg 1078w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-1437x2048.jpg 1437w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-800x1140.jpg 800w, \/\/cas.umw.edu\/theatre\/files\/2026\/02\/IMG_0411-edited-scaled.jpg 1796w\" sizes=\"auto, (max-width: 718px) 100vw, 718px\"><\/a><figcaption class=\"wp-element-caption\"><strong>Lead as a part of the team from start to finish.<\/strong><br>Stage Management at UMW prepares students to lead with clarity, creativity, and professionalism. With comprehensive hands-on experience, students learn communication, scheduling, problem&#8209;solving, professional theatre protocols, and the collaborative leadership skills that make stage managers indispensable in theatre and beyond.<\/figcaption><\/figure>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/catalog.umw.edu\/undergraduate\/majors\/stage-management\/#planofstudytext\">Learn More<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/cas.umw.edu\/theatre\/stage-management\/\">Applying for the Stage Management BFA<div class=\"arrow\"><\/div><\/a><\/div>\n<\/div>\n<\/div>\n<\/div><p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Build the career that matters to you.The new BFA in Performing Arts at UMW puts you inside real productions from day one &mdash; training with purpose, mentored by expert faculty, ready for the career you want.At UMW Theatre, we believe the work we put on stage has the power to change the world.Most programs teach [&hellip;]<\/p>\n","protected":false},"author":5781,"featured_media":67920,"parent":9378,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67916","page","type-page","status-publish","has-post-thumbnail","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>BFA - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BFA\" \/>\n<meta property=\"og:description\" content=\"Build the career that matters to you.The new BFA in Performing Arts at UMW puts you inside real productions from day one &mdash; training with purpose, mentored by expert faculty, ready for the career you want.At UMW Theatre, we believe the work we put on stage has the power to change the world.Most programs teach [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-18T17:11:57+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-e1771427366213.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"844\" \/>\n\t<meta property=\"og:image:height\" content=\"598\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\",\"name\":\"BFA - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/Riley-Lighting-smaller-e1771427366213.jpg\",\"datePublished\":\"2026-02-22T20:35:51+00:00\",\"dateModified\":\"2026-05-18T17:11:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/Riley-Lighting-smaller-e1771427366213.jpg\",\"contentUrl\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/files\\\/2026\\\/02\\\/Riley-Lighting-smaller-e1771427366213.jpg\",\"width\":844,\"height\":598,\"caption\":\"University of Mary Washington Theatre and dance department February, 2025\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/about-the-department\\\/bfa\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"BFA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"BFA - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/","og_locale":"en_US","og_type":"article","og_title":"BFA","og_description":"Build the career that matters to you.The new BFA in Performing Arts at UMW puts you inside real productions from day one &mdash; training with purpose, mentored by expert faculty, ready for the career you want.At UMW Theatre, we believe the work we put on stage has the power to change the world.Most programs teach [&hellip;]","og_url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-05-18T17:11:57+00:00","og_image":[{"width":844,"height":598,"url":"http:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-e1771427366213.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/","url":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/","name":"BFA - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/#primaryimage"},"image":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/#primaryimage"},"thumbnailUrl":"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-e1771427366213.jpg","datePublished":"2026-02-22T20:35:51+00:00","dateModified":"2026-05-18T17:11:57+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/#primaryimage","url":"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-e1771427366213.jpg","contentUrl":"https:\/\/cas.umw.edu\/theatre\/files\/2026\/02\/Riley-Lighting-smaller-e1771427366213.jpg","width":844,"height":598,"caption":"University of Mary Washington Theatre and dance department February, 2025"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/about-the-department\/bfa\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Home","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":3,"name":"BFA"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67916","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67916"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67916\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/9378"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media\/67920"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67916"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67968,"date":"2026-02-20T10:50:51","date_gmt":"2026-02-20T15:50:51","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67968"},"modified":"2026-07-14T12:21:18","modified_gmt":"2026-07-14T16:21:18","slug":"propared","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/","title":{"rendered":"Propared"},"content":{"rendered":"","protected":true},"excerpt":{"rendered":"","protected":true},"author":5781,"featured_media":0,"parent":55991,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67968","page","type-page","status-publish","post-password-required","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Propared - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Propared\" \/>\n<meta property=\"og:description\" content=\"There is no excerpt because this is a protected post.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-14T16:21:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/propared\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/propared\\\/\",\"name\":\"Propared - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"datePublished\":\"2026-02-20T15:50:51+00:00\",\"dateModified\":\"2026-07-14T16:21:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/department-publications\\\/propared\\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Propared - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/","og_locale":"en_US","og_type":"article","og_title":"Propared","og_description":"There is no excerpt because this is a protected post.","og_url":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-07-14T16:21:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/","url":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/","name":"Propared - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"datePublished":"2026-02-20T15:50:51+00:00","dateModified":"2026-07-14T16:21:18+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/department-publications\/propared\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67968","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67968"}],"version-history":[{"count":1,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67968\/revisions"}],"predecessor-version":[{"id":68144,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67968\/revisions\/68144"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/55991"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67891,"date":"2026-01-08T16:09:19","date_gmt":"2026-01-08T21:09:19","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67891"},"modified":"2026-01-08T16:09:22","modified_gmt":"2026-01-08T21:09:22","slug":"theatre-course-offerings","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/current-students\/theatre-course-offerings\/","title":{"rendered":"Theatre Course Offerings"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5781,"featured_media":0,"parent":9379,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"https:\/\/cas.umw.edu\/theatre\/current-students\/theatre-course-offerings\/","_links_to_target":""},"class_list":["post-67891","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Theatre Course Offerings - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Theatre Course Offerings\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T21:09:22+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/prospective-students\\\/theatre-course-offerings\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/prospective-students\\\/theatre-course-offerings\\\/\",\"name\":\"Theatre Course Offerings - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"datePublished\":\"2026-01-08T21:09:19+00:00\",\"dateModified\":\"2026-01-08T21:09:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/prospective-students\\\/theatre-course-offerings\\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/prospective-students\\\/theatre-course-offerings\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Future Students\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/prospective-students\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Theatre Course Offerings\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Theatre Course Offerings - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/","og_locale":"en_US","og_type":"article","og_title":"Theatre Course Offerings","og_url":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-01-08T21:09:22+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/","url":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/","name":"Theatre Course Offerings - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"datePublished":"2026-01-08T21:09:19+00:00","dateModified":"2026-01-08T21:09:22+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/theatre-course-offerings\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Future Students","item":"https:\/\/cas.umw.edu\/theatre\/prospective-students\/"},{"@type":"ListItem","position":3,"name":"Theatre Course Offerings"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67891","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67891"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67891\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/9379"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67891"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67878,"date":"2025-11-13T10:16:11","date_gmt":"2025-11-13T15:16:11","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67878"},"modified":"2026-04-03T12:00:45","modified_gmt":"2026-04-03T16:00:45","slug":"sensory-friendly-performances","status":"publish","type":"page","link":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/","title":{"rendered":"Sensory-Friendly Performances"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><h2 class=\"wp-block-heading\" id=\"h-sensory-friendly-performances\">Sensory-Friendly Performances<\/h2><p class=\"wp-block-paragraph\">The November 14 matinee of <em>Dear Evan Hansen<\/em> will be a sensory-friendly performance designed to create a welcoming and comfortable arts experience for people with autism, sensory sensitivities, or other social, learning, or cognitive disabilities and their families and companions. Sound and lighting levels will be adjusted, and guests will be free to talk or leave their seats during the performance.<\/p><p class=\"wp-block-paragraph\">Please visit the following links for information specific to the production and sensor-friendly performances:<br>&bull; <a href=\"https:\/\/drive.google.com\/file\/d\/1EDH6IKvMVUR1RJ5zZvd9NbAWiexaPMT4\/view\">Klein Theatre Sensory Friendly FAQ<\/a><br>&bull; <a href=\"https:\/\/issuu.com\/umwpublications\/docs\/pre-visit_klein_theatre_59918827e51f3f\">Klein Theatre Pre-Visit Document<\/a><br>&bull; <a href=\"https:\/\/issuu.com\/umwpublications\/docs\/godspell_pre-visit\">Godspell Pre-Visit Document<\/a> (will be updated for Dear Evan Hansen closer to the performance)<\/p><figure class=\"wp-block-image size-large is-resized\"><a href=\"https:\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-scaled.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" src=\"https:\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-1024x768.jpg\" alt=\"\" class=\"wp-image-67879\" style=\"width:471px;height:auto\" srcset=\"\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-1024x768.jpg 1024w, \/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-300x225.jpg 300w, \/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-768x576.jpg 768w, \/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-1536x1152.jpg 1536w, \/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-2048x1536.jpg 2048w, \/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-1140x855.jpg 1140w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\"><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Sensory-Friendly PerformancesThe November 14 matinee of Dear Evan Hansen will be a sensory-friendly performance designed to create a welcoming and comfortable arts experience for people with autism, sensory sensitivities, or other social, learning, or cognitive disabilities and their families and companions. Sound and lighting levels will be adjusted, and guests will be free to talk [&hellip;]<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":11308,"menu_order":35,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-67878","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Sensory-Friendly Performances - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sensory-Friendly Performances\" \/>\n<meta property=\"og:description\" content=\"Sensory-Friendly PerformancesThe November 14 matinee of Dear Evan Hansen will be a sensory-friendly performance designed to create a welcoming and comfortable arts experience for people with autism, sensory sensitivities, or other social, learning, or cognitive disabilities and their families and companions. Sound and lighting levels will be adjusted, and guests will be free to talk [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-03T16:00:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/klein-theatre\\\/sensory-friendly-performances\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/klein-theatre\\\/sensory-friendly-performances\\\/\",\"name\":\"Sensory-Friendly Performances - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"datePublished\":\"2025-11-13T15:16:11+00:00\",\"dateModified\":\"2026-04-03T16:00:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/klein-theatre\\\/sensory-friendly-performances\\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/klein-theatre\\\/sensory-friendly-performances\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/files\\\/2025\\\/11\\\/IMG_0229-1024x768.jpg\",\"contentUrl\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/files\\\/2025\\\/11\\\/IMG_0229-1024x768.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/klein-theatre\\\/sensory-friendly-performances\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About the Department\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Online Tour\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Klein Theatre\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/department-of-theatre-and-dance\\\/online-tour\\\/klein-theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Sensory-Friendly Performances\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Sensory-Friendly Performances - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/","og_locale":"en_US","og_type":"article","og_title":"Sensory-Friendly Performances","og_description":"Sensory-Friendly PerformancesThe November 14 matinee of Dear Evan Hansen will be a sensory-friendly performance designed to create a welcoming and comfortable arts experience for people with autism, sensory sensitivities, or other social, learning, or cognitive disabilities and their families and companions. Sound and lighting levels will be adjusted, and guests will be free to talk [&hellip;]","og_url":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-04-03T16:00:45+00:00","og_image":[{"width":2560,"height":1920,"url":"https:\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/","url":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/","name":"Sensory-Friendly Performances - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"datePublished":"2025-11-13T15:16:11+00:00","dateModified":"2026-04-03T16:00:45+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/#primaryimage","url":"https:\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-1024x768.jpg","contentUrl":"https:\/\/cas.umw.edu\/theatre\/files\/2025\/11\/IMG_0229-1024x768.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/sensory-friendly-performances\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"About the Department","item":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/"},{"@type":"ListItem","position":3,"name":"Online Tour","item":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/"},{"@type":"ListItem","position":4,"name":"Klein Theatre","item":"https:\/\/cas.umw.edu\/theatre\/department-of-theatre-and-dance\/online-tour\/klein-theatre\/"},{"@type":"ListItem","position":5,"name":"Sensory-Friendly Performances"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67878"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67878\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/11308"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}},{"id":67871,"date":"2025-09-15T21:28:22","date_gmt":"2025-09-16T01:28:22","guid":{"rendered":"https:\/\/cas.umw.edu\/theatre\/?page_id=67871"},"modified":"2026-03-25T09:07:01","modified_gmt":"2026-03-25T13:07:01","slug":"be-an-usher","status":"publish","type":"page","link":"https:\/\/signup.com\/go\/axHAhmD","title":{"rendered":"Be an Usher"},"content":{"rendered":"<?xml encoding=\"utf-8\" ?><p class=\"wp-block-paragraph\"><a href=\"https:\/\/signup.com\/go\/axHAhmD\">Usher for Henry V<\/a><\/p><p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Usher for Henry V<\/p>\n","protected":false},"author":5781,"featured_media":0,"parent":0,"menu_order":45,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"umw_cb_additional_links":[[]],"_advisory_expires_time":"","_advisory_meta_include":false,"footnotes":"","_links_to":"https:\/\/signup.com\/go\/axHAhmD","_links_to_target":"_blank"},"class_list":["post-67871","page","type-page","status-publish","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.0 (Yoast SEO v28.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Be an Usher - Theatre and Dance<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Be an Usher\" \/>\n<meta property=\"og:description\" content=\"Usher for Henry V\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/\" \/>\n<meta property=\"og:site_name\" content=\"Theatre and Dance\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-25T13:07:01+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/be-an-usher\\\/\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/be-an-usher\\\/\",\"name\":\"Be an Usher - Theatre and Dance\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\"},\"datePublished\":\"2025-09-16T01:28:22+00:00\",\"dateModified\":\"2026-03-25T13:07:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/be-an-usher\\\/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/be-an-usher\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Department of Theatre and Dance\",\"item\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Be an Usher\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/#website\",\"url\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/\",\"name\":\"Theatre and Dance\",\"description\":\"University of Mary Washington\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cas.umw.edu\\\/theatre\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Be an Usher - Theatre and Dance","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/","og_locale":"en_US","og_type":"article","og_title":"Be an Usher","og_description":"Usher for Henry V","og_url":"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/","og_site_name":"Theatre and Dance","article_modified_time":"2026-03-25T13:07:01+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/","url":"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/","name":"Be an Usher - Theatre and Dance","isPartOf":{"@id":"https:\/\/cas.umw.edu\/theatre\/#website"},"datePublished":"2025-09-16T01:28:22+00:00","dateModified":"2026-03-25T13:07:01+00:00","breadcrumb":{"@id":"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https:\/\/cas.umw.edu\/theatre\/be-an-usher\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Department of Theatre and Dance","item":"https:\/\/cas.umw.edu\/theatre\/"},{"@type":"ListItem","position":2,"name":"Be an Usher"}]},{"@type":"WebSite","@id":"https:\/\/cas.umw.edu\/theatre\/#website","url":"https:\/\/cas.umw.edu\/theatre\/","name":"Theatre and Dance","description":"University of Mary Washington","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cas.umw.edu\/theatre\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67871","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/users\/5781"}],"replies":[{"embeddable":true,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/comments?post=67871"}],"version-history":[{"count":0,"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/pages\/67871\/revisions"}],"wp:attachment":[{"href":"https:\/\/cas.umw.edu\/theatre\/wp-json\/wp\/v2\/media?parent=67871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}]