Session Name Generator is a feature that allows the administrator to name their session automatically based on a running number, or different criteria, such as a denominator, fragments of the title, and weekday.
A unique string code will be generated, which can be used to give session codes to Impexium when using the Remote: Export functionality. Impexium session codes are unique through the platform and thus the same code cannot be reused.
You can access this feature by following these steps:
- Navigate to Events and click on General.
- Locate Session Name Generator. The following options will be visible:
- Running Number: A running number name will be given to each session.
- Formular: Use JSON Logic to create a custom unique value. Click the Edit Formular button to open the editor.
#
Formular Name Generator Sample
{
"upperCase": [
{
"cat": [
"EVENT2022-",
{
"substr": [{ "var": "title" }, 0, 3]
},
"-",
{
"weekDay": [{ "var": "dateBegin" }]
}
]
}
]
}
Related Articles
Name Generator Field
As an Administrator, you can specify how to name or identify each received submission on a submission phase basis. From the Template tab > Submission Phase > Edit, locate the “Name Generator” section Where you can select the following options: ...
Create Session Categories
Filtering is a handy feature that allows you and the targeted audience to search for specific Sessions using the search criteria of your choice. The search criteria will need to be linked to a specific Field you have added to your Template (e.g. ...
Edit Session Details
As an Editor or part of an Editor's group, you will be assigned sessions, for which you will be required to manage or edit as needed. Go to the desired event From the left panel, click Editor Home From here you can search sessions by name or filter ...
Assign Speaker to Session
From the desired event navigate to Sessions Click on the desired session to open the Session Detail Scroll down to the Speakers section Click on the "Search people" dropdown menu then start typing individual's name, once found select the desired ...
Hide Session(s)
From the desired event navigate to select Conference The top section in Hidden sessions select EDIT From the list select which sessions will be hidden by clicking inside the check box next to the name of the session Select SAVE HIDDEN SESSIONS when ...