I suppose all these modifications they do to their bodies is like making them feel that they still have control over something even when they don't have freedom. Nutters though
if($timeingrade < 8){
$text = $timeingrade." days";
}elseif($timeingrade == 1){
$text = $timeingrade." day";
}elseif($timeingrade>=7){
$timeingrade = $timeingrade/7;
$timeingrade=explode(".",$timeingrade);
$text=$timeingrade[0]." Weeks and ".$timeingrade[1]." Days";
}
This now seems to work yet you will have to do some rounding with the $timeingrade[1] value I think
Maybe something like this (but will need to sort out dealing with the text if it is only 1 week or ends in 1 day):
I haven't tested any of this
if($timeingrade < 8){
$text = $timeingrade." days";
}elseif($timeingrade == 1){
$text = $timeingrade." day";
}elseif($timeingrade=>7){
$timeingrade = $timeingrade/7;
$timeingrade=explode(".",$timeingrade);
$text=$timeingrade[0]." Weeks and ".$timeingrade[1]." Days";
}
The result would be outputted to the variable $text and no longer $timeingrade
I found that barcode labels printed using the Wasp barcode printer were not very practical, the ink would just rub off them. The Wasp software was alright though.
Our science and English departments have a load of Avermedia visualizers.
Easy to set up, haven't had any problems with them.
Science department also bought an add-on for some of theirs which lets them view down a microscope with them