File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -233,6 +233,7 @@ class Firebase {
233233 bioInfo ,
234234 masteryScore = null ,
235235 kcMastery = null ,
236+ confirmationMode = "none"
236237 ) {
237238 if ( ! DO_LOG_DATA ) {
238239 console . debug ( "Not using firebase for logging (2)" ) ;
@@ -256,6 +257,7 @@ class Firebase {
256257 hintsFinished,
257258 variabilization,
258259 lesson,
260+ confirmationMode,
259261 masteryScore,
260262 kcMastery,
261263 knowledgeComponents : step ?. knowledgeComponents ,
@@ -276,12 +278,12 @@ class Firebase {
276278 hintsFinished ,
277279 variabilization ,
278280 lesson ,
279- courseName ,
280281 hintType ,
281282 dynamicHint ,
282283 bioInfo ,
283284 masteryScore = null ,
284285 kcMastery = null ,
286+ confirmationMode = "none"
285287 ) {
286288 if ( ! DO_LOG_DATA ) return ;
287289 console . debug ( "step" , step ) ;
@@ -297,16 +299,15 @@ class Firebase {
297299 hintAnswer : hint ?. hintAnswer ?. toString ( ) ,
298300 hintIsCorrect : isCorrect ,
299301 hintsFinished,
300- dynamicHint : "abc" ,
301- bioInfo : "abcedf" ,
302+ dynamicHint,
303+ bioInfo,
302304 variabilization,
305+ confirmationMode,
303306 masteryScore,
304307 kcMastery,
305308 lesson,
306309 knowledgeComponents : step ?. knowledgeComponents ,
307310 hintType,
308- dynamicHint,
309- bioInfo,
310311 } ;
311312 // return this.writeData(GPTExperimentOutput, data);
312313 return this . writeData ( problemSubmissionsOutput , data ) ;
@@ -395,7 +396,6 @@ class Firebase {
395396 feedback ,
396397 problemFinished ,
397398 variables ,
398- courseName ,
399399 steps ,
400400 lesson ,
401401 confirmationMode = "none"
You can’t perform that action at this time.
0 commit comments