question_bank.xml
changeset 39 0fa055b8ea98
parent 33 d28d0957a5ab
child 46 b45bb982ae24
equal deleted inserted replaced
38:307c6887cc67 39:0fa055b8ea98
     4 <question>
     4 <question>
     5 <description>
     5 <description>
     6 How will you set the x and y axis limits so that the region of interest is in the rectangle (0, -1.5) and (2\pi, 1.5)?
     6 How will you set the x and y axis limits so that the region of interest is in the rectangle (0, -1.5) and (2\pi, 1.5)?
     7 </description>
     7 </description>
     8 <time_limit>
     8 <time_limit>
     9 30
     9 90
    10 </time_limit>
    10 </time_limit>
    11 <expected_answer>
    11 <expected_answer>
    12 xlim \( 0 , 2 \* pi \) [;,\n+] ylim \( -1.5 , 1.5\)
    12 xlim \( 0 , 2 \* pi \) [;,\n+] ylim \( -1.5 , 1.5\)
    13 </expected_answer>
    13 </expected_answer>
    14 </question>
    14 </question>
    33 </description>
    33 </description>
    34 <time_limit>
    34 <time_limit>
    35 30
    35 30
    36 </time_limit>
    36 </time_limit>
    37 <expected_answer>
    37 <expected_answer>
    38 (line\.split \( ([",']) , \2 \))
    38 line\.split \( \" , \" \)
       
    39 line\.split \( \' , \' \)
    39 </expected_answer>
    40 </expected_answer>
    40 </question>
    41 </question>
    41 
    42 
    42 <question>
    43 <question>
    43 <description>
    44 <description>
    45 </description>
    46 </description>
    46 <time_limit>
    47 <time_limit>
    47 30
    48 30
    48 </time_limit>
    49 </time_limit>
    49 <expected_answer>
    50 <expected_answer>
    50 len \( a \) 
    51 len \( a \)
    51 </expected_answer>
    52 </expected_answer>
    52 </question>
    53 </question>
    53 
    54 
    54 </day1quiz1>
    55 </day1quiz1>
    55 
    56