Code:
// Question
public static int pQuiz_Question = 0x400000 + 0xFCB86C; //4byte, Points to name with 0 offset
// Answer A
public static int pQuiz_AnswerA = 0x400000 + 0xFC56E8; //4byte, Points to name with 7 offset (7 offset removes the "A " prefix to answer)
// Answer B
public static int pQuiz_AnswerB = 0x400000 + 0xFC5C84; //4byte, Points to name with 7 offset
// Answer C
public static int pQuiz_AnswerC = 0x400000 + 0xFCB82C; //4byte, Had a 14 offset when first viewed
// Answer D
public static int pQuiz_AnswerD = 0x400000 + 0xFC67BC; //4byte, Points to name with 7 offset
here is the source code from dumpersta's BOI GB. If you get the right offset then it will work fine. From my observation, offsets differ depending on the type of quiz, if it is BOI Quiz, Love Match or Warning of Wisdom