You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
st.write(f"Question **{curr_q+1}** of **{total_q}**")
210
212
211
213
ifq_type==0:
212
-
st.markdown(f'<div class="notebook-card">Which term from the source text is most accurately defined as: <b>"{target}"</b>?</div>', unsafe_allow_html=True)
214
+
q_html=f'Which term from the source text is most accurately defined as: <b>"{target}"</b>?'
st.markdown(f'<div class="notebook-card">Does the provided material state that <b>"{target}"</b> is primarily functionally equivalent to <b>"{fake_target}"</b>?</div>', unsafe_allow_html=True)
219
+
q_html=f'Does the provided material state that <b>"{target}"</b> is functionally equivalent to <b>"{fake_target}"</b>?'
218
220
opts= ["No, they are distinct", "Yes, they are the same"]
219
221
target="No, they are distinct"
220
222
else:
221
-
st.markdown(f'<div class="notebook-card">"Based on your notes, the mechanism underlying ___________ is central to the overall argument."</div>', unsafe_allow_html=True)
223
+
q_html=f'Fill in the blank: "Based on your notes, the mechanism underlying <b>___________</b> is central to the overall argument."'
q_text=f"In reference to the core academic principles outlined in your study material, how would you best describe the significance or technical definition of <b>'{curr_word}'</b>?"
248
-
a_text=f"<b>Source Analysis:</b> Your material utilizes '{curr_word}' as a core technical anchor."
249
251
eliffc_type==1:
250
252
q_text=f"If you had to apply <b>'{curr_word}'</b> to a practical scenario following the logic of the source, what would be the intended outcome?"
251
-
a_text=f"<b>Practical Application:</b> The source implies that successful implementation of '{curr_word}' leads to a more robust result."
0 commit comments