\n' + '
\n' + '
\n' + ''); currentlistindex++; } if (typeof statusofaddqu == "undefined") { if (ispurchase == "False" && totalquestionlength >= 4) { }else{ saveeditabletriviacontentlocal(gameData); /*for Question added successfully text*/ } } } var trivia_current_que = "0"; var current_Que_id_trivia = ""; var tiviagameDataLocla = gameData; function editTriviaModal(current_que, listid, editetxid) { $("#PopUpTriviaImageVidUpload")[0].reset(); $("#TriviaQuestionPopup").attr("tabindex", -1); // document.getElementById('TriviaQuestionid').style.height = "46px"; height auto for this field document.getElementById('FurtherExid').style.height = "46px"; current_Que_id_trivia = editetxid; var btntypedata = $(listid).index(); current_que = btntypedata; document.getElementById('TriviaQuestionid').value = ""; document.getElementById('FurtherExid').value = ""; for (var i = 0; i < 4; i++) { document.getElementById('answerid' + i).value = ""; document.getElementById('radiobtnid' + i).classList.remove("triviaNoOfAnsactive"); } document.getElementById('youtubebtnid').style.display = "block"; document.getElementById('youtubebtnid').src = path + "images/youtube.png"; document.getElementById('youtubebtnid').style.opacity = "0.6"; document.getElementById('imagebtnid').style.display = "block"; document.getElementById('imagebtnid').src = path + "images/image.png"; document.getElementById('imagebtnid').style.opacity = "0.6"; document.getElementById('audiobtnid').style.display = "block"; document.getElementById('audiobtnid').src = path + "images/audio.png"; document.getElementById('furtehrEximagebtnid').style.display = "block"; document.getElementById('furtehrEximagebtnid').src = path + "images/image.png"; document.getElementById('furtehrEximagebtnid').style.opacity = "0.6"; document.getElementById('fertherExyoutubebtnid').style.display = "block "; document.getElementById('fertherExyoutubebtnid').src = path + "images/youtube.png"; document.getElementById('fertherExyoutubebtnid').style.opacity = "0.6"; document.getElementById('TriviaExpandimgvid').style.display = "none"; document.getElementById('triviaCollapseimgvid').style.display = "none"; document.getElementById('furtherExTriviaExpandimgvid').style.display = "none"; document.getElementById('furtherExtriviaCollapseimgvid').style.display = "none"; for (var i = 0; i < 4; i++) { var Ansbtn = document.getElementById("answerbtnid" + i); if (i == 0) { Ansbtn.style.display = "block"; } else { Ansbtn.style.display = "none"; } } document.getElementById('radiobtnid0').classList.add("triviaNoOfAnsactive"); for (var i = 0; i < 4; i++) { if (i == 0) { document.getElementById("btnid" + i).classList.add('triviaNoOfAnsactive'); } else { document.getElementById("btnid" + i).classList.remove('triviaNoOfAnsactive'); } } var gamename = 'FamilyFued'; var gameid = '20230330168021834628944'; var gamedatajson = tiviagameDataLocla; var total_que_array = gamedatajson['Questions']; document.getElementById('TriviaQuestionid').vlaue = ""; document.getElementById('FurtherExid').value = ""; for (var i = 0; i < 4; i++) { document.getElementById('answerid' + i).value = ""; } // expanded image view none when open popup document.getElementById('furtherExtriviaCollapseimgvid').style.display = "none"; document.getElementById('furtehrExexpandedimagview').style.display = "none"; document.getElementById('furtehrExexpandedimagview').src = ""; document.getElementById('TriviaExpandimgvid').style.display = "none"; document.getElementById('expandedimagview').style.display = "none"; document.getElementById('expandedaudioview').style.display = "none"; document.getElementById('expandedimagview').src = ""; document.getElementById('furtherExTriviaExpandimgvid').style.display = "none"; trivia_current_que = current_que; var question_no = current_que + 1; if (typeof total_que_array[current_que] != "undefined" && total_que_array != "") { var que_ansers = total_que_array[current_que]['answersList']; for (var i = 0; i < que_ansers.length; i++) { document.getElementById("answerbtnid" + i).style.display = 'block'; } var curruent_que_anscount = total_que_array[current_que]['answerCount']; var tiviaque = total_que_array[current_que]['question']; if (typeof tiviaque != "undefined" && tiviaque != "") { document.getElementById('TriviaQuestionid').value = tiviaque; } else { document.getElementById('TriviaQuestionid').value = ""; } var trivia_que_img = total_que_array[current_que]['ImageLink']; var trivia_que_vid = total_que_array[current_que]['VideoLink']; var trivia_que_aud = total_que_array[current_que]['AudioLink']; if (typeof trivia_que_img != "undefined" && trivia_que_img != "") { var questionimglink = trivia_que_img.replace("http://www.triviamaker.com/TriviaMaker/TestBuild/WebApp/0.0.1/", ""); document.getElementById('youtubebtnid').style.display = "none"; document.getElementById('TriviaExpandimgvid').style.display = "block"; document.getElementById('expandedimagview').src = questionimglink; document.getElementById('expandedimagview').style.display = "inline-block"; document.getElementById('Expandedimgviddiv').style.display = "none"; document.getElementById('triviaCollapseimgvid').style.display = "none"; document.getElementById('imagebtnid').style.display = "block"; document.getElementById('imagebtnid').src = path + "images/image-trivia.png"; document.getElementById('imagebtnid').style.opacity = "1"; document.getElementById('audiobtnid').style.display = "none"; document.getElementById('expandedaudioview').style.display = "none"; } else if (typeof trivia_que_vid != "undefined" && trivia_que_vid != "") { document.getElementById('expandedimagview').style.display = "none"; document.getElementById('TriviaExpandimgvid').style.display = "block"; document.getElementById('youtubevidplyiddiv').src = trivia_que_vid; document.getElementById('Expandedimgviddiv').style.display = "none"; document.getElementById('imagebtnid').style.display = "none"; document.getElementById('triviaCollapseimgvid').style.display = "none"; document.getElementById('youtubebtnid').style.display = "block"; document.getElementById('youtubebtnid').src = path + "images/youtube-trivia.png"; document.getElementById('youtubebtnid').style.opacity = "1"; document.getElementById('audiobtnid').style.display = "none"; document.getElementById('expandedaudioview').style.display = "none"; } else if(typeof trivia_que_aud != "undefined" && trivia_que_aud != "") { document.getElementById('audiobtnid').style.display = "block"; document.getElementById('audiobtnid').src = path + "images/audio-trivia.png"; document.getElementById('triviaqueaudioid').src = trivia_que_aud; document.getElementById('expandedaudioview').style.display = "inline-block"; document.getElementById('youtubebtnid').style.display = "none"; document.getElementById('imagebtnid').style.display = "none"; document.getElementById('TriviaExpandimgvid').style.display = "block"; document.getElementById('expandedimagview').style.display = "none"; document.getElementById('Expandedimgviddiv').style.display = "none"; document.getElementById('triviaCollapseimgvid').style.display = "none"; }else{ document.getElementById('youtubebtnid').style.display = "block"; document.getElementById('youtubebtnid').src = path + "images/youtube.png"; document.getElementById('youtubebtnid').style.opacity = "0.6"; document.getElementById('imagebtnid').style.display = "block"; document.getElementById('imagebtnid').src = path + "images/image.png"; document.getElementById('imagebtnid').style.opacity = "0.6"; document.getElementById('audiobtnid').style.display = "block"; document.getElementById('audiobtnid').src = path + "images/audio.png"; document.getElementById('TriviaExpandimgvid').style.display = "none"; document.getElementById('triviaCollapseimgvid').style.display = "none"; document.getElementById('Expandedimgviddiv').style.display = "none"; } var trivia_fertheEx_que_img = total_que_array[current_que]['explanationImgLink']; var trivia_fertheEx_que_vid = total_que_array[current_que]['explanationVideo']; if (typeof trivia_fertheEx_que_img != "undefined" && trivia_fertheEx_que_img != "") { var ferther_questionimglink = trivia_fertheEx_que_img.replace("http://www.triviamaker.com/TriviaMaker/TestBuild/WebApp/0.0.1/", ""); document.getElementById('furtehrEximagebtnid').style.display = "block"; document.getElementById('furtehrEximagebtnid').src = path + "images/image-trivia.png"; document.getElementById('furtehrEximagebtnid').style.opacity = "1"; document.getElementById('furtherExTriviaExpandimgvid').style.display = "block"; document.getElementById('fertherExyoutubebtnid').style.display = "none"; document.getElementById('furtehrExexpandedimagview').src = ferther_questionimglink; document.getElementById('furtehrExexpandedimagview').style.display = "inline-block"; document.getElementById('furtherExyoutubevidplyiddiv').style.display = "none"; document.getElementById('furtherExtriviaCollapseimgvid').style.display = "none"; document.getElementById('furtherExpandedimgviddiv').style.display = "none"; } else if (typeof trivia_fertheEx_que_vid != "undefined" && trivia_fertheEx_que_vid != "") { document.getElementById('furtehrEximagebtnid').style.display = "none"; document.getElementById('furtherExTriviaExpandimgvid').style.display = "block"; document.getElementById('furtehrExexpandedimagview').style.display = "none"; document.getElementById('furtherExyoutubevidplyiddiv').src = trivia_fertheEx_que_vid; document.getElementById('fertherExyoutubebtnid').style.display = "block"; document.getElementById('fertherExyoutubebtnid').src = path + "images/youtube-trivia.png"; document.getElementById('fertherExyoutubebtnid').style.opacity = "1"; document.getElementById('furtherExyoutubevidplyiddiv').style.display = "inline-block"; document.getElementById('furtherExtriviaCollapseimgvid').style.display = "none"; document.getElementById('furtherExpandedimgviddiv').style.display = "none"; } else { document.getElementById('furtehrEximagebtnid').style.display = "block"; document.getElementById('furtehrEximagebtnid').src = path + "images/image.png"; document.getElementById('furtehrEximagebtnid').style.opacity = "0.6"; document.getElementById('fertherExyoutubebtnid').style.display = "block "; document.getElementById('fertherExyoutubebtnid').src = path + "images/youtube.png"; document.getElementById('fertherExyoutubebtnid').style.opacity = "0.6"; document.getElementById('furtherExTriviaExpandimgvid').style.display = "none"; document.getElementById('furtherExtriviaCollapseimgvid').style.display = "none"; document.getElementById('furtherExpandedimgviddiv').style.display = "none"; } var furtherex = total_que_array[current_que]['explanation']; if (typeof furtherex != "undefined" && furtherex != "") { document.getElementById('FurtherExid').value = furtherex; } else { document.getElementById('FurtherExid').value = ""; } if (typeof curruent_que_anscount != "undefined" && curruent_que_anscount != "") { curruent_que_anscount = total_que_array[current_que]['answerCount']; } else { curruent_que_anscount = 1; } for (var i = 0; i < 4; i++) { var row = i + 1; if (curruent_que_anscount == row) { document.getElementById("btnid" + i).classList.add('triviaNoOfAnsactive'); document.getElementById("btnid" + i).classList.add('triviaNoOfAnsactiveTrivia'); } else { document.getElementById("btnid" + i).classList.remove('triviaNoOfAnsactive'); document.getElementById("btnid" + i).classList.remove('triviaNoOfAnsactiveTrivia'); } if (typeof que_ansers != "undefined") { if (typeof que_ansers[i] != "undefined") { document.getElementById('answerid' + i).value = que_ansers[i]; } else { document.getElementById('answerid' + i).value = ""; } } else { document.getElementById('answerid' + i).value = ""; } var correct_ans = total_que_array[current_que]['correctAnswer']; if(correct_ans != undefined){ correct_ans = correct_ans.trim(); } if (typeof correct_ans != "undefined" && correct_ans != "") { if (typeof que_ansers[i] != "undefined") { que_ansers[i] = que_ansers[i].trim(); } if (que_ansers[i] == correct_ans) { var correvt_anserno = document.getElementById('radiobtnid' + i); correvt_anserno.classList.add("triviaNoOfAnsactive") } else { var correvt_anserno = document.getElementById('radiobtnid' + i); correvt_anserno.classList.remove("triviaNoOfAnsactive"); } } // else { // document.getElementById('radiobtnid0').classList.add("triviaNoOfAnsactive") // } } } else { document.getElementById('TriviaQuestionid').value = ""; document.getElementById('answerid0').value = ""; document.getElementById('furtherExpandedimgviddiv').style.display = "none"; document.getElementById('fertherExyoutubebtnid').style.display = "block"; document.getElementById('furtehrEximagebtnid').style.display = "block"; document.getElementById('youtubebtnid').style.display = "block"; document.getElementById('imagebtnid').style.display = "block"; document.getElementById('Expandedimgviddiv').style.display = "none"; document.getElementById('TriviaExpandimgvid').style.display = "none"; document.getElementById('triviaCollapseimgvid').style.display = "none"; document.getElementById('furtherExTriviaExpandimgvid').style.display = "none"; document.getElementById('furtherExtriviaCollapseimgvid').style.display = "none"; document.getElementById("btnid0").classList.add('triviaNoOfAnsactive'); var curruent_que_anscount = 1; for (var i = 0; i < 4; i++) { var row = i + 1; if (curruent_que_anscount == row) { document.getElementById("btnid" + i).classList.add('triviaNoOfAnsactive'); } else { document.getElementById("btnid" + i).classList.remove('triviaNoOfAnsactive'); } var Ansbtn = document.getElementById("answerbtnid" + i); if (curruent_que_anscount < row) { Ansbtn.style.display = 'none'; } else { Ansbtn.style.display = 'block'; } } } // } // }); setTimeout(function () { Removemodalbackdropdiv(); }, 1000); } /*Wheel of fortune*/ var wofcurrentoptionindex=0; /*main WOF Current OPtion USe total count of wof option*/ var wofcurrentquesindex=0; /*main WOF Current OPtion USe total count of wof question*/ function addWOFquestions(edit,TriviaCurrentQueTex,addststus) { var sortableclass = ""; if (edit === "True") { sortableclass = 'list-group-item'; } /*Question index*/ /*=============================*/ var countlist = $("#WOFsortable li").length; var listid = []; $('#WOFsortable li').each(function () { var id = $(this).attr('id'); listid.push(id); }); for (i = 0; i < countlist; i++) { var listidval = listid[i].replace("WOFqueid", ""); listid[i] = parseInt(listidval); } var currentquestion = Math.max.apply(null, listid); var questionindex = currentquestion + 1; var addquestionlength = 16; /*change 15 t0 16 cz add free account vadidation to question*/ if(addststus){ if(commongametype == "WOF" && ispurchase == "False"){ addquestionlength = 0; // if(wofcurrentquesindex < addquestionlength){ document.getElementById('wofedittextwarn').style.display ="block"; // } } } document.getElementById('totalQuestioncount').textContent = questionindex; /*=============================*/ addLoader(); if(wofcurrentquesindex < addquestionlength){ wofcurrentquesindex++; $("#WOFsortable").append('

