Multiple choice The default data type in a VBScript is variant voriant var varient Reveal answer Fill a bubble to check yourself A Correct answer Explanation VBScript's default data type is 'variant', which can hold any type of data. The other options are misspellings: voriant (typo), var (JavaScript-like), varient (misspelled). The correct answer is A (variant).