Skip to content

Commit 2f9df28

Browse files
committed
debugs
1 parent fce8f4a commit 2f9df28

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/Firebase.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)