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

}
}