issues
search
Cluce059
/
TriviaBrews
0
stars
0
forks
source link
JS logic
#4
Open
Cluce059
opened
3 years ago
Cluce059
commented
3 years ago
fetch that trivia api
consider fetching the twitter one too but not majorly important for barebones mvp
general quiz logic
timer logic
highscores
Cluce059
commented
3 years ago
To Do as of tonight 07/29:
randomize answer choice order
create checkAnswer function
add event listeners on choices that call checkAnswer function
iterate thru 10 unique questions on trivia page
timer functionality
score functionality
identify 2nd api bc twitter only has http not https (unless we can make it slide w/o bugs/errors)
Cluce059
commented
3 years ago
also fix the nested special chars fetched from trivia api
Cluce059
commented
3 years ago
To do as of 7/30 4:00pm:
randomize answer choice order
create checkAnswer function
timer function
score logic
work on items to ask about in office hours(see projects tab)