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.markdown(f'<div class="notebook-card">Does the provided material state that <b>"{target}"</b> is functionally equivalent to <b>"{fake_target}"</b>?</div>', unsafe_allow_html=True)
218
+
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)
209
219
opts= ["No, they are distinct", "Yes, they are the same"]
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>?"
239
-
a_text=f"<b>Source Analysis:</b> Your material utilizes '{curr_word}' as a core technical anchor."
249
+
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 **'{curr_word}'**?"
250
+
a_text=f"<b>Source Analysis:</b> Your material utilizes '{curr_word}' as a core technical anchor. It serves to validate the primary claims by providing the necessary conceptual grounding described in the text."
240
251
eliffc_type==1:
241
-
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?"
242
-
a_text=f"<b>Practical Application:</b> The source implies that successful implementation leads to a more robust result."
252
+
q_text=f"If you had to apply **'{curr_word}'** to a practical scenario following the logic of the source, what would be the intended outcome?"
253
+
a_text=f"<b>Practical Application:</b> The source implies that successful implementation of '{curr_word}' leads to a more robust result, specifically bridging the gap between theoretical input and real-world execution."
q_text=f"Analyze the connection between <b>'{curr_word}'</b> and <b>'{other_word}'</b>. How do they interact within your content?"
246
-
a_text=f"<b>Inter-Term Relationship:</b> Within your notes, '{curr_word}' acts as a prerequisite or supporting pillar for '{other_word}'."
256
+
q_text=f"Analyze the connection between **'{curr_word}'** and **'{other_word}'**. How do they interact within your study content?"
257
+
a_text=f"<b>Inter-Term Relationship:</b> Within your notes, '{curr_word}' acts as a prerequisite or supporting pillar for '{other_word}'. They are functionally linked, meaning the effectiveness of one directly impacts the reliability of the other."
247
258
else:
248
-
q_text=f"What specific evidence or context does the inputed source provide to highlight the importance of <b>'{curr_word}'</b>?"
249
-
a_text=f"<b>Contextual Importance:</b> The input identifies '{curr_word}' as a high-value variable."
259
+
q_text=f"What specific evidence or context does the inputed source provide to highlight the importance of **'{curr_word}'**?"
260
+
a_text=f"<b>Contextual Importance:</b> The input identifies '{curr_word}' as a high-value variable. Its presence is highlighted to ensure the user understands the structural dependency of the entire topic on this specific point."
<p>The central pillar is <b>{words[0].title()}</b>.</p>
287
+
<p>The central pillar is <b>{words[0].title()}</b>. This dictates how <b>{words[1].title()}</b> is applied.</p>
275
288
<h3>II. Technical Mechanics & Workflow</h3>
276
-
<p>We observe interaction between <b>{words[2].title()}</b> and <b>{words[3].title()}</b>.</p>
289
+
<p>We observe interaction between <b>{words[2].title()}</b> and <b>{words[3].title()}</b>. Without <b>{words[4].title()}</b>, the objective would fail.</p>
290
+
<h3>III. Deep Contextual Impact</h3>
291
+
<p>Analyzing <b>{words[5].title()}</b> reveals a deeper layer. It acts as a bridge to <b>{words[6].title()}</b>.</p>
292
+
<h3>IV. Critical Synthesis</h3>
293
+
<p><b>{words[8].title()}</b> is deeply connected to <b>{words[9].title()}</b> and <b>{words[10].title()}</b>.</p>
0 commit comments