Skip to content

Commit

Permalink
add comment explaining use of snake_case in js context
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Feb 27, 2024
1 parent 4b3b75e commit a5eba12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
context.emit('closePanel');
}
/* Note that the use of snake_case here is to map directly to the API */
const learners_see_fixed_order = ref(activeSection.value.learners_see_fixed_order);
const question_count = ref(activeSection.value.question_count);
const description = ref(activeSection.value.description);
Expand Down

0 comments on commit a5eba12

Please sign in to comment.