Forum Discussion
TalalParvaiz
4 years agoCommunity Member
How to format your Rise 360 course for Arabic
UPDATE: EVEN EASIER. DOWNLOAD THE ATTACHED ZIP FILE AND PASTE THE 4 FILES ENCLOSED WITHIN INTO THE "LIB" FOLDER (OVERWRITE OLD FILES)
Hey all. I work for a college here in Qatar and wanted to shar...
eLearningRev495
30 days agoCommunity Member
I want to thank Talala for this great thread! I am sure quite a lot of people found this helpful while they were working on Arabic and Hebrew courses.
When I applied this code, I had an issue with flip cards, where the instructional text "X of Y" was written in the format "X Y of".
To fix that, I altered the code in the last step of this tutorial, like this:
var arabicFix = function(){
$('p,h1,h2,h3,h4,h5,li,ol,ul,strong,a,span,.brand--ui,.lesson-header__top-wrap,.page-header-container,.overview-sidebar__title,.fr-view').attr('dir','rtl').attr('align','right');
$('blocks-tabs__container').children().attr('dir','rtl').attr('align','right');
$('.block-flashcards-slider__progress-text').attr('dir','rtl').attr('align','center');
$('.bubble__controls').attr('dir','ltr').attr('align','center');
}
setInterval(arabicFix,500);
I just added this line:
$('.block-flashcards-slider__progress-text').attr('dir','rtl').attr('align','center');
Hope we will keep this thread alive while we wait for the official support for RTL languages. ๐
Best,
Nikola ฤLV