This PR adds a Dev Mode to the assessment which includes:
A button to toggle the dev mode only on the dev server and for local testing
A modal that's getting toggled by using the dev mode button
A bucket generation mode select that allows us to switch between RandomBST which is the default mode with bucket generation and Linear Array Based Bucket arrangement so that we can test the assessment freely
Logic for changing the assessment between those 2 modes
This PR adds a Dev Mode to the assessment which includes:
select
that allows us to switch betweenRandomBST
which is the default mode with bucket generation andLinear Array Based Bucket
arrangement so that we can test the assessment freely