Please, I need your help because I'm trying to solve a problem
I'm making a questionnaire and I want to count the number of the selected
choices in a certain question
The model I'm using is:
class Reuse(models.Model):
REUSE_OPTIONS = (
('1', 'first choice'),
('2', 'second cho
I need your help with a problem I'm trying to solve
I'm making a questionnaire and I have to count the selected choices that
the user have checked in a certain question with 5 possible answers(choices)
The model I'm using is:
class Reuse(models.Model):
REUSE_OPTIONS = (
('1', 'first c
On Wednesday, July 5, 2017 at 3:59:41 PM UTC+3, bob gailer wrote:
>
> On Jul 5, 2017 6:55 AM, "elloy" > wrote:
> >
> > I need your help with a problem I'm trying to solve
> > I'm making a questionnaire and I have to count the selected choices that
3 matches
Mail list logo