add more for real time quiz.

This commit is contained in:
SilicaAndPina 2021-04-16 01:48:24 +12:00
parent 753abb5231
commit 4e8ad17d1c
8 changed files with 227 additions and 17 deletions

View file

@ -9,6 +9,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Drawing;
using HISP.Game.Chat;
using HISP.Game.Events;
namespace HISP.Game
{
@ -733,6 +734,10 @@ namespace HISP.Game
message += Messages.MetaTerminator;
return message;
}
public static string BuildRealTimeQuiz(RealTimeQuiz.Participent participent)
{
return Messages.FormatEventRealTimeQuizMeta(participent.CorrectAnswers, participent.MistakenAnswers, participent.OnQuestion.BaseCategory.Name, participent.OnQuestion.Question);
}
public static string BuildCompanionLibary()
{
string message = "";