| name | office-practical-exam-prep |
| description | Prepare for and drill Office practical exams (Word + Excel + Access) โ BTEC / HND / ITAS2-style supervised open-book assessments with pre-exam materials gathering, themed tasks (typically 20-30 task booklet), file-format restrictions, and no internet. Use when user asks for exam practice, mentions ITAS2 / HP12 48 / BTEC IT / HND Computing practical, or hands over an Assessment booklet + Required Materials notice. |
Office Practical Exam Prep
A repeatable workflow for supervised, open-book, no-internet Office practical exams. The deliverable is twofold:
- A U-disk of raw materials (text + images) the candidate brings into the exam
- A task-by-task drill that builds muscle memory on the specific Office operations
Source disambiguation โ do this FIRST
When the user hands over exam materials, expect multiple documents:
- An Assessment / Re-Assessment booklet (the actual exam questions, may include practice samples)
- A Required Materials / Pre-Examination Notice (the rules + what to bring)
- An Answer Key / Review Solution (often a previous cohort's solution, looks similar to the real exam)
Pitfall (high-confidence trap): Practice samples and real exam notices often share theme names, table names, or task wording. Conflating them produces wrong U-disk content. Always:
- Read every doc end-to-end before generating anything.
- Identify the theme (company name, product type, branding) of the real exam โ it's usually stated in the Required Materials notice under "Brand Identity".
- Confirm with the user if two docs disagree on theme, before producing U-disk content.
If theme is "Vibe Digital Experience Centre" in the notice but "Eden Garden Centre" in the booklet, the notice wins (it's the real exam); the booklet is practice.
U-disk contents (per Required Materials notice)
Required format: .txt + .jpg / .png only. Never .docx, .xlsx, .accdb, .dotx โ bringing pre-formatted files = academic misconduct = grade U.
Standard layout on the U-disk:
<U-disk root>/
โโโ vibe_materials.txt # single consolidated .txt with everything
โ โโโ [Personal Info] # full English name, candidate ID, class section
โ โโโ [Tech News URL] # for hyperlink task (Task 25 typically)
โ โโโ [Smart Gadgets ร4] # name, category (exact spelling), unit cost, 50-80 word description
โ โโโ [Smart Appliances ร3] # name, room placement (exact spelling), 50-80 word description
โโโ images/ # one .jpg per product, named <category>_<product>.jpg
Critical constraints
- Category spelling is exact-match โ Wearables / Smart Home / Audio / Living Room / Kitchen / Bedroom. Any space, capitalization, or synonym will be rejected by Access combo box validation. Never write "Smart-Home" or "smart home" or "SmartHome".
- URL โ use the URL the teacher / notice explicitly gave. Do not substitute examples from the notice ("such as TechCrunch..."). The examples are illustrative, not authoritative.
- Product descriptions โ 50-80 words each, covering features + maintenance/usage notes. Can be self-authored; the notice allows "research and prepare" but the exam is offline so realism > literal research.
- Images โ solid-color placeholders are fine. Naming convention must let the candidate identify the right image during the timed exam.
What NOT to include
- No Logo image. The exam typically requires drawing the logo from scratch with Drawing Toolbar shapes (test of Office skills). A pre-made image defeats the purpose.
- No pre-formatted Word/Excel files. Strictly
.txt + image binaries.
Task-by-task drill pattern
Practical exam booklets are typically 20-30 tasks. Two valid drill strategies; ask the user which:
- Full-walkthrough-first โ explain every task's operations end-to-end, then do. User picks this when unfamiliar with the tool/syllabus.
- Drill-each-task โ issue one task, wait for "Task X done", critique against the answer key, then move on. Slower but tighter feedback loop.
For BTEC IT / ITAS2 specifically, the task distribution is roughly:
- Word: 8-10 tasks (logos, cover, table-of-contents, mail merge, footnotes, captions, indexes, document protection, two-column layout)
- Excel: 8-10 tasks (formulas, autofill, AutoSum, conditional formatting, filter, VLOOKUP, PivotTables, charts, macros, shared workbooks)
- Access: 6-8 tasks (table design with input masks / lookups / hyperlinks, database documenter, import spreadsheet wizard, relationships, queries, forms, reports)
Common high-frequency pitfalls (encountered in real exam keys)
- Task 3 (Word) must save as
.dotx (Word Template), not .dot or .docx. Save As โ Word Template (*.dotx).
- Task 5/6 (Word) page-header/footer must include candidate name โ pattern:
<Name> | Task<N> | <DocName> | <Date> separated by |.
- Task 10/21 (Excel)
Ctrl+~ toggles formula/value view. Both views need separate PDF exports.
- Task 16 (Word Mail Merge) Label density: default is 30/page (3ร10). If the exam asks for 21/page, that's 3ร7 โ change via Label Options. Master Letter (pre-merge) and Letters (post-merge) are two separate PDFs.
- Task 19 (Excel) "Compare and Merge Workbooks" is not on the ribbon by default. Add via
File โ Options โ Quick Access Toolbar โ All Commands.
- Task 23-24 (Access) Overtime/aggregate fields go in Report Footer, never Detail (which would sum per row).
Workflow rules
- One .txt, multiple sections is preferred over many small .txt files โ easier to scan during a timed exam.
- Images named by category + product so the candidate doesn't fumble with file pickers under time pressure.
- Always confirm with the user before generating fictional product names / descriptions / URLs โ they may want different content or may have teacher-provided material they haven't shared yet.
- Acknowledge what is self-authored when generating creative content (product names, descriptions). The user may not realize content was fabricated, and may need to swap it for real data.
Pitfall log
- Conflating practice with real exam โ happened this session. The Chinese Eden-themed booklet was practice; the English Vibe-themed notice was the real exam. Generated Eden-themed U-disk first, wasted work.
- Fabricating data without disclosure โ generated 7 product names + descriptions without flagging they were self-authored. User had to ask "where did this come from".
- Substituting URL examples for authoritative URLs โ used
theverge.com (from the notice's examples list) instead of the teacher-provided vibedigital.solutions/. The examples are illustrative; teacher-provided values are authoritative.
- Long lectures when user wanted overview โ first response went straight to per-task detail. User wanted a complete walkthrough first, then drill. Always ask which mode.
Related
- Source disambiguation pattern also applies to assignment / coursework materials โ confirm what's the actual deliverable vs what's a sample before generating.