Line 7: | Line 7: | ||
</style> | </style> | ||
+ | <script type="text/javascript" language="JavaScript"> | ||
+ | function checkBox(id){ | ||
+ | var list = document.getElementById(id); | ||
+ | |||
+ | if (list.className == "fas fa-check-square"){ | ||
+ | list.className = "far fa-square"; | ||
+ | } | ||
+ | else{ | ||
+ | list.className = "fas fa-check-square"; | ||
+ | } | ||
+ | |||
+ | } | ||
</script> | </script> | ||
Line 13: | Line 25: | ||
<style> | <style> | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
Revision as of 15:27, 15 October 2018
For Judges
WET LAB
Check this box 1Check this box 1
Check this box 1
Check this box 1
Check this box 1
Check this box 1
DRY LAB
Check this box 1Check this box 1
Check this box 1
Check this box 1
Check this box 1
Check this box 1
HUMAN PRACTICES
Check this box 1Check this box 1
Check this box 1
Check this box 1
Check this box 1
Check this box 1