diff --git a/src/data/course_generator/transcription.rs b/src/data/course_generator/transcription.rs
index 55f57da..8196a33 100644
--- a/src/data/course_generator/transcription.rs
+++ b/src/data/course_generator/transcription.rs
@@ -28,6 +28,7 @@ use crate::data::{
};
use constants::*;
+//@@transcription-link
+//@,
},
}
+//>@transcription-asset
impl TranscriptionAsset {
/// Returns the short ID of the asset, which wil be used to generate the exercise IDs.
@@ -85,6 +89,7 @@ impl TranscriptionAsset {
}
}
+//@,
}
+//>@transcription-passages
impl TranscriptionPassages {
/// Generates the exercise assets for these passages with the given description.
@@ -155,15 +161,20 @@ impl TranscriptionPassages {
}
}
+//@,
}
+//>@transcription-preferences
+//@@transcription-config
impl TranscriptionConfig {
/// Returns the ID for a given exercise given the lesson ID and the exercise index.