You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title = question's text
TYPE = (
('mcq_one', 'MCQ with single possible answer'),
('text', 'Text based answer'),
('file_upload', 'File Upload answer')
)
The text was updated successfully, but these errors were encountered:
Example: http://127.0.0.1:8000/adminpanel/form/1
should return
<form_id>{
question 1 {
id
title
type
}
question 2 {
id
title
type
}
}
title = question's text
TYPE = (
('mcq_one', 'MCQ with single possible answer'),
('text', 'Text based answer'),
('file_upload', 'File Upload answer')
)
The text was updated successfully, but these errors were encountered: