Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 840 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 840 Bytes

Challenge feedback plugin for CTFd

Allows users to give feedback for a challenge after solving it.

User Guide

Motivation

For instructors to collect feedbacks for challenges to make adjustments or improvements.

Install

Copy or clone this repository into CTFd/plugins:

git clone https://github.com/nus-ncl/ctfd-challenge-feedback.git

Features

  • Create/delete feedback questions for each challenge

  • Feedback may be rating of 1 to 5 with custom labels, or text input

  • View feedback responses from the admin panel, or export them as a JSON/CSV file

  • Users can submit feedbacks and update them on subsequent submissions

  • Feedback form is shown automatically after the challenge is solved for the first time

Admin panel view

Feedback form