' + ''+TriviaCurrentQueTex+'
\n' + '\n' + '
'); } if(addststus){ document.getElementById('successmsg').textContent = "Question added successfully!"; setTimeout(function () { $('.toast').addClass('showing'); setTimeout(function () { removeLoader(); if ($('.toast').hasClass('showing')) { $('.toast').removeClass('showing'); document.getElementsByClassName('previewscreenmain')[0].contentWindow.location.reload(true); document.getElementsByClassName('previewscreenmain')[1].contentWindow.location.reload(true); } }, 2000); }, 1000); }else{ setTimeout(function () { removeLoader(); }, 1000); } if(wofcurrentquesindex == 15){ document.getElementById('addWOFquebtnid').style.display="none"; } } var wofOptionArray = null; function addWOFspinoptions(edit, optioncount , optiontext) { /*neccecary*/ var sortableclass = ""; if (edit === "True") { sortableclass = 'list-group-item'; } var wofCurrentoptiontext = ""; for (var i = 1; i < optioncount; i++) { if(optiontext) { if (optioncount > 1) { if(wofOptionArray[i] != null){ if (wofOptionArray[i]['text'] === "") { wofCurrentoptiontext = "Option"; } else { wofCurrentoptiontext = wofOptionArray[i]['text']; } } } }else { wofCurrentoptiontext = ""; /*Option wof placehlder issue*/ } commonaddwofoption(sortableclass,wofCurrentoptiontext,optiontext); } WOFLocalData = gameData; } function addPrizeWOFspinoptions(edit, optioncount , optiontext){ document.getElementById('WOF_optionid').style.pointerEvents = "auto"; wofOpenaddpriceandcustomprizepopup("Option","Enter Option","Save Option"); $('#WOF_optionid').attr('onkeypress','allowNumbersOnly(event)'); $("#WOF_optionid").attr('maxlength','3'); addWOFspinoptions(edit, optioncount , optiontext) } function addcustomWOFspinoptions(edit, optioncount , optiontext){ document.getElementById('WOF_optionid').style.pointerEvents = "auto"; wofOpenaddpriceandcustomprizepopup("Prize","Enter Prize","Save Prize"); $("#WOF_optionid").removeAttr("onkeypress"); $("#WOF_optionid").attr('maxlength','15'); addWOFspinoptions(edit, optioncount , optiontext); } function addpenaltywof(gameData){ document.getElementById("WofPenaltysavebtnid").removeAttribute('data-dismiss'); var e = document.getElementById("Penaltycard"); var optiontextvalue = e.options[e.selectedIndex].value; if(optiontextvalue != ""){ var sortableclass = ""; if (isgamedit === "True") { sortableclass = 'list-group-item'; } commonaddwofoption(sortableclass,optiontextvalue,false); saveWOFSpinOptions(gameData); document.getElementById("WofPenaltysavebtnid").setAttribute('data-dismiss', "modal"); }else{ alert("Please select any penalty!"); } } /*1.questionindex = listid*/ function commonaddwofoption(sortableclass,wofCurrentoptiontext,optiontext){ /*Question index*/ /*=============================*/ var countlist = $("#WOFspinsortable li").length; var listid = []; $('#WOFspinsortable li').each(function () { var id = $(this).attr('id'); listid.push(id); }); for (i = 0; i < countlist; i++) { var listidval = listid[i].replace("WOFspinoptid", ""); listid[i] = parseInt(listidval); } var currentquestion = Math.max.apply(null, listid); var questionindex = currentquestion + 1; /*=============================*/ /*Maximun 24*/ // if (questionindex < 25) { if (wofcurrentoptionindex < 25) { wofcurrentoptionindex++; $("#WOFspinsortable").append('

