1,184 bytes added,
19:01, 1 July 2014 == Basic Elements ==
A QA score is in the format Scored [67.00%] Points [20] From [30] Questions [3]
* Scored is the scoring system representation of the score attained
* Points are the actual points scored on this assessment
* From is the total max points possible
* Questions is the number of questions actually filled in the assessment
There can be times where you want to use a different layout or to present the information in a different layout than the above.
It is possible to change the display options:
== Replacement fields ==
The system uses the -- notation for replacement.
* --Scored-- is the Scored value
* --Points-- is the Points value
* --From-- is the From points value
* --Questions-- is the count of Questions
* --RangeText-- is the text wording from the range
* --RangeColour-- is the colour code from the range
So the standard scoring system could be written as :
Scored [--Scored--] Points [--Points--] From [--From--] Questions [--Questions--]
Other alternatives are:
Scored [--Scored-- : --RangeText--]
<div id="strOverallScore" bgcolor="--RangeColour--" style="width:100%">You scored --Scored-- which is considered --RangeText-- </div>