Jacob Pierce
Jacob Pierce
@radinamatic to retest this
@radinamatic @AlexVelezLl I tested this locally and replicated the issue when running the devserver -- both in Chrome and in Firefox. However, when I ran `yarn install --force` and restarted...
@AlexVelezLl is the newer implementation of the overflow handling not rendering the overflow-ing items or are they not being read out by NVDA because they're visually hidden due to the...
That quiz with 107 questions can be considered "corrupted data". When saving the quiz during creation, the total number of questions for each section was added together. The first section...
We currently are doing this when we save the quiz. The idea is that in Learn, when the user goes to take the exam, that is when we just count...
> but was the decision to contain the scope of the pool of available resources within each section (and not the whole quiz) intentional? I recall mentioning this early on...
Thank you @pcenov -- I will make a follow-up issue for cleaning up the over-eager yet-also-failing validations. The practice quiz issue is being addressed in a separate PR by @rtibbles...
A [wrapper ](https://github.com/learningequality/studio/blob/unstable/contentcuration/contentcuration/frontend/shared/views/form/Checkbox.vue)was made to use KCheckbox which is a stop-gap solution, but we need to address the issues noted within the thread above.
Hello @galovdev, are you still interested in contributing on this issue? If not, we will reassign it.
> Since there would be more ways to label radio button, we couldn't throw an error anymore when currently required label property would not be provided which is helpful to...