Skip to main content
Question

Is there an API to create training material of type HTML page?

  • March 21, 2022
  • 2 replies
  • 58 views

IanMonk
Helper III
Forum|alt.badge.img+2

I am building an FAQ within a course container by using HTML pages (i.e., one html page per question and answer). I’m wondering if there is an API available to quickly create HTML pages with the relevant content. I’m haven’t found anything in the API explorer, but perhaps I am missing something? If not, I’ll look to do some browser automation using Python.

2 replies

Bfarkas
Hero III
Forum|alt.badge.img+6
  • Hero III
  • March 21, 2022

I don’t believe this exists, or at least I never found one. I typically loaded a series of blank page types that pulled data in on pageload based on various variables to save me time, so I was just loading one piece of content manually essentially.


IanMonk
Helper III
Forum|alt.badge.img+2
  • Author
  • Helper III
  • March 22, 2022

I don’t believe this exists, or at least I never found one. I typically loaded a series of blank page types that pulled data in on pageload based on various variables to save me time, so I was just loading one piece of content manually essentially.

Darn! That’s kind of what I thought. I came up with a python solution, that should do the trick for now.