• Resolved Rkohlbeck13

    (@rkohlbeck13)


    I have designed a quick Quiz and am using a number of results based off the Minimum and Maximum Points achieved. Unfortunately the maximum points is limited to 99.00. Is there an easy way to increase this number? I need it to go up to 160 at least, so I can segment my results further. Your support is greatly appreciated!

    https://ww.wp.xz.cn/plugins/chained-quiz/

Viewing 1 replies (of 1 total)
  • Plugin Author Bob

    (@prasunsen)

    Install the free SQL Executioner plugin. Go to Tools -> SQL Executioner and run the following commands:

    ALTER TABLE $chained_results CHANGE points_bottom points_bottom DECIMAL(8,2) NOT NULL DEFAULT '0.00';
    
    ALTER TABLE $chained_results CHANGE points_top points_top DECIMAL(8,2) NOT NULL DEFAULT '0.00';
Viewing 1 replies (of 1 total)

The topic ‘Maximum Points for Results Increased’ is closed to new replies.