count the selected checkboxes in a multipleselectfield

2017-07-05 Thread elloy
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

count the selected chechboxes in multipleselectfield

2017-07-05 Thread elloy
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

Re: count the selected chechboxes in multipleselectfield

2017-07-05 Thread elloy
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