' + '' + wofCurrentoptiontext + '
\n' + '\n' + '
'); if(!optiontext){ editWheelOptionpopup(wofcurrentoptionindex,'#WOFspinoptid'+questionindex); /* on click add Prize and open popup directly if we addnew then it call and on click Add Penalty bcz clear previous popup*/ } questionindex++; /*id increment*/ currentquestion++; /*Data get*/ /*for penaltyadd*/ document.getElementById("WOF_optionid").value = wofCurrentoptiontext; // WofOptiondatasavelocal(gameData); /*for add penalty it is disabled*/ } }
How would you like to play?
Basic
Use this option if you plan to mirror this screen to a TV or Projector
*This method does NOT work
with Presenter
Launch Game
Controller + Presenter
For this option, you will need both of these open:
1. Controller
This is the display that the host will see.
It shows the answers and controls the game.
2. Presenter
This is the display that the audience will see.
Launch Controller
Launch Presenter
Buzz In Mode
Crowd Mode
In Crowd Mode, players can join a host's game and respond to questions on their own devices.
Participants
Join atplay.triviamaker.com
Host
You will control the game from the host screen.
Quiz Settings
Results show at the end of the quiz and are based on the user's score.They can say things like "Jedi Master" "Perfect Score"
do you want to open game?
Game Settings
idjnmfvidkmvl
Members : 1
What are Teams?Create One Here
Buzz Instructions
For this option, you will 3 different things:
1. Controller
This is the display that the host will see.
It shows the answers and controls the game.
2. Presenter
This is the display that the audience will see.
3. Buzzer
Ask participants to open https://play.triviamaker.com/buzzto use the buzz feature
Copy Game To
My Games
Embed
<script type="text/javascript" src="https://triviamaker.com/embed/FF20230330168021834628944.js"> </script>
<iframe src="https://triviamaker.com/embedded/?id=FF20230330168021834628944" width="1920" height="1080"> </iframe>
Assignment
Change the deadline
Participants should complete it before:
This game isn't ready for crowd mode
As a rule, CROWD games should have at least 5 Rounds.
As a rule, CROWD games should have short answers(2 words or less) which can be easily entered by players.
Game Setup
Let's Give Your Game A Name
Give Your Game A Description (Optional)
Choose a Theme
Standard
you can create your own theme on the next screen.
Choose a Game Style
GRID
Questions are arranged incategories.
Harder questions are worth more points.
Example:
I'll take "Our Locations" for $500
LIST
Contestants try to name the
"top answers" to the question.
Example:
Name something you soak.
TRIVIA
Basic Multiple ChoiceQuestions
Example:
What is the State Bird of California?
WHEEL
Contestants try to solve wordpuzzles
by guessing hidden letters.
Example:
I'd like to buy a vowel
TICTAC
Classic game of X's and O's.Answer 3 Questions in a line to win the round.
Example:
That is correct and X gets the square
Create Collection
Do you want others to be able to download the games in this collectionand save them as theirown?Even if you set this to "off" you can still share your collection with a link.
Do you want the public to be able to find your collection throughinternet search? Even ifyou setthis to "off" you can still share your collection with a link.
Team Details
Classroom Details
Add Students CSV
Student Details
Edit Students Details
Enter your first name
Enter your last name
Enter your email
Enter your pin
Select Classes to Import
Presenter Code
Grid style games have a several categories with a number of questions under each category.You can choose the number of categories and questions that best fits your setting.
To delete user "" you need to enterpassword.
Enter your password to allow this.
Crowed mode allow participants to answer the question from their on device. It also allows allparticipants to answer the same question. The score will be allocated dynamatically depends onhow fast the participant answer the question.
Choose collection where you'd like to add the game
Add Game to Collection
![]() | ![]() | ![]() |
Edit Details
Categories
Tags
Grade Levels
Difficulty
Add Youtube Link
Add Youtube Link
1
2
3
4
5
6
7
8
or
Colors :
Font color
Background color
Add Penalty :
4 Questions
What are the physical features of Down Syndrome?What are the intellectual and developmental symptoms?
Add
Shalana Powell
LIST
Begin Creating Quizzes Today
Create a fun and engaging trivia quiz in minutes!
Questions
Colors :
Font color
Button color
Background color
Logo:
Background Image:
Theme Song:
Is it good, bad, wrong, etc?
Changes saved!
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
NecessaryAlways Enabled