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 26, 2024
1 parent abb3db3 commit ff7dfb7
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 ff7dfb7

Please sign in to comment.