more than 1 row of answer in the fill in the blank quiz

Jan 14, 2015

Hi, 

I am building a practice question for a course in C Programming. One of the question requires the answer to be typed in 2 rows. Below is the question and the answer.

d) if ( number => largest )

largest == number;

ANSWER:

if ( number >= largest )

largest = number;

 

I developed the question using the "fill in the blank template" however it seems to take only the answer from the first row. When I click on "Enter" it will go to "Submit" answer directly.

Hope someone can provide with a suggestion/ solution.

Many thanks.:-)

6 Replies

This discussion is closed. You can start a new discussion or contact Articulate Support.