Cannabis Laboratory Testing eLearning Program

$315.00

This is a discounted grouping of the 4 courses: ASTM D8375, ASTM D8399, ASTM D8442 and ASTM D8469.

Category:

This eLearning program covers four new standardized test methods for cannabis testing in the laboratory. Each eLearning course features a video demonstration, animation, interactive review, a copy of the standard, and a certificate of completion.

These courses are intended for organizations in need of a standardized training program for laboratory technicians, for QA/QC professionals, for auditors, and for regulators.

There are currently four courses included in this program and the program will take approximately four hours to complete.

  • ASTM D8375 Standard Test Method for Determination of Cannabinoid Concentration in Dried Cannabis and Hemp Raw Materials using Liquid Chromatography Tandem Mass Spectrometry (LC-MS/MS) — eLearning Course
  • ASTM D8399 Standard Test Method for Multi-residue Analysis of Pesticides in Dried Cannabis and Hemp Raw Materials Using Liquid Chromatography-Tandem Mass Spectrometry (LC-MS/MS) — eLearning Course
  • ASTM D8442 Standard Test Method for Determination of Cannabinoids in Cannabis Raw Materials and Resin Cannabis Products by Gas Chromatography and Flame Ionization Detection — eLearning Course
  • ASTM D8469 Standard Test Method for Analysis of Multiple Elements in Cannabis Matrices by Inductively Coupled Plasma Mass Spectrometry (ICP-MS) — eLearning Course

CEUs and PDHs are provided upon successful completion of each course. Most courses in this program provide 0.1 CEUs or 1 PDH. Please see individual course listing for more information.

A certificate of completion is available upon reviewing the course and receiving an 80% or higher score on the quiz.

To obtain a completion certificate and CEUs for this course, submit a learner record request from ASTM upon completion of the course. A link to the ASTM learner record website will be included in the course completion email.

Access

All ASTM / ANAB online courses are available for a 1-year subscription on the ANAB site for a Single User Only. Training cannot be shared.

var buttonNo = document.getElementById('existing-no'); var buttonYes = document.getElementById('existing-yes'); var text = document.getElementById('existing-text'); var buttons = document.getElementById('existing-buttons'); document.addEventListener('DOMContentLoaded', function() { if (buttonNo) { buttonNo.addEventListener('click', function() { window.open("https://anabaccreditationapplication.ansi.org", "_self"); }); } if (buttonYes) { buttonYes.addEventListener('click', function() { //alert('Button 2 is clicked'); buttons.style.display = 'none'; text.style.display = 'block'; }); } }); document.addEventListener('click', function(event) { // Check if the clicked element has the class 'kt-modal-close' if (event.target.classList.contains('kt-modal-close')) { buttons.style.display = 'flex'; text.style.display = 'none'; } }); document.addEventListener('submit', function (e) { // Check if the submitted form has the target class if (e.target && e.target.classList.contains('no-jetpack')) { e.stopImmediatePropagation(); // Prevent Jetpack’s handler from firing // Do NOT call e.preventDefault() so the form still submits normally } }, true); // capture phase