An error occurred while fetching the assigned milestone of the selected merge_request.
These changes introduce several UI & UX improvements, bugfixes and new features.
CSV import has been fixed: Import failed if rateable questions without correct answers were inside CSV-file
critical: fix layout problems in latest firefox release caused by senchas flexbox implementation
Question and answer preview have been reintroduced for rateable question formats
resolve several javascript reference errors
/* carousel inner item width configuration */
$carousel-inner-max-width: 80%; // was 720px previously
/** flashcard front side configuration **/
$flashcard-front-font-color: $brand-text;
$flashcard-front-background: linear-gradient(to top, #DFE8EC 0%, white 5%) 0 20px;
$flashcard-front-background-size: 100% 30px;
$flashcard-front-border-width: 5px;
$flashcard-front-border-color: white;
$flashcard-front-border-style: solid;
/** flashcard back side configuration **/
$flashcard-back-font-color: $brand-text;
$flashcard-back-background: linear-gradient(to top, #DFE8EC 0%, white 5%) 0 20px;
$flashcard-back-background-size: 100% 30px;
$flashcard-back-border-width: 5px;
$flashcard-back-border-color: white;
$flashcard-back-border-style: solid;