Skip to content

Commit 5cdee00

Browse files
committed
update phrasing of step 2 of async llm
1 parent 17d9003 commit 5cdee00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bases/rsptx/web2py_server/applications/runestone/views/peer/peer_async.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2>Peer Instruction Question (After Class)</h2>
5656
{{ if llm_enabled: }}
5757
<li>Discuss the question with an LLM peer — explain your reasoning and respond to their questions.</li>
5858
{{ else: }}
59-
<li>Read the discussion between other students on why they answered the question the way they did.</li>
59+
<li>Read the justification or discussion.</li>
6060
{{ pass }}
6161
<li>Answer the question <strong>again.</strong> Even if you are not changing your answer from the first time.</li>
6262
</ol>
@@ -199,7 +199,7 @@ <h3>Congratulations, you have completed this assignment!</h3>
199199
} else if (step === 2) {
200200
label = window.PI_LLM_MODE
201201
? "Step 2 of 3: Explain your answer and discuss with the LLM peer"
202-
: "Step 2 of 3: Explain your answer and read the previous discussions";
202+
: "Step 2 of 3: Explain your answer and read the justification or discussion";
203203
bg = "#2878B5";
204204
} else if (step === 3) {
205205
label = "Step 3 of 3: Vote again — you may keep or change your answer";

0 commit comments

Comments
 (0)