From 6ebb6d7c8348098743e8b5c51de74aa0456b55fc Mon Sep 17 00:00:00 2001 From: Ruben Date: Thu, 15 Sep 2016 10:46:20 +0100 Subject: [PATCH] - --- www/faces.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/faces.php b/www/faces.php index 04c6329..db73013 100644 --- a/www/faces.php +++ b/www/faces.php @@ -99,7 +99,7 @@ echo "
"; echo "getFeatureImgAsString("brows")}\" title=\"{$currentHit->getId()}\">"; echo "
"; foreach(EmotionHero\Models\Emotions::$EMOTIONS as $emotion) { - echo "
$emotion
" . sprintf("$.2f", $currentHit->getEmotions()->getEmotionScore($emotion)) . "
"; + echo "
$emotion
" . sprintf("%.2f %%", $currentHit->getEmotions()->getEmotionScore($emotion)) . "
"; } echo "
"; echo "
"; @@ -163,6 +163,8 @@ echo <<< EOSVG EOSVG; + +print_r($currentHit->getPoints()->getAsArray()); ?> \ No newline at end of file