QBANK1               package:ProfessR               R Documentation

_E_x_a_m_p_l_e _Q_u_e_s_t_i_o_n _B_a_n_k

_D_e_s_c_r_i_p_t_i_o_n:

     Example Question Bank, 50 question, multiple Choice

_U_s_a_g_e:

     data(QBANK1)

_F_o_r_m_a_t:

     List:

     _Q Question in latex format (character string)

     _A Possible Answers in latex format (vector of character strings)

     _a Correct Answer in latex format (character string)

     _n_u_m_A_N_S index number corresponding to correct answer

     _F_I_G character: full path to figure, tag for figure

_D_e_t_a_i_l_s:

     An example input question in ascii format is constructed using
     three tag identifiers: "QUESTION:", "ANSWER:" and (optionally)
     "FIG:". The format is shown here:

_E_x_a_m_p_l_e_s:

     data(QBANK1)
     ## maybe str(QBANK1) ; plot(QBANK1) ...
     print(QBANK1[[1]])

