This commit is contained in:
Vivek Santayana 2021-12-07 06:55:50 +00:00
commit f74df18af1
3 changed files with 44 additions and 4 deletions

View File

@ -1,3 +1,40 @@
# ska-referee-test # SKA Referee Test App
An on-line version of a referee test for the Scottish Korfball Association. ## About
```A web app that digitises the theory exam for the Scottish Korfball Association referee qualification```
This web app provides an on-line platform through which to administer and take the SKA Refereeing theory exam.
The app includes a digital client to take the exam for candidates, as well as an admin console from which to manage tests, view results, and update questions.
The exam client is made with accessibility in mind, and has been designed to be adaptable to dyslexia and other learning needs or cognitive needs.
## Set Up and Installation
The clien is designed to work on a server.
### Pre-Requisites
Server
Docker
Docker-Compose
Git
### Installation
#### Preliminary Set-Up: Clone repos and Configure Values
#### Set Up Web Server
#### Incorporate SSL
#### Set Up Auto-Renew
### Alterations
## Use
## Compatibility
### iOS Limitations
### Fonts

View File

@ -138,8 +138,8 @@
<div class="card m-3"> <div class="card m-3">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Help</h5> <h5 class="card-title">Help</h5>
<p class="card-text">This web app was developed by Vivek Santayana. If there are any issues with the app, any bugs you need to report, or anything you are unsure of, you can get in touch with Vivek via email.</p> <p class="card-text">This web app was developed by Vivek Santayana. If there are any issues with the app, any bugs you need to report, or any features you would like to request, please feel free to <a href="https://git.vsnt.uk/viveksantayana/ska-referee-test/issues">open an issue at the Git Repository</a>.</p>
<a href="mailto:me@viveksantayana.co.uk" class="btn btn-primary">Email</a> <a href="https://git.vsnt.uk/viveksantayana/ska-referee-test/issues" class="btn btn-primary">Open an Issue</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -35,6 +35,9 @@
<li> <li>
Do not close the window, refresh the page, or navigate to a different page as you could risk losing your progress. Do not close the window, refresh the page, or navigate to a different page as you could risk losing your progress.
</li> </li>
<li>
<strong>If you have any technical issues while taking the exam, please report it immediately to <a href="mailto:refereeing@scotlandkorfball.co.uk">refereeing@scotlandkorfball.co.uk</a></strong>.
</li>
</ul> </ul>
</div> </div>