Configuring icons used in Student Results Maintenance
You can configure what icons are used to represent the percentage of marked results in Student Result Maintenance.
Important Note: To configure these icons you need to change the SynWeb core CSS files. These changes are not preserved during upgrades. We recommend you make backup copies of any changes you make and store them in another directory so you can replace them after you have upgraded SynWeb.
SynWeb has seven icons it uses to represent the percentage. Each icon uses its own CSS class:
Standard icon | Description | CSS class |
---|---|---|
No results have been marked. | zero_percent | |
Twelve percent of results have been marked, | onesix_percent | |
Twenty percent of results have been marked. | threethree_percent | |
Fifty percent of results have been marked. | fivezero_percent | |
Sixty percent of results have been marked. | sixsix_percent | |
Eighty percent of results have been marked. | eightthree_percent | |
All results have been marked. | hundred_percent |
Configuring custom icons
To configure the icons:
- Create the icons images you want to use as either gif or png files.
- Note: We recommend you use a file naming scheme to easily tell which icon is which.
- Open Windows Explorer and navigate to the SynWeb/Images directory on the server.
- Copy the custom icon images into the directory.
- Navigate to the SynWeb/CSS directory on the server.
- Open the SubjectAssessmentResultsDone.css file in Notepad.
- Change each filename to the relevant image you added to the Images directory.
- Save and close the file.
The icons are modified.