File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ Body with optional fields:
202202 "conversationalStyle" : " <stored style string>"
203203 },
204204 "taskProgress" : {
205- "currentQuestionId" : " <question uuid>" ,
206205 "timeSpentOnQuestion" : " 30 minutes" ,
207206 "accessStatus" : " a good amount of time spent on this question today." ,
208207 "markedDone" : " This question is still being worked on." ,
@@ -244,10 +243,10 @@ Body with optional fields:
244243 "content" : " <part prompt>" ,
245244 "answerContent" : " <part answer>" ,
246245 "workedSolutionSections" : [
247- { "id" : " <uuid> " , " position" : 0 , "title" : " Step 1" , "content" : " ..." }
246+ { "position" : 0 , "title" : " Step 1" , "content" : " ..." }
248247 ],
249248 "structuredTutorialSections" : [
250- { "id" : " <uuid> " , " position" : 0 , "title" : " Hint" , "content" : " ..." }
249+ { "position" : 0 , "title" : " Hint" , "content" : " ..." }
251250 ],
252251 "responseAreas" : [
253252 {
You can’t perform that action at this time.
0 commit comments