File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ Body with optional fields:
203203 "conversationalStyle" : " <stored style string>"
204204 },
205205 "taskProgress" : {
206- "currentQuestionId" : " <question uuid>" ,
207206 "timeSpentOnQuestion" : " 30 minutes" ,
208207 "accessStatus" : " a good amount of time spent on this question today." ,
209208 "markedDone" : " This question is still being worked on." ,
@@ -245,10 +244,10 @@ Body with optional fields:
245244 "content" : " <part prompt>" ,
246245 "answerContent" : " <part answer>" ,
247246 "workedSolutionSections" : [
248- { "id" : " <uuid> " , " position" : 0 , "title" : " Step 1" , "content" : " ..." }
247+ { "position" : 0 , "title" : " Step 1" , "content" : " ..." }
249248 ],
250249 "structuredTutorialSections" : [
251- { "id" : " <uuid> " , " position" : 0 , "title" : " Hint" , "content" : " ..." }
250+ { "position" : 0 , "title" : " Hint" , "content" : " ..." }
252251 ],
253252 "responseAreas" : [
254253 {
You can’t perform that action at this time.
0 commit comments