📁 Create Academic Folder¶
Create standardized folder structures for new semesters, annual, or graduation periods.
Overview¶
The Create Academic Folder tool generates the complete folder structure needed for exam processing. It ensures consistency across all academic periods and creates both input and output directories automatically.
When to Use This Tool
Use this tool at the beginning of each semester or academic period to set up the required folder structure before collecting scoresheets from lecturers.
Accessing the Tool¶
Tools → Create Academic Folder...
Or use the keyboard shortcut: Ctrl+Shift+N
Folder Types¶
The tool supports three folder types for different academic needs:
Regular semester folders for normal exam processing.
Creates the complete structure for collecting and processing semester scoresheets:
inputs/{academic_year}/YR{n}/SEM{n}/
├── scoresheets/ # Place lecturer scoresheets here
├── student_matters/ # For special cases (deferrals, medical, etc.)
└── templates/ # Scoresheet templates for lecturers
outputs/verified_results/{academic_year}/YR{n}/SEM{n}/
outputs/.raw/{academic_year}/YR{n}/SEM{n}/
Annual consolidated folders for combining both semesters.
Used after processing both SEM1 and SEM2 to generate annual results:
Graduation folders for final year students only.
Used to prepare graduation lists and transcripts:
inputs/{academic_year}/YR{max}/GRADUATION/
outputs/verified_results/{academic_year}/YR{max}/GRADUATION/
outputs/.raw/{academic_year}/YR{max}/GRADUATION/
Final Year Only
Graduation folders are only available for the maximum year of study (e.g., YR5 for a 5-year program).
Step-by-Step Guide¶
Open the Dialog¶
- Click Tools → Create Academic Folder...
- The dialog opens with current academic year pre-filled
Select Academic Year¶
Choose the academic year for the new folder:
| Field | Example | Description |
|---|---|---|
| Academic Year | 2024-2025 | The academic year in YYYY-YYYY format |
Academic Year Format
Always use the format YYYY-YYYY (e.g., 2024-2025). The first year is when the academic year starts (typically August/September).
Select Year of Study¶
Choose which year of study (YR1, YR2, etc.):
| Year | Students |
|---|---|
| YR1 | First-year students |
| YR2 | Second-year students |
| YR3 | Third-year students |
| YR4 | Fourth-year students |
| YR5 | Fifth-year students (final year) |
Select Folder Type¶
Choose the type of folder to create:
- SEM1 - First semester
- SEM2 - Second semester
- ANNUAL - Annual consolidated (after both semesters)
- GRADUATION - Graduation folder (final year only)
Create the Folder¶
- Click Create Folder
- The tool creates all necessary directories
- A success message shows the created paths
- Optionally click Open Folder to view in file manager
What Gets Created¶
When you create a semester folder, the following structure is generated:
📁 inputs/
└── 📁 2024-2025/
└── 📁 YR3/
└── 📁 SEM1/
├── 📁 scoresheets/ ← Place Excel files here
├── 📁 student_matters/ ← Special cases
└── 📁 templates/ ← Blank templates
📁 outputs/
├── 📁 verified_results/
│ └── 📁 2024-2025/
│ └── 📁 YR3/
│ └── 📁 SEM1/ ← Processed results go here
└── 📁 .raw/
└── 📁 2024-2025/
└── 📁 YR3/
└── 📁 SEM1/ ← Auto-generated copies
Best Practices¶
-
Create folders early
Create the folder structure at the start of the semester, before collecting scoresheets from lecturers.
-
Use consistent naming
Always use the tool to ensure folder names match the expected pattern for processing.
-
One semester at a time
Process SEM1 completely before creating and processing SEM2 folders.
-
Don't rename folders
Avoid manually renaming folders after creation. DEEPS expects specific folder naming patterns.
Common Questions¶
What if the folder already exists?
The tool will warn you if the folder already exists. You can choose to:
- Skip - Don't create anything
- Open existing - Open the existing folder
Can I create folders for multiple years at once?
No, create folders one at a time. This ensures proper organization and prevents accidental data mixing.
Where are the folders created?
Folders are created in the data directory configured in Settings. By default:
- Linux/Mac:
~/.local/share/deeps/data/ - Windows:
%APPDATA%\deeps\data\
What's the difference between verified_results and .raw?
- verified_results/ - The working directory where you edit and verify results
- .raw/ - Auto-generated backup copy that should not be modified
Next Steps¶
-
Collect Scoresheets
Distribute templates to lecturers and collect completed scoresheets
-
Process Scoresheets
Run Step 1 processing on collected scoresheets