@*@NEducation.Content.Texts.Lang.QuestionBegin*@
@question.description
@{ if (question.contentType == NEducation.Controllers.UtilsController.GetContentType.AUDIO_FILE ||
question.contentType == NEducation.Controllers.UtilsController.GetContentType.AUDIO_LINK)
{
}
else if (question.contentType == UtilsController.GetContentType.VIDEO_LINK)
{
@*
*@
@*
*@
@*
*@
@*
*@
@*
*@
}
else if (question.contentType == UtilsController.GetContentType.VIDEO_FILE)
{
@*
*@
}
else if (question.contentType == UtilsController.GetContentType.TEXT_TYPE)
{
@question.content
}
else if (question.contentType == UtilsController.GetContentType.PICTURE_FILE)
{

}
}