added draft for quiz and assessment unfinish

This commit is contained in:
rgrgogu
2026-07-20 05:13:18 +08:00
parent 3f12a61422
commit 7fcc5f7a0b
+1
View File
@@ -113,6 +113,7 @@ export const BOOLEAN_FIELD_LABELS = {
is_public: ["Private", "Public"], is_public: ["Private", "Public"],
is_banned: ["Not Banned", "Banned"], is_banned: ["Not Banned", "Banned"],
is_required: ["No", "Yes"], is_required: ["No", "Yes"],
accepts_submissions: ["No", "Yes"],
}; };
function renderCell(attr, value) { function renderCell(attr, value) {