to show a quiz in a text widget get a widget that accepts PHP, like "PHP Code Widget" by Otto, or "Advanced Text Widget" by Max Chirkov (or any that supports PHP)
add this to the widget, replace 1 with the number of your quiz
<?php
$quiz_id = 1;
include(ABSPATH . 'wp-content/plugins/quizzin/show_quiz.php');
?>