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:

  1. Create the icons images you want to use as either gif or png files.

  2. Note: We recommend you use a file naming scheme to easily tell which icon is which.

  3. Open Windows Explorer and navigate to the SynWeb/Images directory on the server.
  4. Copy the custom icon images into the directory.
  5. Navigate to the SynWeb/CSS directory on the server.
  6. Open the SubjectAssessmentResultsDone.css file in Notepad.
  7. Change each filename to the relevant image you added to the Images directory.
  8. Save and close the file.
    The icons are modified.