From a6327b448fd984dd09e5f981a35996e1b1f22120 Mon Sep 17 00:00:00 2001 From: Martin Martinez Rivera Date: Sat, 29 Jul 2023 19:52:27 -0700 Subject: [PATCH] Add verso tags for transcription types --- src/data/course_generator/transcription.rs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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.