question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Attribute points to each answer, and calculate the total

See original GitHub issue

Are you requesting a feature, reporting a bug or asking a question?

Aking a question

What is the expected behavior?

Add points to each answer (checkbox, radio…) of each question, and calculate total points a the end, as follows :

Question 1 Answer 1 (1point) Answer 2 (5points) Answer 3 (10points) Question 2, question 3…

Score : 55points

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

pages: [
    {
        questions: [
            {
                type: "radiogroup",
                name: "q1",
                isRequired: true,
                title: "xxx",
                choices: [
                    "answer1",
                    "answer2"
                ]
            },
        ]
    },
    {
        questions: [
            {
                type: "radiogroup",
                name: "q1",
                isRequired: true,
                title: "xxxx",
                choices: [
                    "answer1",
                    "answer2"
                ]
            },
        ]
    },
   
    

Specify your

  • browser: Chrome
  • browser version: 72
  • surveyjs platform (angular or react or jquery or knockout or vue): Jquery
  • surveyjs version: 1.0.73

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
NicolasLRDcommented, Mar 7, 2019

Sure. Here is the basic sample - https://embed.plnkr.co/20U6sdQpOiTxd5ps83dT/

Thak you so much ! I’m looking for since yesterday, but I did not find that …

2reactions
tsv2013commented, Mar 7, 2019

Sure. Here is the basic sample - https://embed.plnkr.co/20U6sdQpOiTxd5ps83dT/

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to assign different points for multiple choice questions ...
1. Pre-requisite: You must have installed the Scorecery add-on for Google Forms. If you haven't installed the add-on yet, you can install it...
Read more >
The data given below for 15 movies on their performance on 3 ...
Each attribute is awarded marks out of 10 by a select group, out of which Total Score Point is calculated.
Read more >
Conjoint Analysis - Calculations / Methodology - QuestionPro
Conjoint analysis is a survey based statistical technique used in market research that helps determine how people value different attributes (feature, ...
Read more >
Video: Sort, filter, summarize, and calculate your PivotTable data
Training: You can analyze PivotTable data in many ways, including sorting to quickly see trends. We'll also look at how to filter, summarize...
Read more >
Scoring - Qualtrics
Scoring is used to assign number values to your survey responses for calculating an overall response score. If you are interested in changing...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found