mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
add more for real time quiz.
This commit is contained in:
parent
753abb5231
commit
4e8ad17d1c
8 changed files with 227 additions and 17 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue