feat: quiz refactor

This commit is contained in:
Jannat Patel
2023-10-11 12:25:46 +05:30
parent affd2b47bd
commit 1046d28092
12 changed files with 358 additions and 270 deletions

View File

@@ -653,7 +653,7 @@ const setup_calendar = (events) => {
const options = get_calendar_options(element, calendar_id);
const calendar = new Calendar(container, options);
this.calendar_ = calendar;
console.log(options);
create_events(calendar, events);
add_links_to_events(calendar, events);
scroll_to_date(calendar, events);