Difference between revisions of "HQ:Code Test"

Line 1,097: Line 1,097:
 
//trim any extra text
 
//trim any extra text
 
if(award[z].section == 'high_school' || award[z].section == 'overgrad'){
 
if(award[z].section == 'high_school' || award[z].section == 'overgrad'){
trim_text = (award[z].award).substring(13, ((award[z].award).indexOf(",")));
+
trim_text = (award[z].award).substring(14, ((award[z].award).indexOf(",")));
 
}
 
}
 
else{
 
else{

Revision as of 16:20, 19 September 2019

Loading...

Code setup page

This page will help you setup the awards and results page

  1. Go to : here
  2. Place the variables indicated on the code on this page
  3. Place the resulting data bases into the results and all teams info pages

Results page

All teams info