Distance Search
2021-10-06
.alert.alert-block.alert-danger {
display: block;
}
REGISTRATIONS FOR 2022 NOT OPEN YET
…
2020-02-28
Information relating to venues at the Vaal Campus
for distance students & lecturers
…
2022-07-25
Login Process
Once you click on the "Lecture Recordings Portal" button,
the following steps should be followed:
Note:
Login…
2022-07-25
This page is to be used solely for the uploading of WIL Practical Assessments for the Grade R Diploma in Teaching (3rd Year) qualification. Any other submissions will be discarded. …
2024-06-05
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0…