Skip to content
#

trivia-game

Here are 186 public repositories matching this topic...

TensorFlow in Practice Specialization. Join our Deep Learning Adventures community 🎉 and become an expert in Deep Learning, TensorFlow, Computer Vision, Convolutional Neural Networks, Kaggle Challenges, Data Augmentation and Dropouts Transfer Learning, Multiclass Classifications and Overfitting and Natural Language Processing NLP as well as Time Series Forecasting 😀 All while having fun learning and participating in our Deep Learning Trivia games 🎉 http://bit.ly/deep-learning-tf

  • Updated Jul 10, 2020
  • Jupyter Notebook
paulscliu
paulscliu commented Nov 4, 2019

In answers_widget.dart, several lines limit the multiple-choice to 4 answers only:

line 10 const questionLeadings = ['A', 'B', 'C', 'D'];
line 63 for (int i = 0; i < 4; i++) {
line 79 for (int i = 0; i < 4; i++) {

For experiment, I change these lines to support 5 answers then modify the mock_api.dart so the last question has 5 answers. The program was not able to rend

Deep Learning Adventures. Join our Deep Learning Adventures community 🎉 and become an expert in Deep Learning, TensorFlow, Computer Vision, Convolutional Neural Networks, Kaggle Challenges, Data Augmentation and Dropouts Transfer Learning, Multiclass Classifications and Overfitting and Natural Language Processing NLP as well as Time Series Forecasting 😀 All while having fun learning and participating in our Deep Learning Trivia games 🎉 http://bit.ly/deep-learning-tf

  • Updated Jul 1, 2020
LeoSaucedo
LeoSaucedo commented Jul 18, 2021

Implement the ;collect daily command with the following spec:

  • When a user calls ;collect daily, the user may gain 1-5 points if they have not collected in the last 24 hours.
  • If a user calls ;collect daily more than once in the last 24 hours, the bot must notify the user they have already collected for the day.
  • The timestamp from the leaderboard table in the database must be quer

Improve this page

Add a description, image, and links to the trivia-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trivia-game topic, visit your repo's landing page and select "manage topics."

Learn more