from flask import Blueprint
views = Blueprint(
'quiz_views',
__name__,
template_folder='templates',
static_folder='static'
)
@views.route('/')
@views.route('/home/')
def home():
return f'
Ref Test Home Page
'
@views.route('/privacy/')
def privacy():
return f"""Privacy Policy
- Website stores data using cookies.
- Site Administrators
- This web site only uses functional cookies to store information on log-in.
- User information for administrators will be encrypted and stored in a secure database for the purposes of administering this web site, and will be expunged when the user account is deleted.
- Test Candidate
- The web site will not be tracking your log in, and all information about your test attempt will be stored on your device until it is submitted to the server.
- Data from your test as well as identifying information about the candidate will be encrypted and stored in a secure database on the server, and will be retained for a period of HOW MANY? years for the SKA's records.