Content deleted Content added
continue to display checklist if args.QUALITY_CRITERIA=='custom' |
|||
Line 248:
local classmask_args = {
FQS = 'yes',
[1] = raw_args.class
}
class = class_mask(classmask_args, current_title)
Line 317 ⟶ 316:
table.insert(rows, args.HOOK_ASSESS)
end
if args.QUALITY_CRITERIA=='custom' and (raw_args.b1 or raw_args.b2 or raw_args.b3 or raw_args.b4 or raw_args.b5 or raw_args.b6) then
local b_checklist = require(cfg.auxiliary_module .. (sandbox or '')).b_checklist(args, raw_args, class, demo, assessment_link)
table.insert(rows, b_checklist)
|