Macronair / TheMillionaireGame

A custom game controller software based on the tv game show Who Wants to be a Millionaire!
37 stars 8 forks source link

Add Question Level 'difficulty groups' #66

Closed hazzuk closed 4 hours ago

hazzuk commented 10 months ago

Currently each question has to be set to a specific level (e.g. 7). This functionality allows for precise placement of questions (and this functionality should remain) but alone, it's extremely time consuming when adding new questions. One, it's hard sorting out which questions should be at which precise levels. And two, then making sure you've placed a question at all fifteen levels to provide a full game is hard to manage.

Instead I propose the following:

When a user adds a questions, the question is either set to a question level (as is current functionality), OR set to a question difficulty group. There are three difficulty groups, easy (levels 1-5), medium (6-10) and hard (11-15).


For myself, and likely many others who use this amazing software, precise placement of questions (in what is mostly a game of fun), currently requires too much time and effort to manage. This (and CSV importing) would make a huge difference to improving what right now is the hardest part of using this software, adding new questions.

Macronair commented 10 months ago

Very good point! Currentl;y I'm working on a feature for CSV export/import of the questions. As for the difficulty settings, I will take the info you gave with me in the developement for the new version.

Currently I'm focusing in fixing the existing bugs and errors that are occuring. When this is solved, then this is the next step. Btw, thanks for your feedback to the software. Really appreciate it. ;)

Macronair commented 4 hours ago

This feature is added in 1.1 and improved/fixed some bugs in 1.2.