Difference between revisions of "Quality Score Displaying"

From All n One's bxp software Wixi

Jump to: navigation, search
 
Line 69: Line 69:
  
 
The Score Section Group is how the output is formatted for every Section Group Header.
 
The Score Section Group is how the output is formatted for every Section Group Header.
 +
 +
 +
 +
 +
[[Category:Module Specific:Quality Assurance‏‎]]
 +
[[Category:Topic:Quality Assurance‏‎]]

Latest revision as of 21:19, 9 November 2014

1 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:


2 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>


3 Application

The display of this is a cosmetic effect that is not stored in the data of the CDA or CCL record. It is created every time the record is displayed on screen.


To set this option Main Menu > Form Management > Form - Primary Management > Form - Edit > Choose the Quality form > Quality Options > Create Options - Score Diplay Options


The default option of "All" will be in place usually. Change "All" to "Format". You then put your custom layout in the "Format" box immediately below.


The Score Overall is the score that is displayed in the Quality Header.


The Score Section Group is how the output is formatted for every Section Group Header.