Skip to main content
Great Research. Made Easy.
Toggle navigation menu
Submit a request
Sign in
Dedoose Learning Center
Search
Media Features & Settings
Review media features, settings, and options
Edit Document Content
Search for Words or Phrases
Export Coded Document
Enable Custom Color Coding
View Line Numbers
Edit Media Title
Clone Media
Font Size Settings
Left to Right display
How to Add Transcription to an Audio or Video File
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article, index) { %> <% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
<% if (section) { %>
<%= section.name %>
<% } %>
<%= article.title %>
<% }) %>
<% } %>