Lord Rama easy quiz
Lord Rama easy quiz
He is the Purushottama. He is the greatest of all!
Lord Rama's greatest is innumerable. He is the greatest of all. He is svayam Bhagavan. There is no one who is equal to him of greater to him.
Today let us all know few very important points about Lord Rama and his Epic Ramayana.
Come on dear friends, let's start:
1. Whose incarnation or avatar is Lord Rama?
#q1more {display: none;}
...
Answer
Bhagavan Sri Rama is an avatar of Bhagavan Sri Vishnu.
Show Answer
function q1function() {
var q1dots = document.getElementById("q1dots");
var q1moreText = document.getElementById("q1more");
var q1btnText = document.getElementById("q1mybtn");
if (q1dots.style.display === "none") {
q1dots.style.display = "inline";
q1btnText.innerHTML = "Show Answer";
q1moreText.style.display = "none";
}
else {
q1dots.style.display = "none";
q1btnText.innerHTML = "Hide Answer";
q1moreText.style.display = "inline";
}
}
2. Who wanted to send Lord Rama on Exile?
#q2more {display: none;}
...
Answer
Lord Rama's step mother Kaikeyi along with her maid Manthara.
Show Answer
function q2function() {
var q2dots = document.getElementById("q2dots");
var q2moreText = document.getElementById("q2more");
var q2btnText = document.getElementById("q2mybtn");
if (q2dots.style.display === "none") {
q2dots.style.display = "inline";
q2btnText.innerHTML = "Show Answer";
q2moreText.style.display = "none";
}
else {
q2dots.style.display = "none";
q2btnText.innerHTML...