Hi Sam,
Very first question we ask ourselves is how did you create this text file? The reason for your problems importing it into Moodle as GIFT format is that there are a number of unwanted line breaks inside question text in your file. When I remove those line breaks, it imports fine.
Example (question #2)
::In this situation, indicate who must yield.::[html]In this situation, indicate who must yield.{
~car A#<a href\="
" OnClick\="window.open('http://virginia.sw-designs.com/file.php/3/virginia_book/module_1/images/topic_3/module_01_Page_044.jpg', 'Quiz_Review', 'toolbar\=no, location\=no, directories\=no, status\=no, menubar\=no, resizable\=no, scrollbars\=yes, width\=800, height\=569'); return false">View Lesson</a>
=car B#Correct!
~no one#<a
href\="

" OnClick\="window.open('
http://virginia.sw-designs.com/file.php/3/virginia_book/module_1/images/topic_3/module_01_Page_044.jpg', 'Quiz_Review', 'toolbar\=no, location\=no, directories\=no, status\=no, menubar\=no, resizable\=no, scrollbars\=yes, width\=800, height\=569'); return false">View Lesson</a>
}
should read:
::In this situation, indicate who must yield.::[html]In this situation, indicate who must yield.{
~car A#<a href\="
" OnClick\="window.open('http://virginia.sw-designs.com/file.php/3/virginia_book/module_1/images/topic_3/module_01_Page_044.jpg', 'Quiz_Review', 'toolbar\=no, location\=no, directories\=no, status\=no, menubar\=no, resizable\=no, scrollbars\=yes, width\=800, height\=569'); return false">View Lesson</a>
=car B#Correct!~no one#<a href\="
" OnClick\="window.open('http://virginia.sw-designs.com/file.php/3/virginia_book/module_1/images/topic_3/module_01_Page_044.jpg', 'Quiz_Review', 'toolbar\=no, location\=no, directories\=no, status\=no, menubar\=no, resizable\=no, scrollbars\=yes, width\=800, height\=569'); return false">View Lesson</a>
}
I have attached a corrected version of your GIFT file to this post. Works for me in Moodle 1.6