Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@qFamouse qFamouse released this 07 Mar 12:18
· 1 commit to master since this release

What's Changed

  • Fixed a bug when parsing short answers
  • Fixed the loss of the correct answer state to a question when combining answers
  • Fixed the work of parsing in questions with a choice of answers
  • Changed the operation of manual saving
    • Now, when you force saving a test that has not yet been completed, your answers will be saved under a special type, which simplifies debugging and reduces the likelihood of errors when combining/overwriting answers
    • Answers saved by manual saving are now saved to a file, not to a database
  • Changed the import behavior for already existing responses in the database
    • The actual conflict resolution is shown in the screenshot in the comments
  • Added parsing of reviews containing correct answers to questions
    • Supported only on questions with the choice of one correct answer (as far as we know, this function only works there)
  • Added a new mode - Roll Mode
    • Choosing answers at random. Ideal for expanding the database with correct answers, 10-15 attempts and the whole database is in your pocket. Selects the correct answer if it is saved in the database.
  • Added a system for sharing your results
    • Now you do not need to manually fill out a template to upload your results to the telegram database. Share your results in just a couple of clicks

Full Changelog: 1.0.0...1.1.0