File tree Expand file tree Collapse file tree
bases/rsptx/web2py_server/applications/runestone/views/peer Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments