Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 873923
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T11:01:16+00:00 2026-05-15T11:01:16+00:00

I am trying to write a quiz application.i have the follwing model. class Question(db.Model):

  • 0

I am trying to write a quiz application.i have the follwing model.

class Question(db.Model):
    question=db.StringProperty(required=True)
    answer_1=db.StringProperty(required=True)
    answer_2=db.StringProperty(required=True)
    answer_3=db.StringProperty(required=True)
    answer_4=db.StringProperty(required=True)
    correct_answer=db.StringProperty(choices=['1','2','3','4'])

and the following form

class QuestionForm(ModelForm):
    class Meta:
        model=Question

which served me well for creating forms for submitting new questions.
Now i want the stored Questions in the database to be presented in form for a Quiz to the user.The above form would generate the form as having

<input type="text">

while i want them to have radio boxes how do i achive the same? do i need a seperate form class ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T11:01:17+00:00Added an answer on May 15, 2026 at 11:01 am

    You could also store the possibie answers in another model, admin them through an inline admin (whcih would give you more flexibility, because the number of answers doesnt always have to be the same then), and the use a foreign key field for the correct answer (which will render as dropdown or radio boxes if you wish)!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to solve this question: http://www.pyschools.com/quiz/view_question/s3-q6 Write a function using 'if/elif/else' conditionals to
In trying to write more testable Java code, I have been using the Model-View-Presenter
I'm trying write a query to find records which don't have a matching record
Im trying to write something to get my images to show correctly. I have
Trying to write this small program to help me in my Stats class, everything
Trying to write a python application that downloads images from an RSS feed, and
I've been trying write an application which will be able to connect to a
We've been trying write unit tests for a worker class written in C#, which
I am trying to write an online programming quiz app. So, many questions might
Trying to write a regular expression for java that will return true ONLY if

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.